summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Expand)AuthorLines
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
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
2019-04-21journey detail: gps_off -> location_off0.14Daniel Friesel-2/+2
2019-04-21Ignore stations without coordinates in distance calculationDaniel Friesel-5/+21
2019-04-13Print db and host in development modeDaniel Friesel-1/+12
2019-04-13Use travelynx.conf for configuration and secretsDaniel Friesel-1/+1
2019-04-13edit journey: use link to cancelDaniel Friesel-2/+2
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
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
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