log

age author description
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.