You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
User listings in the admin settings app can be quite expensive for large instances (especially because we expand certain fields in the listing already). We want to make it configurable if the user listing should happen upon first page load.
Describe the solution you'd like
introduce a config option (web + ocis) for enabling or disabling the initial user listing request in the Users view of the admin settings. By default we want the initial user listing to happen.
if initial user listing is disabled, the UI needs to make clear that results will only show if after a filter gets applied.
Is your feature request related to a problem? Please describe.
User listings in the admin settings app can be quite expensive for large instances (especially because we expand certain fields in the listing already). We want to make it configurable if the user listing should happen upon first page load.
Describe the solution you'd like
contains
backend side filter for the display name, see add user filter startsWith and contains ocis#7739Admin settings fix mark problems, remove memberOf from list users query #10090
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: