From a64dd835e785bcbdad5e00007c730d7bd9d03a97 Mon Sep 17 00:00:00 2001 From: kobergj Date: Fri, 23 Jun 2023 08:33:08 +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 d5cf3e0b9..d64cbf795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The following sections list the changes for unreleased. * Bugfix - Add missing timestamps: [#6515](https://github.com/owncloud/ocis/pull/6515) * Bugfix - Don't connect to ldap on startup: [#6565](https://github.com/owncloud/ocis/pull/6565) * Bugfix - Handle the bad request status: [#6469](https://github.com/owncloud/ocis/pull/6469) +* Bugfix - Fix the oidc role assigner: [#6605](https://github.com/owncloud/ocis/pull/6605) * Enhancement - Add permissions to report: [#6528](https://github.com/owncloud/ocis/pull/6528) * Enhancement - Add more metadata to the remote item: [#6300](https://github.com/owncloud/ocis/pull/6300) * Enhancement - We added the storage id to the audit log for spaces: [#6548](https://github.com/owncloud/ocis/pull/6548) @@ -68,6 +69,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/6469 https://github.com/cs3org/reva/pull/3948 +* Bugfix - Fix the oidc role assigner: [#6605](https://github.com/owncloud/ocis/pull/6605) + + The update role method did not allow to set a role when the user already has two roles. This makes + no sense as the user is supposed to have only one and the update will fix that. We still log an error + level log to make the admin aware of that. + + https://github.com/owncloud/ocis/pull/6605 + * Enhancement - Add permissions to report: [#6528](https://github.com/owncloud/ocis/pull/6528) The webdav REPORT endpoint only returned permissions for personal spaces and shares. Now also