aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/Search/UserSearch.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #45092 from nextcloud/fix/user-provider-search-shownBenjamin Gaussorgues2024-07-241-1/+1
|\
| * fix(search): show user search provider for deactivated and admin pagesBenjamin Gaussorgues2024-04-291-1/+1
| | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | chore: Add SPDX headerAndy Scherzinger2024-06-031-20/+2
|/ | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat(search): hide user search if not on user listBenjamin Gaussorgues2023-11-221-27/+8
| | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* fix(meta): copyright noteArthur Schiwon2023-10-121-1/+1
|
* remove unused propertiessorbaugh2023-10-121-29/+1
| | | | Signed-off-by: sorbaugh <stephan.orbaugh@nextcloud.com>
* Remove unneeded includes.sorbaugh2023-10-121-4/+0
| | | | | | Usage: 1. Type a string in the search bar 2. Add in:users filter to avoid unnecessary searches in other apps
* Keep Search Provider but remove actual search and display on the searchlist ↵sorbaugh2023-10-121-29/+1
| | | | | | | | dialog. Will revisit in future search result list in future issue. Usage: 1. Type a string in the search bar 2. Add in:users filter to avoid unnecessary searches in other apps
* Add new user filter to search.sorbaugh2023-10-121-0/+137
Add regex to prevent filter collision in user-list page Usage: 1. Type a string in the search bar 2. Add in:users to display only users in the search result