Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2019-06-25 | Fix wrong directions on long-distance arrivals | Daniel Friesel | -2/+4 | |
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/+35 | |
2019-06-24 | Add 'Travel::Status::DE::DBWagenreihung' dependency | Daniel Friesel | -0/+1 | |
2019-06-23 | also show exit direction for regional trains at select stations | Daniel Friesel | -0/+26 | |
2019-06-23 | also show exit direction based on wagon order | Daniel Friesel | -0/+33 | |
2019-06-22 | show exit direction on kopfgleis platforms | Daniel Friesel | -45/+123 | |
2019-06-19 | disable wagonorder for now (not used yet anyway)1.7.5 | Daniel Friesel | -28/+29 | |
2019-06-19 | make share button link to status page if share API is unavailable | Daniel Friesel | -28/+35 | |
2019-06-17 | Go back to PostgreSQL 9.4 to make Travis CI happy | Daniel Friesel | -1/+1 | |
2019-06-17 | Travis C: Update perl and postgresql versions | Daniel Friesel | -4/+2 | |
2019-06-17 | prepare for wagon order support | Daniel Friesel | -13/+77 | |
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 | -6/+12 | |
2019-06-07 | connections: order by realtime, not scheduled departure1.7.3 | Daniel Friesel | -1/+5 | |
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 | -4/+81 | |
2019-06-01 | Work around Safari violating the spec for SameSite=Lax cookies1.7.2 | Daniel Friesel | -0/+15 | |
This fixes users being logged out whenever following an external link to travelynx in Safari (iOS/macOS) | ||||
2019-06-01 | disappearing trains are no longer critical with the latest change1.7.1 | Daniel Friesel | -10/+4 | |
2019-06-01 | v1.71.7.0 | Daniel Friesel | -0/+16 | |
2019-06-01 | run update hook after setting arrival time | Daniel Friesel | -1/+1 | |
2019-06-01 | Set arrival time via HAFAS if not available from IRIS | Daniel Friesel | -1/+27 | |
2019-06-01 | update cpanfile.snapshot | Daniel Friesel | -130/+134 | |
2019-05-31 | Add explicit libxml dependency to cpanfile | Daniel Friesel | -0/+1 | |
2019-05-31 | Dockerfile: Remove no longer needed cron dependency | Daniel Friesel | -1/+0 | |
2019-05-31 | show current/next stop while checked in | Daniel Friesel | -4/+360 | |
2019-05-29 | use journey-specific status links -> one twitter card per journey | Daniel Friesel | -3/+14 | |
2019-05-29 | add twitter preview tags to public user status page | Daniel Friesel | -1/+33 | |
2019-05-28 | fix email fields in dark mode1.6.4 | Daniel Friesel | -25/+26 | |
2019-05-26 | Unit tests with time zones? Forget about it… | Daniel Friesel | -2/+2 | |
2019-05-26 | add journey entry and statistics tests | Daniel Friesel | -0/+64 | |
2019-05-26 | Use JSON for messages and route storage, prepare for extended route data | Daniel Friesel | -64/+186 | |
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-24 | Fix missing update event when arrival time at destination is unknown1.6.1 | Daniel Friesel | -0/+1 | |
2019-05-24 | Increase suggestion time range to 4 months | Daniel Friesel | -1/+1 | |
2019-05-20 | show journey suggestions on departure board as well1.6.0 | Daniel Friesel | -47/+278 | |
2019-05-20 | Handle accidental double-checkins1.5.1 | Daniel Friesel | -2/+8 | |
2019-05-19 | changelog1.5.0 | Daniel Friesel | -0/+16 | |
2019-05-19 | allow checkin from connections view | Daniel Friesel | -60/+121 | |
2019-05-19 | Work in progress: show connections when arriving soon | Daniel Friesel | -1/+145 | |
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 | Proactively recompute yearly stats to avoid long user wait times | Daniel Friesel | -0/+11 | |
2019-05-18 | Show arrival/departure platform in journey card | Daniel Friesel | -2/+79 | |
2019-05-18 | Fix progress bar colours1.4.2 | Daniel Friesel | -1244/+1244 | |
2019-05-18 | fix input background color in dark theme1.4.1 | Daniel Friesel | -25/+30 | |
2019-05-18 | changelog1.4.0 | Daniel Friesel | -0/+12 | |
2019-05-18 | Merge branch 'marudor-darkMode' | Daniel Friesel | -94/+7466 | |
2019-05-18 | release new asset version | Daniel Friesel | -23/+24 | |
2019-05-18 | remove debug output | Daniel Friesel | -7/+2 | |
2019-05-18 | remove unused files | Daniel Friesel | -15/+0 | |