From 798fb565581d946ccd27d43811e453eeed386c22 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Thu, 1 Jun 2023 09:17:55 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5f77d327a..4322c657b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -419,14 +419,10 @@ The following sections list the changes for 3.0.0. the `sub` claim. So that user's recreated with the same name will be treated as different users by the IDP. - This changed also the default values of the 'PROXY_USER_OIDC_CLAIM' and - 'PROXY_USER_CS3_CLAIM' settings map the IDP users to CS3 user by the userid in the default - setup. The old behavior of matching by username can be achieved byt setting - 'PROXY_USER_OIDC_CLAIM=preferred_username' and 'PROXY_USER_CS3_CLAIM=username'. - https://github.com/owncloud/ocis/issues/904 https://github.com/owncloud/ocis/pull/6326 https://github.com/owncloud/ocis/pull/6338 + https://github.com/owncloud/ocis/pull/6420 * Bugfix - Hide the existence of space when deleting/updating: [#5031](https://github.com/owncloud/ocis/issues/5031)