Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2020-06-28 | Partially refactor handle_request | Daniel Friesel | -141/+163 | |
2020-06-28 | add experimental (and unreferenced) train intersection calculation | Daniel Friesel | -36/+419 | |
2020-06-12 | use debug log for debug output | Daniel Friesel | -0/+6 | |
2020-05-24 | Map: Fix position calculation between first and second station3.2.1 | Daniel Friesel | -1/+1 | |
derp! | ||||
2020-05-24 | animate train position in map3.2.0 | Daniel Friesel | -204/+480 | |
2020-05-23 | map: move train position calculation to a helper function | Daniel Friesel | -92/+91 | |
2020-05-07 | cpanfile: Use Travel::Status::DE::HAFAS 2.x | Daniel Friesel | -1/+1 | |
2020-05-03 | Decrease image size | Daniel Friesel | -16/+35 | |
* use intermediate image for file setup * Set version via build-arg instead of from .git | ||||
2020-05-03 | Dockerfile: Do not copy .git; set static version instead | Daniel Friesel | -1/+12 | |
2020-04-26 | cpanfile: Note that we need DBwagenreihung ≥ 0.033.1.2 | Daniel Friesel | -1/+1 | |
2020-04-26 | about: show DBWagenreihung version | Daniel Friesel | -1/+2 | |
2020-04-26 | Developer Notes: layout, add docker hint | Daniel Friesel | -17/+17 | |
2020-04-26 | README: Add Docker section3.1.1 | Daniel Friesel | -2/+26 | |
2020-04-25 | Update Dockerfile: Use Perl 5.30 on Debian buster | Daniel Friesel | -17/+11 | |
2020-04-25 | Document LWP::UserAgent and LWP::Protocol::https dependency | Daniel Friesel | -0/+2 | |
2020-04-21 | a11y: Add aria labels to train list elements | Daniel Friesel | -37/+38 | |
2020-04-20 | switch to a proper dark theme using javascript and sass3.1.0 | Daniel Friesel | -168/+210 | |
The dark=1 option is still supported, but no longer visible in the UI. | ||||
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 | |