From e2b43bcf5b3ca0a56c11bec4924d5a5ae17fabbd Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Mon, 18 Mar 2024 10:54:36 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd33411812..4445611da7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,7 @@ The following sections list the changes for unreleased. * Enhancement - Bump Reva: [#8606](https://github.com/owncloud/ocis/pull/8606) * Enhancement - Add the spaceID to sse: [#8614](https://github.com/owncloud/ocis/pull/8614) * Enhancement - Update web to v9.0.0-alpha.2: [#8634](https://github.com/owncloud/ocis/pull/8634) +* Enhancement - The graph endpoints for listing permission works for spaces now: [#8642](https://github.com/owncloud/ocis/pull/8642) ## Details @@ -231,6 +232,15 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/8634 https://github.com/owncloud/web/releases/tag/v9.0.0-alpha.2 +* Enhancement - The graph endpoints for listing permission works for spaces now: [#8642](https://github.com/owncloud/ocis/pull/8642) + + We enhanced the 'graph/v1beta1/drives/{{driveid}}/items/{{itemid}}/permissions' + endpoint to list permission of the space when the 'itemid' refers to a space + root. + + https://github.com/owncloud/ocis/issues/8352 + https://github.com/owncloud/ocis/pull/8642 + # Changelog for [5.0.0-rc.5] (2024-02-26) The following sections list the changes for 5.0.0-rc.5.