aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Template
Commit message (Expand)AuthorAgeFilesLines
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-4/+5
* Fix log error when creating files from an empty templateJulius Härtl2021-05-181-0/+1
* Properly handle creating the template directory in a subfolder (fixes #25787)Julius Härtl2021-04-011-3/+3
* Get the parent directory before creating a file from a templateJulius Härtl2021-04-011-1/+5
* Type the service registrationChristoph Wurst2021-02-101-1/+2
* Avoid template creators being registered multiple timesJulius Härtl2021-02-021-0/+3
* Use proper path for scannerJulius Härtl2021-01-291-2/+2
* Obtain the user language from the passed in user idJulius Härtl2021-01-291-1/+5
* Normalize compared path to avoid renaming to the same directoryJulius Härtl2021-01-291-1/+2
* Move TemplateProvider registration to boot context and make template type reg...Julius Härtl2021-01-281-17/+29
* Only create template directory if it is present in the default skeletonJulius Härtl2021-01-281-1/+4
* Skip template picker if none availableJohn Molakvoæ (skjnldsv)2021-01-281-28/+67
* Add templatedirectory config value to let admins have their custom templates ...Julius Härtl2021-01-281-9/+64
* Add template pickerJohn Molakvoæ (skjnldsv)2021-01-281-1/+1
* files: Create files from template APIJulius Härtl2021-01-281-0/+237