aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Search/SearchComposer.php
Commit message (Expand)AuthorAgeFilesLines
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-3/+3
* feat(search): hide search providerBenjamin Gaussorgues2023-11-221-1/+6
* Introduce constants for builtin search filtersBenjamin Gaussorgues2023-11-151-9/+9
* Fix user search provider iconBenjamin Gaussorgues2023-11-141-0/+6
* Add new method `inAppSearch` for advanced search providersBenjamin Gaussorgues2023-11-141-0/+2
* feat(search): Allow multiple search terms in UnifiedControllerBenjamin Gaussorgues2023-11-101-32/+205
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-8/+6
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+2
* Type the service registrationChristoph Wurst2021-02-101-1/+2
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-2/+5
* Hand in the route and the parameters of the requestJoas Schilling2020-08-051-4/+5
* Make apps handle the order logicJohn Molakvoæ (skjnldsv)2020-08-051-3/+5
* Show mime icon, bump bundles, make the SearchResultEntry class non-abstract,...John Molakvoæ (skjnldsv)2020-08-041-6/+15
* Fix unified searchJohn Molakvoæ (skjnldsv)2020-08-031-3/+6
* Delegate bootstrap registration lazilyChristoph Wurst2020-07-141-24/+16
* Implement unified search for FilesChristoph Wurst2020-06-241-1/+48
* Add unified search APIChristoph Wurst2020-06-241-0/+107