Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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 | |
2019-03-20 | journey: show average speed | Daniel Friesel | -5/+10 | |
2019-03-20 | journey: show distance | Daniel Friesel | -1/+12 | |
2019-03-20 | Show negative delay as "-X", not "+-X" | Daniel Friesel | -5/+5 | |
2019-03-20 | use camelCase instead of snake_case in public API | Daniel Friesel | -3/+3 | |
2019-03-19 | show cancelled trains in history | Daniel Friesel | -13/+53 | |
2019-03-19 | support logging of cancelled journeys | Daniel Friesel | -7/+36 | |
2019-03-19 | add marker for cancelled departures | Daniel Friesel | -2/+6 | |
2019-03-19 | API: Status: group properties, add station UIC/lon/lat | Daniel Friesel | -8/+16 | |
2019-03-18 | demand a valid password for account deletion | Daniel Friesel | -8/+36 | |
2019-03-18 | never call get_user_data directly | Daniel Friesel | -2/+2 | |