From 6f6e604f650ab657e59591821fdbee681abfb423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Fri, 23 Aug 2024 12:42:16 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b11169f3d6..ad93df7c9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,7 @@ The following sections list the changes for unreleased. * Bugfix - Set capability response `disable_self_password_change` correctly: [#9853](https://github.com/owncloud/ocis/pull/9853) * Bugfix - Activity Translations: [#9856](https://github.com/owncloud/ocis/pull/9856) * Bugfix - The user attributes `userType` and `memberOf` are readonly: [#9867](https://github.com/owncloud/ocis/pull/9867) +* Bugfix - List OCM permissions as graph drive item permissions: [#9905](https://github.com/owncloud/ocis/pull/9905) * Change - Remove store service: [#9890](https://github.com/owncloud/ocis/pull/9890) * Enhancement - Bump reva: [#9860](https://github.com/owncloud/ocis/pull/9860) * Enhancement - Improve revisions purge: [#9891](https://github.com/owncloud/ocis/pull/9891) @@ -86,6 +87,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/9858 https://github.com/owncloud/ocis/pull/9867 +* Bugfix - List OCM permissions as graph drive item permissions: [#9905](https://github.com/owncloud/ocis/pull/9905) + + The libre graph API now returns OCM shares when listing driveItem permissions. + + https://github.com/owncloud/ocis/issues/9898 + https://github.com/owncloud/ocis/pull/9905 + * Change - Remove store service: [#9890](https://github.com/owncloud/ocis/pull/9890) We have removed the unused store service.