summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2020-04-16Fix occasionally incorrect TripIDs (and thus incorrect polylines)3.0.3Daniel Friesel-21/+30
Until now, tripIDs were cached based on station and departure timestamp. These are identical for any two trains departing at the same time at the same station, leading to one of those getting being assigned a wrong tripID. From now on, only the JSON reported by transport.rest is cached -- tripIDs are always recomputed based on it.
2020-02-09Include requested station in train route3.0.2Daniel Friesel-78/+76
2020-02-07Typo3.0.1Daniel Friesel-1/+1
2020-02-04disclaimerDaniel Friesel-2/+4
2020-01-30Remove session / "save defaults" support due to caching issues3.0.0Daniel Friesel-39/+1
nginx cache keys depend on session data, so misbehaving clients (ignoring the refresh dely and continuously requesting a new departure board) with renewed session data could not be cached, impacting DBF performance
2020-01-27handle undefined wagon direction2.5.14Daniel Friesel-1/+1
2020-01-27Wagenreihung: Correctly format powercar numbers2.5.13Daniel Friesel-1/+1
2020-01-26README: Slightly more detailed installation notesDaniel Friesel-8/+40
2020-01-26JSON API: avoid warning on non-integer api version requestsDaniel Friesel-2/+2
2020-01-22map: show operator nameDaniel Friesel-0/+7
2020-01-22fetch wagon order asynchronously2.5.12Daniel Friesel-21/+95
2020-01-10asset release2.5.11Daniel Friesel-6/+6
2020-01-10Remove exposed HAFAS/RIS backend supportDaniel Friesel-24/+3
2020-01-10make "hide low delay" text less ambiguousDaniel Friesel-1/+1
2020-01-10App Nav: Hide overflow in station name and via textDaniel Friesel-0/+3
2020-01-09map: invert from/to colour2.5.10Daniel Friesel-2/+2
2020-01-08show station location in map2.5.9Daniel Friesel-2/+52
2020-01-07Add imprint and privacy policy samplesDaniel Friesel-1/+43
Closes #6
2020-01-07handle UserAgent timeouts gracefullyDaniel Friesel-7/+20
2020-01-07show planned IC/ICE type in detail viewDaniel Friesel-7/+13
2020-01-06show trainsubtype as sup, not subDaniel Friesel-7/+10
2020-01-06herp derpDaniel Friesel-6/+6
2020-01-06show planned IC/ICE subtype if available (experimental!)Daniel Friesel-0/+29
2020-01-05oops2.5.8Daniel Friesel-1/+1
2020-01-05map: show current / next stop name, arrival/departure time and platform2.5.7Daniel Friesel-18/+92
2020-01-05Add Geo::Distance dependencyDaniel Friesel-0/+3
2020-01-05Map: Show estimated train position2.5.6Daniel Friesel-15/+176
2020-01-05Use RT cache for polylines, as they contain realtime data2.5.5Daniel Friesel-1/+1
2020-01-05handle undefined train types2.5.4Daniel Friesel-1/+1
2020-01-05Do not parse uninitialized valuesDaniel Friesel-5/+7
2020-01-05map: show arr/dep times2.5.3Daniel Friesel-14/+64
2020-01-05map: simplify error handlingDaniel Friesel-11/+3
2020-01-05Fetch map asynchronouslyDaniel Friesel-74/+104
2020-01-04attribution2.5.2Daniel Friesel-4/+9
2020-01-04Use correct Trip ID request for arrival-only trains2.5.1Daniel Friesel-7/+10
2020-01-04cache transport.rest requestsDaniel Friesel-3/+25
2020-01-04show train route on map2.5.0Daniel Friesel-0/+847
2019-12-30landingpage: update introDaniel Friesel-2/+4
2019-12-27Update autocomplete list (again)2.4.2Daniel Friesel-8/+8
2019-12-26fix wagon order for wing trains2.4.1Daniel Friesel-5/+20
2019-12-25update autocomplete list for 20202.4.0Daniel Friesel-8/+10
2019-12-23wagon order: support wings with same destination, but different route2.3.18Daniel Friesel-1/+1
2019-12-23wagon order: distinguish between requested train and wings, show dest sectionsDaniel Friesel-7/+31
2019-12-23wagenreihung: show powertype (electric / Diesel, high-speed, ...)Daniel Friesel-0/+20
2019-12-21more compact and less ugly wagon order display2.3.17Daniel Friesel-51/+76
2019-12-21use CSS classes for wagonorder template (1/2)Daniel Friesel-14/+76
2019-12-21wagonorder: increase sizeDaniel Friesel-1/+1
2019-12-21wagon order: show UIC wagon IDDaniel Friesel-28/+38
2019-12-21set S-Bahn type for non-DB S-Bahn trains as wellDaniel Friesel-2/+14
2019-12-10only link to wagon order if the train has one2.3.16Daniel Friesel-12/+39