Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix: Only write once to template instead of create/copy | Julius Knorr | 2024-09-10 | 1 | -3/+3 |
| | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net> | ||||
* | feat: Add support for filling fields to backend components | Elizabeth Danzberger | 2024-07-25 | 1 | -2/+3 |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | ||||
* | fix: Emit new `BeforeGetTemplates` event | Elizabeth Danzberger | 2024-07-25 | 1 | -0/+3 |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -21/+2 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | perf(templates): Emit RegisterTemplateCreatorEvent to register template ↵ | Julius Härtl | 2024-04-22 | 1 | -0/+2 |
| | | | | | | creators more lazy Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(TemplateManager): Bail early if templatedirectory is empty | Marcel Klehr | 2023-12-04 | 1 | -0/+5 |
| | | | | | | fixes #39266 Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -1/+1 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | feat(files): migrate template picker | John Molakvoæ | 2023-10-17 | 1 | -1/+2 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Use typed version of IConfig::getSystemValue as much as possible | Côme Chilliet | 2023-04-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Add app config for default template path | Thomas Citharel | 2023-01-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -4/+5 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fix log error when creating files from an empty template | Julius Härtl | 2021-05-18 | 1 | -0/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Properly handle creating the template directory in a subfolder (fixes #25787) | Julius Härtl | 2021-04-01 | 1 | -3/+3 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Get the parent directory before creating a file from a template | Julius Härtl | 2021-04-01 | 1 | -1/+5 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Type the service registration | Christoph Wurst | 2021-02-10 | 1 | -1/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Avoid template creators being registered multiple times | Julius Härtl | 2021-02-02 | 1 | -0/+3 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Use proper path for scanner | Julius Härtl | 2021-01-29 | 1 | -2/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Obtain the user language from the passed in user id | Julius Härtl | 2021-01-29 | 1 | -1/+5 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Normalize compared path to avoid renaming to the same directory | Julius Härtl | 2021-01-29 | 1 | -1/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Move TemplateProvider registration to boot context and make template type ↵ | Julius Härtl | 2021-01-28 | 1 | -17/+29 |
| | | | | | | registration lazy Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Only create template directory if it is present in the default skeleton | Julius Härtl | 2021-01-28 | 1 | -1/+4 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Skip template picker if none available | John Molakvoæ (skjnldsv) | 2021-01-28 | 1 | -28/+67 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Add templatedirectory config value to let admins have their custom templates ↵ | Julius Härtl | 2021-01-28 | 1 | -9/+64 |
| | | | | | | by default Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add template picker | John Molakvoæ (skjnldsv) | 2021-01-28 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | files: Create files from template API | Julius Härtl | 2021-01-28 | 1 | -0/+237 |
Signed-off-by: Julius Härtl <jus@bitgrid.net> |