aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/tests/Controller/ApiControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* fix(files): Harden thumbnail endpointFerdinand Thiessen2025-01-261-0/+85
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-2/+2
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-3/+5
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-11/+11
* test(files): Fix ApiController testChristopher Ng2024-08-011-1/+16
* fix: Ignore preview requests for invalid file idsJulius Härtl2024-07-221-0/+12
* chore: Add SPDX headerAndy Scherzinger2024-05-291-24/+4
* feat(files): add view config service to store user-config per viewJohn Molakvoæ2023-04-181-47/+6
* feat(files): implement sorting per viewJohn Molakvoæ2023-04-061-12/+19
* Fixing testsJohn Molakvoæ2023-01-041-1/+6
* Remove at() matcher for tests for files appCôme Chilliet2022-05-241-5/+5
* Fix errors from files applications tests on PHP 8.1Côme Chilliet2021-11-231-1/+3
* Fix setUserValue bool test on testShowHiddenFiles & testCropImagePreviewsJohn Molakvoæ (skjnldsv)2021-10-131-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+1
* Fix test on masterLukas Reschke2021-05-291-1/+1
* Add "Crop image previews" setting to filesNina Pypchenko2021-01-141-0/+13
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-2/+2
* Update license headersChristoph Wurst2019-12-051-2/+2
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-4/+4
* Update license headersMorris Jobke2017-11-061-0/+1
* Remove unused use statementsMorris Jobke2017-04-221-2/+0
* Added genertor helper & testsRoeland Jago Douma2016-11-031-13/+32
* Make it possible to filter by tags with REPORT methodVincent Petry2016-10-191-176/+0
* Fix getMock filesRoeland Jago Douma2016-09-061-3/+6
* fix testRobin Appelman2016-07-221-1/+7
* Fix apps/Joas Schilling2016-07-211-2/+3
* Update license headersLukas Reschke2016-05-261-3/+2
* Move Files app to PSR-4 (#24569)Joas Schilling2016-05-121-0/+399