Commit graph

1401 commits

Author SHA1 Message Date
Birte Kristina Friesel
eef53c6940
update cpanfile.snapshot 2024-05-28 18:43:27 +02:00
Birte Kristina Friesel
5a2285bd59
check train/trip id when updating associated data
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-24 21:39:09 +02:00
Birte Kristina Friesel
f7a9213961
add_route_timestamps: IRIS route may be shorter than HAFAS route 2024-05-22 19:20:39 +02:00
Birte Kristina Friesel
4764fd9a6b
route_after: handle passing the same stop more than once 2024-05-22 19:08:35 +02:00
Birte Kristina Friesel
cd6df2aa9b
Use HAFAS routes as single source of truth. Overwrite initial IRIS route. 2024-05-22 19:04:57 +02:00
Birte Kristina Friesel
dc4f61c2aa
InTransit: postprocess: simplify DateTime handling a bit 2024-05-09 08:33:55 +02:00
Birte Kristina Friesel
c382a121a5
lock DBWagenreihung to 0.12 2024-04-28 13:46:51 +02:00
Birte Kristina Friesel
6d07d0a180
/status: return JSON for 404 errors as well 2024-04-26 17:48:04 +02:00
Birte Kristina Friesel
0a85971565
/status: respond to .json as well as "Accept: application/json" 2024-04-26 17:47:32 +02:00
Birte Kristina Friesel
8d7e66cdc8
release assets 2024-04-23 17:14:06 +02:00
Birte Kristina Friesel
370d8f4a20
changelog: layout 2024-04-23 17:13:34 +02:00
Birte Kristina Friesel
9435153367
rebuild assets 2024-04-23 17:13:24 +02:00
Birte Kristina Friesel
c4c93e3776
journey deletion verification: we're not limited to trains anymore
Closes #133
2024-04-23 17:12:48 +02:00
Birte Kristina Friesel
a0bd839594
refactor polyline insertion into InTransit Model 2024-04-21 19:21:16 +02:00
Birte Kristina Friesel
2ff5f92bcc
Store HAFAS checkins with type/train/line number at checkin station 2024-04-16 18:08:21 +02:00
Birte Kristina Friesel
116870a9a5
update cpanfile.snapshot 2024-04-16 17:56:39 +02:00
Birte Kristina Friesel
ce6250d4f3
release assets 2024-04-15 17:26:24 +02:00
Birte Kristina Friesel
522b40b845
rebuild assets 2024-04-15 17:25:42 +02:00
Cassidy Dingenskirchen
d3f1d5a42a
fix dep-line wrapping 2024-04-15 17:25:24 +02:00
Birte Kristina Friesel
a72b6192ed
dumpstops: encode output as UTF-8 2024-04-07 11:23:47 +02:00
Birte Kristina Friesel
875ec1c3e5
Request polylines for HAFAS journeys as well; only store sensible ones
Decreases severity of #99
Fixes #108
2024-04-07 11:18:04 +02:00
Birte Kristina Friesel
c9e5bfae62
store tz_offset in route data if present 2024-04-03 13:58:48 +02:00
Birte Kristina Friesel
64e0ee5768
hafas departures: use /s/:station rather than HAFAS station for prev/next links 2024-04-03 12:35:24 +02:00
Birte Kristina Friesel
aa014a8a0b
update cpanfile.snapshot 2024-04-03 12:33:11 +02:00
Birte Kristina Friesel
6e42d1dc29
lesson learned: do not deploy from easterhegg 2024-03-31 21:22:50 +02:00
Birte Kristina Friesel
b978ba6bc0
oops 2024-03-31 21:21:59 +02:00
Birte Kristina Friesel
38e03bcc88
hide prev/now/next links on small screens 2024-03-31 17:37:14 +02:00
Birte Kristina Friesel
ffb2523e84
Release v2.6.0 2024-03-31 17:33:37 +02:00
Birte Kristina Friesel
4012e5e59a
center-align API switcher 2024-03-31 15:17:31 +02:00
Birte Kristina Friesel
970e30202d
HAFAS departures: add earlier / later links 2024-03-31 14:44:37 +02:00
Birte Kristina Friesel
9f0d72b9d1
HAFAS: correctly pass lookahead on to backend library
Closes #126

Note that this is more of a hotfix -- the underlying bug is in
Travel::Status::DE::HAFAS
2024-03-30 09:58:06 +01:00
Birte Kristina Friesel
4dbe0ebe3e
update cpanfile.snapshot 2024-03-29 14:32:22 +01:00
Birte Kristina Friesel
fe0dbf7588
wagon order: indicate closed wagons 2024-03-29 13:54:19 +01:00
Birte Kristina Friesel
8bbe698952
release assets 2024-03-23 15:24:04 +01:00
Birte Kristina Friesel
2676c4c2b4
rebuild assets 2024-03-23 15:23:48 +01:00
Birte Kristina Friesel
2539e9f0ae
Allow light/dark/auto rather than just light/dark for theme
Replaces the theme switcher in the nav bar with a less intrusive link at the
bottom.

Closes #125
2024-03-23 15:23:26 +01:00
Birte Kristina Friesel
150c5a137f
wagon order: show first / second class if known 2024-03-20 17:59:13 +01:00
Birte Kristina Friesel
bb9b31f53b
update cpanfile.snapshot 2024-03-20 17:50:50 +01:00
Birte Kristina Friesel
d524463551
use DBF for wagon order details (it's currently more detailed) 2024-03-20 17:44:26 +01:00
Birte Kristina Friesel
9e073a0fe8
Traveling: work around empty evas list in HAFAS result 2024-03-05 21:35:08 +01:00
Birte Kristina Friesel
c04e58a8e4
cpanfile.snapshot: update travelynx release 2024-02-25 11:47:14 +01:00
Birte Kristina Friesel
ab14df0b16
Berlin Hbf is cursed. 2024-02-25 06:50:03 +01:00
Birte Kristina Friesel
dafeb838dc
Use journeyMatch rather than legacy trainsearch.exe API to find tripIDs 2024-02-24 20:11:11 +01:00
Birte Kristina Friesel
85c22b5595
update HAFAS and IRIS versions 2024-02-23 18:19:11 +01:00
Birte Kristina Friesel
1e392782a8
update cpanfile.snapshot 2024-02-18 07:40:31 +01:00
Birte Kristina Friesel
4393751bcb
Journeys: adjust sanity_check for local transit stuff 2024-02-13 21:51:08 +01:00
Birte Kristina Friesel
39ebc84e5f
add dumpstops command 2024-02-09 19:09:16 +01:00
Birte Kristina Friesel
fe0a873899
release assets 2024-02-01 21:11:58 +01:00
Birte Kristina Friesel
a64c1ef77b
rebuild assets 2024-02-01 21:11:21 +01:00
Cassidy Dingenskirchen
414542dfa4 history: fix visual bugs with long station names 2024-02-01 21:08:15 +01:00