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.
Wed, 27 Jun 2018 12:59:06 +0200 Thomas Junk Upgraded to current Version of OpenLayers
Wed, 27 Jun 2018 12:24:13 +0200 Thomas Junk The "eye" icon changes into a "crossed out eye" icon
Wed, 27 Jun 2018 10:50:09 +0200 Bernhard Reiter Split README into client and toplevel.
Tue, 26 Jun 2018 18:29:46 +0200 Sascha L. Teichmann Merged.
Tue, 26 Jun 2018 18:29:26 +0200 Sascha L. Teichmann Added first middleware for JWT token extraction. TODO: Add second one to check against logged in users.
Tue, 26 Jun 2018 17:29:32 +0200 Thomas Junk Removed unnecessary files.
Tue, 26 Jun 2018 17:26:34 +0200 Thomas Junk Move component. Re-add Css.
Tue, 26 Jun 2018 16:40:44 +0200 Sascha L. Teichmann Renamed remaining wamos stuff to gemma.
Tue, 26 Jun 2018 16:20:04 +0200 Sascha L. Teichmann s/wamos/gemma/g on database schema.
Tue, 26 Jun 2018 16:16:05 +0200 Sascha L. Teichmann Merged heads.
Tue, 26 Jun 2018 16:14:59 +0200 Sascha L. Teichmann Moved schema stuff to own subfolder.
Fri, 15 Jun 2018 20:20:44 +0200 Tom Gottfried WIP: Add failing test.
Fri, 15 Jun 2018 20:20:29 +0200 Tom Gottfried Fix infinite recursion and remove unnecessary WHERE clause.
Fri, 15 Jun 2018 20:16:53 +0200 Tom Gottfried Comment on understand of docs.
Fri, 15 Jun 2018 20:12:32 +0200 Tom Gottfried Set search path in test data script for standalone use.
Fri, 15 Jun 2018 20:05:44 +0200 Tom Gottfried Put test data in own file for easier debugging.
Fri, 15 Jun 2018 19:46:02 +0200 Tom Gottfried waterway_admin sees only his own profile anyhow.
Fri, 15 Jun 2018 19:38:18 +0200 Tom Gottfried Test RLS policy for responsibility area.
Fri, 15 Jun 2018 18:41:42 +0200 Tom Gottfried waterway_admin needs to see his responsibility area.
Fri, 15 Jun 2018 18:15:04 +0200 Tom Gottfried Add tests for authorisation of templates.
Fri, 15 Jun 2018 18:12:40 +0200 Tom Gottfried Fix authorisation of templates for waterway_user.
Fri, 15 Jun 2018 17:33:39 +0200 Tom Gottfried Auto-generate template IDs.
Fri, 15 Jun 2018 17:32:49 +0200 Tom Gottfried Mention tests in README.
Wed, 13 Jun 2018 22:46:40 +0200 Tom Gottfried Add first tests of RLS policies.
Wed, 13 Jun 2018 22:40:51 +0200 Tom Gottfried Add todo regarding PostGIS data type.
Wed, 13 Jun 2018 22:39:38 +0200 Tom Gottfried SELECT privilege on a table is useless without USAGE on the schema.
Fri, 08 Jun 2018 12:43:57 +0200 Tom Gottfried Fix Docker build.
Wed, 06 Jun 2018 17:08:09 +0200 Tom Gottfried Add roles, privileges and RLS policies.
Fri, 01 Jun 2018 20:52:03 +0200 Tom Gottfried Comment out some rather spurious attributes.
Fri, 01 Jun 2018 20:43:06 +0200 Tom Gottfried Add gauge measurement attributes.
Fri, 01 Jun 2018 20:25:21 +0200 Tom Gottfried Add gauge attributes.
Fri, 01 Jun 2018 20:08:47 +0200 Tom Gottfried Fix profile constraints.
Fri, 01 Jun 2018 19:50:58 +0200 Tom Gottfried Add profile attributes.
Fri, 01 Jun 2018 19:32:44 +0200 Tom Gottfried Add fairway attributes.
Fri, 01 Jun 2018 19:24:11 +0200 Tom Gottfried Move more tables to waterway schema to tweak diagrams.
Fri, 01 Jun 2018 19:18:18 +0200 Tom Gottfried Add sections and stretches attributes.
Fri, 01 Jun 2018 19:12:31 +0200 Tom Gottfried Add distance mark attributes and try to consolidate.
Fri, 01 Jun 2018 18:37:31 +0200 Tom Gottfried Add axis attributes.
Fri, 01 Jun 2018 16:51:15 +0200 Tom Gottfried Add waterway area attributes.
Fri, 01 Jun 2018 16:14:40 +0200 Tom Gottfried More user attributes from APUC3.
Thu, 31 May 2018 19:18:14 +0200 Tom Gottfried Update README.
Thu, 31 May 2018 18:39:17 +0200 Tom Gottfried Add auxilliary tables.
Thu, 31 May 2018 17:54:32 +0200 Tom Gottfried Use different schemas for different diagrams. Add TODOs.
Thu, 31 May 2018 16:30:20 +0200 Tom Gottfried Set correct EPSG code.
Thu, 31 May 2018 16:28:12 +0200 Tom Gottfried Add waterway profiles stub.
Thu, 31 May 2018 16:15:50 +0200 Tom Gottfried Distance marks as link between 1D and 2D.
Thu, 31 May 2018 15:57:21 +0200 Tom Gottfried Correctly schema-qualify tables.
Wed, 30 May 2018 17:23:57 +0200 Tom Gottfried Add fairway dimensions stub.
Wed, 30 May 2018 17:09:47 +0200 Tom Gottfried Add sections and stretches stub and fix comment.
Wed, 30 May 2018 16:58:30 +0200 Tom Gottfried Add distance marks stub.
Wed, 30 May 2018 16:54:36 +0200 Tom Gottfried Add waterway axis stub.
Wed, 30 May 2018 16:51:45 +0200 Tom Gottfried Add gauge measurements stub.
Wed, 30 May 2018 16:42:38 +0200 Tom Gottfried Add missing NOT NULL constraints.
Wed, 30 May 2018 16:39:26 +0200 Tom Gottfried Add reference water levels to gauges.
Wed, 30 May 2018 15:58:02 +0200 Tom Gottfried Add waterway area.
Fri, 25 May 2018 22:17:20 +0200 Tom Gottfried Respect custom template and schema in README.
Fri, 25 May 2018 21:56:22 +0200 Tom Gottfried Tweak ER-diagramm.
Fri, 25 May 2018 21:54:27 +0200 Tom Gottfried Fix thinkos and syntax errors in previous commit.
Fri, 25 May 2018 21:45:08 +0200 Tom Gottfried Avoid duplicate direct relations in composite primary keys.
Fri, 25 May 2018 21:34:02 +0200 Tom Gottfried Create specific wamos schema.