-
Notifications
You must be signed in to change notification settings - Fork 5
when sharing a folder to a user the default permissions are "1" #46
Comments
related discussion: owncloud/core#11707 @pmaier1 should we make the default configurable in ocis? or stick to rw? or go with a more secure r? |
The reason for having configurable default permissions in oC10 was that users can only change the permissions after creating a share, meaning there's always a time frame where the recipient has default permissions until the owner changes them. As we took care of this in Phoenix by allowing users to set all the share properties before creating a share this has less importance. It would make a good feature to allow setting a default role for user shares but right now I consider this as nice-to-have. If we have to set a default, I'd take the secure read-only way. |
in this case it means we'd need to adjust the test to accept "1" as default |
ToDo:
|
https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiShareManagementBasic/createShare.feature around line 198 onwards:
https://github.com/owncloud/core/blob/master/tests/acceptance/features/webUISharingInternalUsers2/adminDisablesSharePermissions.feature |
@C0rby if to review, can you link to the PR here ? thanks |
Right now Hugo still has to review it upstream. |
@C0rby can you link to the upstream PR/ticket ? else it's difficult to find when reading this ticket here |
I must have forgot this ticket, because I linked to all other ones. |
default permissions when sharing a folder to a user should be
31
The text was updated successfully, but these errors were encountered: