summaryrefslogtreecommitdiff
path: root/lib/Travelynx/Controller/Account.pm
AgeCommit message (Expand)AuthorLines
2024-01-14confirm_mail: work around funky MUAs2.5.11Birte Kristina Friesel-0/+9
2023-09-24add support for HAFAS connection suggestions; drop manual destination listBirte Kristina Friesel-24/+6
2023-07-16account: add a list of sent follow requestsBirte Kristina Friesel-17/+34
2023-07-03update ALL the copyright notices!Derf Null-1/+1
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-16/+7
2023-06-24time to flush the name cacheDerf Null-1/+1
2023-06-04use a separate bad_request page for CSRF errorsDerf Null-21/+46
2023-06-04Account: add rel="me" to profile linksDerf Null-1/+1
2023-06-04expose follows / social interaction in frontendDerf Null-14/+240
2023-06-04add profile editorDerf Null-0/+68
2023-05-24rename get_privacy_by_name to get_privacy_by, allow requests by uidDerf Null-1/+1
2023-03-04webfinger: adjust profile visibility1.30.6Daniel Friesel-2/+3
2023-03-04status/profile: re-add ability to show latest checkout, if desired1.30.1Daniel Friesel-1/+3
2023-02-27set visibility per journey (wip)Daniel Friesel-43/+35
2023-02-19update ze copyrightDaniel Friesel-1/+1
2023-01-22users: rename "add_user" to "add" and "get_data" to "get"Daniel Friesel-1/+1
2023-01-22move get_api_token to users modelDaniel Friesel-6/+9
2023-01-21API documentation: do not perform database requests from template helpersDaniel Friesel-3/+11
2023-01-08webfinger: remove superfluous acct: in responseDaniel Friesel-1/+1
2023-01-08webfinger queries are prefixed with acct:1.29.9Daniel Friesel-1/+1
2023-01-08... derpDaniel Friesel-0/+1
2023-01-08webfinger: obtain base urlsDaniel Friesel-5/+5
2023-01-08add webfinger "profile-page" support (for public profiles only)Daniel Friesel-1/+49
2022-09-24optionally show local transit connections as wellDaniel Friesel-7/+25
2022-07-30Account: Move helpers to a separate sectionDaniel Friesel-189/+193
2022-07-16services: add marudor.de/regionalDaniel Friesel-1/+1
2022-07-11optionally link to external departure boards where sensible (WiP)Daniel Friesel-0/+23
2022-03-07limit password length to 10000 charactersDaniel Friesel-1/+1
2022-02-20Move webhook database queries to Users modelDaniel Friesel-3/+6
2022-01-19Controller/Account: refactor mail notifications into separate functionsDaniel Friesel-127/+174
2021-10-30Account: do not disclose denylist filename on open errorDaniel Friesel-9/+13
2021-08-20allow registration to be denied for certain IPs, e.g. known spammersDaniel Friesel-0/+16
2021-06-14Add explanation to name change pageDaniel Friesel-4/+17
2021-06-13move user name validation to Users modelDaniel Friesel-29/+8
2021-06-13Model/Users: Remove superfluous "check_if_" prefix from check functionsDaniel Friesel-3/+3
2021-06-12allow users to change their nameDaniel Friesel-0/+87
2021-04-20attempt to prevent registration spam1.19.11Daniel Friesel-0/+14
2021-01-29Switch to AGPL3+Daniel Friesel-1/+1
2020-11-27Add a bunch of licensing dataDaniel Friesel-0/+3
2020-09-04profile: limit history to four weeks by defaultDaniel Friesel-0/+9
2020-07-27Move user model to a separate moduleDaniel Friesel-28/+84
2020-02-14add privacy setting for showing history and latest arrival timestampDaniel Friesel-0/+18
2019-12-08Allow status visibility to be limited to travelynx usersDaniel Friesel-4/+14
2019-12-08Account: unset public_comment when public_status is disabledDaniel Friesel-1/+4
2019-12-06optionally show journey comment in public user statusDaniel Friesel-3/+10
2019-05-20show journey suggestions on departure board as well1.6.0Daniel Friesel-0/+32
2019-05-14Show web-hook test result immediately after saving it1.3.3Daniel Friesel-3/+12
2019-05-10Add webhook to account pageDaniel Friesel-1/+4