log

age author description
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).
Thu, 26 Jul 2018 17:07:03 +0200 Sascha L. Teichmann Reduce boilerplate code when writing JSON parsing/generating endpoints.
Thu, 26 Jul 2018 15:43:19 +0200 Sascha L. Teichmann merged.
Thu, 26 Jul 2018 15:42:57 +0200 Sascha L. Teichmann Implemented /users update controller.
Thu, 26 Jul 2018 15:10:22 +0200 Tom Gottfried Allow using the same email-address for multiple users
Thu, 26 Jul 2018 15:02:19 +0200 Tom Gottfried Fix spelling
Thu, 26 Jul 2018 13:57:08 +0200 Tom Gottfried Add database function to delete role and user profile
Thu, 26 Jul 2018 13:47:38 +0200 Sascha L. Teichmann Fixed bad route to /logout controller.
Thu, 26 Jul 2018 13:39:59 +0200 Sascha L. Teichmann Made auth.Role variadic to allow to express that a endpoint may be used by more than one role.
Thu, 26 Jul 2018 13:32:49 +0200 Sascha L. Teichmann Reworked doc/schnittstellen.
Thu, 26 Jul 2018 13:10:05 +0200 Sascha L. Teichmann Removed swagger stuff.
Thu, 26 Jul 2018 12:36:35 +0200 Sascha L. Teichmann Login controller is now called with POST to /login.
Thu, 26 Jul 2018 12:24:30 +0200 Sascha L. Teichmann Refactored gemma server to be more REST-like.
Wed, 25 Jul 2018 18:26:54 +0200 Tom Gottfried Add database function to update role and user profile
Wed, 25 Jul 2018 13:34:46 +0200 Tom Gottfried By convention, prefix all test users with 'test'
Wed, 25 Jul 2018 12:37:03 +0200 Tom Gottfried Drop roles created in tests, too
Wed, 25 Jul 2018 11:59:10 +0200 Tom Gottfried Try to DROP ROLEs before creating them and keep test results
Tue, 24 Jul 2018 18:21:31 +0200 Sascha L. Teichmann Argh! If one is using its own storage for config like we do
Tue, 24 Jul 2018 17:45:17 +0200 Sascha L. Teichmann Depend command line parsing on Viper/Cobra. Configuration should be persistent now.
Tue, 24 Jul 2018 16:19:05 +0200 Sascha L. Teichmann Removed useless endpoint.
Tue, 24 Jul 2018 11:33:28 +0200 Sascha Wilde Use correct statement for user.Extent case.
Tue, 24 Jul 2018 11:32:42 +0200 Sascha Wilde Makefile: Make rebuild of gemma work
Tue, 24 Jul 2018 11:20:46 +0200 Sascha L. Teichmann Called schema prefixed sys_admin.create_user instead of create_user.
Tue, 24 Jul 2018 11:09:18 +0200 Sascha L. Teichmann Made serialisation and deserialisation of sessions more robust (fixed a small bug on the way).
Tue, 24 Jul 2018 10:58:38 +0200 Sascha Wilde Fix Makefile clean target: don't fail if no back end bin to delete.
Mon, 23 Jul 2018 20:38:40 +0200 Sascha L. Teichmann Fix for [issue78] gemma back end broken for me since 213:3d0988d9f867
Mon, 23 Jul 2018 17:41:31 +0200 Tom Gottfried Make map extent mandatory
Mon, 23 Jul 2018 16:45:27 +0200 Tom Gottfried Make responsibility area mandatory
Mon, 23 Jul 2018 16:40:21 +0200 Tom Gottfried Remove obsolete GRANT on user_profiles
Mon, 23 Jul 2018 16:14:36 +0200 Tom Gottfried Remove obsolete TODO comment
Mon, 23 Jul 2018 15:57:54 +0200 Tom Gottfried Adapt demo-data to schema changes
Mon, 23 Jul 2018 11:29:41 +0200 Tom Gottfried Care for the fact that role attributes are not inherited
Sun, 22 Jul 2018 10:40:17 +0200 Sascha L. Teichmann Renamed cmd/tokenserver to cmd/gemma.
Sun, 22 Jul 2018 10:24:28 +0200 Sascha L. Teichmann Renamed the file containing the connection pool to a more suited one.
Sun, 22 Jul 2018 10:23:03 +0200 Sascha L. Teichmann De-virtualize the connection pool implementation.
Sun, 22 Jul 2018 09:42:47 +0200 Sascha L. Teichmann Persistent session store: Implemented cleanDB/cleanToken.
Sun, 22 Jul 2018 09:38:38 +0200 Sascha L. Teichmann Persistent session store: Implemented Session.
Sun, 22 Jul 2018 09:34:45 +0200 Sascha L. Teichmann Persistent session store: Implemented Do.
Sun, 22 Jul 2018 09:25:25 +0200 Sascha L. Teichmann Persistent session store: Implmented Renew.
Fri, 20 Jul 2018 23:06:53 +0200 Sascha L. Teichmann Implemented Add of persistent sessions.
Fri, 20 Jul 2018 22:57:38 +0200 Sascha L. Teichmann Made serialisation of sessions symmetrical.
Fri, 20 Jul 2018 22:50:59 +0200 Sascha L. Teichmann Cleaned up serialisation/deserilisation of sessions a bit.
Fri, 20 Jul 2018 18:31:45 +0200 Tom Gottfried Make test output more comprehensive
Fri, 20 Jul 2018 17:28:16 +0200 Tom Gottfried Introduce database schemas as privilege-based namespaces
Fri, 20 Jul 2018 18:32:40 +0200 Sascha L. Teichmann Merged.
Fri, 20 Jul 2018 18:32:11 +0200 Sascha L. Teichmann More on persisting sessions.
Fri, 20 Jul 2018 17:43:08 +0200 Sascha Wilde Merged
Fri, 20 Jul 2018 17:41:44 +0200 Sascha Wilde Added simple makefiles to build back end and client.
Fri, 20 Jul 2018 17:11:57 +0200 Sascha L. Teichmann Added stub for a persistent session store.
Fri, 20 Jul 2018 11:09:36 +0200 Sascha L. Teichmann Some input checking for email, roles and valid countries.
Fri, 20 Jul 2018 10:27:42 +0200 Sascha L. Teichmann ST_SetSRID should be not need as the map extent column does not have any SRID code.
Fri, 20 Jul 2018 07:05:11 +0200 Sascha L. Teichmann More complete show case for creating users.
Thu, 19 Jul 2018 18:33:52 +0200 Sascha L. Teichmann Experimental user creation support.
Thu, 19 Jul 2018 16:37:52 +0200 Tom Gottfried Add database function to create role and user profile
Thu, 19 Jul 2018 16:32:27 +0200 Tom Gottfried Remove language code from user profiles
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.
Fri, 25 May 2018 21:22:55 +0200 Tom Gottfried Omit rather useless labels of relations.
Fri, 25 May 2018 21:20:32 +0200 Tom Gottfried Comment potentially obsolete table out.
Fri, 25 May 2018 19:25:05 +0200 Tom Gottfried Add template for postgresql_autodoc.
Fri, 25 May 2018 15:42:57 +0200 Tom Gottfried Add attribute to mark data sets as checked in staging area.
Thu, 24 May 2018 14:41:41 +0200 Tom Gottfried Interfaces may provide timestamps with time zone.
Thu, 24 May 2018 14:38:27 +0200 Tom Gottfried Add effective fairway availability.
Thu, 24 May 2018 11:51:14 +0200 Tom Gottfried Use volume to have sql in container.
Wed, 23 May 2018 18:24:02 +0200 Tom Gottfried Started to draft schema for fairway availability.
Wed, 23 May 2018 17:37:19 +0200 Tom Gottfried Note on spurious nullability.
Wed, 23 May 2018 11:36:47 +0200 Tom Gottfried Align constraints with WSDL (NOT NULL vs. minOccurs).
Thu, 17 May 2018 15:52:21 +0200 Tom Gottfried Refer to issue tracker.
Mon, 07 May 2018 23:05:38 +0200 Tom Gottfried Remove redundant stray attribute.
Mon, 07 May 2018 23:05:12 +0200 Tom Gottfried An area will be processed or given for clipping for surveys (see SUC10).
Mon, 07 May 2018 23:01:12 +0200 Tom Gottfried An area will be processed on upload for bottlenecks (see SUC8).
Mon, 07 May 2018 22:50:48 +0200 Tom Gottfried Just convenience to have meaningful unique values per country.
Mon, 07 May 2018 22:48:54 +0200 Tom Gottfried Fix syntax error.
Mon, 07 May 2018 22:46:39 +0200 Tom Gottfried Delivered by interface for other uses than WAMOS.
Mon, 07 May 2018 22:45:54 +0200 Tom Gottfried Tweak ER diagramm.
Mon, 07 May 2018 22:42:02 +0200 Tom Gottfried Probably attributes of sounding results
Mon, 07 May 2018 22:31:12 +0200 Tom Gottfried Multiple riverbed materials per bottleneck possible.
Mon, 07 May 2018 22:21:17 +0200 Tom Gottfried Tweak ER diagramm.
Mon, 07 May 2018 22:18:00 +0200 Tom Gottfried Cleanup rb_lb.
Mon, 07 May 2018 22:13:10 +0200 Tom Gottfried Set columns referencing countries next to each other.
Mon, 07 May 2018 09:29:58 +0200 Tom Gottfried Fix and comments on depth references.
Fri, 04 May 2018 19:12:37 +0200 Tom Gottfried Comment: details to clarify riverbed material.
Fri, 04 May 2018 19:06:29 +0200 Tom Gottfried Mark gauges table as placeholder.
Fri, 04 May 2018 19:01:46 +0200 Tom Gottfried Be more specific with ISRS and update some comments.
Thu, 03 May 2018 18:15:46 +0200 Tom Gottfried Add README.
Thu, 03 May 2018 18:08:07 +0200 Tom Gottfried First working draft of schema for bottlenecks.
Tue, 26 Jun 2018 14:18:05 +0200 Thomas Junk Made login button smaller
Tue, 26 Jun 2018 14:07:13 +0200 Thomas Junk Make password readable. Moved Layout to separate file.
Tue, 26 Jun 2018 13:43:14 +0200 Thomas Junk Dynamic height of dialogbox
Mon, 25 Jun 2018 18:06:21 +0200 Thomas Junk merge
Mon, 25 Jun 2018 18:05:50 +0200 Thomas Junk ol component added
Mon, 25 Jun 2018 17:21:13 +0200 Sascha L. Teichmann Removed the now unused not-implemented-yet-error.
Mon, 25 Jun 2018 15:34:32 +0200 Sascha L. Teichmann Fetch database connection string parts from configuration.
Mon, 25 Jun 2018 13:26:48 +0200 Sascha L. Teichmann Fixed wrong idle time for tokens.
Mon, 25 Jun 2018 13:19:55 +0200 Sascha L. Teichmann Fundamental connection pool based on tokens.
Thu, 21 Jun 2018 18:28:18 +0200 Thomas Junk Add Light visual hints
Thu, 21 Jun 2018 17:30:26 +0200 Thomas Junk Rework layout of login page
Thu, 21 Jun 2018 13:39:01 +0200 Thomas Junk Improve build chain
Thu, 21 Jun 2018 12:53:16 +0200 Thomas Junk Removed styling artefacts
Thu, 21 Jun 2018 12:39:46 +0200 Thomas Junk Configure Webpack to put its output to web-folder
Thu, 21 Jun 2018 12:18:48 +0200 Thomas Junk Removing UserClient
Thu, 21 Jun 2018 12:11:00 +0200 Thomas Junk Refactoring local SCSS to a application wide accessible SCSS
Thu, 21 Jun 2018 11:19:29 +0200 Thomas Junk merge
Thu, 21 Jun 2018 11:19:02 +0200 Thomas Junk Adjusted the look and feel of the login page according to ISC
Thu, 21 Jun 2018 10:16:49 +0200 Sascha L. Teichmann The 3rdpartylibs.sh script has nothing to do with frontend. So move it back to old position.
Thu, 21 Jun 2018 09:20:39 +0200 Thomas Junk Reverted to previous setup of /api prefixing only the token route
Wed, 20 Jun 2018 17:21:32 +0200 Thomas Junk Fix path in tokenserver. Fix configuration in client.
Wed, 20 Jun 2018 17:02:06 +0200 Bernhard Reiter Move vuejs app into subdir `client`
Wed, 20 Jun 2018 16:48:54 +0200 Bernhard Reiter Merge vue-cli branch into default
Wed, 20 Jun 2018 14:43:48 +0200 Thomas Junk current frontend with asset server configured vue-cli
Mon, 18 Jun 2018 12:11:35 +0200 Thomas Junk refactored to component local state vue-cli
Fri, 15 Jun 2018 13:04:07 +0200 Thomas Junk current version of login vue-cli
Fri, 15 Jun 2018 09:49:14 +0200 Thomas Junk start front and back both concurrently vue-cli
Thu, 14 Jun 2018 13:38:34 +0200 Thomas Junk .env.sample edited vue-cli
Thu, 14 Jun 2018 13:33:26 +0200 Thomas Junk current frontend vue-cli
Wed, 13 Jun 2018 11:41:24 +0200 Thomas Junk Added prefix stripping. Should now work.
Wed, 13 Jun 2018 11:20:49 +0200 Thomas Junk Added API as routing prefix and change default port to 8000