log config/config.go @ 408:ac23905e64b1

age author description
Wed, 15 Aug 2018 15:55:41 +0200 Sascha L. Teichmann Improve WFS proxy a lot. It now generates signed re-writings.
Mon, 13 Aug 2018 19:07:34 +0200 Sascha L. Teichmann Add fairway_dimension to list of default tables published by GeoServer.
Mon, 13 Aug 2018 17:38:24 +0200 Bernhard Reiter server: add default value for serving "web".
Mon, 13 Aug 2018 13:41:08 +0200 Sascha L. Teichmann Configure GeoServer via REST-API. TODO: Configure layers.
Mon, 13 Aug 2018 11:17:56 +0200 Sascha L. Teichmann Added config parameters for GeoServer.
Fri, 03 Aug 2018 22:20:06 +0200 Sascha L. Teichmann Configuration: Port numbers are integers. Mail port defaults to 465 (SSL).
Fri, 03 Aug 2018 17:58:51 +0200 Sascha L. Teichmann Made gemma a WFS proxy.
Fri, 03 Aug 2018 15:46:05 +0200 Sascha L. Teichmann Use viper as config storage (I don't like it).
Thu, 02 Aug 2018 18:07:35 +0200 Sascha L. Teichmann Added CORS support.
Wed, 01 Aug 2018 12:29:55 +0200 Sascha L. Teichmann Password reset. Part I
Tue, 24 Jul 2018 18:21:31 +0200 Sascha L. Teichmann Argh! If one is using its own storage for config like we do
Tue, 24 Jul 2018 17:45:17 +0200 Sascha L. Teichmann Depend command line parsing on Viper/Cobra. Configuration should be persistent now.
Fri, 20 Jul 2018 17:11:57 +0200 Sascha L. Teichmann Added stub for a persistent session store.
Mon, 02 Jul 2018 10:34:56 +0200 Sascha L. Teichmann Removed JWT signing key configuration. Not needed any more.
Thu, 28 Jun 2018 12:21:36 +0200 Sascha L. Teichmann Wired token generator and connection pool to token server.
Tue, 26 Jun 2018 18:29:26 +0200 Sascha L. Teichmann Added first middleware for JWT token extraction. TODO: Add second one to check against logged in users.
Mon, 25 Jun 2018 15:34:32 +0200 Sascha L. Teichmann Fetch database connection string parts from configuration.