Age | Commit message (Expand) | Author | Lines |
2023-09-24 | add support for HAFAS connection suggestions; drop manual destination list | Birte Kristina Friesel | -24/+6 |
2023-07-16 | account: add a list of sent follow requests | Birte Kristina Friesel | -17/+34 |
2023-07-03 | update ALL the copyright notices! | Derf Null | -1/+1 |
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 | -16/+7 |
2023-06-24 | time to flush the name cache | Derf Null | -1/+1 |
2023-06-04 | use a separate bad_request page for CSRF errors | Derf Null | -21/+46 |
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 | -14/+240 |
2023-06-04 | add profile editor | Derf Null | -0/+68 |
2023-05-24 | rename get_privacy_by_name to get_privacy_by, allow requests by uid | Derf Null | -1/+1 |
2023-03-04 | webfinger: adjust profile visibility1.30.6 | Daniel Friesel | -2/+3 |
2023-03-04 | status/profile: re-add ability to show latest checkout, if desired1.30.1 | Daniel Friesel | -1/+3 |
2023-02-27 | set visibility per journey (wip) | Daniel Friesel | -43/+35 |
2023-02-19 | update ze copyright | Daniel Friesel | -1/+1 |
2023-01-22 | users: rename "add_user" to "add" and "get_data" to "get" | Daniel Friesel | -1/+1 |
2023-01-22 | move get_api_token to users model | Daniel Friesel | -6/+9 |
2023-01-21 | API documentation: do not perform database requests from template helpers | Daniel Friesel | -3/+11 |
2023-01-08 | webfinger: remove superfluous acct: in response | Daniel Friesel | -1/+1 |
2023-01-08 | webfinger queries are prefixed with acct:1.29.9 | Daniel Friesel | -1/+1 |
2023-01-08 | ... derp | Daniel Friesel | -0/+1 |
2023-01-08 | webfinger: obtain base urls | Daniel Friesel | -5/+5 |
2023-01-08 | add webfinger "profile-page" support (for public profiles only) | Daniel Friesel | -1/+49 |
2022-09-24 | optionally show local transit connections as well | Daniel Friesel | -7/+25 |
2022-07-30 | Account: Move helpers to a separate section | Daniel Friesel | -189/+193 |
2022-07-16 | services: add marudor.de/regional | Daniel Friesel | -1/+1 |
2022-07-11 | optionally link to external departure boards where sensible (WiP) | Daniel Friesel | -0/+23 |
2022-03-07 | limit password length to 10000 characters | Daniel Friesel | -1/+1 |
2022-02-20 | Move webhook database queries to Users model | Daniel Friesel | -3/+6 |
2022-01-19 | Controller/Account: refactor mail notifications into separate functions | Daniel Friesel | -127/+174 |
2021-10-30 | Account: do not disclose denylist filename on open error | Daniel Friesel | -9/+13 |
2021-08-20 | allow registration to be denied for certain IPs, e.g. known spammers | Daniel Friesel | -0/+16 |
2021-06-14 | Add explanation to name change page | Daniel Friesel | -4/+17 |
2021-06-13 | move user name validation to Users model | Daniel Friesel | -29/+8 |
2021-06-13 | Model/Users: Remove superfluous "check_if_" prefix from check functions | Daniel Friesel | -3/+3 |
2021-06-12 | allow users to change their name | Daniel Friesel | -0/+87 |
2021-04-20 | attempt to prevent registration spam1.19.11 | Daniel Friesel | -0/+14 |
2021-01-29 | Switch to AGPL3+ | Daniel Friesel | -1/+1 |
2020-11-27 | Add a bunch of licensing data | Daniel Friesel | -0/+3 |
2020-09-04 | profile: limit history to four weeks by default | Daniel Friesel | -0/+9 |
2020-07-27 | Move user model to a separate module | Daniel Friesel | -28/+84 |
2020-02-14 | add privacy setting for showing history and latest arrival timestamp | Daniel Friesel | -0/+18 |
2019-12-08 | Allow status visibility to be limited to travelynx users | Daniel Friesel | -4/+14 |
2019-12-08 | Account: unset public_comment when public_status is disabled | Daniel Friesel | -1/+4 |
2019-12-06 | optionally show journey comment in public user status | Daniel Friesel | -3/+10 |
2019-05-20 | show journey suggestions on departure board as well1.6.0 | Daniel Friesel | -0/+32 |
2019-05-14 | Show web-hook test result immediately after saving it1.3.3 | Daniel Friesel | -3/+12 |
2019-05-10 | Add webhook to account page | Daniel Friesel | -1/+4 |
2019-05-06 | basic webhook support, onwards to betatesting | Daniel Friesel | -0/+1 |