From c633495b8e1bb8a2aaa17bc3ab61a08d0fbe86e7 Mon Sep 17 00:00:00 2001 From: Roman Perekhod <2403905@gmail.com> Date: Tue, 5 Mar 2024 09:16:23 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 623a81803..e6f448f81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,12 +42,24 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Fix remove/update share permissions: [#8529](https://github.com/owncloud/ocis/pull/8529) * Bugfix - We now always select the next clients when autoaccepting shares: [#8570](https://github.com/owncloud/ocis/pull/8570) * Change - Change the default store for presigned keys to nats-js-kv: [#8419](https://github.com/owncloud/ocis/pull/8419) * Enhancement - Graphs endpoint for mounting and unmounting shares: [#7885](https://github.com/owncloud/ocis/pull/7885) ## Details +* Bugfix - Fix remove/update share permissions: [#8529](https://github.com/owncloud/ocis/pull/8529) + + 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/issues/8273 + https://github.com/owncloud/ocis/pull/8529 + https://github.com/cs3org/reva/pull/4534 + * Bugfix - We now always select the next clients when autoaccepting shares: [#8570](https://github.com/owncloud/ocis/pull/8570) https://github.com/owncloud/ocis/pull/8570