summaryrefslogtreecommitdiff
path: root/lib/Travelynx/Controller
AgeCommit message (Expand)AuthorLines
2022-09-24optionally show local transit connections as wellDaniel Friesel-124/+193
2022-09-24connections: show expected arrival at destinationDaniel Friesel-22/+111
2022-09-23departure board: add footerDaniel Friesel-2/+7
2022-09-23Static: remove unused $travelynx_versionDaniel Friesel-2/+0
2022-09-23add legend (not referenced yet)Daniel Friesel-0/+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-30Passengerrights: section headers; perltidyDaniel Friesel-1/+7
2022-07-30Api: section headers for helpers / controllers; perltidyDaniel Friesel-8/+12
2022-07-30Account: Move helpers to a separate sectionDaniel Friesel-189/+193
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-07-16services: add marudor.de/regionalDaniel Friesel-1/+1
2022-07-11optionally link to external departure boards where sensible (WiP)Daniel Friesel-0/+23
2022-04-02history map: allow filtering by train typeDaniel Friesel-0/+14
2022-04-02history map: add filter by dateDaniel Friesel-1/+28
2022-03-07limit password length to 10000 charactersDaniel Friesel-1/+1
2022-02-20fix ajax refresh of public status card (trim .html suffix)1.22.1Daniel Friesel-13/+18
2022-02-20Move webhook database queries to Users modelDaniel Friesel-3/+6
2022-02-16link traewelling profile from travelynx profile; show traewelling statusDaniel Friesel-3/+4
2022-02-16Traewelling::get: Use named argsDaniel Friesel-3/+3
2022-01-19Controller/Account: refactor mail notifications into separate functionsDaniel Friesel-127/+174
2021-10-30Account: do not disclose denylist filename on open errorDaniel Friesel-9/+13
2021-08-20allow registration to be denied for certain IPs, e.g. known spammersDaniel Friesel-0/+16
2021-06-14Add explanation to name change pageDaniel Friesel-4/+17
2021-06-13move user name validation to Users modelDaniel Friesel-29/+8
2021-06-13Model/Users: Remove superfluous "check_if_" prefix from check functionsDaniel Friesel-3/+3
2021-06-12allow users to change their nameDaniel Friesel-0/+87
2021-04-20attempt to prevent registration spam1.19.11Daniel Friesel-0/+14
2021-01-29Switch to AGPL3+Daniel Friesel-6/+6
2020-11-28move statistics cache to a separate model classDaniel Friesel-3/+9
2020-11-27Add a bunch of licensing dataDaniel Friesel-0/+18
2020-10-11move in_transit queries to an InTransit model classDaniel Friesel-5/+12
2020-10-04add toot and tweet settings to traewelling checkinDaniel Friesel-1/+9