summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorLines
2023-07-15increase maximum comment lengthBirte Kristina Friesel-72/+72
2023-07-15Move InTransit post-processing to InTransit moduleBirte Kristina Friesel-186/+170
2023-07-15add view for followees in transitBirte Kristina Friesel-0/+76
2023-07-14Journeys->get_latest: Fix uninitialized value warningBirte Kristina Friesel-12/+16
2023-07-13get_pushable_accounts: obtain all values from in_transit_strBirte Kristina Friesel-8/+7
2023-07-13perltidyBirte Kristina Friesel-7/+21
2023-07-13Checkin: Use correct visibility when pushing to TräwellingnetworkException-1/+19
2023-07-09Api: use get_departures_pBirte Kristina Friesel-33/+32
2023-07-09station board: fix HTTP status and IRIS error handlingBirte Kristina Friesel-4/+9
2023-07-09IRIS->get_departures_p: return string in first rejection argumentBirte Kristina Friesel-2/+5
2023-07-09use promises for checkin and traewelling_to_travelynxBirte Kristina Friesel-222/+295
2023-07-09checkin: reduce nestingBirte Kristina Friesel-44/+40
2023-07-09HAFAS station board: fix station name displayBirte Kristina Friesel-3/+4
2023-07-03journeys: simplify visibily checkDerf Null-27/+1
2023-07-03update ALL the copyright notices!Derf Null-29/+29
2023-07-02show hours and minutes until arrival, not just minutesDerf Null-15/+17
2023-06-30Profile: remove unused compute_effective_visibility function1.32.8Derf Null-8/+0
2023-06-30Profile: refactor visibility checksDerf Null-96/+35
2023-06-29perltidyDerf Null-1/+1
2023-06-29profile: use effective visibility from journey objectDerf Null-24/+20
2023-06-29profile: treat self as followerDerf Null-1/+4
2023-06-28Journey->add_from_in_transit: return ID of added journeyDerf Null-1/+2
2023-06-27journeys: return effective visibilityDerf Null-24/+31
2023-06-26compute effective visibility in database viewDerf Null-15/+92
2023-06-26use small stations database for some testsDerf Null-0/+8
2023-06-26Move hash_password to Model/UsersDerf Null-44/+31
2023-06-25Login: return HTTP 400 on invalid password or unconfirmed accountDerf Null-2/+10
2023-06-25Users->add: correctly specify default visibilityDerf Null-3/+4
2023-06-24fine-graned visibility selection of history / past checkinsDerf Null-33/+88
2023-06-24time to flush the name cacheDerf Null-29/+29
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-8/+6
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/+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