From e52baab456ae7df901e3b3ef7210422b3b98b9d2 Mon Sep 17 00:00:00 2001 From: kobergj Date: Mon, 16 May 2022 09:07:34 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d74bd98891..9c646c15e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The following sections list the changes for unreleased. * Bugfix - Fix the idm and settings extensions' admin user id configuration option: [#3799](https://github.com/owncloud/ocis/pull/3799) * Bugfix - Fix Thumbnails for IDs without a trailing path: [#3791](https://github.com/owncloud/ocis/pull/3791) * Change - The `glauth` and `accounts` services are removed: [#3685](https://github.com/owncloud/ocis/pull/3685) +* Change - Prevent access to disabled space: [#3779](https://github.com/owncloud/ocis/pull/3779) * Enhancement - Add descriptions for graph-explorer config: [#3759](https://github.com/owncloud/ocis/pull/3759) * Enhancement - Add description tags to the thumbnails config structs: [#3752](https://github.com/owncloud/ocis/pull/3752) * Enhancement - Update reva: [#3746](https://github.com/owncloud/ocis/pull/3746) @@ -58,6 +59,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/3685 +* Change - Prevent access to disabled space: [#3779](https://github.com/owncloud/ocis/pull/3779) + + Previously managers where allowed to edit the space even when it is disabled This is no longer + possible + + https://github.com/owncloud/ocis/pull/3779 + * Enhancement - Add descriptions for graph-explorer config: [#3759](https://github.com/owncloud/ocis/pull/3759) Added descriptions tags to the graph-explorer config tags so that they will be included in the @@ -85,6 +93,7 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/3746 https://github.com/owncloud/ocis/pull/3771 + https://github.com/owncloud/ocis/pull/3778 * Enhancement - Add descriptions to webdav configuration: [#3755](https://github.com/owncloud/ocis/pull/3755)