Age | Commit message (Expand) | Author | Lines |
2023-01-22 | users: rename "add_user" to "add" and "get_data" to "get" | Daniel Friesel | -2/+2 |
2023-01-22 | move token type to ID map from Travelynx.pm to Model/Users | Daniel Friesel | -0/+12 |
2023-01-22 | move get_api_token to users model | Daniel Friesel | -0/+18 |
2023-01-18 | latest checkout stations: order by journey id rather than timestamp1.29.14 | Daniel Friesel | -1/+1 |
2023-01-18 | landing page: show past stops if geolocation is unavailable | Daniel Friesel | -0/+38 |
2023-01-17 | do not overwrite route timestamps when updating route data | Daniel Friesel | -2/+48 |
2023-01-15 | Journeys: perltidy | Daniel Friesel | -1/+5 |
2023-01-15 | change route/stop layout to [name, eva, {data}] | Daniel Friesel | -5/+6 |
2023-01-02 | review: skip journeys with negative duration1.29.3 | Daniel Friesel | -2/+2 |
2022-12-29 | review: link to list of all single-trip checkins1.29.1 | Daniel Friesel | -0/+16 |
2022-12-27 | review: fix percentage locale | Daniel Friesel | -8/+2 |
2022-12-27 | derp #2 | Daniel Friesel | -1/+1 |
2022-12-27 | derp | Daniel Friesel | -3/+3 |
2022-12-27 | top trips: handle return trips | Daniel Friesel | -2/+14 |
2022-12-27 | review: add top and bottom trips | Daniel Friesel | -0/+45 |
2022-12-27 | review: hide blocks without data | Daniel Friesel | -77/+97 |
2022-12-27 | year in review: further delay stats | Daniel Friesel | -23/+139 |
2022-12-27 | compute_review: handle duplicate iris messages; german locale for numbers | Daniel Friesel | -1/+10 |
2022-12-27 | it's a secret to everybody. | Daniel Friesel | -1/+212 |
2022-12-12 | Journeys: Handle "Betriebsstelle nicht bekannt" | Daniel Friesel | -0/+5 |
2022-12-08 | move grep_unknown_stations to Stations model | Daniel Friesel | -15/+22 |
2022-12-07 | get name/ds100 from db and lat/lon from dict1.28.1 | Daniel Friesel | -25/+14 |
2022-12-07 | switch to internal station database; add out-of-service stations for old jour...1.28.0 | Daniel Friesel | -76/+128 |
2022-11-24 | get_travel_distance: warn about removed stations (TODO: re-add them) | Daniel Friesel | -0/+10 |
2022-09-24 | optionally show local transit connections as well | Daniel Friesel | -2/+25 |
2022-08-19 | sb_templates: name/key can be changed as well | Daniel Friesel | -4/+4 |
2022-08-19 | use bahn.expert as new domain for marudor.de | marudor | -2/+2 |
2022-07-29 | mov get_connection_targets helper to Journeys Model | Daniel Friesel | -0/+67 |
2022-07-26 | Users: update DBF from 'show_realtime=1' to 'rt=1' | Daniel Friesel | -1/+1 |
2022-07-16 | .1.23.3 | Daniel Friesel | -2/+2 |
2022-07-16 | services: add marudor.de/regional | Daniel Friesel | -4/+5 |
2022-07-15 | dbf: link to currently checked in train1.23.2 | Daniel Friesel | -1/+1 |
2022-07-15 | Users: use_external_services: correctly handle := 0 | Daniel Friesel | -1/+1 |
2022-07-11 | optionally link to external departure boards where sensible (WiP) | Daniel Friesel | -6/+37 |
2022-04-02 | history map: add filter by date | Daniel Friesel | -12/+19 |
2022-02-20 | Move webhook database queries to Users model | Daniel Friesel | -0/+66 |
2022-02-20 | work: move DB manipulation to InTransit helper | Daniel Friesel | -2/+107 |
2022-02-16 | Traewelling::get: Use named args | Daniel Friesel | -3/+5 |
2022-02-14 | Send inactivity notification prior to account deletion | Daniel Friesel | -2/+19 |
2021-10-23 | Switch from Geo::Distance (deprecated) to GIS::Distance | Daniel Friesel | -10/+10 |
2021-09-13 | Add account add / delete CLI for sites with web registration disabled | Daniel Friesel | -2/+8 |
2021-07-01 | Pass scheduled arrival and departure times to Traewelling API1.20.2 | Daniel Friesel | -1/+4 |
2021-06-21 | Journeys->add: Support complete routes, not just intermediate stops1.20.1 | Daniel Friesel | -9/+19 |
2021-06-13 | move user name validation to Users model | Daniel Friesel | -0/+26 |
2021-06-13 | Model/Users: Remove superfluous "check_if_" prefix from check functions | Daniel Friesel | -2/+2 |
2021-06-12 | allow users to change their name | Daniel Friesel | -75/+70 |
2021-01-29 | Switch to AGPL3+ | Daniel Friesel | -5/+5 |
2020-12-03 | use stats-enabled list view for year list as well1.18.12 | Daniel Friesel | -2/+17 |
2020-12-03 | regularly generate statistics in the background1.18.11 | Daniel Friesel | -13/+92 |
2020-11-28 | move statistics cache to a separate model class | Daniel Friesel | -36/+269 |