summaryrefslogtreecommitdiffstats
path: root/core/Controller/SearchController.php
Commit message (Collapse)AuthorAgeFilesLines
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-7/+4
| | | | | | | - Typed properties - Port to LoggerInterface Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* remove leftover debug @NoCSRFRequired introduced with #26198Robin Appelman2021-04-011-1/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* use node search api for legacy file search endpointRobin Appelman2021-03-191-0/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Filter out search results that have invalid encodingRobin Appelman2020-06-161-3/+20
| | | | | | this prevents a single invalid search results from erroring the entire search request Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update license headersChristoph Wurst2019-12-051-1/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move search to proper ControllerRoeland Jago Douma2018-03-091-0/+53
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>