Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-07-23 | convert checkout to promises (checkout_p) | Birte Kristina Friesel | -252/+343 | |
2023-07-23 | checkout: remove with_related special case | Birte Kristina Friesel | -41/+25 | |
travelynx now always calls checkout with the database-provided arr_eva, so the edge case in which it provided a station that is not actually on the route of a train can no longer appear. | ||||
2023-07-22 | database: stations: make 'ds100' column optional. | Birte Kristina Friesel | -0/+12 | |
HAFAS stations do not necessarily have ds100 codes | ||||
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/+43 | |
2023-07-16 | account: add a list of sent follow requests | Birte Kristina Friesel | -26/+64 | |
2023-07-16 | action#checkin: re-add auto checkout1.33.1 | Birte Kristina Friesel | -0/+8 | |
was removed from $self->checkin in 1074f248cc415a397f16d0328a8f45fa6a867513 | ||||
2023-07-16 | show followee checkins in departure board | Birte Kristina Friesel | -1/+13 | |
2023-07-16 | cleanup; perltidy | Birte Kristina Friesel | -20/+14 | |
2023-07-15 | remove debug output | Birte Kristina Friesel | -3/+0 | |
2023-07-15 | add timeline / current checkins | Birte Kristina Friesel | -1/+38 | |
2023-07-15 | get_user_status: fix stop_before_dest calculation | Birte Kristina Friesel | -4/+12 | |
2023-07-15 | postprocess timeline; move user-related parts to get_user_status | Birte Kristina Friesel | -152/+167 | |
2023-07-15 | database: change maximum comment length | Birte Kristina Friesel | -8/+8 | |
2023-07-15 | timeline: minimum visibility is followers-only, not unlisted | Birte Kristina Friesel | -1/+1 | |
2023-07-15 | increase maximum comment length | Birte Kristina Friesel | -72/+72 | |
2023-07-15 | Move InTransit post-processing to InTransit module | Birte Kristina Friesel | -186/+170 | |
2023-07-15 | add view for followees in transit | Birte Kristina Friesel | -0/+76 | |
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 | perltidy | Birte Kristina Friesel | -7/+21 | |
2023-07-13 | Checkin: Use correct visibility when pushing to Träwelling | networkException | -1/+19 | |
2023-07-09 | Api: use get_departures_p | Birte Kristina Friesel | -33/+32 | |
2023-07-09 | station board: fix HTTP status and IRIS error handling | Birte Kristina Friesel | -4/+9 | |
2023-07-09 | IRIS->get_departures_p: return string in first rejection argument | Birte Kristina Friesel | -2/+5 | |
This is consistent with other promises within travelynx | ||||
2023-07-09 | use promises for checkin and traewelling_to_travelynx | Birte Kristina Friesel | -222/+295 | |
2023-07-09 | checkin: reduce nesting | Birte Kristina Friesel | -44/+40 | |
2023-07-09 | HAFAS station board: fix station name display | Birte Kristina Friesel | -3/+4 | |
2023-07-03 | journeys: simplify visibily check | Derf Null | -27/+1 | |
2023-07-03 | update ALL the copyright notices! | Derf Null | -29/+29 | |
2023-07-02 | show hours and minutes until arrival, not just minutes | Derf Null | -15/+17 | |
2023-06-30 | Profile: remove unused compute_effective_visibility function1.32.8 | Derf Null | -8/+0 | |
2023-06-30 | Profile: refactor visibility checks | Derf Null | -96/+35 | |
2023-06-29 | perltidy | Derf Null | -1/+1 | |
2023-06-29 | profile: use effective visibility from journey object | Derf Null | -24/+20 | |
2023-06-29 | profile: treat self as follower | Derf Null | -1/+4 | |
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 | -15/+92 | |
2023-06-26 | use small stations database for some tests | Derf Null | -0/+8 | |
2023-06-26 | Move hash_password to Model/Users | Derf Null | -44/+31 | |
2023-06-25 | Login: return HTTP 400 on invalid password or unconfirmed account | Derf Null | -2/+10 | |
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 | -33/+88 | |
most notably, adds a 'history for followers only' mode | ||||
2023-06-24 | time to flush the name cache | Derf Null | -29/+29 | |
2023-06-23 | status card / profile: fix users being unable to see own travelynx-only status1.32.7 | Derf Null | -3/+7 | |
2023-06-23 | User: remove legacy public_level / is_public field | Derf Null | -8/+6 | |
2023-06-18 | run webhook when updating checkin comment or visibility | Derf Null | -1/+4 | |
2023-06-12 | Add app version to default stashed values.1.32.4 | Molly Miller | -19/+3 | |
This means that the version no longer needs to be passed to every version manually, and is automatically populated in templates where the parameter is not explicitly provided. | ||||
2023-06-09 | login form: add hint about pages being only visibile after login | Derf Null | -1/+5 | |