From 3214d7c64b0747acf2ec4e13f0fe826c777a2e93 Mon Sep 17 00:00:00 2001 From: Jan Ackermann Date: Mon, 4 Dec 2023 14:49:51 +0100 Subject: [PATCH] Add changelog item --- ...ancement-support-mandatory-filter-while-listing-users | 9 +++++++++ packages/web-app-search/src/portals/SearchBar.vue | 4 ---- 2 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 changelog/unreleased/enhancement-support-mandatory-filter-while-listing-users diff --git a/changelog/unreleased/enhancement-support-mandatory-filter-while-listing-users b/changelog/unreleased/enhancement-support-mandatory-filter-while-listing-users new file mode 100644 index 00000000000..a513b91f66f --- /dev/null +++ b/changelog/unreleased/enhancement-support-mandatory-filter-while-listing-users @@ -0,0 +1,9 @@ +Enhancement: Support mandatory filter while listing users + +We've added the configuration option `WEB_OPTION_USER_LIST_REQUIRES_FILTER`. +If set to true, an active filter is necessary to list users, as well users won't be listed initially. +This might be necessary for big instances with a lot of users, where the server response might take very long +or time out while requesting users. + +https://github.com/owncloud/web/pull/10099 +https://github.com/owncloud/web/issues/10088 diff --git a/packages/web-app-search/src/portals/SearchBar.vue b/packages/web-app-search/src/portals/SearchBar.vue index dfb5dc5de05..f58bb796811 100644 --- a/packages/web-app-search/src/portals/SearchBar.vue +++ b/packages/web-app-search/src/portals/SearchBar.vue @@ -541,10 +541,6 @@ export default defineComponent({ padding: 0 !important; } - .mark-highlight { - font-weight: 600; - } - @media (max-width: 969px) { width: 300px; }