summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorLines
2023-06-12Add app version to default stashed values.1.32.4Molly Miller-19/+3
2023-06-09login form: add hint about pages being only visibile after loginDerf Null-1/+5
2023-06-08update ice namesDerf Null-1/+1
2023-06-08warn when trying to check out at invalid unscheduled station1.32.3Derf Null-5/+28
2023-06-07Fix edge case that allowed in-transit journeys with invalid destinations1.32.2Derf Null-0/+20
2023-06-04fix missing join condition in followers viewDerf Null-0/+23
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-04do not accept follows / follow requests by defaultDerf Null-1/+1
2023-06-04Account: add rel="me" to profile linksDerf Null-1/+1
2023-06-04expose follows / social interaction in frontendDerf Null-26/+463
2023-06-04add profile editorDerf Null-8/+142
2023-06-03Users: support notifications about pending follow requestsDerf Null-14/+160
2023-06-01Users: Add unfollow actionDerf Null-6/+16
2023-05-31prepare for follow relations and follow-only checkinsDerf Null-0/+242
2023-05-29get_user_status_json_v1: expose commentDerf Null-1/+7
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-3/+15
2023-05-24rename get_privacy_by_name to get_privacy_by, allow requests by uidDerf Null-16/+18
2023-05-23user_status: request public json entry1.31.5Daniel Friesel-2/+5
2023-05-21/status/:user: respond to JSONDerf Null-10/+19
2023-05-21get_user_status_json_v1: add public flag to hide actionTimeDerf Null-21/+24
2023-05-21user_status: return no status if visibility is insufficientDerf Null-3/+2
2023-05-18fix pride ICE not being indicated in public status card1.31.4Derf Null-0/+6
2023-05-16get_user_status: expose lat/lon from database view, do not re-compute it1.31.3Derf Null-20/+12
2023-05-16get_user_status: remove superfluous station requestsDerf Null-14/+0
2023-05-11ajax route: handle missing schedule data1.31.2Derf Null-2/+2
2023-05-01route: only override delay if real-time data is not availableDerf Null-2/+7
2023-05-01journey: show times of intermediate stops, if availableDerf Null-0/+7
2023-04-30add_route_timestamps: keep real-time data where possibleDerf Null-0/+9
2023-04-06Perl is hard1.30.13Daniel Friesel-3/+7
2023-04-02work: real_arr_ts may be undefined1.30.12Daniel Friesel-1/+2
2023-04-01Update HAFAS polylines prior to checkout1.30.11Derf Null-11/+62
2023-03-27stationboard: add HAFAS supportDerf Null-13/+50
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-459/+481
2023-03-10work: avoid race conditions with frontend when calling checkoutDerf Null-0/+14
2023-03-10worker: select on arr and dep eva for all arr/dep updatesDerf Null-4/+13
2023-03-09remove unused journey_edit_mask attrsDaniel Friesel-27/+0
2023-03-05remve unused account_public_mask attrDaniel Friesel-14/+0
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-04nvm -> dbf?hafas=11.30.5Daniel Friesel-1/+1
2023-03-04resolve_sb_template: escape / in station name1.30.4Daniel Friesel-2/+3
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-6/+43
2023-03-03token: do not expose full checkin timestampDaniel Friesel-2/+2