Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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 | |
2019-05-18 | Pre-select theme css in backend | Daniel Friesel | -29/+46 | |
2019-05-16 | fix info-color contrast | Daniel Friesel | -2/+2 | |
2019-05-16 | correctly show departure station in cancelled view | Daniel Friesel | -4/+4 | |
2019-05-16 | Provide light theme by default, avoid re-styling unless dark theme is active | Daniel Friesel | -4/+4 | |
This eliminates a large portion of main-thread work on page load | ||||
2019-05-16 | fix typo in color scheme preference query | Daniel Friesel | -1/+1 | |
2019-05-16 | use a darker background color for default cards | Daniel Friesel | -5/+5 | |
2019-05-16 | Further color improvements | marudor | -63/+79 | |
2019-05-16 | Add color switcher to toolbar | marudor | -19/+32 | |
2019-05-16 | Add dark mode (only available with prefers-color-scheme currently) | marudor | -14/+7359 | |
2019-05-14 | Show web-hook test result immediately after saving it1.3.3 | Daniel Friesel | -22/+67 | |
Closes #12 | ||||
2019-05-12 | oops 2 (asset release)1.3.2 | Daniel Friesel | -24/+24 | |
2019-05-12 | oops1.3.1 | Daniel Friesel | -1/+1 | |
2019-05-12 | social sharing for current journey1.3.0 | Daniel Friesel | -3/+45 | |
2019-05-11 | update landingpage | Daniel Friesel | -3/+3 | |
2019-05-11 | checked in: clarify checkout / update actions | Daniel Friesel | -2/+2 | |
2019-05-11 | get_journey_stats: Support uid override, fix uninitialized value warning | Daniel Friesel | -3/+6 | |
2019-05-11 | Merge branch 'marudor-geoLocationNagging' | Daniel Friesel | -37/+53 | |
closes #10 |