summaryrefslogtreecommitdiffstats
path: root/core/Controller/UnifiedSearchController.php
Commit message (Collapse)AuthorAgeFilesLines
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-14/+4
| | | | | | | - Typed properties - Port to LoggerInterface Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Use IURLGenerator function to get value of `\OC::$WEBROOT` globalJonas Meurer2021-08-161-2/+8
| | | | Signed-off-by: Jonas Meurer <jonas@freesources.org>
* UnifiedSearchController: strip webroot from URL before finding a routeJonas Meurer2021-08-161-1/+9
| | | | | | | | This should fix route matching in UnifiedSearchController on setups with Nextcloud in a subfolder (webroot). Fixes: #24144 Signed-off-by: Jonas Meurer <jonas@freesources.org>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add an ETag for the search providersJoas Schilling2020-09-151-3/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move unified search to OCS apiJoas Schilling2020-09-071-10/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-2/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Hand in the route and the parameters of the requestJoas Schilling2020-08-051-7/+55
| | | | | 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-2/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix unified searchJohn Molakvoæ (skjnldsv)2020-08-031-1/+1
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add unified search APIChristoph Wurst2020-06-241-0/+98
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>