Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2020-02-23 | journey details: show route on map if available1.15.1 | Daniel Friesel | -26/+29 | |
2020-02-19 | allow showing past journeys on shared status page | Daniel Friesel | -38/+40 | |
2020-02-01 | allow checkin and checkout station to be edited | Daniel Friesel | -0/+6 | |
2020-01-28 | Add aria labels where needed, commit 1 of many (#37) | Daniel Friesel | -3/+3 | |
2019-12-19 | move wagon group display to sub-template1.11.6 | Daniel Friesel | -11/+1 | |
2019-12-19 | save all the wagon orders we can get | Daniel Friesel | -1/+19 | |
2019-12-14 | improve wagon output in journey details | Daniel Friesel | -4/+4 | |
2019-12-13 | preliminary wagon view | Daniel Friesel | -0/+18 | |
2019-12-08 | allow a journey's cancellation status to be edited1.11.1 | Daniel Friesel | -2/+6 | |
Closes #27 | ||||
2019-11-19 | allow route input when adding journeys manually (#26) | Daniel Friesel | -0/+6 | |
2019-09-12 | Explicitly set passenger rights form filename1.9.1 | Daniel Friesel | -1/+2 | |
2019-09-12 | add auto-generated passenger rights forms1.9.0 | Daniel Friesel | -0/+12 | |
2019-08-23 | Allow comments to be edited | Daniel Friesel | -9/+9 | |
2019-08-23 | Add proper journey comment support | Daniel Friesel | -4/+2 | |
2019-05-26 | Use JSON for messages and route storage, prepare for extended route data | Daniel Friesel | -4/+4 | |
2019-05-16 | Further color improvements | marudor | -1/+1 | |
2019-05-03 | do not mange journey edit link on small devices1.1.5 | Daniel Friesel | -3/+23 | |
2019-04-26 | Add manual journey entry | Daniel Friesel | -9/+22 | |
Closes #3 | ||||
2019-04-23 | Use one row per journey instead of split checkin/checkout entries | Daniel Friesel | -1/+1 | |
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-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 | -1/+4 | |
2019-04-07 | Prepare forms for manual journey entry and editing | Daniel Friesel | -3/+7 | |
2019-04-07 | journey: Fix typo in HTML tag | Daniel Friesel | -1/+1 | |
2019-04-04 | Allow journey deletion | Daniel Friesel | -0/+15 | |
See issue #3 | ||||
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 | -2/+2 | |
2019-03-19 | show cancelled trains in history | Daniel Friesel | -3/+18 | |
2019-03-17 | journey view: Move line break inside of message loop0.07 | Daniel Friesel | -2/+1 | |
2019-03-17 | add journey detail view | Daniel Friesel | -0/+101 | |