From b940cac8d389dfd18981fff0a165c7106a77be02 Mon Sep 17 00:00:00 2001 From: Alex Unger Date: Mon, 3 Aug 2020 07:44:12 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ad87d2490..7f585531e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The following sections list the changes in ocis-accounts unreleased. * Bugfix - Add write mutexes: [#71](https://github.com/owncloud/ocis-accounts/pull/71) * Bugfix - Fix the accountId and groupId mismatch in DeleteGroup Method: [#60](https://github.com/owncloud/ocis-accounts/pull/60) +* Bugfix - Fix index mapping: [#73](https://github.com/owncloud/ocis-accounts/issues/73) * Bugfix - Use NewNumericRangeInclusiveQuery for numeric literals: [#28](https://github.com/owncloud/ocis-glauth/issues/28) * Bugfix - Prevent segfault when no password is set: [#65](https://github.com/owncloud/ocis-accounts/pull/65) * Bugfix - Update account return value not used: [#70](https://github.com/owncloud/ocis-accounts/pull/70) @@ -20,7 +21,6 @@ The following sections list the changes in ocis-accounts unreleased. * Change - Remove timezone setting: [#33](https://github.com/owncloud/ocis-accounts/pull/33) * Change - Tighten screws on usernames and email addresses: [#65](https://github.com/owncloud/ocis-accounts/pull/65) * Enhancement - Add early version of cli tools for user-management: [#69](https://github.com/owncloud/ocis-accounts/pull/69) -* Enhancement - Add simple user listing UI: [#51](https://github.com/owncloud/ocis-accounts/pull/51) * Enhancement - Update accounts API: [#30](https://github.com/owncloud/ocis-accounts/pull/30) * Enhancement - Add simple user listing UI: [#51](https://github.com/owncloud/ocis-accounts/pull/51) @@ -47,6 +47,15 @@ The following sections list the changes in ocis-accounts unreleased. https://github.com/owncloud/ocis-accounts/pull/60 +* Bugfix - Fix index mapping: [#73](https://github.com/owncloud/ocis-accounts/issues/73) + + The index mapping was not being used because we were not using the right blevesearch TypeField, + leading to username like properties like `preferred_name` and + `on_premises_sam_account_name` to be case sensitive. + + https://github.com/owncloud/ocis-accounts/issues/73 + + * Bugfix - Use NewNumericRangeInclusiveQuery for numeric literals: [#28](https://github.com/owncloud/ocis-glauth/issues/28) Some LDAP properties like `uidnumber` and `gidnumber` are numeric. When an OS tries to look up a @@ -161,13 +170,6 @@ The following sections list the changes in ocis-accounts unreleased. https://github.com/owncloud/ocis-accounts/pull/69 -* Enhancement - Add simple user listing UI: [#51](https://github.com/owncloud/ocis-accounts/pull/51) - - We added an extension for ocis-web that shows a simple list of all existing users. - - https://github.com/owncloud/ocis-accounts/pull/51 - - * Enhancement - Update accounts API: [#30](https://github.com/owncloud/ocis-accounts/pull/30) We updated the api to allow fetching users not onyl by UUID, but also by identity (OpenID issuer