aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/SearchController.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Remove deprecated legacy search backendJulius Härtl2024-08-011-46/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* refactor(core): Replace security annotations with respective attributesprovokateurin2024-07-261-3/+2
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-271-20/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* refactor(core): Switch to attribute based routingprovokateurin2024-02-211-0/+2
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Applies agreed-upon indentation convention to the changed controllers.Faraz Samapoor2023-06-201-4/+6
| | | | | | Based on https://github.com/nextcloud/server/pull/38636#discussion_r1218167753 Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* Refactors controllers by using PHP8's constructor property promotion.Faraz Samapoor2023-06-201-12/+4
| | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* 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>