Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-09-03 | rebuild css | Daniel Friesel | -2/+2 | |
2022-09-03 | Decrease icon size in HAFAS messages | Daniel Friesel | -1/+7 | |
2022-08-31 | train details: replace HAFAS 'Information'/'Störung' messages with icons | Daniel Friesel | -13/+43 | |
2022-08-21 | train utilization API: marudor.de -> bahn.expert4.10.4 | Daniel Friesel | -2/+2 | |
2022-08-02 | update cpanfile.snapshot4.10.3 | Daniel Friesel | -59/+59 | |
2022-08-02 | release assets | Daniel Friesel | -6/+6 | |
2022-08-02 | update autocomplete list for T-S-DE-IRIS 1.69 | Daniel Friesel | -2/+2 | |
2022-07-26 | release assets | Daniel Friesel | -6/+6 | |
2022-07-26 | update assets | Daniel Friesel | -1/+1 | |
2022-07-26 | shorten 'show_realtime=1' to 'rt=1' | Daniel Friesel | -15/+16 | |
2022-07-17 | release assets4.10.2 | Daniel Friesel | -6/+6 | |
2022-07-17 | rebuild assets | Daniel Friesel | -3/+3 | |
2022-07-17 | do not lose show_realtime setting in detail views4.10.1 | Daniel Friesel | -2/+5 | |
2022-07-17 | past trains: decrease opacity as well | Daniel Friesel | -1/+2 | |
2022-07-17 | decrease contrast of past trains when a certain train is selected | Daniel Friesel | -0/+38 | |
2022-06-29 | update cpanfile.snapshot4.10.0 | Daniel Friesel | -310/+213 | |
2022-06-26 | release assets | Daniel Friesel | -6/+6 | |
2022-06-26 | rebuild assets | Daniel Friesel | -3/+3 | |
2022-06-26 | update autocomplete list for T-S-DE-IRIS 1.66 | Daniel Friesel | -1/+1 | |
2022-06-14 | correctly initialize ice_type_map hash4.9.5 | Daniel Friesel | -1/+1 | |
This ensures proper operation when the zugbildungsplan is empty, e.g. because the underlying source file has become invalid. Closes #14 | ||||
2022-04-14 | stationboard: directly render json | Daniel Friesel | -32/+25 | |
The render_to_string path is only needed for legacy callback requests. With this change, renderer->compression(0) is no longer required for non-callback json requests to work. | ||||
2022-04-11 | Disable Mojolicious compression4.9.4 | Daniel Friesel | -0/+4 | |
Mojoliciuos 9.23 changes compression from default-off to default-on. However, compression breaks JSON endpoints for some clients. So we explicitly disable it now. Closes #12 | ||||
2022-04-03 | update cpanfile.snapshot | Daniel Friesel | -491/+484 | |
2022-03-30 | HAFAS: more generic fix for invalid XML4.9.3 | Daniel Friesel | -1/+1 | |
2022-03-20 | fix marudor.de auslastung (IRIS uses iso-8859-1 in an "utf-8" document)4.9.2 | Daniel Friesel | -2/+4 | |
2022-02-19 | Dockerfile: Correctly override version at build time | Daniel Friesel | -1/+1 | |
2022-02-13 | urlescape station names before passing them to marudor.de4.9.1 | Daniel Friesel | -0/+4 | |
2022-02-05 | Update cpanfile.snapshot | Daniel Friesel | -125/+130 | |
2022-02-05 | about page: update copyright year4.9.0 | Daniel Friesel | -1/+1 | |
2022-02-05 | about page: add Fahrzeuglexikon reference | Daniel Friesel | -7/+2 | |
2022-01-30 | Use async IRIS (new_p)async-iris | Daniel Friesel | -156/+169 | |
2022-01-30 | json_route_diff: add missing $self argument | Daniel Friesel | -1/+1 | |
2022-01-25 | refactor json_route_diff into Stationboard controller | Daniel Friesel | -77/+73 | |
2022-01-25 | JSON interface: add (not-yet-final) replacement train data | Daniel Friesel | -42/+51 | |
2022-01-09 | bump asset version4.8.2 | Daniel Friesel | -6/+6 | |
2022-01-09 | update autocomplete list | Daniel Friesel | -2/+2 | |
2022-01-09 | realtime delay: use "+X ⇒ HH:MM" instead of "(+X) HH:MM" | Daniel Friesel | -8/+6 | |
2022-01-09 | show delays of planned departures without brackets | Daniel Friesel | -2/+2 | |
this should reduce visual clutter | ||||
2021-12-12 | Update cpanfile.snapshot | Daniel Friesel | -132/+234 | |
2021-12-12 | Allow IRIS base URL to be overridden via DBFAKEDISPLAY_IRIS_BASE variable4.8.1 | Daniel Friesel | -0/+1 | |
2021-12-12 | Use EVA ID for IRIS requests | Daniel Friesel | -1/+1 | |
They change less frequently than DS100 codes Closes #11 | ||||
2021-12-04 | cpanfile: Remove hardcoded IRIS version number | Daniel Friesel | -1/+1 | |
2021-11-30 | perltidy | Daniel Friesel | -14/+14 | |
2021-11-30 | disable cycle display (lacking Open Data) | Daniel Friesel | -1/+2 | |
2021-11-28 | remove 'more details' link from train detail view | Daniel Friesel | -5/+0 | |
There aren't many details to show anymore, thanks to the lack of Deutsche Bahn Sollwagenreihung Updates | ||||
2021-11-28 | marudor: do not request auslastung if there's not next_station | Daniel Friesel | -0/+5 | |
2021-10-30 | update cpanfile.snapshot4.8.0 | Daniel Friesel | -646/+551 | |
2021-10-30 | HAFAS: Hide unhelpful messages | Daniel Friesel | -0/+10 | |
2021-10-28 | remove geotrain feature (i.e., search trains, not stations, in the vicinity) | Daniel Friesel | -20/+0 | |
it was a nice little experiment, but ultimately not fit for permanent use. | ||||
2021-10-23 | Switch from Geo::Distance to GIS::Distance | Daniel Friesel | -35/+30 | |