summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorLines
2021-07-04map: decrease stop circle size when stops are close together4.2.1Daniel Friesel-9/+25
2021-07-02only show ambiguous page if the input -really- was ambiguousDaniel Friesel-2/+6
2021-07-02Note that dbf is limited to DB lines when encountering no resultsDaniel Friesel-8/+24
2021-06-19fix route for train details (/z/:train/*station)Daniel Friesel-1/+1
2021-06-05HAFAS: work around yet another case of invalid XMLDaniel Friesel-2/+6
2021-05-31fix trailing ":" after cancellation messages without reason4.1.0Daniel Friesel-2/+8
2021-04-24remove arbitrary HTML tags from HAFAS HIMMessage attribute content4.0.2Daniel Friesel-2/+11
2021-04-09HAFAS->get_polyline_p: Do not leak credentials in error messages4.0.1Daniel Friesel-5/+8
2021-04-06trainsearch: handle unknown train types4.0.0Daniel Friesel-0/+4
IRIS reports unknown train types as "-"; HAFAS wants the train type to be left out in this case
2021-04-06trainsearch_p: use correct hash key in error mesagesDaniel Friesel-3/+3
2021-04-06Remove support for RIS/HAFAS backendDaniel Friesel-242/+88
2021-04-03map: improve position estimation for delayed trains3.12.1Daniel Friesel-10/+32
HAFAS does not provide delays of past stops, so we estimate it ourselves (assuming that the delay at the previous stop is identical to the delay at the next stop)
2021-03-30allow hafas-rest-api endpoint to be configuredDaniel Friesel-2/+5
This allows selfhosted installations to be used
2021-03-29add train search (beta, not linked yet)3.11.1Daniel Friesel-5/+19
2021-03-27occupancy: use {train} sub-dictDaniel Friesel-2/+3
2021-03-27Fix input / station mapping in stationboardDaniel Friesel-0/+4
2021-03-27request EFA occupancy data (works for some VRR trains)Daniel Friesel-2/+76
2021-03-24trainsearch: rename train_no to train_reqDaniel Friesel-3/+3
2021-03-24train lookup: pass train type to hafas trainsearch.exeDaniel Friesel-1/+2
2021-03-21landing page: accept both train numbers and station namesDaniel Friesel-5/+11
2021-03-21add preliminary support for station-independent train detailsDaniel Friesel-4/+126
2021-03-21Remove no longer used JSON API versions 1 and 2Daniel Friesel-87/+8
2021-03-20train_details: do not pass unused data to viewDaniel Friesel-18/+4
2021-03-20HAFAS, Marudor: Handle empty responsesDaniel Friesel-0/+13
2021-03-14map: handle arrival-only and departure-only stops3.10.9Daniel Friesel-7/+10
2021-02-06HAFAS: Remove all illegal linebreaks from attributes, not just the first3.10.7Daniel Friesel-2/+5
2021-02-05HAFAS: Handle <br> tags in HTML attributes3.10.6Daniel Friesel-0/+4
2021-02-04fall back to apps-bahn if ist-wr does not know about a train3.10.5Daniel Friesel-4/+58
2021-02-02Switch to a more performant wagon order backend3.10.4Daniel Friesel-1/+2
2021-01-31wagonorder: show plan data if realtime data request failed3.10.3Daniel Friesel-26/+62
2021-01-21Switch to AGPL v3 for DBF program codeDaniel Friesel-8/+10
2021-01-13remove bundled zugbildungsplan, use daily updates from dbdb instead3.10.1Daniel Friesel-12/+18
2021-01-12update ice type map; use SVG cycle linksDaniel Friesel-5/+18
2021-01-11Wagonorder: refactor dbdb requestsDaniel Friesel-41/+13
2021-01-11train details: show cycle (if available)Daniel Friesel-2/+65
2021-01-10Adjust for train_type changes from DBWagenreihungDaniel Friesel-7/+4
2021-01-09further simplify wagon image naming schemeDaniel Friesel-5/+2
2021-01-09simplify wagon image naming schemaDaniel Friesel-27/+11
2021-01-05Handle invalid HAFAS XML containing "Wagen \d+ & \d+"Daniel Friesel-0/+1
2021-01-04improve "utilization unknown" symbolDaniel Friesel-1/+1
2021-01-04move handle_no_results from helpers to Stationboard controllerDaniel Friesel-108/+102
2021-01-03show "section A"-based wagon order if heuristic is unavailable3.9.4Daniel Friesel-2/+26
2021-01-02show exit direction in wagon order3.9.3Daniel Friesel-0/+17
2020-12-29show wagon type/description in wagon viewDaniel Friesel-0/+1
2020-12-28improve display of double decker wagons3.9.1Daniel Friesel-6/+13
2020-12-26wagon images: Add ICE T; distinguish between ICE 3 BR 403 series 1 / 2Daniel Friesel-4/+14
2020-12-26do not show direction for winged wagons with different normalization needsDaniel Friesel-9/+32
2020-12-26wagon view: fix exit direction displayDaniel Friesel-4/+4
2020-12-26add IC2 wagon imagesDaniel Friesel-0/+6
2020-12-26normalize direction when showing the wagon viewDaniel Friesel-9/+41