Age | Commit message (Expand) | Author | Lines |
2023-07-09 | use promises for checkin and traewelling_to_travelynx | Birte Kristina Friesel | -85/+103 |
2023-07-09 | HAFAS station board: fix station name display | Birte Kristina Friesel | -3/+4 |
2023-07-03 | journeys: simplify visibily check | Derf Null | -15/+0 |
2023-07-03 | update ALL the copyright notices! | Derf Null | -7/+7 |
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 | 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-26 | Move hash_password to Model/Users | Derf Null | -23/+11 |
2023-06-25 | Login: return HTTP 400 on invalid password or unconfirmed account | Derf Null | -2/+10 |
2023-06-24 | fine-graned visibility selection of history / past checkins | Derf Null | -18/+14 |
2023-06-24 | time to flush the name cache | Derf Null | -7/+7 |
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 | -3/+3 |
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/+2 |
2023-06-08 | warn when trying to check out at invalid unscheduled station1.32.3 | Derf Null | -5/+28 |
2023-06-04 | show follower-only checkins and journeys when viewing own profile | Derf Null | -5/+10 |
2023-06-04 | consistently return HTTP 404 on not found errors | Derf Null | -15/+26 |
2023-06-04 | use a separate bad_request page for CSRF errors | Derf Null | -28/+57 |
2023-06-04 | Account: add rel="me" to profile links | Derf Null | -1/+1 |
2023-06-04 | expose follows / social interaction in frontend | Derf Null | -18/+337 |
2023-06-04 | add profile editor | Derf Null | -8/+116 |
2023-05-29 | Profile#user_status: use account.name, not just name | Derf Null | -1/+3 |
2023-05-29 | Profile#user_status: return 404 if the user does not exist | Derf Null | -1/+1 |
2023-05-29 | Traveling: remove unused JSON import | Derf Null | -1/+0 |
2023-05-24 | get_user_status_json_v1: expose visibility | Derf Null | -2/+3 |
2023-05-24 | rename get_privacy_by_name to get_privacy_by, allow requests by uid | Derf Null | -5/+5 |
2023-05-23 | user_status: request public json entry1.31.5 | Daniel Friesel | -2/+5 |
2023-05-21 | /status/:user: respond to JSON | Derf Null | -9/+18 |
2023-05-21 | get_user_status_json_v1: add public flag to hide actionTime | Derf Null | -14/+14 |
2023-05-21 | user_status: return no status if visibility is insufficient | Derf Null | -3/+2 |
2023-03-27 | stationboard: add HAFAS support | Derf Null | -12/+49 |
2023-03-26 | API: import: fix get_api_token signature1.30.9 | Derf Null | -1/+1 |
2023-03-13 | move profile / public data to a separate controller | Derf Null | -453/+475 |
2023-03-04 | webfinger: adjust profile visibility1.30.6 | Daniel Friesel | -2/+3 |
2023-03-04 | always show /p/user if /status/user exists; only limit past journeys | Daniel Friesel | -32/+36 |
2023-03-04 | user status: add footer1.30.2 | Daniel Friesel | -0/+1 |
2023-03-04 | status/profile: re-add ability to show latest checkout, if desired1.30.1 | Daniel Friesel | -4/+27 |
2023-03-03 | token: do not expose full checkin timestamp | Daniel Friesel | -2/+2 |
2023-03-02 | Travelynx journey_details: token is added by template | Daniel Friesel | -1/+0 |
2023-03-02 | user_status redirect: check visibility independent of token | Daniel Friesel | -24/+19 |
2023-03-02 | visibility_form: use visibility_str | Daniel Friesel | -21/+3 |
2023-03-02 | profile: respect profile visibility setting | Daniel Friesel | -1/+5 |
2023-03-02 | fix comment visibilitiy check | Daniel Friesel | -1/+1 |
2023-03-02 | journey details: require valid token if too old | Daniel Friesel | -4/+10 |
2023-03-02 | user status: only redirect to journey if journey is visible | Daniel Friesel | -7/+27 |
2023-03-01 | user status: pass token to journey on redirect | Daniel Friesel | -6/+10 |
2023-02-28 | journey: add token to share link if non-public | Daniel Friesel | -2/+24 |
2023-02-27 | set visibility per journey (wip) | Daniel Friesel | -279/+467 |