log

age author description
Wed, 17 Jul 2019 13:54:01 +0200 Sascha Wilde Set schema version in update-db.sh, not in extra scripts.
Wed, 17 Jul 2019 13:40:38 +0200 Sascha Wilde Added version info to schema.
Wed, 17 Jul 2019 13:00:19 +0200 Thomas Junk merge with default diagram-cleanup
Wed, 17 Jul 2019 12:48:19 +0200 Thomas Junk document algorithm pdfprint
Wed, 17 Jul 2019 12:28:25 +0200 Thomas Junk improve PDFTool pdfprint
Wed, 17 Jul 2019 12:13:08 +0200 Sascha Wilde Put updates in a single transaction. v4-preview20190717
Wed, 17 Jul 2019 12:05:06 +0200 Sascha Wilde Added database schema versioning and db update script.
Wed, 17 Jul 2019 11:38:24 +0200 Sascha L. Teichmann Removed more dead code.
Wed, 17 Jul 2019 11:34:37 +0200 Sascha L. Teichmann Fixed cases for error strings.
Wed, 17 Jul 2019 11:30:21 +0200 Sascha L. Teichmann Removed stupid bool == true comparision.
Wed, 17 Jul 2019 11:29:20 +0200 Sascha L. Teichmann Removed dead code.
Wed, 17 Jul 2019 11:28:11 +0200 Sascha L. Teichmann Cleaned up whitespace in HTML template for password reset.
Wed, 17 Jul 2019 11:26:36 +0200 Sascha L. Teichmann Bufferd kill signal channel to not miss signals if recieving code is not ready.
Wed, 17 Jul 2019 10:47:11 +0200 Sascha L. Teichmann Added db migration for nee password reset mechanism.
Wed, 17 Jul 2019 10:32:48 +0200 Sascha L. Teichmann Moved 3.0.1 db migration to 0301 to have a four digit pattern.
Wed, 17 Jul 2019 10:29:02 +0200 Sascha L. Teichmann Moved db migrations to 3.0.1 to a new folder under updates.
Fri, 12 Jul 2019 16:18:49 +0200 Markus Kottlaender client: fairway profile diagram: inlined scaleFairwayProfile method to be more in line with other diagrams diagram-cleanup
Fri, 12 Jul 2019 15:53:20 +0200 Markus Kottlaender client: diagram mixin: removed unncessary method params diagram-cleanup
Fri, 12 Jul 2019 15:36:02 +0200 Markus Kottlaender client: diagram: avoid unnecessary const in default template diagram-cleanup
Fri, 12 Jul 2019 15:32:15 +0200 Markus Kottlaender client: diagrams: moved downloadPDF function to mixin diagram-cleanup
Fri, 12 Jul 2019 15:18:15 +0200 Markus Kottlaender client: moved import of DiagramLegend component to diagram mixin diagram-cleanup
Fri, 12 Jul 2019 15:14:16 +0200 Markus Kottlaender client: moved duplicated code to mixins and unified code patterns in diagram components [WIP] diagram-cleanup
Tue, 16 Jul 2019 18:39:24 +0200 Sascha L. Teichmann Removed dead code.
Tue, 16 Jul 2019 18:32:24 +0200 Sascha L. Teichmann PW reset: Mention in mail that the request will be canceled if you log in before following the link.
Tue, 16 Jul 2019 16:54:55 +0200 Fadi Abbud clinet: pdf-gen: fix addText function in pdftool
Tue, 16 Jul 2019 13:04:13 +0200 Sascha L. Teichmann Merge pwrest-branch into default.
Tue, 16 Jul 2019 13:02:36 +0200 Sascha L. Teichmann More user friendly message if the hash URL is no longer valid. pwreset-rework
Tue, 16 Jul 2019 12:39:39 +0200 Sascha L. Teichmann Merged default into pwreset-rework branch. pwreset-rework
Tue, 16 Jul 2019 12:38:44 +0200 Sascha L. Teichmann Reworked password reset to be single mailed. pwreset-rework
Tue, 16 Jul 2019 11:37:47 +0200 Thomas Junk pdftool: improve scalability