Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-06-08 | Store journey backend; do not rely on '|' in ID to distinguish IRIS/HAFAS | Birte Kristina Friesel | -1/+17 | |
This is in preparation for supporting multiple HAFAS backends, and possibly EFA and RIS::Journeys. | ||||
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 | |
this avoid race conditions when a user changes their checkin between the time of request (old trip id) and the time of data update (new trip id). These could lead to funny effects such as buses suddenly having S-Bahn carriage formations. | ||||
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 | |
Still TODO: handle stations that have several EVAs | ||||
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 | |
This avoids manually added past journeys messing with the latest travel target | ||||
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 | |
This is a breaking change insofar as that traewelling support is no longer provided automatically, but must be enabled by providing a traewelling.de application ID and secret in travelynx.conf. However, as traewelling.de password login is deprecated and wil soon be disabled, travelynx would break either way. So we might or might not see travelynx 2.0.0 in the next days. Automatic token refresh is still todo, but that was the case for password login as well. Closes #64 | ||||
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 | |
2023-07-14 | Journeys->get_latest: Fix uninitialized value warning | Birte Kristina Friesel | -12/+16 | |
2023-07-13 | get_pushable_accounts: obtain all values from in_transit_str | Birte Kristina Friesel | -8/+7 | |
2023-07-13 | Checkin: Use correct visibility when pushing to Träwelling | networkException | -1/+3 | |
2023-07-03 | journeys: simplify visibily check | Derf Null | -12/+1 | |
2023-07-03 | update ALL the copyright notices! | Derf Null | -6/+6 | |
2023-07-02 | show hours and minutes until arrival, not just minutes | Derf Null | -15/+17 | |
2023-06-28 | Journey->add_from_in_transit: return ID of added journey | Derf Null | -1/+2 | |
2023-06-27 | journeys: return effective visibility | Derf Null | -24/+31 | |
2023-06-26 | compute effective visibility in database view | Derf Null | -7/+9 | |
2023-06-26 | Move hash_password to Model/Users | Derf Null | -3/+12 | |
2023-06-25 | Users->add: correctly specify default visibility | Derf Null | -3/+4 | |
2023-06-24 | fine-graned visibility selection of history / past checkins | Derf Null | -15/+20 | |
most notably, adds a 'history for followers only' mode | ||||
2023-06-24 | time to flush the name cache | Derf Null | -6/+6 | |
2023-06-23 | User: remove legacy public_level / is_public field | Derf Null | -5/+3 | |
2023-06-04 | expose follows / social interaction in frontend | Derf Null | -8/+98 | |
2023-06-04 | add profile editor | Derf Null | -0/+24 | |
2023-06-03 | Users: support notifications about pending follow requests | Derf Null | -14/+131 | |
2023-06-01 | Users: Add unfollow action | Derf Null | -6/+16 | |