From 19991677be903d82082072aff36e59da790732a5 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Wed, 24 Jan 2024 16:03:40 +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 3c749f848..57a761f61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,7 @@ The following sections list the changes for unreleased. * Bugfix - Graph/sharedWithMe works for shares from project spaces now: [#8233](https://github.com/owncloud/ocis/pull/8233) * Bugfix - Fix PATCH/DELETE status code for drives that don't support them: [#8235](https://github.com/owncloud/ocis/pull/8235) * Bugfix - Fix nats authentication: [#8236](https://github.com/owncloud/ocis/pull/8236) +* Bugfix - Apply role constraints when creating shares via the graph API: [#8247](https://github.com/owncloud/ocis/pull/8247) * Bugfix - Fix concurrent access to a map: [#8269](https://github.com/owncloud/ocis/pull/8269) * Enhancement - Disable the password policy: [#7985](https://github.com/owncloud/ocis/pull/7985) * Enhancement - Update antivirus service: [#8062](https://github.com/owncloud/ocis/pull/8062) @@ -164,6 +165,15 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/8236 +* Bugfix - Apply role constraints when creating shares via the graph API: [#8247](https://github.com/owncloud/ocis/pull/8247) + + We fixed a bug in the graph API for creating and updating shares so that + Spaceroot specific roles like 'Manager' and 'Co-owner' can no longer be assigned + for shares on files or directories. + + https://github.com/owncloud/ocis/issues/8131 + https://github.com/owncloud/ocis/pull/8247 + * Bugfix - Fix concurrent access to a map: [#8269](https://github.com/owncloud/ocis/pull/8269) We fixed the race condition that led to concurrent map access in a publicshare