Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2020-04-16 | Fix occasionally incorrect TripIDs (and thus incorrect polylines)3.0.3 | Daniel 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-09 | Include requested station in train route3.0.2 | Daniel Friesel | -78/+76 | |
2020-02-07 | Typo3.0.1 | Daniel Friesel | -1/+1 | |
2020-02-04 | disclaimer | Daniel Friesel | -2/+4 | |
2020-01-30 | Remove session / "save defaults" support due to caching issues3.0.0 | Daniel 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-27 | handle undefined wagon direction2.5.14 | Daniel Friesel | -1/+1 | |
2020-01-27 | Wagenreihung: Correctly format powercar numbers2.5.13 | Daniel Friesel | -1/+1 | |
2020-01-26 | README: Slightly more detailed installation notes | Daniel Friesel | -8/+40 | |
2020-01-26 | JSON API: avoid warning on non-integer api version requests | Daniel Friesel | -2/+2 | |
2020-01-22 | map: show operator name | Daniel Friesel | -0/+7 | |
2020-01-22 | fetch wagon order asynchronously2.5.12 | Daniel Friesel | -21/+95 | |
2020-01-10 | asset release2.5.11 | Daniel Friesel | -6/+6 | |
2020-01-10 | Remove exposed HAFAS/RIS backend support | Daniel Friesel | -24/+3 | |
2020-01-10 | make "hide low delay" text less ambiguous | Daniel Friesel | -1/+1 | |
2020-01-10 | App Nav: Hide overflow in station name and via text | Daniel Friesel | -0/+3 | |
2020-01-09 | map: invert from/to colour2.5.10 | Daniel Friesel | -2/+2 | |
2020-01-08 | show station location in map2.5.9 | Daniel Friesel | -2/+52 | |
2020-01-07 | Add imprint and privacy policy samples | Daniel Friesel | -1/+43 | |
Closes #6 | ||||
2020-01-07 | handle UserAgent timeouts gracefully | Daniel Friesel | -7/+20 | |
2020-01-07 | show planned IC/ICE type in detail view | Daniel Friesel | -7/+13 | |
2020-01-06 | show trainsubtype as sup, not sub | Daniel Friesel | -7/+10 | |
2020-01-06 | herp derp | Daniel Friesel | -6/+6 | |
2020-01-06 | show planned IC/ICE subtype if available (experimental!) | Daniel Friesel | -0/+29 | |
2020-01-05 | oops2.5.8 | Daniel Friesel | -1/+1 | |
2020-01-05 | map: show current / next stop name, arrival/departure time and platform2.5.7 | Daniel Friesel | -18/+92 | |
2020-01-05 | Add Geo::Distance dependency | Daniel Friesel | -0/+3 | |
2020-01-05 | Map: Show estimated train position2.5.6 | Daniel Friesel | -15/+176 | |
2020-01-05 | Use RT cache for polylines, as they contain realtime data2.5.5 | Daniel Friesel | -1/+1 | |
2020-01-05 | handle undefined train types2.5.4 | Daniel Friesel | -1/+1 | |
2020-01-05 | Do not parse uninitialized values | Daniel Friesel | -5/+7 | |
2020-01-05 | map: show arr/dep times2.5.3 | Daniel Friesel | -14/+64 | |
2020-01-05 | map: simplify error handling | Daniel Friesel | -11/+3 | |
2020-01-05 | Fetch map asynchronously | Daniel Friesel | -74/+104 | |
2020-01-04 | attribution2.5.2 | Daniel Friesel | -4/+9 | |
2020-01-04 | Use correct Trip ID request for arrival-only trains2.5.1 | Daniel Friesel | -7/+10 | |
2020-01-04 | cache transport.rest requests | Daniel Friesel | -3/+25 | |
2020-01-04 | show train route on map2.5.0 | Daniel Friesel | -0/+847 | |
2019-12-30 | landingpage: update intro | Daniel Friesel | -2/+4 | |
2019-12-27 | Update autocomplete list (again)2.4.2 | Daniel Friesel | -8/+8 | |
2019-12-26 | fix wagon order for wing trains2.4.1 | Daniel Friesel | -5/+20 | |
2019-12-25 | update autocomplete list for 20202.4.0 | Daniel Friesel | -8/+10 | |
2019-12-23 | wagon order: support wings with same destination, but different route2.3.18 | Daniel Friesel | -1/+1 | |
2019-12-23 | wagon order: distinguish between requested train and wings, show dest sections | Daniel Friesel | -7/+31 | |
2019-12-23 | wagenreihung: show powertype (electric / Diesel, high-speed, ...) | Daniel Friesel | -0/+20 | |
2019-12-21 | more compact and less ugly wagon order display2.3.17 | Daniel Friesel | -51/+76 | |
2019-12-21 | use CSS classes for wagonorder template (1/2) | Daniel Friesel | -14/+76 | |
2019-12-21 | wagonorder: increase size | Daniel Friesel | -1/+1 | |
2019-12-21 | wagon order: show UIC wagon ID | Daniel Friesel | -28/+38 | |
2019-12-21 | set S-Bahn type for non-DB S-Bahn trains as well | Daniel Friesel | -2/+14 | |
2019-12-10 | only link to wagon order if the train has one2.3.16 | Daniel Friesel | -12/+39 | |