Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-01-29 | unified train farbtupferl | Cassidy Dingenskirchen | -3/+3 | |
(cherry picked from commit 20e8fd39851146eb4fb3cc8cb1f7ba7fc4086d8d) Signed-off-by: Birte Kristina Friesel <derf@finalrewind.org> | ||||
2023-08-18 | manual station entry: HAFAS support | Birte Kristina Friesel | -1/+1 | |
2023-08-16 | recent targets: distinguish hafas/iris | Birte Kristina Friesel | -1/+1 | |
2023-08-14 | hafas preparations: Zug → Fahrt | Birte Kristina Friesel | -7/+7 | |
2023-07-15 | add timeline / current checkins | Birte Kristina Friesel | -0/+6 | |
2023-07-07 | move footer to layout1.32.10 | Birte Kristina Friesel | -2/+0 | |
2023-06-04 | landingpage: mention sharing and (optional) public history | Derf Null | -1/+2 | |
2023-02-27 | set visibility per journey (wip) | Daniel Friesel | -1/+1 | |
some odds and ends left to polish, but ready for testing | ||||
2023-01-18 | landing page: show past stops if geolocation is unavailable | Daniel Friesel | -1/+1 | |
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 | |
only create DateTime objects when needed | ||||
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 | |
Closes #3 | ||||
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 | |
Todo: Redirect user to destination station upon arrival | ||||
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 | |
Whether a user is in transit or not is now determined by an entry in the in_transit table instead of a dangling checkin. All completed journeys are stored in the "journeys" table. This does most of the work needed for automatic checkout. However, note that the corresponding worker process is not implemented yet. | ||||
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 | |
Closes #1 | ||||
2019-03-16 | landing page: I can haz API!0.06 | Daniel Friesel | -4/+11 | |