From bef754ececd3f73165370e8093d14220a1cbc3fc Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Wed, 13 Mar 2024 16:05:34 +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 e6a8b1b8a..eec16148a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,7 @@ The following sections list the changes for unreleased. * Bugfix - Fix remove/update share permissions: [#8529](https://github.com/owncloud/ocis/pull/8529) * Bugfix - Fix graph drive invite: [#8538](https://github.com/owncloud/ocis/pull/8538) * Bugfix - We now always select the next clients when autoaccepting shares: [#8570](https://github.com/owncloud/ocis/pull/8570) +* Bugfix - Correct the default mapping of roles: [#8639](https://github.com/owncloud/ocis/pull/8639) * Change - Change the default store for presigned keys to nats-js-kv: [#8419](https://github.com/owncloud/ocis/pull/8419) * Enhancement - Graphs endpoint for mounting and unmounting shares: [#7885](https://github.com/owncloud/ocis/pull/7885) * Enhancement - Update to go 1.22: [#8586](https://github.com/owncloud/ocis/pull/8586) @@ -85,6 +86,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/8570 +* Bugfix - Correct the default mapping of roles: [#8639](https://github.com/owncloud/ocis/pull/8639) + + The default config for the OIDC role mapping was incorrect. Lightweight users + are now assignable. + + https://github.com/owncloud/ocis/pull/8639 + * Change - Change the default store for presigned keys to nats-js-kv: [#8419](https://github.com/owncloud/ocis/pull/8419) We wrapped the store service in a micro store implementation and changed the