summaryrefslogtreecommitdiff
path: root/lib/Travelynx/Controller
AgeCommit message (Expand)AuthorLines
2023-06-29profile: use effective visibility from journey objectDerf Null-24/+20
2023-06-29profile: treat self as followerDerf Null-1/+4
2023-06-26Move hash_password to Model/UsersDerf Null-23/+11
2023-06-25Login: return HTTP 400 on invalid password or unconfirmed accountDerf Null-2/+10
2023-06-24fine-graned visibility selection of history / past checkinsDerf Null-18/+14
2023-06-24time to flush the name cacheDerf Null-7/+7
2023-06-23status card / profile: fix users being unable to see own travelynx-only status1.32.7Derf Null-3/+7
2023-06-23User: remove legacy public_level / is_public fieldDerf Null-3/+3
2023-06-18run webhook when updating checkin comment or visibilityDerf Null-1/+4
2023-06-12Add app version to default stashed values.1.32.4Molly Miller-19/+2
2023-06-08warn when trying to check out at invalid unscheduled station1.32.3Derf Null-5/+28
2023-06-04show follower-only checkins and journeys when viewing own profileDerf Null-5/+10
2023-06-04consistently return HTTP 404 on not found errorsDerf Null-15/+26
2023-06-04use a separate bad_request page for CSRF errorsDerf Null-28/+57
2023-06-04Account: add rel="me" to profile linksDerf Null-1/+1
2023-06-04expose follows / social interaction in frontendDerf Null-18/+337
2023-06-04add profile editorDerf Null-8/+116
2023-05-29Profile#user_status: use account.name, not just nameDerf Null-1/+3
2023-05-29Profile#user_status: return 404 if the user does not existDerf Null-1/+1
2023-05-29Traveling: remove unused JSON importDerf Null-1/+0
2023-05-24get_user_status_json_v1: expose visibilityDerf Null-2/+3
2023-05-24rename get_privacy_by_name to get_privacy_by, allow requests by uidDerf Null-5/+5
2023-05-23user_status: request public json entry1.31.5Daniel Friesel-2/+5
2023-05-21/status/:user: respond to JSONDerf Null-9/+18
2023-05-21get_user_status_json_v1: add public flag to hide actionTimeDerf Null-14/+14
2023-05-21user_status: return no status if visibility is insufficientDerf Null-3/+2
2023-03-27stationboard: add HAFAS supportDerf Null-12/+49
2023-03-26API: import: fix get_api_token signature1.30.9Derf Null-1/+1
2023-03-13move profile / public data to a separate controllerDerf Null-453/+475
2023-03-04webfinger: adjust profile visibility1.30.6Daniel Friesel-2/+3
2023-03-04always show /p/user if /status/user exists; only limit past journeysDaniel Friesel-32/+36
2023-03-04user status: add footer1.30.2Daniel Friesel-0/+1
2023-03-04status/profile: re-add ability to show latest checkout, if desired1.30.1Daniel Friesel-4/+27
2023-03-03token: do not expose full checkin timestampDaniel Friesel-2/+2
2023-03-02Travelynx journey_details: token is added by templateDaniel Friesel-1/+0
2023-03-02user_status redirect: check visibility independent of tokenDaniel Friesel-24/+19
2023-03-02visibility_form: use visibility_strDaniel Friesel-21/+3
2023-03-02profile: respect profile visibility settingDaniel Friesel-1/+5
2023-03-02fix comment visibilitiy checkDaniel Friesel-1/+1
2023-03-02journey details: require valid token if too oldDaniel Friesel-4/+10
2023-03-02user status: only redirect to journey if journey is visibleDaniel Friesel-7/+27
2023-03-01user status: pass token to journey on redirectDaniel Friesel-6/+10
2023-02-28journey: add token to share link if non-publicDaniel Friesel-2/+24
2023-02-27set visibility per journey (wip)Daniel Friesel-279/+467
2023-02-19update ze copyrightDaniel Friesel-6/+6
2023-02-15journey: add share buttonDaniel Friesel-4/+35
2023-02-14journey details: include delay and distance in og cardDaniel Friesel-0/+15
2023-01-22users: rename "add_user" to "add" and "get_data" to "get"Daniel Friesel-1/+1
2023-01-22move token type to ID map from Travelynx.pm to Model/UsersDaniel Friesel-1/+1
2023-01-22move get_api_token to users modelDaniel Friesel-11/+15