Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
  • Loading branch information
butonic committed Dec 16, 2020
1 parent dd323c0 commit 79a0ae9
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 79a0ae9

Please sign in to comment.