From 3dc2c196efe0f01332feca7b38e7cf6d36c7b3da Mon Sep 17 00:00:00 2001 From: Roman Perekhod Date: Fri, 17 Nov 2023 09:46:16 +0100 Subject: [PATCH] fix space unlock --- changelog/unreleased/fix-space-unlock.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/fix-space-unlock.md diff --git a/changelog/unreleased/fix-space-unlock.md b/changelog/unreleased/fix-space-unlock.md new file mode 100644 index 000000000..a5cafaefb --- /dev/null +++ b/changelog/unreleased/fix-space-unlock.md @@ -0,0 +1,8 @@ +Bugfix: Fix unlock via space API + +We fixed a bug that caused Error 500 when user try to unlock file using fileid +The handleSpaceUnlock has been added + +https://github.com/owncloud/ocis/pull/7726 +https://github.com/owncloud/ocis/issues/7708 +https://github.com/cs3org/reva/pull/4338