Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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 | ||||
2019-05-11 | Release version 19, fix asset-release for macos | marudor | -27/+27 | |
2019-05-11 | Do not nag directly for geolocation | marudor | -10/+26 | |
2019-05-11 | gitignore: Add /local | Daniel Friesel | -0/+4 | |
2019-05-11 | add asset-release helper script | Daniel Friesel | -0/+17 | |
2019-05-11 | add asset-rebuild helper script | Daniel Friesel | -0/+7 | |
2019-05-11 | update dependency version snapshot | Daniel Friesel | -620/+593 | |
2019-05-11 | README: Note that libxml-dev and libpq-dev are needed for carton/cpanm build | Daniel Friesel | -3/+6 | |
2019-05-11 | README: Add note about carton / cpanm | Daniel Friesel | -0/+15 | |
2019-05-11 | switch to a less generic icon | Daniel Friesel | -25/+110 | |
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 | history: validate year and month | Daniel Friesel | -2/+12 | |
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 | -5/+33 | |
2019-05-10 | service worker: cache icons | Daniel Friesel | -1/+5 | |
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 | -29/+72 | |
2019-05-09 | hide status countdown when offline1.1.10 | Daniel Friesel | -23/+25 | |
2019-05-09 | set a custom user agent | Daniel Friesel | -1/+5 | |
2019-05-08 | Fix division by zero when calculating journey completion1.1.9 | Daniel Friesel | -2/+5 | |
2019-05-07 | more frequent reload on sync failure1.1.8 | Daniel Friesel | -3/+3 | |