summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)AuthorLines
2023-08-08changelog1.34.0Birte Kristina Friesel-0/+31
2023-08-07Traewelling: replace legacy password login with OAuth2Birte Kristina Friesel-56/+40
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-23departure board: do not allow new checkins prior to arrival of current checkinBirte Kristina Friesel-3/+18
This check is already present in the backend; now the frontend knows about it too.
2023-07-23do not use minified js in development modeBirte Kristina Friesel-3/+7
2023-07-20social_list: use blue text to distinguish action icons from info icons1.33.7Birte Kristina Friesel-9/+9
2023-07-18fix follow-requests-received link1.33.5Birte Kristina Friesel-3/+3
2023-07-18followee list: show if accounts are following back1.33.3Birte Kristina Friesel-1/+9
2023-07-17_checked_in: adjust margins for timeline linkBirte Kristina Friesel-1/+1
2023-07-16account: add a list of sent follow requestsBirte Kristina Friesel-12/+41
2023-07-16timeline_link: add missing space behind 'auch'1.33.2Birte Kristina Friesel-2/+2
2023-07-16update changelog1.33.0Birte Kristina Friesel-2/+25
2023-07-16release assetsBirte Kristina Friesel-1/+1
2023-07-16status card: do not show detail/map links in timeline viewBirte Kristina Friesel-11/+13
2023-07-16show followee checkins in departure boardBirte Kristina Friesel-0/+3
2023-07-16checked-in view: move timeline link a bit to the bottomBirte Kristina Friesel-6/+6
2023-07-16timeline: show message if no accounts are en routeBirte Kristina Friesel-0/+7
2023-07-15add timeline / current checkinsBirte Kristina Friesel-1/+39
2023-07-13traewelling: update visibility documentationBirte Kristina Friesel-3/+4
2023-07-10release assetsBirte Kristina Friesel-1/+1
2023-07-09checkin: show 'select target' more prominentlyBirte Kristina Friesel-1/+3
2023-07-07move footer to layout1.32.10Birte Kristina Friesel-27/+11
2023-07-07public status: use hh:mm format for countdownsBirte Kristina Friesel-7/+3
2023-07-07_checked_in: also use hh:mm format for boarding and departure countdownBirte Kristina Friesel-10/+4
2023-07-02release assets1.32.9Derf Null-1/+1
2023-07-02show hours and minutes until arrival, not just minutesDerf Null-2/+1
2023-06-29profile: use effective visibility from journey objectDerf Null-5/+3
2023-06-25account: move profile link out of settingsDerf Null-3/+12
2023-06-24fine-graned visibility selection of history / past checkinsDerf Null-14/+35
most notably, adds a 'history for followers only' mode
2023-06-24turn force checkout into button; move it out of cardDerf Null-7/+9
2023-06-23User: remove legacy public_level / is_public fieldDerf Null-3/+3
2023-06-23_public_status_card: remove superfluous public_level checkDerf Null-1/+1
arr_name is only set if the user may see the journey
2023-06-18traewelling: note that sync is independent of checkin visibility1.32.6Derf Null-1/+5
2023-06-18run webhook when updating checkin comment or visibilityDerf Null-1/+1
2023-06-16checked_in: also add link for follower-only checkins1.32.5Derf Null-1/+1
2023-06-09login form: add hint about pages being only visibile after loginDerf Null-0/+9
2023-06-08warn when trying to check out at invalid unscheduled station1.32.3Derf Null-17/+38
Closes #72
2023-06-04social: -v1.32.1Derf Null-2/+4
2023-06-04release assets1.32.0Derf Null-1/+1
2023-06-04use a separate bad_request page for CSRF errorsDerf Null-8/+20
2023-06-04landingpage: mention sharing and (optional) public historyDerf Null-1/+2
2023-06-04do not accept follows / follow requests by defaultDerf Null-3/+5
2023-06-04social_list: follow requests: add accept all / reject all buttonsDerf Null-13/+15
2023-06-04update changelogDerf Null-0/+32
2023-06-04expose follows / social interaction in frontendDerf Null-49/+521
2023-06-04add profile editorDerf Null-1/+62
2023-05-29release assets1.31.6Derf Null-1/+1
2023-05-29comment editor, share button: fix comment visibility checkDerf Null-2/+2
2023-05-29update API documentationDerf Null-5/+10
2023-05-23fix excess column in history statisticsnetworkException-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-18fix pride ICE not being indicated in public status card1.31.4Derf Null-7/+14