log pkg/controllers/routes.go @ 5220:142ac550bd9a new-fwa

age author description
Mon, 11 May 2020 20:10:15 +0200 Sascha L. Teichmann Remove old routes for availabilties. new-fwa
Fri, 27 Mar 2020 15:57:40 +0100 Sascha L. Teichmann Merged default into new-fwa branch. new-fwa
Mon, 23 Mar 2020 15:29:55 +0100 Sascha L. Teichmann Added controller stub for new fairway availability. new-fwa
Fri, 27 Mar 2020 10:33:39 +0100 Sascha Wilde Removed no longer used endpoint /bottlenecks
Wed, 18 Mar 2020 17:52:00 +0100 Sascha L. Teichmann Moved import desision logic to import queue (where it belongs).
Fri, 28 Feb 2020 16:18:44 +0100 Tom Gottfried Follow-up of rev. 1b309a8e7673 for DAYMAR fairway-marks-import
Fri, 28 Feb 2020 13:43:52 +0100 Tom Gottfried Follow-up of rev. 1b309a8e7673 for BOYLAT fairway-marks-import
Thu, 27 Feb 2020 21:05:09 +0100 Tom Gottfried Distinguish more clearly between BCNLAT HYDRO and IENC features fairway-marks-import
Mon, 17 Feb 2020 18:38:45 +0100 Tom Gottfried Add missing fairway mark types fairway-marks-import
Fri, 14 Feb 2020 12:14:36 +0100 Tom Gottfried Add import for fairway marks of type BOYLAT fairway-marks-import
Mon, 10 Feb 2020 18:47:27 +0100 Tom Gottfried Add import for fairway marks of type BOYCAR fairway-marks-import
Mon, 10 Feb 2020 18:02:22 +0100 Tom Gottfried Type specific names for fairway marks import fairway-marks-import
Tue, 14 Jan 2020 15:01:42 +0100 Tom Gottfried Draft implementation of fairway marks import fairway-marks-import
Fri, 25 Oct 2019 18:52:11 +0200 Sascha Wilde Allow import log export for waterwayAdmin.
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