summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)AuthorLines
2019-05-03add a descriptionDaniel Friesel-0/+1
2019-05-03use versioning for service worker and web app manifestDaniel Friesel-3/+3
2019-05-03add apple mobile web app fooDaniel Friesel-0/+4
2019-05-03Experimental PWA support (#13)Daniel Friesel-0/+23
2019-05-03use /account/... links for mail/password changeDaniel Friesel-4/+4
2019-05-03checked_in menu: purple, not greenDaniel Friesel-3/+3
2019-05-03changelog: Do not include imprintDaniel Friesel-3/+1
2019-05-03checkin: lighter background color, more prominent destination selectionDaniel Friesel-36/+33
2019-05-03Add changelogDaniel Friesel-4/+35
2019-05-02Public API documentationDaniel Friesel-67/+89
2019-05-02oops1.1.1Daniel Friesel-1/+1
2019-05-02Finish public-facing exposed user status (opt-in)Daniel Friesel-43/+43
2019-05-02account: move edit links to the leftDaniel Friesel-3/+4
2019-04-30Prepare settings and templates for opt-in public travel statusDaniel Friesel-0/+148
2019-04-30show imprint/privacy/version on all public-facing pages1.0Daniel Friesel-7/+14
2019-04-30show imprint and version on landing pageDaniel Friesel-1/+9
2019-04-30use a separate table for registration tokensDaniel Friesel-1/+1
2019-04-30Implement deletion of inactive accountsDaniel Friesel-1/+1
2019-04-30allow users to change their mail address0.19Daniel Friesel-4/+70
Closes #6
2019-04-30Move invalid input errors into common sub-templateDaniel Friesel-199/+94
2019-04-29Add password reset functionalityDaniel Friesel-0/+148
Closes #5
2019-04-28Handle inconsistent data when calculating monthly/yearly statsDaniel Friesel-0/+23
Closes #11
2019-04-27checked_in: make sync-failed marker less obtrusive0.17Daniel Friesel-1/+1
2019-04-27History: Only show months and years with logged journeysDaniel Friesel-24/+14
2019-04-26show marker when unable to syncDaniel Friesel-1/+2
2019-04-26Add manual journey entryDaniel Friesel-30/+89
Closes #3
2019-04-25checked_in: distinguish between unknown and not-yet-known arrivalDaniel Friesel-0/+3
2019-04-24history: Use buttons for linksDaniel Friesel-10/+17
2019-04-24show recent delay/qos messages in checked_in view0.16Daniel Friesel-0/+11
2019-04-24_checked_in: Do not skip last two minutes of departure countdownDaniel Friesel-1/+7
2019-04-24$render(status => ...) is a special variable. derp.Daniel Friesel-32/+32
2019-04-24_checked_out: Link to destination stationDaniel Friesel-1/+1
2019-04-24oopsDaniel Friesel-1/+1
2019-04-24_checked_in: Clarify checkout/interchange UIDaniel Friesel-6/+16
2019-04-24_checked_in: Fix misleading output on arrival_countdown == 0Daniel Friesel-1/+1
2019-04-24Bump API to v1Daniel Friesel-12/+22
2019-04-23_checked_in: Fix uninitialized value warningDaniel Friesel-1/+1
2019-04-23Primitive auto-refresh of current journey statusDaniel Friesel-99/+128
Todo: Redirect user to destination station upon arrival
2019-04-23Automatic checkout \o/Daniel Friesel-20/+26
2019-04-23landingpage: Fix plural for "0 minutes"Daniel Friesel-1/+1
2019-04-23Use one row per journey instead of split checkin/checkout entriesDaniel Friesel-59/+117
Whether a user is in transit or not is now determined by an entry in the in_transit table instead of a dangling checkin. All completed journeys are stored in the "journeys" table. This does most of the work needed for automatic checkout. However, note that the corresponding worker process is not implemented yet.
2019-04-21journey detail: gps_off -> location_off0.14Daniel Friesel-2/+2
2019-04-21Ignore stations without coordinates in distance calculationDaniel Friesel-5/+21
Reported by @marudor
2019-04-13Print db and host in development modeDaniel Friesel-1/+12
2019-04-13Use travelynx.conf for configuration and secretsDaniel Friesel-1/+1
This avoids having to specify secrets in the environment, where they can leak easily.
2019-04-13edit journey: use link to cancelDaniel Friesel-2/+2
This bypasses form element validation, which doesn't make sense for "cancel edit"
2019-04-13work-in-progress manual journey entry. incomplete and not enabled yet.Daniel Friesel-1/+11
2019-04-11landingpage: Fix typo in required form element tagDaniel Friesel-1/+1
2019-04-11decrease minimum history width by hiding train number if line is availableDaniel Friesel-1/+1
2019-04-10history: Show time next to stationDaniel Friesel-15/+22