summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)AuthorLines
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
2019-04-09Allow journey editing, keep track of edited journey attributes0.13Daniel Friesel-1/+12
Provides a workaround for #2
2019-04-08Work-in-progress journey editor. Not ready for deployment.Daniel Friesel-10/+14
2019-04-07Prepare forms for manual journey entry and editingDaniel Friesel-3/+164
2019-04-07journey: Fix typo in HTML tagDaniel Friesel-1/+1
2019-04-07Refactor history template, add yearly statsDaniel Friesel-147/+169
2019-04-06history: Fix missing months for users registered on the 29th/30th/31stDaniel Friesel-1/+1
2019-04-06landingpage: Features++Daniel Friesel-1/+2
2019-04-06hide unimplemented API endpoints in account view0.12Daniel Friesel-4/+4
2019-04-06detect development mode for travelynx_dev* databases0.11Daniel Friesel-1/+1
2019-04-06Add password change formDaniel Friesel-5/+74
2019-04-04Allow journey deletionDaniel Friesel-0/+15
See issue #3
2019-04-02register: Explicitly state that the account was not createdDaniel Friesel-1/+2
2019-04-02login, register; Do not doule-nest row/col classesDaniel Friesel-67/+63
2019-04-01about: Add contact link0.10Daniel Friesel-0/+2
2019-04-01statistics: Add interchange wait time and journey countDaniel Friesel-0/+8
2019-03-31Select journeys by IDDaniel Friesel-2/+2
2019-03-31Perform undo by deleting the erroneous database entryDaniel Friesel-7/+7
2019-03-28history: move time column next to dateDaniel Friesel-3/+3
2019-03-27add per-month links to history0.09Daniel Friesel-1/+18
2019-03-27history: more smartphone-friendlyDaniel Friesel-13/+11
2019-03-27add history per monthDaniel Friesel-3/+31
2019-03-25distinguish prod/dev in nav bar0.08Daniel Friesel-1/+1
2019-03-20journey: show average speedDaniel Friesel-5/+10
2019-03-20journey: show distanceDaniel Friesel-1/+12
2019-03-20Show negative delay as "-X", not "+-X"Daniel Friesel-5/+5
2019-03-20use camelCase instead of snake_case in public APIDaniel Friesel-3/+3
2019-03-19show cancelled trains in historyDaniel Friesel-13/+53
2019-03-19support logging of cancelled journeysDaniel Friesel-7/+36
2019-03-19add marker for cancelled departuresDaniel Friesel-2/+6
2019-03-19API: Status: group properties, add station UIC/lon/latDaniel Friesel-8/+16
2019-03-18demand a valid password for account deletionDaniel Friesel-8/+36