Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2019-10-04 | mark cancelled stops in checkin view | Daniel Friesel | -2/+14 | |
2019-09-20 | checked in view: link to marudor.de detail view for wagon order | Daniel Friesel | -1/+1 | |
2019-09-18 | handle substitute connections in passenger rights form | Daniel Friesel | -3/+3 | |
2019-09-18 | passengerrights: improve support for cancelled trains | Daniel Friesel | -0/+6 | |
To do: also do so in form generation | ||||
2019-09-18 | Save scheduled arrival time for cancelled trains1.9.3 | Daniel Friesel | -4/+2 | |
2019-09-16 | landingpage: Add passengerrights support | Daniel Friesel | -0/+1 | |
2019-09-15 | make 'missed connection' passengerrights message less confusing | Daniel Friesel | -4/+3 | |
2019-09-14 | pasengerrights: link to both journeys on connection miss1.9.2 | Daniel Friesel | -2/+3 | |
2019-09-13 | add passenger rights heuristic for missed connections | Daniel Friesel | -14/+91 | |
2019-09-13 | show arrival times in destination selection | Daniel Friesel | -14/+11 | |
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/+25 | |
2019-08-25 | turn force checkout into a proper button | Daniel Friesel | -4/+10 | |
2019-08-23 | declutter Checked In-panel | Daniel Friesel | -212/+230 | |
2019-08-23 | Allow comments to be edited | Daniel Friesel | -9/+15 | |
2019-08-23 | Add proper journey comment support | Daniel Friesel | -4/+2 | |
2019-08-22 | update autocomplete station list1.8.8 | Daniel Friesel | -1/+1 | |
2019-08-06 | show boarding countdown in departure overview | Daniel Friesel | -0/+9 | |
2019-08-03 | use the same direction for wagon order and direction indicator1.8.6 | Daniel Friesel | -3/+11 | |
2019-08-03 | also show train direction on departure | Daniel Friesel | -1/+9 | |
2019-07-14 | Show departures of all linked stations | Daniel Friesel | -6/+6 | |
Not well-tested yet, deployment will have to wait a bit. Issue #15 | ||||
2019-07-07 | indicate whether a connecting train is cancelled or not1.8.2 | Daniel Friesel | -4/+10 | |
2019-06-25 | wagon order detail has been deployed on marudor.de1.8.1 | Daniel Friesel | -1/+1 | |
2019-06-24 | wagon order: link to marudor.de for details | Daniel Friesel | -0/+2 | |
2019-06-24 | show wagon order before departure1.8.0 | Daniel Friesel | -0/+15 | |
2019-06-23 | also show exit direction for regional trains at select stations | Daniel Friesel | -0/+12 | |
2019-06-22 | show exit direction on kopfgleis platforms | Daniel Friesel | -1/+9 | |
2019-06-19 | make share button link to status page if share API is unavailable | Daniel Friesel | -1/+1 | |
2019-06-10 | re-phrase auto checkout notice | Daniel Friesel | -3/+4 | |
2019-06-10 | increase checkout delay to work around IRIS information lag1.7.4 | Daniel Friesel | -3/+3 | |
2019-06-05 | use a distinct 'offline' icon | Daniel Friesel | -1/+1 | |
2019-06-04 | checked in: Show QoS messages before departure and HIM messages at all times | Daniel Friesel | -1/+9 | |
2019-06-01 | v1.71.7.0 | Daniel Friesel | -0/+16 | |
2019-05-31 | show current/next stop while checked in | Daniel Friesel | -0/+96 | |
2019-05-29 | use journey-specific status links -> one twitter card per journey | Daniel Friesel | -1/+1 | |
2019-05-29 | add twitter preview tags to public user status page | Daniel Friesel | -0/+3 | |
2019-05-28 | fix email fields in dark mode1.6.4 | Daniel Friesel | -1/+1 | |
2019-05-26 | Use JSON for messages and route storage, prepare for extended route data | Daniel Friesel | -9/+9 | |
2019-05-25 | Handle missing platform numbers1.6.3 | Daniel Friesel | -7/+7 | |
2019-05-25 | Remove apple-mobile-web-app-capable tag to work around Safari session issues1.6.2 | Daniel Friesel | -2/+0 | |
iOS Safari does not send session cookies when following links to PWAs using the apple-mobile-web-app-capable tag. This is not documented on <https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html>, though I can't say whether it is a bug in Safari or lacking documentation. See <https://github.com/foosel/OctoPrint/issues/1792> for a more detailed description of this type of issue. | ||||
2019-05-20 | show journey suggestions on departure board as well1.6.0 | Daniel Friesel | -29/+141 | |
2019-05-19 | changelog1.5.0 | Daniel Friesel | -0/+16 | |
2019-05-19 | allow checkin from connections view | Daniel Friesel | -30/+67 | |
2019-05-19 | Work in progress: show connections when arriving soon | Daniel Friesel | -1/+34 | |
At the moment, the heuristic used to determine connection targets is quite simple: $station is a target iff there were at least two trips in the past 6 weeks with checkin at the current destination station and checkout at $station. Todo / enhanhement options: * Consider current origin station as well, i.e.: $station is a target iff there were at least two trips in the past 6 weeks which are preceded by a trip from the current origin station and (same as above) * Make connection links clickable once the current journey has ended. Connections need to be added to _checked_out as well for this to work. | ||||
2019-05-18 | Show arrival/departure platform in journey card | Daniel Friesel | -2/+16 | |
2019-05-18 | Fix progress bar colours1.4.2 | Daniel Friesel | -4/+4 | |
2019-05-18 | fix input background color in dark theme1.4.1 | Daniel Friesel | -1/+1 | |
2019-05-18 | changelog1.4.0 | Daniel Friesel | -0/+12 | |
2019-05-18 | Merge branch 'marudor-darkMode' | Daniel Friesel | -48/+78 | |
2019-05-18 | release new asset version | Daniel Friesel | -1/+1 | |