log

age author description
Mon, 06 Aug 2018 16:53:45 +0200 Sascha L. Teichmann Compressing the namespaces in the WFS proxy is broken atm. So deactivate it.
Mon, 06 Aug 2018 16:46:42 +0200 Sascha L. Teichmann Use httputil.ReverseProxy for WFS proxying.
Mon, 06 Aug 2018 15:19:05 +0200 Tom Gottfried Add staging feature to more tables
Mon, 06 Aug 2018 14:52:04 +0200 Sascha L. Teichmann Be more precise with HTTP headers in WFS proxy.
Mon, 06 Aug 2018 13:25:18 +0200 Tom Gottfried Use INSTEAD OF trigger for user creation
Mon, 06 Aug 2018 12:37:06 +0200 Tom Gottfried Use INSTEAD OF trigger for user deletion
Mon, 06 Aug 2018 12:36:20 +0200 Sascha L. Teichmann Use code of JSONError as HTTP code.
Sun, 05 Aug 2018 15:48:36 +0200 Sascha L. Teichmann Embed Reader and Writer in BinReader and BinWriter to make API more distinct.
Sun, 05 Aug 2018 15:35:29 +0200 Sascha L. Teichmann Factored out some miscellaneous code into own package.
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 22:10:59 +0200 Sascha L. Teichmann Be a bit more type precise in deserialisation of roles in sessions.
Fri, 03 Aug 2018 17:59:16 +0200 Sascha L. Teichmann Merged.
Fri, 03 Aug 2018 17:58:51 +0200 Sascha L. Teichmann Made gemma a WFS proxy.
Fri, 03 Aug 2018 17:23:55 +0200 Tom Gottfried Prevent Waterway Admins from updating users from their country
Fri, 03 Aug 2018 16:04:14 +0200 Sascha L. Teichmann If logging in failed send Unauthorized to client.
Fri, 03 Aug 2018 15:46:05 +0200 Sascha L. Teichmann Use viper as config storage (I don't like it).
Fri, 03 Aug 2018 13:52:23 +0200 Sascha Wilde db-setup script: Allow to set passwords manually.
Fri, 03 Aug 2018 13:40:10 +0200 Sascha Wilde Create standard roles as part of the base schema.
Fri, 03 Aug 2018 10:52:03 +0200 Sascha Wilde SPA: Fixed setup for proxy in "serve" dev server mode.
Fri, 03 Aug 2018 10:27:34 +0200 Sascha L. Teichmann Don't crash if we doing update as unprivileged user without a bounding box.
Thu, 02 Aug 2018 19:25:30 +0200 Tom Gottfried Allow Waterway User to update a limited set of profile attributes
Thu, 02 Aug 2018 18:39:01 +0200 Sascha L. Teichmann Added type for roles.
Thu, 02 Aug 2018 18:07:35 +0200 Sascha L. Teichmann Added CORS support.
Thu, 02 Aug 2018 17:28:07 +0200 Tom Gottfried Remove noisy NOTICEs between test output
Thu, 02 Aug 2018 17:22:10 +0200 Sascha L. Teichmann If sys_admin renames user with pending password request update the pending requests, too.
Thu, 02 Aug 2018 17:17:31 +0200 Sascha L. Teichmann Ensure that build password generator obeys password rules.
Thu, 02 Aug 2018 16:40:14 +0200 Sascha L. Teichmann Persist password reset requests in database.
Thu, 02 Aug 2018 15:14:38 +0200 Sascha L. Teichmann Added new table password_reset_requests to schema pw_reset.
Thu, 02 Aug 2018 13:06:39 +0200 Tom Gottfried Add special role for password reset
Thu, 02 Aug 2018 12:48:59 +0200 Tom Gottfried Add example configuration and use it in dockerised backend