Age | Commit message (Expand) | Author | Lines |
2023-07-16 | auto-refresh timeline | Birte Kristina Friesel | -0/+12 |
2023-07-16 | status card: do not show detail/map links in timeline view | Birte Kristina Friesel | -11/+13 |
2023-07-16 | show followee checkins in departure board | Birte Kristina Friesel | -1/+16 |
2023-07-16 | cleanup; perltidy | Birte Kristina Friesel | -20/+14 |
2023-07-16 | checked-in view: move timeline link a bit to the bottom | Birte Kristina Friesel | -6/+6 |
2023-07-16 | timeline: show message if no accounts are en route | Birte Kristina Friesel | -0/+7 |
2023-07-15 | remove debug output | Birte Kristina Friesel | -3/+0 |
2023-07-15 | add timeline / current checkins | Birte Kristina Friesel | -2/+77 |
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 | Merge branch 'networkException-träwelling-visibility' | Birte Kristina Friesel | -9/+42 |
2023-07-13 | traewelling: update visibility documentation | Birte Kristina Friesel | -3/+4 |
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-12 | Git: Add mailmap to have commit authors show up properly | networkException | -0/+1 |
2023-07-10 | release assets | Birte Kristina Friesel | -23/+23 |
2023-07-10 | update autocompletion for IRIS 1.87 | Birte Kristina Friesel | -7/+30 |
2023-07-10 | update cpanfile.snapshot | Birte Kristina Friesel | -81/+80 |
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 |
2023-07-09 | use promises for checkin and traewelling_to_travelynx | Birte Kristina Friesel | -222/+295 |
2023-07-09 | checkin: show 'select target' more prominently | Birte Kristina Friesel | -1/+3 |
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-07 | move footer to layout1.32.10 | Birte Kristina Friesel | -27/+11 |
2023-07-07 | public status: use hh:mm format for countdowns | Birte Kristina Friesel | -7/+3 |
2023-07-07 | _checked_in: also use hh:mm format for boarding and departure countdown | Birte Kristina Friesel | -10/+4 |
2023-07-03 | journeys: simplify visibily check | Derf Null | -27/+1 |
2023-07-03 | update ALL the copyright notices! | Derf Null | -56/+56 |
2023-07-02 | release assets1.32.9 | Derf Null | -23/+23 |
2023-07-02 | rebuild assets | Derf Null | -1/+1 |
2023-07-02 | show hours and minutes until arrival, not just minutes | Derf Null | -19/+27 |
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 | -29/+23 |
2023-06-29 | add profile / past journey visibility tests | Derf Null | -0/+558 |
2023-06-29 | profile: treat self as follower | Derf Null | -1/+4 |
2023-06-29 | move journey visibility to separate test | Derf Null | -275/+461 |
2023-06-28 | Journey->add_from_in_transit: return ID of added journey | Derf Null | -1/+2 |
2023-06-28 | add journey visibility tests | Derf Null | -13/+305 |
2023-06-28 | visibility test: add a small description of current test | Derf Null | -4/+7 |