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