Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Remove deprecated legacy search backend | Julius Härtl | 2024-08-01 | 1 | -46/+0 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | refactor(core): Replace security annotations with respective attributes | provokateurin | 2024-07-26 | 1 | -3/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-27 | 1 | -20/+2 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | refactor(core): Switch to attribute based routing | provokateurin | 2024-02-21 | 1 | -0/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Applies agreed-upon indentation convention to the changed controllers. | Faraz Samapoor | 2023-06-20 | 1 | -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 Samapoor | 2023-06-20 | 1 | -12/+4 |
| | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | Update core to PHP 7.4 standard | Carl Schwan | 2022-05-20 | 1 | -7/+4 |
| | | | | | | | - Typed properties - Port to LoggerInterface Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | remove leftover debug @NoCSRFRequired introduced with #26198 | Robin Appelman | 2021-04-01 | 1 | -1/+0 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | use node search api for legacy file search endpoint | Robin Appelman | 2021-03-19 | 1 | -0/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Filter out search results that have invalid encoding | Robin Appelman | 2020-06-16 | 1 | -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 headers | Christoph Wurst | 2019-12-05 | 1 | -1/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move search to proper Controller | Roeland Jago Douma | 2018-03-09 | 1 | -0/+53 |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> |