From 5ca6a98087eac75aa21b52b4c95d5c4414e2d09b Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Mon, 25 Sep 2023 12:32:03 +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 d44bb778bd..6de73b12d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Do not reset received share state to pending: [#7319](https://github.com/owncloud/ocis/issues/7319) * Bugfix - Disable username validation for keycloak example: [#7230](https://github.com/owncloud/ocis/pull/7230) * Bugfix - Actually pass PROXY_OIDC_SKIP_USER_INFO option to oidc client middleware: [#7220](https://github.com/owncloud/ocis/pull/7220) * Bugfix - Bring back the USERS_LDAP_USER_SCHEMA_ID variable: [#7312](https://github.com/owncloud/ocis/issues/7312) @@ -13,6 +14,13 @@ The following sections list the changes for unreleased. ## Details +* Bugfix - Do not reset received share state to pending: [#7319](https://github.com/owncloud/ocis/issues/7319) + + We fixed a problem where the states of received shares were reset to PENDING in the "ocis migrate + rebuild-jsoncs3-indexes" command + + https://github.com/owncloud/ocis/issues/7319 + * Bugfix - Disable username validation for keycloak example: [#7230](https://github.com/owncloud/ocis/pull/7230) Set 'GRAPH_USERNAME_MATCH' to 'none'. To accept any username that is also valid for keycloak.