aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/PreviewController.php
Commit message (Expand)AuthorAgeFilesLines
* fix: Adjust preview for view-only sharesfix/view-only-previewFerdinand Thiessen2024-10-281-4/+9
* refactor(core): Replace security annotations with respective attributesprovokateurin2024-07-261-6/+6
* fix: Ignore preview requests for invalid file idsJulius Härtl2024-07-221-0/+4
* chore: Add SPDX headerAndy Scherzinger2024-05-271-21/+2
* docs(preview): Improve API parameter descriptionsprovokateurin2024-05-131-8/+8
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-4/+2
* refactor(core): Switch to attribute based routingprovokateurin2024-02-211-0/+3
* fix(tests): preview phpunitJohn Molakvoæ2023-08-171-1/+1
* feat: redirect to the mime icon if no preview availableJohn Molakvoæ2023-08-171-8/+25
* core: Add OpenAPI specjld31032023-07-131-3/+29
* Applies agreed-upon indentation convention to the changed controllers.Faraz Samapoor2023-06-161-5/+7
* Refactors controllers by using PHP8's constructor property promotion.Faraz Samapoor2023-06-161-12/+3
* Fix type of PreviewController::$userIdVarun Patil2022-11-241-1/+1
* Check share attributes on preview endpointsJulius Härtl2022-10-251-0/+11
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-39/+3
* Improve caching policyCarl Schwan2022-02-161-2/+4
* Merge pull request #26494 from rigrig/fix-php8-deprecationsMorris Jobke2021-06-071-2/+2
|\
| * Fix functions taking optional parameters before required onesRichard de Boer2021-05-291-2/+2
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
|/
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+3
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2
* Update PreviewControllerRoeland Jago Douma2019-07-261-6/+1
* Fix usageRoeland Jago Douma2018-06-041-10/+0
* Add preview endpoint for the fileidRoeland Jago Douma2018-01-241-14/+75
* Update license headersMorris Jobke2017-11-061-0/+1
* Handle more error casesMorris Jobke2017-05-021-0/+2
* Add cache 1 day cache to preview endpointRoeland Jago Douma2016-11-031-2/+20
* More testsRoeland Jago Douma2016-11-031-7/+4
* Move Ipreview to more of DI thingyRoeland Jago Douma2016-11-031-27/+21
* Move fileRoeland Jago Douma2016-11-031-1/+1
* Move preview endpoint to controllerRoeland Jago Douma2016-11-031-0/+123