summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2021-07-01Pass scheduled arrival and departure times to Traewelling API1.20.2Daniel Friesel-1/+30
This ensures unambiguous checkins for ring lines. See https://github.com/Traewelling/traewelling/commit/eaf975a3337a151c4759428747342ce49eadea47
2021-06-21Journeys->add: Support complete routes, not just intermediate stops1.20.1Daniel Friesel-9/+19
2021-06-20update cpanfile.snapshotDaniel Friesel-827/+870
2021-06-20Update station autocompletion for T-S-DE-IRIS v1.56Daniel Friesel-85/+124
2021-06-14v1.201.20.0Daniel Friesel-0/+12
2021-06-14Add explanation to name change pageDaniel Friesel-4/+32
2021-06-13move user name validation to Users modelDaniel Friesel-29/+34
2021-06-13add missing change_name templateDaniel Friesel-0/+32
2021-06-13Model/Users: Remove superfluous "check_if_" prefix from check functionsDaniel Friesel-5/+5
2021-06-12allow users to change their nameDaniel Friesel-77/+164
2021-06-12user_status: Use first available dep_infoDaniel Friesel-1/+1
2021-06-05HAFAS: Work around yet another case of invalid XMLDaniel Friesel-2/+6
2021-04-24remove arbitrary HTML tags from HAFAS HIMMessage attribute content1.19.13Daniel Friesel-1/+8
2021-04-20munin: add pending_user_count1.19.12Daniel Friesel-0/+3
2021-04-20fix testsDaniel Friesel-0/+17
2021-04-20attempt to prevent registration spam1.19.11Daniel Friesel-0/+15
2021-04-05munin: Do not crash on CET -> CEST DST transition1.19.10Daniel Friesel-15/+19
2021-04-05munin: fix date range calculationDaniel Friesel-7/+9
TODO: handle CET -> CEST transition (there's a day each year where 2am does not exist and DateTime does not like it)
2021-03-29*sigh* oh hafas, you so hafas1.19.9Daniel Friesel-1/+2
2021-03-08marudor.de train link: Use ISO8601 datetime; specify station eva id1.19.8Daniel Friesel-1/+1
2021-03-08also show wagon order when sections are unknownDaniel Friesel-1/+0
2021-03-07Move incomplete checkin removal from "maintenance" to "work" taskDaniel Friesel-11/+11
2021-02-21Traewelling: Ignore HTTP 406 on checkin as well1.19.7Daniel Friesel-1/+1
HTTP 406 indicates that a user has not accepted the ToS / privacy policy
2021-02-08Do not warn on HAFAS "extra content at the end" (that's just an in-band 404)Daniel Friesel-1/+3
2021-02-06HAFAS: Remove all illegal linebreaks from attributes, not just the first1.19.6Daniel Friesel-2/+5
2021-02-06Traewelling: Do not warn on 409 ConflictDaniel Friesel-1/+6
2021-02-06fall back to apps-bahn if ist-wr does not know about a train1.19.5Daniel Friesel-9/+17
2021-02-06HAFAS: Handle <br> tags in HTML attributesDaniel Friesel-0/+5
2021-02-02link to source code on about page1.19.4Daniel Friesel-2/+16
2021-02-02Remove workaround for https://github.com/Traewelling/traewelling/issues/72Daniel Friesel-17/+7
Issue has been fixed
2021-02-02Switch to a more performant wagon order backendDaniel Friesel-1/+1
2021-01-29Switch to AGPL3+Daniel Friesel-49/+1270
2021-01-17documentation++Daniel Friesel-13/+18
2021-01-09update autocomplete station listDaniel Friesel-5/+12
2021-01-09update cpanfile.snapshot1.19.3Daniel Friesel-460/+458
2021-01-05Handle invalid HAFAS XML containing "Wagen \d+ & \d+"Daniel Friesel-0/+2
2020-12-17remove superfluous ->app callDaniel Friesel-1/+1
2020-12-13update station list for autocompletion1.19.2Daniel Friesel-136/+74
2020-12-13dockerfile: respect cpanfile.snapshotDaniel Friesel-1/+1
2020-12-13automatically update autocomplete station listDaniel Friesel-0/+42
2020-12-13update cpanfile.snapshot1.19.1Daniel Friesel-919/+1276
2020-12-13add Winterfahrplan 2021 name changesDaniel Friesel-0/+27
2020-12-09Release v1.19.01.19.0Daniel Friesel-0/+16
2020-12-09Helper/IRIS: fex error message encoding (use utf8)Daniel Friesel-0/+3
2020-12-07warn if a connecting train may not be reachedDaniel Friesel-1/+35
2020-12-03oopsie1.18.13Daniel Friesel-0/+13
2020-12-03use stats-enabled list view for year list as well1.18.12Daniel Friesel-4/+21
2020-12-03_history_years: remove redundant SQL requestDaniel Friesel-1/+1
2020-12-03regularly generate statistics in the background1.18.11Daniel Friesel-26/+109
2020-11-28move statistics cache to a separate model classDaniel Friesel-234/+296