Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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 | do not use minified js in development mode | Birte Kristina Friesel | -3/+7 | |
2023-07-20 | social_list: use blue text to distinguish action icons from info icons1.33.7 | Birte Kristina Friesel | -9/+9 | |
2023-07-18 | fix follow-requests-received link1.33.5 | Birte Kristina Friesel | -3/+3 | |
2023-07-18 | followee list: show if accounts are following back1.33.3 | Birte Kristina Friesel | -1/+9 | |
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 | -12/+41 | |
2023-07-16 | timeline_link: add missing space behind 'auch'1.33.2 | Birte Kristina Friesel | -2/+2 | |
2023-07-16 | update changelog1.33.0 | Birte Kristina Friesel | -2/+25 | |
2023-07-16 | release assets | Birte Kristina Friesel | -1/+1 | |
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 | -0/+3 | |
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 | add timeline / current checkins | Birte Kristina Friesel | -1/+39 | |
2023-07-13 | traewelling: update visibility documentation | Birte Kristina Friesel | -3/+4 | |
2023-07-10 | release assets | Birte Kristina Friesel | -1/+1 | |
2023-07-09 | checkin: show 'select target' more prominently | Birte Kristina Friesel | -1/+3 | |
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-02 | release assets1.32.9 | Derf Null | -1/+1 | |
2023-07-02 | show hours and minutes until arrival, not just minutes | Derf Null | -2/+1 | |
2023-06-29 | profile: use effective visibility from journey object | Derf Null | -5/+3 | |
2023-06-25 | account: move profile link out of settings | Derf Null | -3/+12 | |
2023-06-24 | fine-graned visibility selection of history / past checkins | Derf Null | -14/+35 | |
most notably, adds a 'history for followers only' mode | ||||
2023-06-24 | turn force checkout into button; move it out of card | Derf Null | -7/+9 | |
2023-06-23 | User: remove legacy public_level / is_public field | Derf Null | -3/+3 | |
2023-06-23 | _public_status_card: remove superfluous public_level check | Derf Null | -1/+1 | |
arr_name is only set if the user may see the journey | ||||
2023-06-18 | traewelling: note that sync is independent of checkin visibility1.32.6 | Derf Null | -1/+5 | |
2023-06-18 | run webhook when updating checkin comment or visibility | Derf Null | -1/+1 | |
2023-06-16 | checked_in: also add link for follower-only checkins1.32.5 | Derf Null | -1/+1 | |
2023-06-09 | login form: add hint about pages being only visibile after login | Derf Null | -0/+9 | |
2023-06-08 | warn when trying to check out at invalid unscheduled station1.32.3 | Derf Null | -17/+38 | |
Closes #72 | ||||
2023-06-04 | social: -v1.32.1 | Derf Null | -2/+4 | |
2023-06-04 | release assets1.32.0 | Derf Null | -1/+1 | |
2023-06-04 | use a separate bad_request page for CSRF errors | Derf Null | -8/+20 | |
2023-06-04 | landingpage: mention sharing and (optional) public history | Derf Null | -1/+2 | |
2023-06-04 | do not accept follows / follow requests by default | Derf Null | -3/+5 | |
2023-06-04 | social_list: follow requests: add accept all / reject all buttons | Derf Null | -13/+15 | |
2023-06-04 | update changelog | Derf Null | -0/+32 | |
2023-06-04 | expose follows / social interaction in frontend | Derf Null | -49/+521 | |
2023-06-04 | add profile editor | Derf Null | -1/+62 | |
2023-05-29 | release assets1.31.6 | Derf Null | -1/+1 | |
2023-05-29 | comment editor, share button: fix comment visibility check | Derf Null | -2/+2 | |
2023-05-29 | update API documentation | Derf Null | -5/+10 | |
2023-05-23 | fix excess column in history statistics | networkException | -1/+1 | |
This patch fixes a typo in the history stats template. Previously, the HTML parser would close the travel time table data cell element but also create a new, empty table data cell in the process. This empty excess cell would create a new column in the table, causing all other rows to be shifted in the layout. Now the open travel time data cell element gets closed properly without creating a new cell, allowing the whole table to right align neatly. | ||||
2023-05-18 | fix pride ICE not being indicated in public status card1.31.4 | Derf Null | -7/+14 | |
2023-05-07 | release assets1.31.1 | Derf Null | -1/+1 | |
2023-05-03 | release assets | Derf Null | -1/+1 | |