aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/DirectEditing
Commit message (Expand)AuthorAgeFilesLines
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-042-4/+2
* Get the parent directory before creating a file from a templateJulius Härtl2021-04-011-1/+7
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Do not expose direct editing if no master key is availableJulius Härtl2020-09-011-6/+29
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-4/+0
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Remove unused importsChristoph Wurst2020-03-251-2/+0
* use `nodeExists` instead of catching exceptionsRobin Appelman2020-01-141-3/+2
* Merge pull request #18805 from nextcloud/bugfix/direct-edit-createRoeland Jago Douma2020-01-141-7/+13
|\
| * CHeck if file already exists during file creationJulius Härtl2020-01-131-7/+13
* | Fix license headersChristoph Wurst2020-01-131-0/+1
|/
* Do not generate tokens for editor IDs that do not existChristoph Wurst2019-12-191-0/+5
* Return empty template for default creatorsJulius Härtl2019-12-161-3/+25
* Merge pull request #18224 from nextcloud/bugfix/noid/direct-editing-pathRoeland Jago Douma2019-12-112-12/+24
|\
| * Use file path for direct editingJulius Härtl2019-12-052-12/+24
* | Update license headersChristoph Wurst2019-12-052-2/+3
|/
* Check for boolean valueJulius Härtl2019-11-281-1/+1
* Code style fixes and cleanupJulius Härtl2019-11-271-4/+1
* Move editor list to capabilitiesJulius Härtl2019-11-271-2/+7
* encapsulate templatestobiasKaminsky2019-11-271-1/+3
* Direct editing API to allow file editing using a one-time token forJulius Härtl2019-11-272-0/+308