Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 1 | -20/+6 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix: Fix empty sections appearing in search resultsfix/unified-search-empty-sections | Christopher Ng | 2024-10-08 | 1 | -2/+18 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Merge pull request #45092 from nextcloud/fix/user-provider-search-shown | Benjamin Gaussorgues | 2024-07-24 | 1 | -1/+1 |
|\ | |||||
| * | fix(search): show user search provider for deactivated and admin pages | Benjamin Gaussorgues | 2024-04-29 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | | chore: Add SPDX header | Andy Scherzinger | 2024-06-03 | 3 | -60/+6 |
|/ | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -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 list | Benjamin Gaussorgues | 2023-11-22 | 1 | -27/+8 |
| | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | Fix application search provider order | Benjamin Gaussorgues | 2023-11-13 | 1 | -30/+14 |
| | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | fix(meta): copyright note | Arthur Schiwon | 2023-10-12 | 1 | -1/+1 |
| | |||||
* | remove unused properties | sorbaugh | 2023-10-12 | 1 | -29/+1 |
| | | | | Signed-off-by: sorbaugh <stephan.orbaugh@nextcloud.com> | ||||
* | Remove unneeded includes. | sorbaugh | 2023-10-12 | 1 | -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 ↵ | sorbaugh | 2023-10-12 | 1 | -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. | sorbaugh | 2023-10-12 | 1 | -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 Samapoor | 2023-06-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | fix(search): Fix settings section icon color | Joas Schilling | 2023-01-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 2 | -5/+3 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Remove ISection in favor of IIconSection | Morris Jobke | 2020-10-28 | 1 | -5/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 2 | -2/+9 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix "misplaced variables" warning of Psalm in PHPDoc statements | Morris Jobke | 2020-08-17 | 1 | -1/+0 |
| | | | | | | Ref #21787 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #22102 from ↵ | Morris Jobke | 2020-08-05 | 1 | -0/+109 |
|\ | | | | | | | | | nextcloud/feature/noid/app-navigation-via-unified-search App navigation via unified search | ||||
| * | Very top of the tops | Joas Schilling | 2020-08-05 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Hide navigation links which dont lead anywhere (looking at you user status) | Joas Schilling | 2020-08-05 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | App navigation via unified search | Joas Schilling | 2020-08-05 | 1 | -0/+104 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix search providers order and IDs | John Molakvoæ (skjnldsv) | 2020-08-05 | 1 | -2/+3 |
|/ | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Hand in the route and the parameters of the request | Joas Schilling | 2020-08-05 | 1 | -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 logic | John Molakvoæ (skjnldsv) | 2020-08-05 | 1 | -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-04 | 2 | -37/+22 |
| | | | | | | non-abstract, Fix header search icon, various fixes Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Add settings sections to unified search | Joas Schilling | 2020-08-03 | 2 | -0/+163 |
Signed-off-by: Joas Schilling <coding@schilljs.com> |