log

age author description
Fri, 24 Aug 2018 14:26:57 +0200 Thomas Junk fix: A visual diference of the admin section
Fri, 24 Aug 2018 14:25:05 +0200 Sascha L. Teichmann The connection pool is now only a session store. metamorph-for-all
Fri, 24 Aug 2018 14:21:46 +0200 Thomas Junk fix: N.N as Username is now a placeholder
Fri, 24 Aug 2018 14:11:10 +0200 Bernhard Reiter merge (was too slow).
Fri, 24 Aug 2018 14:10:47 +0200 Bernhard Reiter merge
Fri, 24 Aug 2018 14:10:22 +0200 Bernhard Reiter proxy: fix minor typo in default for --mail-from
Fri, 24 Aug 2018 14:09:57 +0200 Thomas Junk fix: Added (now) styled component of Passwordfield
Fri, 24 Aug 2018 14:02:53 +0200 Thomas Junk feat: Password field as custom component refactored
Fri, 24 Aug 2018 13:56:06 +0200 Sascha L. Teichmann First stab to use the metamorphic db to do all database stuff. metamorph-for-all
Fri, 24 Aug 2018 12:14:56 +0200 Bernhard Reiter client: add (unwired) password reset form
Fri, 24 Aug 2018 11:36:11 +0200 Sascha L. Teichmann Implemented wamos/issue114 (Improve code consistency: For login use json body, disallow GET).
Fri, 24 Aug 2018 10:50:58 +0200 Thomas Junk docs: Added comments on non trivial parts of the code
Fri, 24 Aug 2018 10:08:49 +0200 Thomas Junk docs: Rationale for clientside framework decisions
Thu, 23 Aug 2018 18:50:32 +0200 Tom Gottfried Merge example configuration and that used for docker backend
Thu, 23 Aug 2018 18:40:34 +0200 Tom Gottfried Update example configuration
Thu, 23 Aug 2018 17:55:41 +0200 Tom Gottfried Add missing command
Thu, 23 Aug 2018 16:41:44 +0200 Tom Gottfried Purge password reset role
Thu, 23 Aug 2018 16:18:07 +0200 Sascha L. Teichmann It turns out that the GeoServer is happy with the lower privileged 'waterway_user'.
Thu, 23 Aug 2018 15:53:18 +0200 Sascha L. Teichmann The GeoServer still needs the sys_admin as a default database user if no explicit user is given.
Thu, 23 Aug 2018 15:36:32 +0200 Sascha L. Teichmann Quote strings with single quote ('). double quotes are for identifiers.
Thu, 23 Aug 2018 13:32:16 +0200 Sascha L. Teichmann Renamed published services to internal services to be more symmetrical to external services.
Thu, 23 Aug 2018 13:24:26 +0200 Sascha L. Teichmann /api/published (GET) returns a JSON document of the geo-services published by the gemma server.
Thu, 23 Aug 2018 12:57:15 +0200 Sascha L. Teichmann Replaced 'all' by 'any' in routes.
Thu, 23 Aug 2018 10:11:50 +0200 Sascha L. Teichmann Cosmetics.
Wed, 22 Aug 2018 18:46:30 +0200 Tom Gottfried Do not touch existing roles on database setup
Wed, 22 Aug 2018 18:25:51 +0200 Sascha L. Teichmann 465:a8e217119085 removed the mutex and the lazy loading from the internal publishing.
Wed, 22 Aug 2018 17:56:16 +0200 Sascha L. Teichmann Don't use hex encoding for user impersonation when running it from a planned statement.
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.