github.com/cs3org/reva/v2@v2.27.7/changelog/1.5.0_2021-01-12/share-permissions-and-resource-permissions.md (about) 1 Enhancement: calculate and expose actual file permission set 2 3 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. 4 5 https://github.com/cs3org/reva/pull/1368 6 https://github.com/owncloud/ocis/issues/552 7 https://github.com/owncloud/ocis/issues/762 8 https://github.com/owncloud/ocis/issues/763 9 https://github.com/owncloud/ocis/issues/893 10 https://github.com/owncloud/ocis/issues/1126 11 https://github.com/owncloud/ocis-reva/issues/47 12 https://github.com/owncloud/ocis-reva/issues/315 13 https://github.com/owncloud/ocis-reva/issues/316 14 https://github.com/owncloud/product/issues/270