Age | Commit message (Expand) | Author | Lines |
2020-11-27 | Add a bunch of licensing data | Daniel Friesel | -3/+2262 |
2020-11-21 | month overview: distinguish between no stats and no journeys1.18.10 | Daniel Friesel | -4/+6 |
2020-11-21 | testing a more organized history navigation1.18.9 | Daniel Friesel | -83/+187 |
2020-11-21 | import materialize sass sources instead of relying on npm | Daniel Friesel | -7267/+6193 |
2020-11-21 | Fix navbar titles | Daniel Friesel | -3/+3 |
2020-11-21 | remove superfluous "()" in function call | Daniel Friesel | -2/+2 |
2020-11-09 | another log level adjustment | Daniel Friesel | -1/+7 |
2020-11-08 | add_route_timestamps: adjust log severity1.18.8 | Daniel Friesel | -1/+6 |
2020-11-06 | HAFAS: Distinguish between disguised HTTP 404 and invalid XML | Daniel Friesel | -3/+13 |
2020-10-25 | Merge HAFAS XML fix from DBF1.18.7 | Daniel Friesel | -1/+6 |
2020-10-22 | Add IRIS rename Schönefeld -> BER Terminal 51.18.6 | Daniel Friesel | -0/+1 |
2020-10-19 | work: Fix travelynx->Traewelling sync when several users are checked in1.18.5 | Daniel Friesel | -2/+2 |
2020-10-17 | Fix Model::Journey usage in add_journey template (add missing uid)1.18.4 | Daniel Friesel | -1/+1 |
2020-10-17 | fix a typo introduced in 8170ce5 | Daniel Friesel | -1/+1 |
2020-10-17 | disable browser-autocompletion on station-inputs1.18.3 | Leah (ctucx) | -6/+6 |
2020-10-17 | add recent IRIS station renames | Daniel Friesel | -0/+6 |
2020-10-17 | Traewelling: use the recently added login token expiry field | Daniel Friesel | -22/+28 |
2020-10-11 | Move remaining journeys queries to journeys model class | Daniel Friesel | -109/+163 |
2020-10-11 | maintenance: delete webhooks and traewelling entries1.18.2 | Daniel Friesel | -0/+2 |
2020-10-11 | move in_transit queries to an InTransit model class | Daniel Friesel | -278/+503 |
2020-10-11 | calculate tripid from trainsearch.exe. | Daniel Friesel | -115/+34 |
2020-10-11 | Switch to transport.rest v5 for polyline requests | Daniel Friesel | -1/+1 |
2020-10-08 | HAFAS: Turn backend warnings into info messages | Daniel Friesel | -5/+5 |
2020-10-08 | make unknown stations warning more helpful | Daniel Friesel | -2/+9 |
2020-10-06 | Stats: Fix handling of negative cumulative arrival/departure delays1.18.1 | Daniel Friesel | -6/+129 |
2020-10-05 | about/Kontakt: Link to finalrewind.org | Daniel Friesel | -1/+1 |
2020-10-04 | also allow regionalExpress, just to be safe1.18.0 | Daniel Friesel | -2/+1 |
2020-10-04 | Traewelling can't seem to decide on date formats | Daniel Friesel | -4/+15 |
2020-10-04 | HAFAS "national" trips are also trains | Daniel Friesel | -3/+5 |
2020-10-04 | Traewelling: Add missing "Accept: application/json" header to API requests | Daniel Friesel | -19/+12 |
2020-10-04 | It's Public Beta Time! | Daniel Friesel | -6/+35 |
2020-10-04 | Traewelling checkin: Handle invalid / revoked bearer tokens | Daniel Friesel | -0/+13 |
2020-10-04 | add toot and tweet settings to traewelling checkin | Daniel Friesel | -8/+24 |
2020-10-04 | /account/traewelling: show warning when login token is expired/expiring | Daniel Friesel | -4/+32 |
2020-10-04 | Traewelling: Warn when bearer token is about to expire | Daniel Friesel | -10/+39 |
2020-10-04 | Traewelling: note that traewelling.de doesn't yet return statusId on checkin | Daniel Friesel | -0/+4 |
2020-10-03 | sync travelynx -> Träwelling: add comment | Daniel Friesel | -0/+5 |
2020-10-01 | ooopsie | Daniel Friesel | -1/+1 |
2020-10-01 | log error when trip_id is missing | Daniel Friesel | -2/+7 |
2020-10-01 | traewelling checkin: the time limitation isn't needed | Daniel Friesel | -7/+4 |
2020-10-01 | allow checking into traewelling | Daniel Friesel | -66/+104 |
2020-09-30 | Template adjustments; hide traewelling from public view for now | Daniel Friesel | -6/+11 |
2020-09-30 | Allow linking a Träwelling account, auto-sync Träwelling→travelynx | Daniel Friesel | -41/+1213 |
2020-09-21 | add opengraph metadata output1.17.5 | Daniel Friesel | -27/+54 |
2020-09-21 | add twitter card to public journey view | Daniel Friesel | -0/+16 |
2020-09-21 | improve promise->reject error messages1.17.4 | Daniel Friesel | -13/+20 |
2020-09-20 | add explicit empty return statements to promise handlers1.17.3 | Daniel Friesel | -0/+7 |
2020-09-20 | get_stationinfo_p: cache negative replies | Daniel Friesel | -0/+2 |
2020-09-13 | Dockerfile: Add missing build dependencies for perl modules | Daniel Friesel | -3/+20 |
2020-09-10 | handle rejected promises; do not accidentally duplicate rejections | Daniel Friesel | -17/+54 |