log

age author description
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.
Mon, 20 Aug 2018 18:10:55 +0200 Sascha L. Teichmann Added two tables to configure the WFS/WMS services of gemma.
Mon, 20 Aug 2018 17:58:56 +0200 Sascha L. Teichmann Fixed install db script to cope with user roles containing whitespace.
Mon, 20 Aug 2018 16:58:55 +0200 Sascha L. Teichmann Don't panic if we have no metamorphic db user.
Mon, 20 Aug 2018 15:56:02 +0200 Bernhard Reiter DOCS: remove unfinished sentence for db setup.
Mon, 20 Aug 2018 15:45:59 +0200 Sascha L. Teichmann Removed templating from GeoServer startup SQL script.