diff --git a/changelog/unreleased/share-permissions-and-resource-permissions.md b/changelog/unreleased/share-permissions-and-resource-permissions.md new file mode 100644 index 00000000000..e3b3abcf26b --- /dev/null +++ b/changelog/unreleased/share-permissions-and-resource-permissions.md @@ -0,0 +1,9 @@ +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/893 +https://github.com/owncloud/product/issues/270 +https://github.com/owncloud/ocis-reva/issues/47 \ No newline at end of file