Age | Commit message (Expand) | Author | Lines |
2022-08-04 | ... 'status' is a reserved renderer key. oops. | Daniel Friesel | -1/+1 |
2022-07-28 | landingpage: $status is not always set | Daniel Friesel | -0/+1 |
2022-07-27 | move get_connecting_trains call from _checkeed_in to controller | Daniel Friesel | -1/+0 |
2022-04-17 | landingpage: Fix typo | Leonard Janis Robert König | -1/+1 |
2021-09-12 | allow registration to be disabled via config | Daniel Friesel | -1/+3 |
2020-11-21 | remove superfluous "()" in function call | Daniel Friesel | -2/+2 |
2020-10-17 | disable browser-autocompletion on station-inputs1.18.3 | Leah (ctucx) | -1/+1 |
2020-10-04 | It's Public Beta Time! | Daniel Friesel | -1/+2 |
2020-09-05 | landingpage: hide button icon names from accessibility tools | Daniel Friesel | -2/+2 |
2020-08-16 | Move most journey code to newly introduced Journey model | Daniel Friesel | -1/+1 |
2020-02-26 | landingpage: API also supports checkin | Daniel Friesel | -1/+1 |
2020-01-28 | Add aria labels where needed, commit 1 of many (#37) | Daniel Friesel | -1/+1 |
2019-11-24 | improve get_user_travels performance, most notably when rendering map1.10.3 | Daniel Friesel | -1/+1 |
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-05-26 | Use JSON for messages and route storage, prepare for extended route data | Daniel Friesel | -1/+1 |
2019-05-18 | Merge branch 'marudor-darkMode' | Daniel Friesel | -7/+7 |
2019-05-16 | correctly show departure station in cancelled view | Daniel Friesel | -1/+1 |
2019-05-16 | Add dark mode (only available with prefers-color-scheme currently) | marudor | -7/+7 |
2019-05-11 | update landingpage | Daniel Friesel | -3/+3 |
2019-05-11 | Do not nag directly for geolocation | marudor | -2/+1 |
2019-05-02 | Public API documentation | Daniel Friesel | -1/+1 |
2019-04-30 | show imprint/privacy/version on all public-facing pages1.0 | Daniel Friesel | -7/+1 |
2019-04-30 | show imprint and version on landing page | Daniel Friesel | -0/+8 |
2019-04-26 | Add manual journey entry | Daniel Friesel | -1/+1 |
2019-04-24 | $render(status => ...) is a special variable. derp. | Daniel Friesel | -1/+1 |
2019-04-23 | Primitive auto-refresh of current journey status | Daniel Friesel | -86/+2 |
2019-04-23 | Automatic checkout \o/ | Daniel Friesel | -20/+26 |
2019-04-23 | landingpage: Fix plural for "0 minutes" | Daniel Friesel | -1/+1 |
2019-04-23 | Use one row per journey instead of split checkin/checkout entries | Daniel Friesel | -13/+73 |
2019-04-11 | landingpage: Fix typo in required form element tag | Daniel Friesel | -1/+1 |
2019-04-07 | Refactor history template, add yearly stats | Daniel Friesel | -32/+1 |
2019-04-06 | landingpage: Features++ | Daniel Friesel | -1/+2 |
2019-03-31 | Select journeys by ID | Daniel Friesel | -1/+1 |
2019-03-31 | Perform undo by deleting the erroneous database entry | Daniel Friesel | -4/+4 |
2019-03-19 | support logging of cancelled journeys | Daniel Friesel | -0/+27 |
2019-03-17 | add journey detail view | Daniel Friesel | -3/+4 |
2019-03-16 | Show backend errors on station selection page | Daniel Friesel | -1/+13 |
2019-03-16 | add autocomplete for station form | Daniel Friesel | -1/+1 |
2019-03-16 | allow manual input of station name | Daniel Friesel | -0/+12 |
2019-03-16 | landing page: I can haz API!0.06 | Daniel Friesel | -4/+11 |
2019-03-09 | Slightly more helpful texts for checkin/checkout pages | Daniel Friesel | -1/+1 |
2019-03-08 | checkout UX | Daniel Friesel | -1/+1 |
2019-03-08 | add intro blurb and login/register links for landing page | Daniel Friesel | -1/+35 |
2019-03-07 | switch from HTTP Auth to Cookie Auth | Daniel Friesel | -66/+71 |
2018-11-02 | allow undo for checkins | Daniel Friesel | -1/+5 |
2018-10-21 | handle force checkout in history view | Daniel Friesel | -2/+4 |
2018-10-07 | Only show latest travels on landing page | Daniel Friesel | -2/+2 |
2018-10-07 | show close stations via geolocation | Daniel Friesel | -0/+4 |
2018-10-07 | only show travel distance if duration is not available | Daniel Friesel | -2/+0 |