-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Enhancement: Optional Contributor role and configurable resharing permissions | ||
|
||
We've added 2 new capabilities that modify the sharing Roles: | ||
- `files_sharing.resharing_default` (default true): wether the resharing bit should be added to the normal roles (viewer, editor, etc) by default when re-sharing is enabled systemwise. If default is set false, users can still set resharing in the custom permissions role. | ||
- `files_sharing.public.can_contribute` (default true): enables or disables the Contributor role | ||
|
||
https://github.com/owncloud/web/pull/7965 |