aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Files/Template
Commit message (Collapse)AuthorAgeFilesLines
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-056-5/+56
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-194-4/+4
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* feat(templates): add support for checkboxes in template fillerElizabeth Danzberger2024-08-274-16/+140
| | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-11/+11
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* fix: PHP formattingElizabeth Danzberger2024-07-253-19/+11
| | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* fix: Fix static analysis errorsElizabeth Danzberger2024-07-253-0/+35
| | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* feat: Add support for filling fields to backend componentsElizabeth Danzberger2024-07-251-1/+11
| | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* fix(api): Add alias to `Field`Elizabeth Danzberger2024-07-251-3/+4
| | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* fix: Make field index a string for better id/index supportElizabeth Danzberger2024-07-251-1/+1
| | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* fix: Correct name of `InvalidFieldTypeException` class fileElizabeth Danzberger2024-07-251-0/+0
| | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* fix: Add proper field typesElizabeth Danzberger2024-07-251-1/+5
| | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* fix: Remove commentsElizabeth Danzberger2024-07-251-3/+0
| | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* fix: Add `InvalidFieldType` exceptionElizabeth Danzberger2024-07-252-1/+18
| | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* fix: `Field` and `FieldType` implementationElizabeth Danzberger2024-07-252-8/+32
| | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* fix: Add Field and FieldType back to server APIElizabeth Danzberger2024-07-252-0/+30
| | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* fix: Move field classes out of the server apiElizabeth Danzberger2024-07-252-28/+0
| | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* fix: Emit new `BeforeGetTemplates` eventElizabeth Danzberger2024-07-254-6/+26
| | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* feat: Template fieldsElizabeth Danzberger2024-07-253-1/+43
| | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> fix: Composer dump Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> fix: Add field array to template class Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-246-115/+12
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* perf(templates): Emit RegisterTemplateCreatorEvent to register template ↵Julius Härtl2024-04-221-0/+46
| | | | | | creators more lazy Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* feat: Add iconSvgInline to TemplateFileCreatorChristopher Ng2024-03-201-1/+13
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files): migrate template pickerJohn Molakvoæ2023-10-171-0/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* files: Add OpenAPI specjld31032023-07-121-0/+4
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* fix: Empty fallback for template creator action labelJulius Härtl2023-04-271-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Create new file/folder labelsChristopher Ng2023-04-271-1/+21
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* composer run cs:fixCôme Chilliet2023-01-202-2/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-232-2/+2
| | | | | | First round of modifications for PHP 8.1 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-045-23/+21
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Make whole Template class finalJulius Härtl2021-01-281-10/+16
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move TemplateProvider registration to boot context and make template type ↵Julius Härtl2021-01-282-8/+7
| | | | | | registration lazy Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Skip template picker if none availableJohn Molakvoæ (skjnldsv)2021-01-282-3/+20
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add templatedirectory config value to let admins have their custom templates ↵Julius Härtl2021-01-282-2/+18
| | | | | | by default Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add ratio to template creatorsJulius Härtl2021-01-281-1/+29
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add template pickerJohn Molakvoæ (skjnldsv)2021-01-281-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* files: Create files from template APIJulius Härtl2021-01-285-0/+350
Signed-off-by: Julius Härtl <jus@bitgrid.net>