log pkg/controllers/printtemplates.go @ 2250:23c03e2eaf4f

age author description
Wed, 13 Feb 2019 16:41:00 +0100 Markus Kottlaender merged pdf-export in default
Fri, 08 Feb 2019 13:06:16 +0100 Sascha L. Teichmann Print templates: Implemented /api/templates/print/{name} PATCH to update print templates.
Fri, 08 Feb 2019 12:56:33 +0100 Sascha L. Teichmann Print templates endpoints: Get rid of useless models.PrintTemplateIn model.
Fri, 08 Feb 2019 12:50:40 +0100 Sascha L. Teichmann Print templates: Implemented /api/templates/print POST to create new templates.
Fri, 08 Feb 2019 12:36:47 +0100 Sascha L. Teichmann Print templates: Implemented /api/templates/print/{name} GET.
Fri, 08 Feb 2019 12:11:15 +0100 Sascha L. Teichmann Print templates: Implemented /api/templates/print/{name} DELETE.
Fri, 08 Feb 2019 11:31:57 +0100 Sascha L. Teichmann Print templates: Implemented GET of all templates.
Fri, 08 Feb 2019 11:03:12 +0100 Sascha L. Teichmann Print templates: Forget to add controller file.