log pkg/controllers/printtemplates.go @ 3217:4c254651d80b

age author description
Thu, 09 May 2019 12:08:02 +0200 Sascha L. Teichmann Added template types "map", "diagram", "report".
Sun, 21 Apr 2019 19:02:35 +0200 Sascha L. Teichmann Made 'go vet' happy again.
Thu, 14 Feb 2019 16:05:02 +0100 Sascha L. Teichmann Print templates: Add country to listing if template has one.
Thu, 14 Feb 2019 15:11:00 +0100 Sascha L. Teichmann Ajjusted RLS for user templates.
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.