log pkg/controllers/routes.go @ 4791:1fef4679b07a

age author description
Fri, 25 Oct 2019 13:03:50 +0200 Sascha L. Teichmann Added an endpoint GET api/imports/export to export imports.
Fri, 25 Oct 2019 11:13:31 +0200 Sascha L. Teichmann endpoint routing: get rid of unnecessary local variable.
Fri, 18 Oct 2019 15:17:31 +0200 Sascha L. Teichmann Handle password reset before matching users.
Tue, 15 Oct 2019 18:25:40 +0200 Sascha L. Teichmann Be more clever when triggering diff calculations.
Thu, 10 Oct 2019 16:13:11 +0200 Sascha L. Teichmann Applied {name:.+} workarounds in routing where applicable.
Mon, 16 Sep 2019 16:41:56 +0200 Sascha Wilde Added back end for deletion of sounding results.
Thu, 12 Sep 2019 20:08:29 +0200 Sascha Wilde Implemented deletion of stretches.
Tue, 03 Sep 2019 13:02:09 +0200 Sascha L. Teichmann Added stub for a shape upload stretch import. POST /api/imports/stsh
Mon, 02 Sep 2019 17:57:44 +0200 Sascha L. Teichmann Return stretch as a ZIPed ESRI shape file from end point. TODO: Write the actual geometries to the shape file.
Fri, 30 Aug 2019 18:34:27 +0200 Sascha L. Teichmann WIP: Started with downloading stretches as ESRI shapes.
Thu, 22 Aug 2019 11:26:48 +0200 Sascha L. Teichmann Moved JSONHandler into middleware package. json-handler-middleware
Wed, 21 Aug 2019 16:17:46 +0200 Bernhard Reiter Remove unused systemconf.feature_colours from backend
Mon, 12 Aug 2019 11:35:27 +0200 Sascha L. Teichmann The system stetting should only be setable by a the system admin.
Wed, 07 Aug 2019 15:23:41 +0200 Sascha L. Teichmann Exposed the import to delete sections under POST /api/imports/dsec with a JSON input as '{ "id": 42 }'.
Thu, 20 Jun 2019 18:04:53 +0200 Sascha L. Teichmann Password reset: Send redirect to server starting page when reset succeeded.
Tue, 11 Jun 2019 12:07:55 +0200 Sascha L. Teichmann Re-worked the Go part a little bit. configuration
Fri, 07 Jun 2019 12:53:41 +0200 Markus Kottlaender implemented configuration backend and frontend configuration
Fri, 24 May 2019 11:20:15 +0200 Sascha L. Teichmann Prepared to write the fairway availibilty as CSV, too. WIP. fairway-avail-csv
Thu, 23 May 2019 12:53:19 +0200 Sascha L. Teichmann available fairway depth: Implemented backend for sections and stretches.
Mon, 13 May 2019 09:15:20 +0200 Sascha L. Teichmann Added API stubs from fairway availabilty for stretches and sections.
Thu, 09 May 2019 12:08:02 +0200 Sascha L. Teichmann Added template types "map", "diagram", "report".
Mon, 06 May 2019 16:36:03 +0200 Sascha L. Teichmann Sections import: Added a sections import. Derived from the stretches import w/o the countries.
Mon, 29 Apr 2019 11:36:00 +0200 Sascha L. Teichmann Display Available Fairway Depths: More controller code.
Sun, 28 Apr 2019 22:26:48 +0200 Sascha L. Teichmann Added stub for GET /api/data/fairway-depth/{gauge}
Thu, 25 Apr 2019 15:31:43 +0200 Sascha L. Teichmann Added "published-config" field to configuration.
Mon, 08 Apr 2019 16:38:57 +0200 Sascha L. Teichmann Fairway availibity for bottlenecks: Started with fetchting the relevant data. TODO: Range calculations. WIP.
Tue, 26 Mar 2019 14:56:38 +0100 Sascha L. Teichmann Removed old longterm waterlevel statistics endpoint.
Mon, 25 Mar 2019 18:37:13 +0100 Sascha L. Teichmann Added GET /api/data/year-waterlevels/{gauge}/{year}
Mon, 25 Mar 2019 17:31:56 +0100 Sascha L. Teichmann Added GET /data/longterm-waterlevels/{gauge}
Thu, 21 Mar 2019 18:07:49 +0100 Sascha L. Teichmann Added endpoint to deliver average waterlevels for a given gauge.