Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-10-05 | frontend tvly_journey_progress: handle entry-only stops | Birte Kristina Friesel | -1/+5 | |
2023-07-16 | auto-refresh timeline | Birte Kristina Friesel | -0/+12 | |
2023-07-03 | update ALL the copyright notices! | Derf Null | -1/+1 | |
2023-07-02 | show hours and minutes until arrival, not just minutes | Derf Null | -2/+9 | |
2023-06-24 | time to flush the name cache | Derf Null | -1/+1 | |
2023-06-04 | travelynx-actions: distinguish between /p/ and /status/ auto-refresh | Derf Null | -1/+3 | |
2023-02-27 | set visibility per journey (wip) | Daniel Friesel | -1/+6 | |
some odds and ends left to polish, but ready for testing | ||||
2022-12-27 | it's a secret to everybody. | Daniel Friesel | -0/+5 | |
2022-08-19 | travelynx-action: only show checkin error if it is not already being shown1.23.7 | Daniel Friesel | -2/+4 | |
2022-07-14 | increased click area for checkin | Daniel Friesel | -1/+7 | |
2021-01-29 | Switch to AGPL3+ | Daniel Friesel | -1/+1 | |
2020-11-27 | Add a bunch of licensing data | Daniel Friesel | -0/+5 | |
2019-12-08 | confirm undo of checkins after 15 minutes1.11.2 | Daniel Friesel | -2/+10 | |
2019-11-14 | include URL in copied share text if enabled1.9.12 | Daniel Friesel | -5/+6 | |
2019-11-14 | Copy share text to clipboard if sharing API is unavailable1.9.11 | Daniel Friesel | -3/+14 | |
Closes #24 | ||||
2019-10-29 | live update of next station via javascript | Daniel Friesel | -3/+65 | |
2019-06-19 | make share button link to status page if share API is unavailable | Daniel Friesel | -1/+3 | |
2019-05-19 | allow checkin from connections view | Daniel Friesel | -0/+1 | |
2019-05-12 | social sharing for current journey1.3.0 | Daniel Friesel | -0/+14 | |
2019-05-10 | javascript-based refresh of journey progress and countdown | Daniel Friesel | -6/+45 | |
2019-05-09 | hide status countdown when offline1.1.10 | Daniel Friesel | -0/+2 | |
2019-05-07 | more frequent reload on sync failure1.1.8 | Daniel Friesel | -2/+2 | |
2019-05-07 | only show loading animation on links without custom animation1.1.7 | Daniel Friesel | -1/+1 | |
2019-05-06 | add loading indicator to nav | Daniel Friesel | -0/+3 | |
2019-05-02 | oops1.1.1 | Daniel Friesel | -3/+0 | |
2019-05-02 | Finish public-facing exposed user status (opt-in) | Daniel Friesel | -3/+22 | |
2019-04-26 | show marker when unable to sync | Daniel Friesel | -0/+1 | |
2019-04-23 | Primitive auto-refresh of current journey status | Daniel Friesel | -1/+16 | |
Todo: Redirect user to destination station upon arrival | ||||
2019-04-23 | Use one row per journey instead of split checkin/checkout entries | Daniel Friesel | -9/+9 | |
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-04 | Allow journey deletion | Daniel Friesel | -0/+13 | |
See issue #3 | ||||
2019-03-31 | Perform undo by deleting the erroneous database entry | Daniel Friesel | -0/+1 | |
2019-03-19 | support logging of cancelled journeys | Daniel Friesel | -1/+19 | |
2019-03-07 | switch from HTTP Auth to Cookie Auth | Daniel Friesel | -1/+1 | |
2019-02-14 | more helpful message for checkout without real-time data0.03 | Daniel Friesel | -1/+1 | |
2018-11-02 | allow undo for checkins | Daniel Friesel | -0/+7 | |
2018-10-21 | Minify JS | Daniel Friesel | -3/+3 | |
2018-10-21 | Re-add force checkout to frontend | Daniel Friesel | -24/+25 | |
2018-10-05 | Show inline error messages when checkin/checkout fails | Daniel Friesel | -4/+19 | |
2018-10-05 | Use POST requests to modify data | Daniel Friesel | -0/+26 | |