From 79a0ae9cbbb337521cedf7a7c6075de47bcdc646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Wed, 16 Dec 2020 10:14:53 +0000 Subject: [PATCH] add changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- .../share-permissions-and-resource-permissions.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/unreleased/share-permissions-and-resource-permissions.md 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