Skip to content

Commit

Permalink
Add changelog item
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAndBear committed Dec 4, 2023
1 parent b16211f commit 3214d7c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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
4 changes: 0 additions & 4 deletions packages/web-app-search/src/portals/SearchBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -541,10 +541,6 @@ export default defineComponent({
padding: 0 !important;
}
.mark-highlight {
font-weight: 600;
}
@media (max-width: 969px) {
width: 300px;
}
Expand Down

0 comments on commit 3214d7c

Please sign in to comment.