Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> |