Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-03-31 | HAFAS departures: add earlier / later links | Birte Kristina Friesel | -11/+28 | |
2024-03-05 | Traveling: work around empty evas list in HAFAS result | Birte Kristina Friesel | -1/+1 | |
2024-01-30 | perltidy | Birte Kristina Friesel | -8/+14 | |
2024-01-30 | journey detail title: use departure date | Birte Kristina Friesel | -2/+2 | |
2024-01-30 | add title elements | Cassidy Dingenskirchen | -3/+12 | |
(cherry picked from commit 5d8f6467dc00f03957784230983ed730ec421291) Signed-off-by: Birte Kristina Friesel <derf@finalrewind.org> | ||||
2024-01-02 | Rename filter_after/filter_before to filter_from/filter_to (they're inclusive) | Birte Kristina Friesel | -2/+2 | |
2024-01-01 | map: show year in headline if set | Birte Kristina Friesel | -0/+13 | |
2023-12-31 | history_map: filter_until is inclusive2.5.7 | Birte Kristina Friesel | -1/+5 | |
2023-12-27 | Fix connection display for Travel::Status::DE::HAFAS 5.x2.5.6 | Birte Kristina Friesel | -9/+9 | |
2023-11-01 | HAFAS: Use locationSearch rather than similar_stops_p | Birte Kristina Friesel | -10/+7 | |
locationSearch uses mgate.exe, just like the regular departure board. similar_stops_p relies on ajax-getstop.exe which may become unavailable sooner rather than later. | ||||
2023-10-01 | increase level of caution | Birte Kristina Friesel | -3/+2 | |
2023-10-01 | suggested connections: avoid fetching IRIS trains via HAFAS | Birte Kristina Friesel | -4/+18 | |
2023-10-01 | store related stations; respect them when looking up connections | Birte Kristina Friesel | -0/+4 | |
2023-09-26 | connections: do not show cancelled trains twice2.3.1 | Birte Kristina Friesel | -0/+9 | |
2023-09-24 | add support for HAFAS connection suggestions; drop manual destination list | Birte Kristina Friesel | -77/+69 | |
Still TODO: handle stations that have several EVAs | ||||
2023-09-17 | /s: support filter by trip_id; only allow train filter in IRIS mode2.2.2 | Birte Kristina Friesel | -1/+5 | |
2023-08-26 | manual station entry: fix HAFAS redirect | Birte Kristina Friesel | -1/+1 | |
2023-08-24 | resolve unknown/ambiguous stop into list of stops | Birte Kristina Friesel | -7/+41 | |
2023-08-24 | geolocation: Fix 'hafas=undefined' links for iris stops | Birte Kristina Friesel | -0/+1 | |
2023-08-20 | sort HAFAS/IRIS stations by distance | Birte Kristina Friesel | -3/+6 | |
2023-08-18 | manual station entry: HAFAS support | Birte Kristina Friesel | -1/+11 | |
2023-08-16 | geosearch: always query iris and hafas stops | Birte Kristina Friesel | -17/+46 | |
2023-08-15 | station board: add iris / hafas links | Birte Kristina Friesel | -1/+15 | |
2023-08-14 | traveling: redirect hafas journeys to hafas=1 | Birte Kristina Friesel | -3/+10 | |
2023-08-13 | WIP: HAFAS support | Birte Kristina Friesel | -2/+7 | |
2023-07-23 | convert checkout to promises (checkout_p) | Birte Kristina Friesel | -50/+103 | |
2023-07-16 | action#checkin: re-add auto checkout1.33.1 | Birte Kristina Friesel | -0/+8 | |
was removed from $self->checkin in 1074f248cc415a397f16d0328a8f45fa6a867513 | ||||
2023-07-16 | show followee checkins in departure board | Birte Kristina Friesel | -0/+12 | |
2023-07-16 | cleanup; perltidy | Birte Kristina Friesel | -20/+14 | |
2023-07-15 | add timeline / current checkins | Birte Kristina Friesel | -1/+13 | |
2023-07-15 | increase maximum comment length | Birte Kristina Friesel | -23/+23 | |
2023-07-09 | station board: fix HTTP status and IRIS error handling | Birte Kristina Friesel | -4/+9 | |
2023-07-09 | use promises for checkin and traewelling_to_travelynx | Birte Kristina Friesel | -53/+61 | |
2023-07-09 | HAFAS station board: fix station name display | Birte Kristina Friesel | -3/+4 | |
2023-07-03 | update ALL the copyright notices! | Derf Null | -1/+1 | |
2023-06-24 | time to flush the name cache | Derf Null | -1/+1 | |
2023-06-18 | run webhook when updating checkin comment or visibility | Derf Null | -1/+4 | |
2023-06-12 | Add app version to default stashed values.1.32.4 | Molly Miller | -14/+0 | |
This means that the version no longer needs to be passed to every version manually, and is automatically populated in templates where the parameter is not explicitly provided. | ||||
2023-06-08 | warn when trying to check out at invalid unscheduled station1.32.3 | Derf Null | -5/+28 | |
Closes #72 | ||||
2023-06-04 | consistently return HTTP 404 on not found errors | Derf Null | -11/+22 | |
2023-06-04 | use a separate bad_request page for CSRF errors | Derf Null | -4/+3 | |
2023-06-04 | expose follows / social interaction in frontend | Derf Null | -0/+1 | |
2023-05-29 | Traveling: remove unused JSON import | Derf Null | -1/+0 | |
2023-03-27 | stationboard: add HAFAS support | Derf Null | -12/+49 | |
2023-03-13 | move profile / public data to a separate controller | Derf Null | -453/+0 | |
2023-03-04 | always show /p/user if /status/user exists; only limit past journeys | Daniel Friesel | -32/+36 | |
2023-03-04 | user status: add footer1.30.2 | Daniel Friesel | -0/+1 | |
2023-03-04 | status/profile: re-add ability to show latest checkout, if desired1.30.1 | Daniel Friesel | -3/+24 | |
got lost in 1.30.0 | ||||
2023-03-03 | token: do not expose full checkin timestamp | Daniel Friesel | -2/+2 | |
2023-03-02 | Travelynx journey_details: token is added by template | Daniel Friesel | -1/+0 | |