Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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 | |
2019-05-18 | remove debug output | Daniel Friesel | -4/+1 | |
2019-05-18 | Pre-select theme css in backend | Daniel Friesel | -28/+26 | |
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 | Further color improvements | marudor | -30/+44 | |
2019-05-16 | Add color switcher to toolbar | marudor | -11/+16 | |
2019-05-16 | Add dark mode (only available with prefers-color-scheme currently) | marudor | -14/+30 | |
2019-05-14 | Show web-hook test result immediately after saving it1.3.3 | Daniel Friesel | -17/+39 | |
Closes #12 | ||||
2019-05-12 | oops 2 (asset release)1.3.2 | Daniel Friesel | -1/+1 | |
2019-05-12 | oops1.3.1 | Daniel Friesel | -1/+1 | |
2019-05-12 | social sharing for current journey1.3.0 | Daniel Friesel | -1/+28 | |
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 | Release version 19, fix asset-release for macos | marudor | -1/+1 | |
2019-05-11 | Do not nag directly for geolocation | marudor | -2/+1 | |
2019-05-11 | switch to a less generic icon | Daniel Friesel | -3/+9 | |
2019-05-11 | footer: Link to "about" page for travelynx | Daniel Friesel | -3/+3 | |
2019-05-11 | account: fix uninitialized value warning | Daniel Friesel | -1/+1 | |
2019-05-11 | add custom not_found and exception templates | Daniel Friesel | -0/+37 | |
2019-05-10 | version bump1.2.0 | Daniel Friesel | -3/+15 | |
2019-05-10 | Add webhook to account page | Daniel Friesel | -3/+28 | |
2019-05-10 | public status: Do not overwrite line name1.1.11 | Daniel Friesel | -1/+1 | |
2019-05-10 | javascript-based refresh of journey progress and countdown | Daniel Friesel | -3/+7 | |
2019-05-09 | hide status countdown when offline1.1.10 | Daniel Friesel | -3/+3 | |
2019-05-07 | only show loading animation on links without custom animation1.1.7 | Daniel Friesel | -1/+1 | |
2019-05-06 | always show navbar, even when scrolling | Daniel Friesel | -25/+27 | |
2019-05-06 | add loading indicator to nav | Daniel Friesel | -2/+17 | |
2019-05-06 | basic webhook support, onwards to betatesting | Daniel Friesel | -10/+25 | |
2019-05-05 | WiP webhook support | Daniel Friesel | -0/+62 | |
2019-05-05 | update asset version1.1.6 | Daniel Friesel | -1/+1 | |
2019-05-04 | update material icons | Daniel Friesel | -1/+1 | |
2019-05-04 | checked in view: update sync_problem marker color | Daniel Friesel | -1/+1 | |