From d31f9ee8cb7bb0c23380fd3eefc9e73a7ecbc3ba Mon Sep 17 00:00:00 2001 From: Roman Perekhod Date: Tue, 5 Mar 2024 09:27:27 +0100 Subject: [PATCH] 8273 changelog --- changelog/unreleased/fix-remove-update-share.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/unreleased/fix-remove-update-share.md diff --git a/changelog/unreleased/fix-remove-update-share.md b/changelog/unreleased/fix-remove-update-share.md new file mode 100644 index 000000000..60bc770ba --- /dev/null +++ b/changelog/unreleased/fix-remove-update-share.md @@ -0,0 +1,9 @@ +Bugfix: Fix remove/update share permissions + +This is a workaround that should prevent removing or changing the share permissions when the file is locked. +These limitations have to be removed after the wopi server will be able to unlock the file properly. +These limitations are not spread on the files inside the shared folder. + +https://github.com/owncloud/ocis/pull/8529 +https://github.com/cs3org/reva/pull/4534 +https://github.com/owncloud/ocis/issues/8273