aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Template
Commit message (Expand)AuthorAgeFilesLines
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-2/+5
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* fix: Only write once to template instead of create/copyJulius Knorr2024-09-101-3/+3
* feat: Add support for filling fields to backend componentsElizabeth Danzberger2024-07-251-2/+3
* fix: Emit new `BeforeGetTemplates` eventElizabeth Danzberger2024-07-251-0/+3
* chore: Add SPDX headerAndy Scherzinger2024-05-241-21/+2
* perf(templates): Emit RegisterTemplateCreatorEvent to register template creat...Julius Härtl2024-04-221-0/+2
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* fix(TemplateManager): Bail early if templatedirectory is emptyMarcel Klehr2023-12-041-0/+5
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* feat(files): migrate template pickerJohn Molakvoæ2023-10-171-1/+2
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-2/+2
* Add app config for default template pathThomas Citharel2023-01-241-1/+1
* 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