summaryrefslogtreecommitdiff
path: root/lib/DBInfoscreen/Controller/Stationboard.pm
AgeCommit message (Collapse)AuthorLines
2020-11-22Fix train detail view for split stations3.4.9Daniel Friesel-0/+1
Was broken when the train's station did not match the requested one
2020-10-25fix HTTP 500 on invalid via RE; improve via handling while at it3.4.8Daniel Friesel-2/+18
2020-10-25return 404 for train not found, 300 for multiple station choiceDaniel Friesel-2/+4
2020-10-25switch to departure table when clicking on station name in navDaniel Friesel-0/+2
2020-10-15fix forward button when navigating back to train details3.4.3Daniel Friesel-2/+8
2020-10-12do template fallback before performing legacy check3.4.2Daniel Friesel-4/+4
2020-10-08wip: close train details via back button instead of background clickDaniel Friesel-0/+1
2020-09-27show train class based on IRIS data3.3.6Daniel Friesel-20/+20
2020-09-23prominently show zuginfo.nrw links in train details3.3.4Daniel Friesel-0/+10
2020-09-22train details: proper error message3.3.2Daniel Friesel-6/+14
2020-09-21make train details work up to 20 minutes into the past3.3.1Daniel Friesel-0/+10
2020-09-21add permalink to train detailsDaniel Friesel-2/+94
2020-09-20train details: fix missing promise when result has no wr_link3.3.0Daniel Friesel-0/+3
2020-09-20defer route detail rendering until all requests have completedDaniel Friesel-4/+22
2020-09-20show direction of travel if availableDaniel Friesel-0/+49
2020-09-19train details: insert linebreaks for overlong headingsDaniel Friesel-1/+4
2020-09-16update copyright3.1.7Daniel Friesel-1/+1
2020-09-16all requests but IRIS are async nowDaniel Friesel-7/+16
2020-09-15use non-blocking requests for train detailsDaniel Friesel-89/+109
2020-09-08always calculate tripid via trainsearch.exeDaniel Friesel-3/+3
2020-09-06add wagonorder helperDaniel Friesel-48/+3
2020-09-06Move HAFAS helpers to a separate helper classDaniel Friesel-280/+3
2020-07-11move train details to a separate helper functionDaniel Friesel-174/+155
2020-06-28Partially refactor handle_requestDaniel Friesel-139/+160
2020-04-20switch to a proper dark theme using javascript and sass3.1.0Daniel Friesel-1/+0
The dark=1 option is still supported, but no longer visible in the UI.
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-01-30Remove session / "save defaults" support due to caching issues3.0.0Daniel Friesel-22/+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-26JSON API: avoid warning on non-integer api version requestsDaniel Friesel-2/+2
2020-01-08show station location in map2.5.9Daniel Friesel-0/+1
2020-01-07handle UserAgent timeouts gracefullyDaniel Friesel-7/+20
2020-01-07show planned IC/ICE type in detail viewDaniel Friesel-1/+2
2020-01-06show planned IC/ICE subtype if available (experimental!)Daniel Friesel-0/+1
2020-01-05handle undefined train types2.5.4Daniel Friesel-1/+1
2020-01-04Use correct Trip ID request for arrival-only trains2.5.1Daniel Friesel-5/+8
2020-01-04cache transport.rest requestsDaniel Friesel-1/+12
2020-01-04show train route on map2.5.0Daniel Friesel-0/+44
2019-12-26fix wagon order for wing trains2.4.1Daniel Friesel-5/+20
2019-12-21set S-Bahn type for non-DB S-Bahn trains as wellDaniel Friesel-2/+8
2019-12-10only link to wagon order if the train has one2.3.16Daniel Friesel-0/+35
2019-11-26Prune HAFAS messages which are already known from IRIS2.3.15Daniel Friesel-0/+6
2019-11-25fix uninitialized value warning2.3.14Daniel Friesel-1/+1
2019-11-23Fix uninitialized value warningsDaniel Friesel-3/+8
2019-11-10single layout: strip non-numeric platform parts for now2.3.12Daniel Friesel-4/+13
2019-10-15prepare more detailed traininfo view when offline / on slow networkDaniel Friesel-4/+4
2019-10-04stationboard: request all traininfo.exe data with rt cache2.3.8Daniel Friesel-1/+1
This fixes outdated (missing) data for additional stops
2019-07-14get_route_timestamps: handle ambiguous train numbers2.3.5Daniel Friesel-7/+27
2019-06-19avoid train no mixup when adding missing stops to routes2.3.4Daniel Friesel-8/+8
2019-06-10add head nav and prominent geolocation link to app templateDaniel Friesel-18/+17
2019-06-09Correctly color ECE and TGV trains in detail view2.3.3Daniel Friesel-0/+2
2019-06-09detail view: Show stops left out by IRIS due to train number changes2.3.2Daniel Friesel-7/+67