Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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 | ||||
2019-04-08 | Work-in-progress journey editor. Not ready for deployment. | Daniel Friesel | -10/+14 | |
2019-04-07 | Prepare forms for manual journey entry and editing | Daniel Friesel | -3/+164 | |
2019-04-07 | journey: Fix typo in HTML tag | Daniel Friesel | -1/+1 | |
2019-04-07 | Refactor history template, add yearly stats | Daniel Friesel | -147/+169 | |
2019-04-06 | history: Fix missing months for users registered on the 29th/30th/31st | Daniel Friesel | -1/+1 | |
2019-04-06 | landingpage: Features++ | Daniel Friesel | -1/+2 | |
2019-04-06 | hide unimplemented API endpoints in account view0.12 | Daniel Friesel | -4/+4 | |
2019-04-06 | detect development mode for travelynx_dev* databases0.11 | Daniel Friesel | -1/+1 | |
2019-04-06 | Add password change form | Daniel Friesel | -5/+74 | |
2019-04-04 | Allow journey deletion | Daniel Friesel | -0/+15 | |
See issue #3 | ||||
2019-04-02 | register: Explicitly state that the account was not created | Daniel Friesel | -1/+2 | |
2019-04-02 | login, register; Do not doule-nest row/col classes | Daniel Friesel | -67/+63 | |
2019-04-01 | about: Add contact link0.10 | Daniel Friesel | -0/+2 | |
2019-04-01 | statistics: Add interchange wait time and journey count | Daniel Friesel | -0/+8 | |
2019-03-31 | Select journeys by ID | Daniel Friesel | -2/+2 | |
2019-03-31 | Perform undo by deleting the erroneous database entry | Daniel Friesel | -7/+7 | |
2019-03-28 | history: move time column next to date | Daniel Friesel | -3/+3 | |
2019-03-27 | add per-month links to history0.09 | Daniel Friesel | -1/+18 | |
2019-03-27 | history: more smartphone-friendly | Daniel Friesel | -13/+11 | |
2019-03-27 | add history per month | Daniel Friesel | -3/+31 | |
2019-03-25 | distinguish prod/dev in nav bar0.08 | Daniel Friesel | -1/+1 | |