Age | Commit message (Expand) | Author | Lines |
2024-08-23 | Suggest backends based on coverage and latest checkout coordinates | Birte Kristina Friesel | -0/+26 |
2024-08-17 | get_travel_distance: do not overwrite {to,from}_eva with undef | Birte Kristina Friesel | -2/+2 |
2024-08-15 | stats, map: deal with multiple EVA IDs mapping to the same station name | Birte Kristina Friesel | -20/+54 |
2024-08-14 | IRIS checkout: do not overwrite HAFAS route with IRIS route | Birte Kristina Friesel | -8/+0 |
2024-08-14 | get_travel_distance: always return beeline distance2.8.18 | Birte Kristina Friesel | -9/+6 |
2024-08-09 | get_connection_targets: always return a list2.8.13 | Birte Kristina Friesel | -2/+5 |
2024-08-07 | dumpstops: provide backend name and type rather than just opaque IDs2.8.10 | Birte Kristina Friesel | -1/+1 |
2024-08-04 | journey->add: pass backend_id on to station search for route2.8.9 | Birte Kristina Friesel | -2/+3 |
2024-08-04 | manual journey entry: hardcode DB (HAFAS) for station selection2.8.8 | Birte Kristina Friesel | -2/+4 |
2024-07-26 | Multi-backend support | Birte Kristina Friesel | -73/+236 |
2024-07-21 | Stations: Remove get_latlon_by_name (no longer needed)2.7.9 | Birte Kristina Friesel | -14/+0 |
2024-07-21 | Add lat/lon to pre-2.7.8 journeys; add eva where missing | Birte Kristina Friesel | -9/+8 |
2024-07-21 | Journey->add: store lat/lon for route at entry time, if available | Birte Kristina Friesel | -4/+33 |
2024-07-08 | store lat/lon along with route2.7.8 | Birte Kristina Friesel | -2/+6 |
2024-06-15 | InTransit: allow setting data in add call | Birte Kristina Friesel | -2/+9 |
2024-06-15 | remove service / sb_template selection; hardcode DBF with variable hafas flag | Birte Kristina Friesel | -36/+3 |
2024-06-15 | recent journeys: use hafas=DB as well | Birte Kristina Friesel | -1/+1 |
2024-06-15 | Use hafas=DB rather than hafas=12.6.22 | Birte Kristina Friesel | -1/+4 |
2024-06-08 | Store journey backend; do not rely on '|' in ID to distinguish IRIS/HAFAS | Birte Kristina Friesel | -1/+17 |
2024-06-06 | ... derp2.6.18 | Birte Kristina Friesel | -4/+1 |
2024-06-06 | traewelling pull sync requires user_name to be set2.6.17 | Birte Kristina Friesel | -1/+4 |
2024-05-24 | check train/trip id when updating associated data | Birte Kristina Friesel | -17/+31 |
2024-05-22 | route_after: handle passing the same stop more than once2.6.10 | Birte Kristina Friesel | -2/+9 |
2024-05-09 | InTransit: postprocess: simplify DateTime handling a bit | Birte Kristina Friesel | -21/+25 |
2024-04-21 | refactor polyline insertion into InTransit Model | Birte Kristina Friesel | -0/+55 |
2024-04-16 | Store HAFAS checkins with type/train/line number at checkin station2.6.7 | Birte Kristina Friesel | -3/+5 |
2024-04-03 | store tz_offset in route data if present | Birte Kristina Friesel | -1/+7 |
2024-02-13 | Journeys: adjust sanity_check for local transit stuff2.5.17 | Birte Kristina Friesel | -7/+7 |
2024-02-09 | add dumpstops command2.5.16 | Birte Kristina Friesel | -0/+6 |
2023-12-27 | Switch to Travel::Status::DE::HAFAS 5.x | Birte Kristina Friesel | -28/+29 |
2023-10-01 | suggested connections: avoid fetching IRIS trains via HAFAS | Birte Kristina Friesel | -3/+6 |
2023-10-01 | store related stations; respect them when looking up connections | Birte Kristina Friesel | -14/+48 |
2023-09-24 | intransit: support HAFAS trains that do not have a type | Birte Kristina Friesel | -1/+1 |
2023-09-24 | add support for HAFAS connection suggestions; drop manual destination list | Birte Kristina Friesel | -27/+3 |
2023-09-09 | indicate whether current journey has realtime data | Birte Kristina Friesel | -3/+9 |
2023-09-07 | Fix intermediate stop display for journeys without real-time data, e.g. H-Bahn | Birte Kristina Friesel | -4/+8 |
2023-08-26 | obtain autocompletion from database2.1.1 | Birte Kristina Friesel | -0/+13 |
2023-08-22 | select latest journey based on timestamp, not ID2.0.2 | Birte Kristina Friesel | -1/+1 |
2023-08-16 | recent targets: distinguish hafas/iris | Birte Kristina Friesel | -3/+4 |
2023-08-13 | WIP: HAFAS support | Birte Kristina Friesel | -21/+198 |
2023-08-09 | Store traewelling refresh token in database1.34.3 | Birte Kristina Friesel | -12/+13 |
2023-08-07 | Traewelling: replace legacy password login with OAuth2 | Birte Kristina Friesel | -4/+3 |
2023-07-19 | Users->delete: delete relations as well1.33.6 | Birte Kristina Friesel | -9/+11 |
2023-07-18 | followee list: show if accounts are following back1.33.3 | Birte Kristina Friesel | -2/+20 |
2023-07-16 | account: add a list of sent follow requests | Birte Kristina Friesel | -9/+11 |
2023-07-16 | show followee checkins in departure board | Birte Kristina Friesel | -1/+1 |
2023-07-15 | postprocess timeline; move user-related parts to get_user_status | Birte Kristina Friesel | -152/+131 |
2023-07-15 | timeline: minimum visibility is followers-only, not unlisted | Birte Kristina Friesel | -1/+1 |
2023-07-15 | Move InTransit post-processing to InTransit module | Birte Kristina Friesel | -0/+168 |
2023-07-15 | add view for followees in transit | Birte Kristina Friesel | -0/+32 |