log

age author description
Wed, 22 Aug 2018 17:43:30 +0200 Sascha L. Teichmann Used hex-encoded usernames and a stored procedure to decode them to impersonate with the metamorph user.
Wed, 22 Aug 2018 17:30:12 +0200 Thomas Junk refac: Small improvement of loading time with code splitting
Wed, 22 Aug 2018 17:21:25 +0200 Sascha L. Teichmann Drop metamorph role too when tearing down database.
Wed, 22 Aug 2018 16:53:22 +0200 Tom Gottfried Fix demo data
Wed, 22 Aug 2018 16:48:56 +0200 Tom Gottfried Add metamorphic database role and user e.g. for GeoServer
Wed, 22 Aug 2018 16:20:09 +0200 Sascha L. Teichmann Merged.
Wed, 22 Aug 2018 16:18:14 +0200 Sascha L. Teichmann Baild out og RunAs if no metamorphic user is configured.
Wed, 22 Aug 2018 16:11:11 +0200 Bernhard Reiter client: (minor) improve note when there is no Javascript
Wed, 22 Aug 2018 16:03:16 +0200 Bernhard Reiter client: make Makefile more robust.
Wed, 22 Aug 2018 14:34:37 +0200 Tom Gottfried Add GeoServer Dockerfile
Wed, 22 Aug 2018 12:37:34 +0200 Tom Gottfried Remove unnecessary schema qualifiers
Wed, 22 Aug 2018 13:14:13 +0200 Sascha L. Teichmann Fixed internal proxy resolution.
Wed, 22 Aug 2018 12:15:38 +0200 Bernhard Reiter client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Wed, 22 Aug 2018 11:53:40 +0200 Bernhard Reiter client: change login method from GET to POST
Wed, 22 Aug 2018 11:05:59 +0200 Sascha L. Teichmann Only let users in which are listed in users.list_users.
Wed, 22 Aug 2018 10:04:52 +0200 Bernhard Reiter Merge, because not having pulled earlier.
Wed, 22 Aug 2018 10:04:04 +0200 Bernhard Reiter Merge heads, because coming from different parents.
Wed, 22 Aug 2018 10:02:46 +0200 Bernhard Reiter client: Remove swagger remains.
Tue, 21 Aug 2018 20:43:42 +0200 Sascha L. Teichmann Removed the command line option to publish tables with GeoServer.
Tue, 21 Aug 2018 20:05:45 +0200 Sascha L. Teichmann Fixed ordering in external proxied services.
Tue, 21 Aug 2018 18:29:34 +0200 Sascha L. Teichmann Only allow log in if user has at least one of the roles 'sys_admin', 'waterway_admin', 'waterway_user'.
Tue, 21 Aug 2018 18:07:43 +0200 Sascha L. Teichmann Made use of sorted slice in external proxied services symmetric to published services.
Tue, 21 Aug 2018 17:55:58 +0200 Sascha L. Teichmann Use a sorted slice for published layers to get rid of extra sorting.
Tue, 21 Aug 2018 17:43:37 +0200 Sascha L. Teichmann Publish WFS layers on GeoServer from database configuration.
Tue, 21 Aug 2018 17:06:29 +0200 Sascha L. Teichmann Even the usage of the external proxied WFS/WMS need to logged into gemma.
Tue, 21 Aug 2018 16:57:55 +0200 Sascha L. Teichmann Moved some models used in controllers to to model package because they may be needed elsewhere (e.g. GeoServer config).
Tue, 21 Aug 2018 14:59:36 +0200 Sascha L. Teichmann Load the configuration of the published services from database.
Tue, 21 Aug 2018 14:45:38 +0200 Sascha L. Teichmann Renamed externalservices.go to extservices.go
Tue, 21 Aug 2018 12:36:10 +0200 Sascha L. Teichmann Load the configuration of the proxied external services from database.
Tue, 21 Aug 2018 11:33:19 +0200 Sascha L. Teichmann Removed db service user. Use an impersonated metamorph user instead.