diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e3c8e234c..7fb4c3e13c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ The following sections list the changes for unreleased. * Enhancement - Default link permission config: [#7783](https://github.com/owncloud/ocis/pull/7783) * Enhancement - Add user filter startswith and contains: [#7739](https://github.com/owncloud/ocis/pull/7739) * Enhancement - Update to go 1.21: [#7794](https://github.com/owncloud/ocis/pull/7794) +* Enhancement - Add user list requires filter config: [#7866](https://github.com/owncloud/ocis/pull/7866) * Enhancement - Add Sharing NG list permissions endpoint: [#7805](https://github.com/owncloud/ocis/pull/7805) ## Details @@ -101,6 +102,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/7794 +* Enhancement - Add user list requires filter config: [#7866](https://github.com/owncloud/ocis/pull/7866) + + Introduce a config to require filters in order to list users in Web via + `WEB_OPTION_USER_LIST_REQUIRES_FILTER`. + + https://github.com/owncloud/ocis/pull/7866 + * Enhancement - Add Sharing NG list permissions endpoint: [#7805](https://github.com/owncloud/ocis/pull/7805) We've added a new sharing ng endpoint which lists all permissions for a given item.