aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Controller/DirectEditingController.php
Commit message (Expand)AuthorAgeFilesLines
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-1/+1
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* refactor(files): Replace security annotations with respective attributesprovokateurin2024-07-271-8/+5
* chore: Add SPDX headerAndy Scherzinger2024-05-291-19/+2
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-2/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* Add single status code descriptions for OpenAPIjld31032023-09-271-0/+2
* Migrate parts of files app away from depecrated Iloggerfenn-cs2023-08-131-27/+31
* files: Add OpenAPI specjld31032023-07-121-0/+35
* feat(directediting): Allow opening by file idJulius Härtl2023-02-201-3/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Do not expose direct editing if no master key is availableJulius Härtl2020-09-011-3/+12
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Remove unused importsChristoph Wurst2020-03-251-3/+0
* Expose exception message in the responseJulius Härtl2019-12-201-3/+3
* Merge pull request #18224 from nextcloud/bugfix/noid/direct-editing-pathRoeland Jago Douma2019-12-111-2/+2
|\
| * Use file path for direct editingJulius Härtl2019-12-051-2/+2
* | Update license headersChristoph Wurst2019-12-051-1/+1
|/
* Only expose link to info endpoint in capabiltiesJulius Härtl2019-11-271-1/+15
* Code style fixes and cleanupJulius Härtl2019-11-271-3/+3
* Move editor list to capabilitiesJulius Härtl2019-11-271-42/+0
* Direct editing API to allow file editing using a one-time token forJulius Härtl2019-11-271-0/+156