summaryrefslogtreecommitdiff
path: root/lib/Travelynx/Controller/Traveling.pm
AgeCommit message (Expand)AuthorLines
2023-01-22get latets stations: remove duplicatesDaniel Friesel-1/+2
2023-01-18landing page: show past stops if geolocation is unavailableDaniel Friesel-0/+6
2022-12-30review: shop travelynx versionDaniel Friesel-4/+5
2022-12-29review: link to list of all single-trip checkins1.29.1Daniel Friesel-1/+6
2022-12-27it's a secret to everybody.Daniel Friesel-8/+76
2022-12-26connecting trains: fix warning when encountering unknown platformsDaniel Friesel-3/+7
2022-12-26history: return 404 if no journeys have been logged for requested periodDaniel Friesel-0/+14
2022-12-26yearly/monthly history: return 404 for invalid datesDaniel Friesel-53/+45
2022-11-12show expected load of suggested connections, if availableDaniel Friesel-0/+5
2022-11-09Switch to internal HAFAS client for connection detailsDaniel Friesel-54/+31
2022-09-28get_connecting_trains: departure delay is relevant for connecting trainsDaniel Friesel-3/+4
2022-09-28get_connecting_trains_p: leave loops when doneDaniel Friesel-1/+3
2022-09-25connecting trains: HAFAS: Handle delay and pass it to frontendDaniel Friesel-0/+11
2022-09-24optionally show local transit connections as wellDaniel Friesel-117/+168
2022-09-24connections: show expected arrival at destinationDaniel Friesel-22/+111
2022-09-23departure board: add footerDaniel Friesel-2/+7
2022-09-23always show 'run' icon when an interchange is shortDaniel Friesel-1/+1
2022-09-07Controller/Traveling: perltidy1.23.12Daniel Friesel-6/+12
2022-09-05get_connecting_trains_p: remove trains with identical routes to current oneDaniel Friesel-1/+17
2022-09-05get_connecting_trains_p: use has_str_in_list helper more oftenDaniel Friesel-2/+2
2022-09-03get_connecting_trains_p: handle uninitialized arr_countdownDaniel Friesel-3/+5
2022-09-03get_connecting_trains_p: we're doing boolean arithmetic here1.23.11Daniel Friesel-1/+1
2022-09-03get_connecting_trains: set lookahead to (expected arrival // now) + 40 minutes1.23.10Daniel Friesel-4/+7
2022-08-26get_connecting_trains_p: increase lookahead to 601.23.9Daniel Friesel-1/+1
2022-08-26show connections up to 40 minutes before arrival (rather than just 20)1.23.8Daniel Friesel-2/+2
2022-08-04... 'status' is a reserved renderer key. oops.Daniel Friesel-3/+3
2022-08-02Traveling: Rename log_action to travel_actionDaniel Friesel-1/+1
2022-08-01fetch connecting trains asynchronouslyDaniel Friesel-134/+243
2022-07-30Traveling: sort helpers <-> controllersDaniel Friesel-174/+178
2022-07-30move get_connecting_trains helper to Traveling controllerDaniel Friesel-0/+166
2022-07-27move get_connecting_trains call from _checkeed_in to controllerDaniel Friesel-1/+22
2022-07-26only show cancellation alternatives at original stationDaniel Friesel-1/+4
2022-07-26_checked_out: move get_connecting_trains call to controllerDaniel Friesel-1/+10
2022-07-26move get_connecting_trains out of _cancelled_departure templateDaniel Friesel-4/+20
2022-07-26departure board: move get_connecting_trains call to controllerDaniel Friesel-7/+18
2022-07-26Use async IRIS API for /s/Daniel Friesel-31/+36
2022-04-02history map: allow filtering by train typeDaniel Friesel-0/+14
2022-04-02history map: add filter by dateDaniel Friesel-1/+28
2022-02-20fix ajax refresh of public status card (trim .html suffix)1.22.1Daniel Friesel-13/+18
2021-01-29Switch to AGPL3+Daniel Friesel-1/+1
2020-11-28move statistics cache to a separate model classDaniel Friesel-2/+7
2020-11-27Add a bunch of licensing dataDaniel Friesel-0/+3
2020-10-11move in_transit queries to an InTransit model classDaniel Friesel-1/+4
2020-09-30Allow linking a Träwelling account, auto-sync Träwelling→travelynxDaniel Friesel-10/+20
2020-09-21add opengraph metadata output1.17.5Daniel Friesel-27/+51
2020-09-21add twitter card to public journey viewDaniel Friesel-0/+16
2020-09-04profile: limit history to four weeks by defaultDaniel Friesel-2/+32
2020-09-03add public profile page and public journey detailsDaniel Friesel-0/+88
2020-08-16Move most journey code to newly introduced Journey modelDaniel Friesel-33/+76
2020-08-06Move get_departures to a separate IRIS helperDaniel Friesel-1/+6