summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
8 daysupdate.sh: update submodulesBirte Kristina Friesel-0/+1
8 daysIncorporate dbdb into travelynxBirte Kristina Friesel-128/+131
10 daysPolnische Übersetzung um neue Strings erweitert ✨ (#325)2.17.20Lili Urban-126/+501
* Ein paar polnische Übersetzungen ergänzt. * Polnische Übersetzung um neue Strings erweitert ✨ * Added french string for Error * Added previously added strings to reference.md * Update reference.md Update number of missing strings (language polish) --------- Co-authored-by: Lili Urban <mail@lili-urban.net>
10 daysupdate cpanfile.snapshot2.17.19Birte Kristina Friesel-51/+52
11 daysdbris: set developer_mode when travelynx is running in debug modeBirte Kristina Friesel-15/+19
11 dayscarriage formation: directly refer to Travel::Status::DE::DBRISBirte Kristina Friesel-140/+26
Also removes old has_wagonorder / get_wagonorder split. That used to be sensible when we had multiple backends, but has long since lost its meaning.
13 daysrefactor (has|get)_wagonorder_p into DBRIS helperBirte Kristina Friesel-158/+132
13 daysDBRIS: refactor proxy setup into get_agent helper2.17.18Birte Kristina Friesel-54/+15
13 daysmove geosearch into dbris helper; enable proxiesBirte Kristina Friesel-8/+29
13 daysTraveling: document why we're returning HTTP 200 on errorBirte Kristina Friesel-2/+8
13 daysgeolocation: actually show backend errors in frontend2.17.17Birte Kristina Friesel-8/+16
13 daysmaintenance, account: adjust to real-world conditions on travelynx.deBirte Kristina Friesel-3/+3
2025-10-23whoopsBirte Kristina Friesel-0/+1
2025-10-23DBDB: make proxy config accessibleBirte Kristina Friesel-6/+5
2025-10-23DBDB: Use proxy here as wellBirte Kristina Friesel-10/+38
2025-10-21DBRIS: We now have to proxy all requests. So mote it be.2.17.16Birte Kristina Friesel-1/+32
2025-10-19DB HAFAS is dead, but we can try to get wagon order etc for ÖBB checkinsBirte Kristina Friesel-1/+1
2025-10-19Change maximum stop name length to 128 charsBirte Kristina Friesel-0/+154
Closes #318
2025-10-19...2.17.15Birte Kristina Friesel-1/+1
2025-10-19derp2.17.14Birte Kristina Friesel-0/+1
2025-10-19stats: no need for transactions here2.17.13Birte Kristina Friesel-4/+3
2025-10-19generate_missing_stats: also rebuild yearly stats, if neededBirte Kristina Friesel-0/+11
2025-10-19get_travel_distance: abort if stop IDs are not present2.17.12Birte Kristina Friesel-0/+3
2025-10-19stats: perltidy, more frequent updatesBirte Kristina Friesel-6/+7
2025-10-19add command for periodic stats refreshBirte Kristina Friesel-0/+58
2025-10-18work: manual checkins do have an associated backend2.17.11Birte Kristina Friesel-3/+1
2025-10-18Start translating account#interaction segment2.17.10Birte Kristina Friesel-13/+171
2025-10-18localize history stats sectionBirte Kristina Friesel-36/+170
2025-10-17update cpanfile.snapshot2.17.9Birte Kristina Friesel-65/+66
2025-10-03edit journey: pass on backend ID for origin/destination changes2.17.8Birte Kristina Friesel-2/+5
Closes #322
2025-10-03adjust auto-checkout documentation2.17.7Birte Kristina Friesel-15/+17
2025-10-02increase auto-checkout delay from 10 to 15 minutesBirte Kristina Friesel-5/+5
2025-09-22release assets2.17.6Birte Kristina Friesel-22/+22
2025-09-22rebuild assetsBirte Kristina Friesel-2/+2
2025-09-19API: checkin: handle efa and motis checkins2.17.5Birte Kristina Friesel-6/+8
Closes #315
2025-09-19update cpanfile.snapshot2.17.4Birte Kristina Friesel-130/+133
2025-09-19InTransit: only set isCancelled when needed; also set isAdditionalBirte Kristina Friesel-41/+66
2025-09-19Journey: Route: mark additional / cancelled stopsBirte Kristina Friesel-2/+8
Note that additional stops are not yet exposed by DBRIS. Fix coming up soon. Closes #314
2025-09-19Journeys->update: add lat/lon annotations2.17.3Birte Kristina Friesel-4/+14
This is another fix related to #313
2025-09-18Stations->get_by_names: backend_id is mandatory these daysBirte Kristina Friesel-16/+31
2025-09-17Journey->update: augment changed route with EVA IDs, if available2.17.2Birte Kristina Friesel-3/+4
Closes #313 Related to #305
2025-09-17Journey->update: Keep route data if it has been shortenedBirte Kristina Friesel-6/+23
Partial fix for #313
2025-09-16station board: HTTP 429 is also an upstream error that we cannot do much aboutBirte Kristina Friesel-1/+1
2025-09-15Update Polish localizationLili Urban-17/+17
2025-09-15Add ferry to boat colorTim-1/+1
2025-09-10update cpanfile.snapshot2.17.1Birte Kristina Friesel-23/+108
2025-08-30update translation reference2.17.0Birte Kristina Friesel-52/+125
2025-08-30Prepare v2.17Birte Kristina Friesel-2/+18
2025-08-30update cpanfile.snapshotBirte Kristina Friesel-17/+17
2025-08-30Polyline import: Improve handling of duplicate stops on a single tripBirte Kristina Friesel-9/+16
Closes #292