log

age author description
Mon, 30 Jul 2018 11:08:17 +0200 Sascha Wilde Merged
Mon, 30 Jul 2018 11:06:50 +0200 Sascha Wilde Added some quickstart information to README.md
Fri, 27 Jul 2018 16:30:06 +0200 Frank Koormann Merge
Fri, 27 Jul 2018 16:29:39 +0200 Frank Koormann Online Map: Fix projection and add TileWMS sample
Fri, 27 Jul 2018 19:03:56 +0200 Tom Gottfried Enable listing of users for all roles with appropriate filters
Fri, 27 Jul 2018 15:26:16 +0200 Tom Gottfried Add database function to check password against policy
Fri, 27 Jul 2018 14:55:47 +0200 Sascha L. Teichmann If a user got renamed kick her/him from the connection pool.
Fri, 27 Jul 2018 13:25:14 +0200 Sascha Wilde db-setup script: Improved help message.
Fri, 27 Jul 2018 13:09:13 +0200 Sascha Wilde db-setup script: Be even more quiet during creation.
Fri, 27 Jul 2018 13:04:17 +0200 Sascha L. Teichmann Merged.
Fri, 27 Jul 2018 13:03:56 +0200 Sascha L. Teichmann Slimming down the signature of the JSONHandler type to
Fri, 27 Jul 2018 12:49:39 +0200 Sascha Wilde db-setup script: Be more quiet during creation.
Fri, 27 Jul 2018 12:47:17 +0200 Sascha Wilde Added simple --drop to db setup script.
Fri, 27 Jul 2018 12:30:19 +0200 Sascha L. Teichmann Implemented /users/{user} GET a listing of given user.
Fri, 27 Jul 2018 12:12:48 +0200 Sascha L. Teichmann The column in sys_admin.list_users is called rolname not rolename.
Fri, 27 Jul 2018 11:53:17 +0200 Sascha Wilde Removed trailing whitespace.
Fri, 27 Jul 2018 11:06:02 +0200 Sascha L. Teichmann Merged.
Fri, 27 Jul 2018 11:05:03 +0200 Sascha L. Teichmann Implemented /users GET as list of users.
Fri, 27 Jul 2018 11:04:20 +0200 Sascha Wilde Hotfix: changed login call back to GET from POST.
Thu, 26 Jul 2018 20:06:45 +0200 Sascha L. Teichmann main.go of gemma lost version tracking.
Thu, 26 Jul 2018 19:33:42 +0200 Tom Gottfried Add view to list user profiles with role
Thu, 26 Jul 2018 19:22:07 +0200 Tom Gottfried Use database setup script for tests and Dockerfile
Thu, 26 Jul 2018 18:56:01 +0200 Sascha Wilde Merged
Thu, 26 Jul 2018 18:51:24 +0200 Sascha Wilde Added simple script to install db schema.
Thu, 26 Jul 2018 18:37:52 +0200 Sascha L. Teichmann Made models for email, user and country driver.Valuer to get rid of some conversions.
Thu, 26 Jul 2018 18:22:40 +0200 Sascha L. Teichmann /users delete should be handled by HTTP DELETE not PUT.
Thu, 26 Jul 2018 18:08:58 +0200 Sascha L. Teichmann No omitempty if JSON serialising PostgreSQL errors.
Thu, 26 Jul 2018 17:56:02 +0200 Sascha L. Teichmann Implemented /user delete controller.
Thu, 26 Jul 2018 17:15:22 +0200 Sascha L. Teichmann Renamed JSONHandler.Process to JSONHandler.Handler as it sounds more symmetrical.
Thu, 26 Jul 2018 17:09:43 +0200 Sascha L. Teichmann If no error code was given in a JSONResult assume Status OK (200).