From 38d817db41c58264208a30bd53d4bbb0e67763d8 Mon Sep 17 00:00:00 2001 From: David Christofas Date: Tue, 1 Jun 2021 12:46:49 +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 e74b45ca669..30b5bf40d3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Change the groups index to be case sensitive: [#2109](https://github.com/owncloud/ocis/pull/2109) * Change - Update ownCloud Web to v3.2.0: [#2096](https://github.com/owncloud/ocis/pull/2096) * Enhancement - Enable the s3ng storage driver: [#1886](https://github.com/owncloud/ocis/pull/1886) * Enhancement - Color contrasts on IDP/OIDC login pages: [#2088](https://github.com/owncloud/ocis/pull/2088) @@ -13,6 +14,13 @@ The following sections list the changes for unreleased. ## Details +* Bugfix - Change the groups index to be case sensitive: [#2109](https://github.com/owncloud/ocis/pull/2109) + + Groups are considered to be case sensitive. The index must handle them case sensitive too + otherwise we will have undeterministic behavior while editing or deleting groups. + + https://github.com/owncloud/ocis/pull/2109 + * Change - Update ownCloud Web to v3.2.0: [#2096](https://github.com/owncloud/ocis/pull/2096) Tags: web