aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/Search
Commit message (Collapse)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-20/+6
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix: Fix empty sections appearing in search resultsfix/unified-search-empty-sectionsChristopher Ng2024-10-081-2/+18
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* 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-033-60/+6
|/ | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-3/+3
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* 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 application search provider orderBenjamin Gaussorgues2023-11-131-30/+14
| | | | 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
* Refactors "strpos" calls in /apps/settings to improve code readability.Faraz Samapoor2023-06-051-1/+1
| | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* fix(search): Fix settings section icon colorJoas Schilling2023-01-181-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-042-5/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove ISection in favor of IIconSectionMorris Jobke2020-10-281-5/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-2/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-171-1/+0
| | | | | | Ref #21787 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #22102 from ↵Morris Jobke2020-08-051-0/+109
|\ | | | | | | | | nextcloud/feature/noid/app-navigation-via-unified-search App navigation via unified search
| * Very top of the topsJoas Schilling2020-08-051-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Hide navigation links which dont lead anywhere (looking at you user status)Joas Schilling2020-08-051-0/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * App navigation via unified searchJoas Schilling2020-08-051-0/+104
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix search providers order and IDsJohn Molakvoæ (skjnldsv)2020-08-051-2/+3
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Hand in the route and the parameters of the requestJoas Schilling2020-08-051-3/+2
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Make apps handle the order logicJohn Molakvoæ (skjnldsv)2020-08-051-1/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Show mime icon, bump bundles, make the SearchResultEntry class ↵John Molakvoæ (skjnldsv)2020-08-042-37/+22
| | | | | | non-abstract, Fix header search icon, various fixes Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add settings sections to unified searchJoas Schilling2020-08-032-0/+163
Signed-off-by: Joas Schilling <coding@schilljs.com>