-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prep for editing user expiration #424
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…he Plex App URL" This reverts commit 71cd75a.
chore: unraid template, migration error & plex home error
* perf: 🚀 Optimised API Keys store in the API * perf: 🚄 Optimised Invitations store in the API * perf: 🚀 Optimised Sessions store in the API * perf: 🏍️ Optimised Users store in the API * perf: 🚀 Optimised Libraries store in the API * perf: 🚄 Optimised Requests store in the API * perf: 🏍️ Optimised Tasks store in the API * perf: 🚀 Optimised Webhooks store in the API * docs: 📚 Added comments to the endpoints
v4.1.1 beta1
## [4.1.1-beta.1](v4.1.0...v4.1.1-beta.1) (2024-05-06) ### Bug Fixes * 🐛 Beta message no longer shows on main releases ([819223e](819223e)) * 🐛 Fix migration syntax error ([affa9ff](affa9ff)) * 🩹 Re-write plex.tv URL's to app.plex.tv on media server override ([7eaf403](7eaf403)) * 🩹 Removed plex home configuration due to not existing in the Plex API ([a075079](a075079)) * 🚑 Corrected the variable for unlimited invite uses on plex ([b605010](b605010)) ### Performance Improvements * 🚀 Only update Emby/Jellyfin users when data is different ([44fe2f1](44fe2f1)) * 🚀API Endpoint Optimisation ([#409](#409)) ([82d4cf5](82d4cf5)) ### Continuous Integration * **semantic-release:** auto-sync commit message ([05b3931](05b3931)) * **semantic-release:** update sync commit msg ([9235de4](9235de4)) ### Chores * 🧺 Exclude unraid template from triggering semantic releases ([08840b9](08840b9)) * 🧼 Corrected branch of the latest image ([3e52988](3e52988)) * 🧼 Exclude language filles from the workspace search ([e956c28](e956c28)) * 🧽 Fixed formatting with sematic release commit names ([c913942](c913942)) * 🧽 Updated the unraid template to include different branches ([8a82a78](8a82a78)) ### Code Refactoring * 📦 Update Available toasts no longer appear for non-admins ([8f18d98](8f18d98))
* chore(deps): 🧼 setup dependabot * chore(dependabot): 🧺 add github actions * fix: 🐛 yaml formatting * fix: 🚑 target pr against develop branch * chore: 🧽 remove reviewers as another action will request review on all pr
* ci: 🤖 auto request review on pull requests * chore: 🧽 define maintainers group * chore: 🧼 skip ci [skip ci]
* ci(codeql): 🧪 setup vulnerability scanning * ci(codeql): 🔧 scope to develop branch * ci(codeql): 🧪 update action name * ci(codeql): 🧪 scope to pr target on develop base
docker-compose.yml: `version` is obsolete
Removed version tag from docker-compose
chore: 4.1.1-beta.2
## [4.1.1-beta.2](v4.1.1-beta.1...v4.1.1-beta.2) (2024-05-19) ### Continuous Integration * **codeql:** setup code vulnerability scanning ([#417](#417)) ([37612b5](37612b5)) * **deps:** setup dependabot updates ([#413](#413)) ([97a5fd4](97a5fd4)) * **pr-review:** 🔧 scope to pr target only ([e6008a6](e6008a6)) * setup auto pr reviews ([#415](#415)) ([ec0c1ee](ec0c1ee)) ### Chores * 🧽 sync develop with beta ([3e213b1](3e213b1))
beta release
## [4.1.1-beta.3](v4.1.1-beta.2...v4.1.1-beta.3) (2024-05-19) ### Bug Fixes * 🚑 Plex API endpoint for deleting users ([462deae](462deae)) ### Chores * 🧽 sync develop with beta ([7107159](7107159))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#414