summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
5 hourstraewelling: trace missing username bugHEAD2.6.15mainBirte Kristina Friesel-0/+7
4 dayswork: check arr on arr, not on dep2.6.14Birte Kristina Friesel-1/+1
4 daysProfile: remove journeys from JSON fornow2.6.13Birte Kristina Friesel-1/+0
6 daysProfile: Add JSON rendererBirte Kristina Friesel-29/+42
7 dayswork: fix HAFAS arrival wagonorder/stationinfo request logicBirte Kristina Friesel-1/+1
7 daysDBDB: Add some debug statementsBirte Kristina Friesel-0/+23
7 daysDBDB: use realtime cache for carriage composition requestsBirte Kristina Friesel-8/+9
7 daysperform stationinfo requests for hafas checkinsBirte Kristina Friesel-3/+27
8 daysrequest wagon orders for HAFAS checkinsBirte Kristina Friesel-3/+19
8 daysMove wagonorder request to a separate helperBirte Kristina Friesel-93/+113
This is in preparation for HAFAS wagonorder support
9 daysupdate cpanfile.snapshot2.6.12Birte Kristina Friesel-72/+124
13 dayscheck train/trip id when updating associated dataBirte Kristina Friesel-34/+57
this avoid race conditions when a user changes their checkin between the time of request (old trip id) and the time of data update (new trip id). These could lead to funny effects such as buses suddenly having S-Bahn carriage formations.
2024-05-22add_route_timestamps: IRIS route may be shorter than HAFAS route2.6.11Birte Kristina Friesel-1/+1
2024-05-22route_after: handle passing the same stop more than once2.6.10Birte Kristina Friesel-2/+9
2024-05-22Use HAFAS routes as single source of truth. Overwrite initial IRIS route.Birte Kristina Friesel-46/+58
2024-05-09InTransit: postprocess: simplify DateTime handling a bitBirte Kristina Friesel-21/+25
2024-04-28lock DBWagenreihung to 0.122.6.9Birte Kristina Friesel-1/+1
2024-04-26/status: return JSON for 404 errors as wellBirte Kristina Friesel-3/+30
2024-04-26/status: respond to .json as well as "Accept: application/json"Birte Kristina Friesel-2/+4
2024-04-23release assets2.6.8Birte Kristina Friesel-23/+23
2024-04-23changelog: layoutBirte Kristina Friesel-2/+0
2024-04-23rebuild assetsBirte Kristina Friesel-1/+1
2024-04-23journey deletion verification: we're not limited to trains anymoreBirte Kristina Friesel-1/+1
Closes #133
2024-04-21refactor polyline insertion into InTransit ModelBirte Kristina Friesel-95/+64
2024-04-16Store HAFAS checkins with type/train/line number at checkin station2.6.7Birte Kristina Friesel-3/+5
2024-04-16update cpanfile.snapshotBirte Kristina Friesel-20/+20
2024-04-15release assets2.6.6Birte Kristina Friesel-23/+23
2024-04-15rebuild assetsBirte Kristina Friesel-2/+2
2024-04-15fix dep-line wrappingCassidy Dingenskirchen-1/+1
2024-04-07dumpstops: encode output as UTF-8Birte Kristina Friesel-1/+2
2024-04-07Request polylines for HAFAS journeys as well; only store sensible ones2.6.5Birte Kristina Friesel-2/+92
Decreases severity of #99 Fixes #108
2024-04-03store tz_offset in route data if presentBirte Kristina Friesel-1/+10
2024-04-03hafas departures: use /s/:station rather than HAFAS station for prev/next links2.6.4Birte Kristina Friesel-2/+2
2024-04-03update cpanfile.snapshotBirte Kristina Friesel-12/+12
2024-03-31lesson learned: do not deploy from easterhegg2.6.3Birte Kristina Friesel-5/+5
2024-03-31oops2.6.2Birte Kristina Friesel-3/+4
2024-03-31hide prev/now/next links on small screens2.6.1Birte Kristina Friesel-3/+3
2024-03-31Release v2.6.02.6.0Birte Kristina Friesel-0/+20
2024-03-31center-align API switcherBirte Kristina Friesel-1/+1
2024-03-31HAFAS departures: add earlier / later linksBirte Kristina Friesel-15/+52
2024-03-30HAFAS: correctly pass lookahead on to backend library2.5.23Birte Kristina Friesel-1/+1
Closes #126 Note that this is more of a hotfix -- the underlying bug is in Travel::Status::DE::HAFAS
2024-03-29update cpanfile.snapshotBirte Kristina Friesel-66/+67
2024-03-29wagon order: indicate closed wagonsBirte Kristina Friesel-2/+7
2024-03-23release assets2.5.22Birte Kristina Friesel-23/+23
2024-03-23rebuild assetsBirte Kristina Friesel-3/+3
2024-03-23Allow light/dark/auto rather than just light/dark for themeBirte Kristina Friesel-10/+23
Replaces the theme switcher in the nav bar with a less intrusive link at the bottom. Closes #125
2024-03-20wagon order: show first / second class if known2.5.21Birte Kristina Friesel-1/+6
2024-03-20update cpanfile.snapshotBirte Kristina Friesel-62/+63
2024-03-20use DBF for wagon order details (it's currently more detailed)Birte Kristina Friesel-1/+1
2024-03-05Traveling: work around empty evas list in HAFAS resultBirte Kristina Friesel-1/+1