summaryrefslogtreecommitdiff
path: root/lib/Travelynx/Controller/Traveling.pm
AgeCommit message (Expand)AuthorLines
2023-03-02user_status redirect: check visibility independent of tokenDaniel Friesel-24/+19
2023-03-02visibility_form: use visibility_strDaniel Friesel-21/+3
2023-03-02profile: respect profile visibility settingDaniel Friesel-1/+5
2023-03-02fix comment visibilitiy checkDaniel Friesel-1/+1
2023-03-02journey details: require valid token if too oldDaniel Friesel-4/+10
2023-03-02user status: only redirect to journey if journey is visibleDaniel Friesel-7/+27
2023-03-01user status: pass token to journey on redirectDaniel Friesel-6/+10
2023-02-28journey: add token to share link if non-publicDaniel Friesel-2/+24
2023-02-27set visibility per journey (wip)Daniel Friesel-236/+432
2023-02-19update ze copyrightDaniel Friesel-1/+1
2023-02-15journey: add share buttonDaniel Friesel-4/+35
2023-02-14journey details: include delay and distance in og cardDaniel Friesel-0/+15
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