Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-08-06 | use proper text contrast for input labels | Birte Kristina Friesel | -3/+5 | |
Materialize has _weird_ defaults Closes #79 | ||||
2023-08-06 | update autocomplete for IRIS 1.88 | Birte Kristina Friesel | -6/+19 | |
2023-08-06 | update cpanfile.snapshot | Birte Kristina Friesel | -99/+96 | |
2023-07-23 | convert checkout to promises (checkout_p) | Birte Kristina Friesel | -252/+343 | |
2023-07-23 | departure board: do not allow new checkins prior to arrival of current checkin | Birte Kristina Friesel | -3/+18 | |
This check is already present in the backend; now the frontend knows about it too. | ||||
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-23 | do not use minified js in development mode | Birte Kristina Friesel | -3/+7 | |
2023-07-22 | database: stations: make 'ds100' column optional. | Birte Kristina Friesel | -0/+12 | |
HAFAS stations do not necessarily have ds100 codes | ||||
2023-07-20 | social_list: use blue text to distinguish action icons from info icons1.33.7 | Birte Kristina Friesel | -9/+9 | |
2023-07-19 | Users->delete: delete relations as well1.33.6 | Birte Kristina Friesel | -9/+11 | |
2023-07-18 | fix follow-requests-received link1.33.5 | Birte Kristina Friesel | -3/+3 | |
2023-07-18 | update relations test. oops.1.33.4 | Birte Kristina Friesel | -2/+2 | |
2023-07-18 | followee list: show if accounts are following back1.33.3 | Birte Kristina Friesel | -3/+52 | |
2023-07-17 | _checked_in: adjust margins for timeline link | Birte Kristina Friesel | -1/+1 | |
2023-07-16 | account: add a list of sent follow requests | Birte Kristina Friesel | -108/+505 | |
2023-07-16 | timeline_link: add missing space behind 'auch'1.33.2 | Birte Kristina Friesel | -2/+2 | |
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 | update changelog1.33.0 | Birte Kristina Friesel | -2/+25 | |
2023-07-16 | release assets | Birte Kristina Friesel | -23/+23 | |
2023-07-16 | rebuild assets | Birte Kristina Friesel | -1/+1 | |
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 | |
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: show 'select target' more prominently | Birte Kristina Friesel | -1/+3 | |