-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhancement: calculate and expose actual file permission set (#1368)
- Loading branch information
Showing
55 changed files
with
1,788 additions
and
1,110 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
changelog/unreleased/share-permissions-and-resource-permissions.md
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,14 @@ | ||
Enhancement: calculate and expose actual file permission set | ||
|
||
Instead of hardcoding the permissions set for every file and folder to ListContainer:true, CreateContainer:true and always reporting the hardcoded string WCKDNVR for the WebDAV permissions we now aggregate the actual cs3 resource permission set in the storage drivers and correctly map them to ocs permissions and webdav permissions using a common role struct that encapsulates the mapping logic. | ||
|
||
https://github.com/cs3org/reva/pull/1368 | ||
https://github.com/owncloud/ocis/issues/552 | ||
https://github.com/owncloud/ocis/issues/762 | ||
https://github.com/owncloud/ocis/issues/763 | ||
https://github.com/owncloud/ocis/issues/893 | ||
https://github.com/owncloud/ocis/issues/1126 | ||
https://github.com/owncloud/ocis-reva/issues/47 | ||
https://github.com/owncloud/ocis-reva/issues/315 | ||
https://github.com/owncloud/ocis-reva/issues/316 | ||
https://github.com/owncloud/product/issues/270 |
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
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
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
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
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
Oops, something went wrong.