Merge pull request #75 from owncloud/fix-wrong-changelog

This commit is contained in:
Alex Unger
2020-08-03 09:31:48 +02:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
Enhancement: Add simple user listing UI
Bugfix: Fix index mapping
We added an extension for ocis-web that shows a simple list of all existing users.
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/pull/51
https://github.com/owncloud/ocis-accounts/issues/73