log

age author description
Wed, 18 Jul 2018 17:30:38 +0200 Tom Gottfried Prepare for having more than one database test script
Wed, 18 Jul 2018 16:48:27 +0200 Tom Gottfried Beautify SQL
Tue, 17 Jul 2018 19:13:16 +0200 Tom Gottfried Remove moaning comment
Tue, 17 Jul 2018 19:08:18 +0200 Tom Gottfried Improve RLS policies for template data
Tue, 17 Jul 2018 18:21:56 +0200 Tom Gottfried Add missing privilege for waterway_admin
Tue, 17 Jul 2018 17:07:55 +0200 Tom Gottfried Keep test results in test database for inspection
Tue, 17 Jul 2018 16:50:16 +0200 Tom Gottfried Make schema for templates more realistic
Tue, 17 Jul 2018 12:01:14 +0200 Tom Gottfried Separate cluster and database specific commands
Fri, 13 Jul 2018 14:56:32 +0200 Tom Gottfried Allow waterway_admin to see profiles of users in same country
Thu, 12 Jul 2018 17:43:11 +0200 Tom Gottfried Use better example names for Docker image and container
Thu, 12 Jul 2018 17:42:31 +0200 Tom Gottfried Use COPY in a way that allows replacing by a volume
Thu, 12 Jul 2018 16:30:01 +0200 Tom Gottfried Automate running DB-tests with an extra database
Tue, 10 Jul 2018 14:30:06 +0200 Thomas Junk docs: Added raw API - documentation under /docs
Tue, 10 Jul 2018 12:03:33 +0200 Thomas Junk fix: updated API spec
Tue, 10 Jul 2018 10:36:50 +0200 Thomas Junk feat: Added draft version of API specification for server
Fri, 06 Jul 2018 12:38:11 +0200 Thomas Junk docs: Added a developer documentation
Fri, 06 Jul 2018 12:09:08 +0200 Thomas Junk docs: Adding documentation on how to run tests
Fri, 06 Jul 2018 12:00:08 +0200 Thomas Junk test: login now as e2e test
Fri, 06 Jul 2018 11:04:52 +0200 Thomas Junk refactor: extracted the string to milisecondconversion
Fri, 06 Jul 2018 10:51:19 +0200 Thomas Junk test: Moved testfile. Established nightwatch tests
Thu, 05 Jul 2018 18:15:04 +0200 Thomas Junk fix: Bugfix for session evaluation
Thu, 05 Jul 2018 18:01:39 +0200 Thomas Junk Refactor: Login expiry refactored to lib
Thu, 05 Jul 2018 16:52:39 +0200 Thomas Junk feat: collapsible sidebar
Wed, 04 Jul 2018 17:21:10 +0200 Thomas Junk feat: Login and logout with session restoration implemented
Tue, 03 Jul 2018 17:46:06 +0200 Thomas Junk feat: Locale of browser determines the default language
Tue, 03 Jul 2018 16:18:29 +0200 Thomas Junk feat: Improve login against real db
Tue, 03 Jul 2018 11:43:55 +0200 Thomas Junk fix: Replaced MAINTAINER by LABEL
Tue, 03 Jul 2018 11:40:16 +0200 Thomas Junk refactor: Refactor Dockerfile to reflect changes
Mon, 02 Jul 2018 18:07:02 +0200 Thomas Junk New translations
Mon, 02 Jul 2018 18:00:18 +0200 Thomas Junk Wrap vue templates with translation in parentheses
Mon, 02 Jul 2018 16:30:29 +0200 Thomas Junk Removed Log statement frim component
Mon, 02 Jul 2018 14:47:22 +0200 Thomas Junk Client README updated for translations
Mon, 02 Jul 2018 13:23:31 +0200 Sascha L. Teichmann Shutdown server gracefully.
Mon, 02 Jul 2018 12:54:07 +0200 Thomas Junk Added missing translation for loginerror
Mon, 02 Jul 2018 11:14:46 +0200 Sascha L. Teichmann Rename token.go to session.go because its more fitting.
Mon, 02 Jul 2018 11:00:19 +0200 Sascha L. Teichmann Made ConnectionPool an interface and use current in-memory implementation.
Mon, 02 Jul 2018 10:34:56 +0200 Sascha L. Teichmann Removed JWT signing key configuration. Not needed any more.
Mon, 02 Jul 2018 10:33:37 +0200 Sascha L. Teichmann Removed obsolete third party library.
Mon, 02 Jul 2018 10:32:40 +0200 Sascha L. Teichmann Merged.
Mon, 02 Jul 2018 09:38:32 +0200 Thomas Junk merge with vue-gettext
Mon, 02 Jul 2018 09:37:53 +0200 Thomas Junk closing branch vue-gettext vue-gettext
Mon, 02 Jul 2018 09:37:15 +0200 Thomas Junk merge with default vue-gettext
Fri, 29 Jun 2018 13:38:28 +0200 Thomas Junk POC vue-gettext
Sat, 30 Jun 2018 23:24:08 +0200 Sascha L. Teichmann Fixed interpreter in third party library downloader. remove-jwt
Sat, 30 Jun 2018 23:23:08 +0200 Sascha L. Teichmann Fixed interpreter in third party library downloader.
Fri, 29 Jun 2018 17:24:14 +0200 Sascha Wilde Demo Data: make user.sql atomic and use copy everywhere.
Fri, 29 Jun 2018 17:15:17 +0200 Sascha Wilde Added basic demo data.
Fri, 29 Jun 2018 15:03:39 +0200 Sascha Wilde Schema: Fixed test for responsibility_areas as multi polygons.
Fri, 29 Jun 2018 11:56:34 +0200 Sascha Wilde Schema: Make responsibility_areas multi polygons.
Fri, 29 Jun 2018 17:17:20 +0200 Sascha L. Teichmann Removed the JWT layer from the session management. remove-jwt
Thu, 28 Jun 2018 17:26:38 +0200 Sascha L. Teichmann Close idle connections until there are only maxOpen connections open.
Thu, 28 Jun 2018 17:18:29 +0200 Sascha L. Teichmann Dont close db connections if they are currently busy when garbage collecting idle db connections.
Thu, 28 Jun 2018 17:13:02 +0200 Sascha L. Teichmann Added some reference counting to open db connection to not forcefully close them when system is under pressure. TODO: check if this race free (it should).
Thu, 28 Jun 2018 16:59:16 +0200 Sascha L. Teichmann Take expiring time from serialized tokens to garbage collect them.
Thu, 28 Jun 2018 16:45:01 +0200 Sascha L. Teichmann Forgot to check if a db connection is already close when closing idle db connections.
Thu, 28 Jun 2018 16:13:58 +0200 Sascha L. Teichmann Added claims checker + example.
Thu, 28 Jun 2018 13:39:14 +0200 Sascha L. Teichmann Implemented explicit token renewal under endpoint /api/renew.
Thu, 28 Jun 2018 13:09:38 +0200 Sascha L. Teichmann Implemented an explicit token deletion under endpoint /api/logout.
Thu, 28 Jun 2018 12:21:36 +0200 Sascha L. Teichmann Wired token generator and connection pool to token server.
Thu, 28 Jun 2018 11:34:57 +0200 Sascha L. Teichmann Generate JWT from database roles.