Age | Commit message (Expand) | Author | Lines |
2020-12-05 | train details: show expected utilization (via marudor.de) | Daniel Friesel | -1/+21 |
2020-11-28 | add machine-readable copyright and licensing information | Daniel Friesel | -3/+4 |
2020-11-22 | Fix train detail view for split stations3.4.9 | Daniel Friesel | -0/+1 |
2020-10-25 | fix HTTP 500 on invalid via RE; improve via handling while at it3.4.8 | Daniel Friesel | -2/+18 |
2020-10-25 | return 404 for train not found, 300 for multiple station choice | Daniel Friesel | -2/+4 |
2020-10-25 | switch to departure table when clicking on station name in nav | Daniel Friesel | -0/+2 |
2020-10-15 | fix forward button when navigating back to train details3.4.3 | Daniel Friesel | -2/+8 |
2020-10-12 | do template fallback before performing legacy check3.4.2 | Daniel Friesel | -4/+4 |
2020-10-08 | wip: close train details via back button instead of background click | Daniel Friesel | -0/+1 |
2020-09-27 | show train class based on IRIS data3.3.6 | Daniel Friesel | -20/+20 |
2020-09-23 | prominently show zuginfo.nrw links in train details3.3.4 | Daniel Friesel | -0/+10 |
2020-09-22 | train details: proper error message3.3.2 | Daniel Friesel | -6/+14 |
2020-09-21 | make train details work up to 20 minutes into the past3.3.1 | Daniel Friesel | -0/+10 |
2020-09-21 | add permalink to train details | Daniel Friesel | -2/+94 |
2020-09-20 | train details: fix missing promise when result has no wr_link3.3.0 | Daniel Friesel | -0/+3 |
2020-09-20 | defer route detail rendering until all requests have completed | Daniel Friesel | -4/+22 |
2020-09-20 | show direction of travel if available | Daniel Friesel | -0/+49 |
2020-09-19 | train details: insert linebreaks for overlong headings | Daniel Friesel | -1/+4 |
2020-09-16 | update copyright3.1.7 | Daniel Friesel | -1/+1 |
2020-09-16 | all requests but IRIS are async now | Daniel Friesel | -7/+16 |
2020-09-15 | use non-blocking requests for train details | Daniel Friesel | -89/+109 |
2020-09-08 | always calculate tripid via trainsearch.exe | Daniel Friesel | -3/+3 |
2020-09-06 | add wagonorder helper | Daniel Friesel | -48/+3 |
2020-09-06 | Move HAFAS helpers to a separate helper class | Daniel Friesel | -280/+3 |
2020-07-11 | move train details to a separate helper function | Daniel Friesel | -174/+155 |
2020-06-28 | Partially refactor handle_request | Daniel Friesel | -139/+160 |
2020-04-20 | switch to a proper dark theme using javascript and sass3.1.0 | Daniel Friesel | -1/+0 |
2020-04-16 | Fix occasionally incorrect TripIDs (and thus incorrect polylines)3.0.3 | Daniel Friesel | -21/+30 |
2020-01-30 | Remove session / "save defaults" support due to caching issues3.0.0 | Daniel Friesel | -22/+1 |
2020-01-26 | JSON API: avoid warning on non-integer api version requests | Daniel Friesel | -2/+2 |
2020-01-08 | show station location in map2.5.9 | Daniel Friesel | -0/+1 |
2020-01-07 | handle UserAgent timeouts gracefully | Daniel Friesel | -7/+20 |
2020-01-07 | show planned IC/ICE type in detail view | Daniel Friesel | -1/+2 |
2020-01-06 | show planned IC/ICE subtype if available (experimental!) | Daniel Friesel | -0/+1 |
2020-01-05 | handle undefined train types2.5.4 | Daniel Friesel | -1/+1 |
2020-01-04 | Use correct Trip ID request for arrival-only trains2.5.1 | Daniel Friesel | -5/+8 |
2020-01-04 | cache transport.rest requests | Daniel Friesel | -1/+12 |
2020-01-04 | show train route on map2.5.0 | Daniel Friesel | -0/+44 |
2019-12-26 | fix wagon order for wing trains2.4.1 | Daniel Friesel | -5/+20 |
2019-12-21 | set S-Bahn type for non-DB S-Bahn trains as well | Daniel Friesel | -2/+8 |
2019-12-10 | only link to wagon order if the train has one2.3.16 | Daniel Friesel | -0/+35 |
2019-11-26 | Prune HAFAS messages which are already known from IRIS2.3.15 | Daniel Friesel | -0/+6 |
2019-11-25 | fix uninitialized value warning2.3.14 | Daniel Friesel | -1/+1 |
2019-11-23 | Fix uninitialized value warnings | Daniel Friesel | -3/+8 |
2019-11-10 | single layout: strip non-numeric platform parts for now2.3.12 | Daniel Friesel | -4/+13 |
2019-10-15 | prepare more detailed traininfo view when offline / on slow network | Daniel Friesel | -4/+4 |
2019-10-04 | stationboard: request all traininfo.exe data with rt cache2.3.8 | Daniel Friesel | -1/+1 |
2019-07-14 | get_route_timestamps: handle ambiguous train numbers2.3.5 | Daniel Friesel | -7/+27 |
2019-06-19 | avoid train no mixup when adding missing stops to routes2.3.4 | Daniel Friesel | -8/+8 |
2019-06-10 | add head nav and prominent geolocation link to app template | Daniel Friesel | -18/+17 |