Age | Commit message (Expand) | Author | Lines |
2022-04-02 | history map: allow filtering by train type | Daniel Friesel | -0/+14 |
2022-04-02 | history map: add filter by date | Daniel Friesel | -13/+47 |
2022-03-30 | hafas: more generic fix for invalid XML1.22.2 | Daniel Friesel | -2/+1 |
2022-03-07 | limit password length to 10000 characters | Daniel Friesel | -2/+2 |
2022-03-06 | Traewelling: checkin: HTTP 401 is mostly harmless, too | Daniel Friesel | -1/+4 |
2022-02-20 | fix ajax refresh of public status card (trim .html suffix)1.22.1 | Daniel Friesel | -14/+19 |
2022-02-20 | Move webhook database queries to Users model | Daniel Friesel | -73/+91 |
2022-02-20 | work: move DB manipulation to InTransit helper | Daniel Friesel | -109/+139 |
2022-02-19 | worker: run maintenance every 10 hours | Daniel Friesel | -10/+14 |
2022-02-18 | maintenance: Log deletion notification to stdout | Daniel Friesel | -4/+5 |
2022-02-17 | Traewelling: more consistent error messages | Daniel Friesel | -10/+9 |
2022-02-16 | handle missing 'base_url' in travelynx.conf | Daniel Friesel | -1/+9 |
2022-02-16 | link traewelling profile from travelynx profile; show traewelling status | Daniel Friesel | -6/+29 |
2022-02-16 | Traewelling::get: Use named args | Daniel Friesel | -6/+8 |
2022-02-16 | traewelling: log an error if pull sync fails | Daniel Friesel | -0/+6 |
2022-02-14 | Send inactivity notification prior to account deletion | Daniel Friesel | -4/+94 |
2022-02-14 | Use correct base URL when running a command job (work/maintenance) | Daniel Friesel | -4/+15 |
2022-01-19 | Controller/Account: refactor mail notifications into separate functions | Daniel Friesel | -127/+174 |
2022-01-08 | Traewelling: Use API v1 for pull sync1.21.4 | Daniel Friesel | -21/+19 |
2022-01-08 | traewelling sync: push first, then pull | Daniel Friesel | -24/+24 |
2021-12-12 | fix caching fuckup introduced in 2e5a1b0a79e3a54e159cf598b2a0d398109a7bf41.21.3 | Daniel Friesel | -8/+14 |
2021-12-12 | checkout: throw an error when called with empty $station | Daniel Friesel | -14/+19 |
2021-12-12 | DBDB: only use apps-bahn wagon order API for now | Daniel Friesel | -5/+4 |
2021-10-30 | Account: do not disclose denylist filename on open error | Daniel Friesel | -9/+13 |
2021-10-30 | Allow usage of custom hafas-rest-api instances | Daniel Friesel | -6/+12 |
2021-10-23 | Switch from Geo::Distance (deprecated) to GIS::Distance | Daniel Friesel | -10/+10 |
2021-09-13 | Add account add / delete CLI for sites with web registration disabled | Daniel Friesel | -2/+133 |
2021-09-12 | allow registration to be disabled via config | Daniel Friesel | -2/+5 |
2021-09-03 | Ensure that database timezone matches IRIS time zone1.21.1 | Daniel Friesel | -0/+9 |
2021-08-20 | allow registration to be denied for certain IPs, e.g. known spammers | Daniel Friesel | -0/+16 |
2021-07-12 | Handle another case of funky HAFAS html ("foo <> bar")1.20.3 | Daniel Friesel | -0/+8 |
2021-07-01 | Pass scheduled arrival and departure times to Traewelling API1.20.2 | Daniel Friesel | -1/+30 |
2021-06-21 | Journeys->add: Support complete routes, not just intermediate stops1.20.1 | Daniel Friesel | -9/+19 |
2021-06-14 | Add explanation to name change page | Daniel Friesel | -4/+17 |
2021-06-13 | move user name validation to Users model | Daniel Friesel | -29/+34 |
2021-06-13 | Model/Users: Remove superfluous "check_if_" prefix from check functions | Daniel Friesel | -5/+5 |
2021-06-12 | allow users to change their name | Daniel Friesel | -75/+159 |
2021-06-12 | user_status: Use first available dep_info | Daniel Friesel | -1/+1 |
2021-06-05 | HAFAS: Work around yet another case of invalid XML | Daniel Friesel | -2/+6 |
2021-04-24 | remove arbitrary HTML tags from HAFAS HIMMessage attribute content1.19.13 | Daniel Friesel | -1/+8 |
2021-04-20 | munin: add pending_user_count1.19.12 | Daniel Friesel | -0/+3 |
2021-04-20 | attempt to prevent registration spam1.19.11 | Daniel Friesel | -0/+14 |
2021-04-05 | munin: Do not crash on CET -> CEST DST transition1.19.10 | Daniel Friesel | -15/+19 |
2021-04-05 | munin: fix date range calculation | Daniel Friesel | -7/+9 |
2021-03-29 | *sigh* oh hafas, you so hafas1.19.9 | Daniel Friesel | -1/+2 |
2021-03-08 | also show wagon order when sections are unknown | Daniel Friesel | -1/+0 |
2021-03-07 | Move incomplete checkin removal from "maintenance" to "work" task | Daniel Friesel | -11/+11 |
2021-02-21 | Traewelling: Ignore HTTP 406 on checkin as well1.19.7 | Daniel Friesel | -1/+1 |
2021-02-08 | Do not warn on HAFAS "extra content at the end" (that's just an in-band 404) | Daniel Friesel | -1/+3 |
2021-02-06 | HAFAS: Remove all illegal linebreaks from attributes, not just the first1.19.6 | Daniel Friesel | -2/+5 |