aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Controller/ApiController.php
Commit message (Expand)AuthorAgeFilesLines
* feat(files): Update openapiChristopher Ng2024-08-081-1/+6
* feat(files): Allow specifying path and depth for returned folder treeChristopher Ng2024-08-081-44/+37
* feat(files): Update openapi specChristopher Ng2024-08-011-1/+9
* feat(files): Implement endpoint to retrieve a user's folder treeChristopher Ng2024-08-011-25/+89
* refactor(files): Replace security annotations with respective attributesprovokateurin2024-07-271-31/+20
* fix: Ignore preview requests for invalid file idsJulius Härtl2024-07-221-0/+4
* perf: Tell browsers to cache storage stats endpoint as it is cachedJulius Härtl2024-06-181-1/+3
* chore: Add SPDX headerAndy Scherzinger2024-05-291-34/+4
* refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-181-2/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-9/+9
* Add single status code descriptions for OpenAPIjld31032023-09-271-6/+2
* fix(files): service workerJohn Molakvoæ2023-08-171-0/+1
* files: Add OpenAPI specjld31032023-07-121-5/+13
* chore: remove old favorites viewJohn Molakvoæ2023-07-051-14/+0
* fix(files): Don't throw an error when guests access the controllerJoas Schilling2023-04-191-14/+4
* feat(files): add view config service to store user-config per viewJohn Molakvoæ2023-04-181-48/+26
* feat(files): implement sorting per viewJohn Molakvoæ2023-04-061-10/+19
* feat(files): sortingJohn Molakvoæ2023-04-061-1/+1
* perf(files): fetch previews faster and cache properlyJohn Molakvoæ2023-04-061-0/+20
* Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-081-0/+1
* feat(files): Quota in navigationJohn Molakvoæ2023-01-171-0/+14
* Fixing testsJohn Molakvoæ2023-01-041-1/+1
* Add component testingJohn Molakvoæ2023-01-041-2/+2
* Port settings to ModalJohn Molakvoæ2023-01-041-19/+48
* Port Files navigation to vueJohn Molakvoæ2023-01-041-11/+11
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
* Fix more psalm warningsRoeland Jago Douma2021-05-211-8/+8
* Add proper PHPDoc tags to files ApiControllerMorris Jobke2021-05-211-2/+2
* optimize getting share types for recent filesRobin Appelman2021-04-211-33/+49
* Merge pull request #25055 from nina-py/18439-add-crop-image-previews-settingJulius Härtl2021-01-151-0/+14
|\
| * Add "Crop image previews" setting to filesNina Pypchenko2021-01-141-0/+14
* | Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-1/+1
|/
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+3
* Indicate preview availability in recent file api responsesRichard Steinmetz2020-12-101-0/+1
* Address minor commentsJulius Härtl2020-12-091-1/+1
* Introduce deck share type to ShareAPIControllerJulius Härtl2020-12-091-1/+2
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-2/+1
* Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg2020-08-141-1/+1
* Update share type constant usageJoas Schilling2020-06-241-6/+7
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Update license headersChristoph Wurst2019-12-051-3/+9
* Some php-cs fixesRoeland Jago Douma2019-11-221-9/+9
* misc phpdoc fixesMax Kovalenko2019-05-271-0/+6
* fixed phpdoc parameter typesMax Kovalenko2019-05-271-2/+2
* Fix default filepicker style and gridviewJohn Molakvoæ (skjnldsv)2018-11-291-1/+1
* Update PHPDoc to fix typosMorris Jobke2018-11-141-2/+3
* Merge pull request #11573 from nextcloud/gridview-tableMorris Jobke2018-10-241-0/+23
|\
| * Add filepicker toggleJohn Molakvoæ (skjnldsv)2018-10-231-0/+11