Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2019-05-03 | use versioning for service worker and web app manifest | Daniel Friesel | -3/+3 | |
2019-05-03 | add apple mobile web app foo | Daniel Friesel | -0/+4 | |
2019-05-03 | Experimental PWA support (#13) | Daniel Friesel | -0/+23 | |
2019-05-03 | use /account/... links for mail/password change | Daniel Friesel | -4/+4 | |
2019-05-03 | checked_in menu: purple, not green | Daniel Friesel | -3/+3 | |
2019-05-03 | changelog: Do not include imprint | Daniel Friesel | -3/+1 | |
2019-05-03 | checkin: lighter background color, more prominent destination selection | Daniel Friesel | -36/+33 | |
2019-05-03 | Add changelog | Daniel Friesel | -4/+35 | |
2019-05-02 | Public API documentation | Daniel Friesel | -67/+89 | |
2019-05-02 | oops1.1.1 | Daniel Friesel | -1/+1 | |
2019-05-02 | Finish public-facing exposed user status (opt-in) | Daniel Friesel | -43/+43 | |
2019-05-02 | account: move edit links to the left | Daniel Friesel | -3/+4 | |
2019-04-30 | Prepare settings and templates for opt-in public travel status | Daniel Friesel | -0/+148 | |
2019-04-30 | show imprint/privacy/version on all public-facing pages1.0 | Daniel Friesel | -7/+14 | |
2019-04-30 | show imprint and version on landing page | Daniel Friesel | -1/+9 | |
2019-04-30 | use a separate table for registration tokens | Daniel Friesel | -1/+1 | |
2019-04-30 | Implement deletion of inactive accounts | Daniel Friesel | -1/+1 | |
2019-04-30 | allow users to change their mail address0.19 | Daniel Friesel | -4/+70 | |
Closes #6 | ||||
2019-04-30 | Move invalid input errors into common sub-template | Daniel Friesel | -199/+94 | |
2019-04-29 | Add password reset functionality | Daniel Friesel | -0/+148 | |
Closes #5 | ||||
2019-04-28 | Handle inconsistent data when calculating monthly/yearly stats | Daniel Friesel | -0/+23 | |
Closes #11 | ||||
2019-04-27 | checked_in: make sync-failed marker less obtrusive0.17 | Daniel Friesel | -1/+1 | |
2019-04-27 | History: Only show months and years with logged journeys | Daniel Friesel | -24/+14 | |
2019-04-26 | show marker when unable to sync | Daniel Friesel | -1/+2 | |
2019-04-26 | Add manual journey entry | Daniel Friesel | -30/+89 | |
Closes #3 | ||||
2019-04-25 | checked_in: distinguish between unknown and not-yet-known arrival | Daniel Friesel | -0/+3 | |
2019-04-24 | history: Use buttons for links | Daniel Friesel | -10/+17 | |
2019-04-24 | show recent delay/qos messages in checked_in view0.16 | Daniel Friesel | -0/+11 | |
2019-04-24 | _checked_in: Do not skip last two minutes of departure countdown | Daniel 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 station | Daniel Friesel | -1/+1 | |
2019-04-24 | oops | Daniel Friesel | -1/+1 | |
2019-04-24 | _checked_in: Clarify checkout/interchange UI | Daniel Friesel | -6/+16 | |
2019-04-24 | _checked_in: Fix misleading output on arrival_countdown == 0 | Daniel Friesel | -1/+1 | |
2019-04-24 | Bump API to v1 | Daniel Friesel | -12/+22 | |
2019-04-23 | _checked_in: Fix uninitialized value warning | Daniel Friesel | -1/+1 | |
2019-04-23 | Primitive auto-refresh of current journey status | Daniel Friesel | -99/+128 | |
Todo: Redirect user to destination station upon arrival | ||||
2019-04-23 | Automatic checkout \o/ | Daniel Friesel | -20/+26 | |
2019-04-23 | landingpage: Fix plural for "0 minutes" | Daniel Friesel | -1/+1 | |
2019-04-23 | Use one row per journey instead of split checkin/checkout entries | Daniel 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-21 | journey detail: gps_off -> location_off0.14 | Daniel Friesel | -2/+2 | |
2019-04-21 | Ignore stations without coordinates in distance calculation | Daniel Friesel | -5/+21 | |
Reported by @marudor | ||||
2019-04-13 | Print db and host in development mode | Daniel Friesel | -1/+12 | |
2019-04-13 | Use travelynx.conf for configuration and secrets | Daniel Friesel | -1/+1 | |
This avoids having to specify secrets in the environment, where they can leak easily. | ||||
2019-04-13 | edit journey: use link to cancel | Daniel Friesel | -2/+2 | |
This bypasses form element validation, which doesn't make sense for "cancel edit" | ||||
2019-04-13 | work-in-progress manual journey entry. incomplete and not enabled yet. | Daniel Friesel | -1/+11 | |
2019-04-11 | landingpage: Fix typo in required form element tag | Daniel Friesel | -1/+1 | |
2019-04-11 | decrease minimum history width by hiding train number if line is available | Daniel Friesel | -1/+1 | |
2019-04-10 | history: Show time next to station | Daniel Friesel | -15/+22 | |
2019-04-09 | Allow journey editing, keep track of edited journey attributes0.13 | Daniel Friesel | -1/+12 | |
Provides a workaround for #2 |