summaryrefslogtreecommitdiff
path: root/lib/Travelynx/Controller
AgeCommit message (Expand)AuthorLines
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
2023-01-22get latets stations: remove duplicatesDaniel Friesel-1/+2
2023-01-21API documentation: do not perform database requests from template helpersDaniel Friesel-4/+21
2023-01-18landing page: show past stops if geolocation is unavailableDaniel Friesel-0/+6
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
2023-01-03Api: Fix 'uninitialized value' warning when no token is set1.29.4Daniel Friesel-1/+4
2022-12-30review: shop travelynx versionDaniel Friesel-4/+5
2022-12-29review: link to list of all single-trip checkins1.29.1Daniel Friesel-1/+6
2022-12-27it's a secret to everybody.Daniel Friesel-8/+76
2022-12-26connecting trains: fix warning when encountering unknown platformsDaniel Friesel-3/+7
2022-12-26history: return 404 if no journeys have been logged for requested periodDaniel Friesel-0/+14
2022-12-26yearly/monthly history: return 404 for invalid datesDaniel Friesel-53/+45
2022-12-07switch to internal station database; add out-of-service stations for old jour...1.28.0Daniel Friesel-22/+4
2022-11-12show expected load of suggested connections, if availableDaniel Friesel-0/+5
2022-11-09Switch to internal HAFAS client for connection detailsDaniel Friesel-54/+31
2022-09-28get_connecting_trains: departure delay is relevant for connecting trainsDaniel Friesel-3/+4
2022-09-28get_connecting_trains_p: leave loops when doneDaniel Friesel-1/+3
2022-09-25connecting trains: HAFAS: Handle delay and pass it to frontendDaniel Friesel-0/+11
2022-09-24optionally show local transit connections as wellDaniel Friesel-124/+193
2022-09-24connections: show expected arrival at destinationDaniel Friesel-22/+111