-
Notifications
You must be signed in to change notification settings - Fork 94
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
feat: Ability to specify whether a user can download content #449
Merged
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
JamsRepos
approved these changes
Jun 30, 2024
wizarr-sentry bot
pushed a commit
that referenced
this pull request
Jul 31, 2024
## [4.2.0-beta.1](v4.1.1...v4.2.0-beta.1) (2024-07-31) ### New Features * ✨ Added Onboarding Customisation ([e6e9d68](e6e9d68)) * 🎊 Make DefaultButton center icon ([#462](#462)) ([c8b8d36](c8b8d36)) * Ability to specify whether a user can download content ([#449](#449)) ([10e104b](10e104b)) ### Bug Fixes * 🐛 Solve security alerts ([#465](#465)) ([7a958fe](7a958fe)) * 🛠️ Country Code for Sweden being incorrect ([#457](#457)) ([2408a59](2408a59)) ### Continuous Integration * **build-image:** 🧪 bump upload-artifact version ([c6b8573](c6b8573)) * **build-image:** 🧪 drop download/upload artifact version ([0b711e1](0b711e1)) * **code-ql:** 🧪 add beta and master branch ([357e067](357e067)) * **dependabot:** 🔧 fix pip path ([1147e44](1147e44)) ### Chores * 🧽 sync develop with beta ([1a263de](1a263de)) * 🧽 sync develop with master ([e2b8fd4](e2b8fd4)) * **deps:** bump actions/checkout from 2 to 4 ([#431](#431)) ([4b77632](4b77632)) * **deps:** bump actions/download-artifact from 3 to 4 ([#428](#428)) ([92c7154](92c7154)) * **deps:** bump actions/setup-python from 4 to 5 ([#430](#430)) ([0d66052](0d66052)) * **deps:** bump docker/build-push-action from 5 to 6 ([#446](#446)) ([9780190](9780190)) * **deps:** bump getsentry/action-github-app-token from 2 to 3 ([#432](#432)) ([8c026d2](8c026d2)) * **deps:** bump peaceiris/actions-gh-pages from 3 to 4 ([#429](#429)) ([fdf96e5](fdf96e5)) * **deps:** bump the pip group across 1 directory with 7 updates ([#433](#433)) ([8ec9ddc](8ec9ddc)) * **deps:** bump tj-actions/branch-names from 7 to 8 ([#435](#435)) ([c0e7c2a](c0e7c2a)) ### Code Refactoring * 📦 Cleanup code for darkmode ([#458](#458)) ([856fa34](856fa34))
wizarr-sentry bot
pushed a commit
that referenced
this pull request
Dec 15, 2024
## [4.2.0](v4.1.1...v4.2.0) (2024-12-15) ### New Features * ✨ Added Onboarding Customisation ([e6e9d68](e6e9d68)) * ✨ Allow editing of all onboarding pages ([#471](#471)) ([3d4c06a](3d4c06a)) * 🎉 Add MAX_CONTENT_LENGTH configuration for file uploads ([#473](#473)) ([2edf951](2edf951)) * 🎉 Add swedish translations ([#475](#475)) ([e3b0240](e3b0240)) * 🎊 Any length of invitation code ([#469](#469)) ([c850c8e](c850c8e)) * 🎊 Make DefaultButton center icon ([#462](#462)) ([c8b8d36](c8b8d36)) * Ability to specify whether a user can download content ([#449](#449)) ([10e104b](10e104b)) ### Bug Fixes * 🐛 Solve issue reordering onboarding pages ([2f6ca87](2f6ca87)) * 🐛 Solve security alerts ([#465](#465)) ([7a958fe](7a958fe)) * 🐛 Solve some issues with markdown preview ([#470](#470)) ([2051990](2051990)) * 🛠️ Country Code for Sweden being incorrect ([#457](#457)) ([2408a59](2408a59)) ### Commit Reverts * ⏪ Change unraid configuration back to working variant ([37c5f90](37c5f90)) ### Continuous Integration * **build-image:** 🧪 bump upload-artifact version ([c6b8573](c6b8573)) * **build-image:** 🧪 drop download/upload artifact version ([0b711e1](0b711e1)) * **code-ql:** 🧪 add beta and master branch ([357e067](357e067)) * **dependabot:** 🔧 fix pip path ([1147e44](1147e44)) ### Chores * 🧽 sync develop with beta ([3de4467](3de4467)) * 🧽 sync develop with beta ([1a263de](1a263de)) * 🧽 sync develop with master ([e2b8fd4](e2b8fd4)) * **deps:** bump actions/checkout from 2 to 4 ([#431](#431)) ([4b77632](4b77632)) * **deps:** bump actions/download-artifact from 3 to 4 ([#428](#428)) ([92c7154](92c7154)) * **deps:** bump actions/setup-python from 4 to 5 ([#430](#430)) ([0d66052](0d66052)) * **deps:** bump docker/build-push-action from 5 to 6 ([#446](#446)) ([9780190](9780190)) * **deps:** bump getsentry/action-github-app-token from 2 to 3 ([#432](#432)) ([8c026d2](8c026d2)) * **deps:** bump peaceiris/actions-gh-pages from 3 to 4 ([#429](#429)) ([fdf96e5](fdf96e5)) * **deps:** bump the pip group across 1 directory with 7 updates ([#433](#433)) ([8ec9ddc](8ec9ddc)) * **deps:** bump the pip group across 1 directory with 7 updates ([#445](#445)) ([0adf394](0adf394)) * **deps:** bump tj-actions/branch-names from 7 to 8 ([#435](#435)) ([c0e7c2a](c0e7c2a)) * **release:** 4.2.0-beta.1 ([a6ea8db](a6ea8db)), closes [#462](#462) [#449](#449) [#465](#465) [#457](#457) [#431](#431) [#428](#428) [#430](#430) [#446](#446) [#432](#432) [#429](#429) [#433](#433) [#435](#435) [#458](#458) * **release:** 4.2.0-beta.2 ([3a3bc03](3a3bc03)), closes [#469](#469) [#470](#470) * **release:** 4.2.0-beta.3 ([f6be902](f6be902)), closes [#471](#471) [#473](#473) [#475](#475) ### Code Refactoring * 📦 Cleanup code for darkmode ([#458](#458)) ([856fa34](856fa34)) * 🛠️ Remove auto PR [skip-ci] ([d57e726](d57e726))
🎉 This PR is included in version 4.2.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
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.
Added ability for emby and jellyfin to set if a user can download content from the server. Defaults to True as is standard for both emby and jellyfin.
Emby does have an "Allow media downloading that requires transcoding" however it seems dependent on "Allow media downloading", and do not think it is worth including as an invite option for now.