-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
feat(files_sharing): add config option for extending link-share permissions #52777
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
Conversation
nfebe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add the config to the config lexicon, so that occ is aware of the configuration via config list : https://github.com/nextcloud/server/blob/master/apps/files_sharing/lib/Config/ConfigLexicon.php
539f283 to
f32b6d6
Compare
7d1af02 to
23e22c3
Compare
This comment was marked as outdated.
This comment was marked as outdated.
23e22c3 to
4201a71
Compare
Done |
|
/compile |
0f3de05 to
35c165e
Compare
|
/compile |
come-nc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing a use for ConfigLexicon I think, but otherwise good 👍
c0161e9 to
17fa3fc
Compare
yes fixed while rebasing |
67f612b to
42a71c7
Compare
…ssions This allows the admin to control the behavior whether link shares with READ permissions should be extended to also gain SHARE permissions, allowing users (public share receivers) to add the share to their cloud. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
42a71c7 to
1eb6f0b
Compare
Summary
This allows the admin to control the behavior whether link shares with READ permissions should be extended to also gain SHARE permissions, allowing users (public share receivers) to add the share to their cloud.
Checklist