summaryrefslogtreecommitdiff
path: root/lib/Travelynx.pm
AgeCommit message (Collapse)AuthorLines
2023-08-26obtain autocompletion from database2.1.1Birte Kristina Friesel-0/+1
2023-08-19API: Support HAFAS checkin (via journeyID)Birte Kristina Friesel-1/+2
2023-08-13synchronize non-train checkins from traewelling to travelynxBirte Kristina Friesel-14/+79
2023-08-13WIP: HAFAS supportBirte Kristina Friesel-9/+191
2023-08-07Traewelling: replace legacy password login with OAuth2Birte Kristina Friesel-0/+22
This is a breaking change insofar as that traewelling support is no longer provided automatically, but must be enabled by providing a traewelling.de application ID and secret in travelynx.conf. However, as traewelling.de password login is deprecated and wil soon be disabled, travelynx would break either way. So we might or might not see travelynx 2.0.0 in the next days. Automatic token refresh is still todo, but that was the case for password login as well. Closes #64
2023-07-23convert checkout to promises (checkout_p)Birte Kristina Friesel-186/+221
2023-07-23checkout: remove with_related special caseBirte Kristina Friesel-35/+12
travelynx now always calls checkout with the database-provided arr_eva, so the edge case in which it provided a station that is not actually on the route of a train can no longer appear.
2023-07-15remove debug outputBirte Kristina Friesel-3/+0
2023-07-15add timeline / current checkinsBirte Kristina Friesel-0/+1
2023-07-15get_user_status: fix stop_before_dest calculationBirte Kristina Friesel-4/+12
2023-07-15postprocess timeline; move user-related parts to get_user_statusBirte Kristina Friesel-0/+36
2023-07-15increase maximum comment lengthBirte Kristina Friesel-49/+49
2023-07-15Move InTransit post-processing to InTransit moduleBirte Kristina Friesel-186/+2
2023-07-09IRIS->get_departures_p: return string in first rejection argumentBirte Kristina Friesel-2/+2
This is consistent with other promises within travelynx
2023-07-09use promises for checkin and traewelling_to_travelynxBirte Kristina Friesel-136/+191
2023-07-09checkin: reduce nestingBirte Kristina Friesel-44/+40
2023-07-03update ALL the copyright notices!Derf Null-1/+1
2023-06-29perltidyDerf Null-1/+1
2023-06-26compute effective visibility in database viewDerf Null-8/+9
2023-06-24time to flush the name cacheDerf Null-1/+1
2023-06-12Add app version to default stashed values.1.32.4Molly Miller-0/+1
This means that the version no longer needs to be passed to every version manually, and is automatically populated in templates where the parameter is not explicitly provided.
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-07Fix edge case that allowed in-transit journeys with invalid destinations1.32.2Derf Null-0/+20
2023-06-04expose follows / social interaction in frontendDerf Null-0/+7
2023-06-04add profile editorDerf Null-0/+2
2023-05-29get_user_status_json_v1: expose commentDerf Null-1/+7
2023-05-24get_user_status_json_v1: expose visibilityDerf Null-1/+12
2023-05-21/status/:user: respond to JSONDerf Null-1/+1
2023-05-21get_user_status_json_v1: add public flag to hide actionTimeDerf Null-7/+10
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-04-30add_route_timestamps: keep real-time data where possibleDerf Null-0/+9
2023-04-01Update HAFAS polylines prior to checkout1.30.11Derf Null-10/+18
In case of diversions, the polyline fetched at checkin time may no longer be accurate. Request a new polyline prior to checkout to address this. Closes #66
2023-03-13move profile / public data to a separate controllerDerf Null-6/+6
2023-03-10work: avoid race conditions with frontend when calling checkoutDerf Null-0/+8
2023-03-09remove unused journey_edit_mask attrsDaniel Friesel-16/+0
2023-03-05remve unused account_public_mask attrDaniel Friesel-14/+0
2023-03-04resolve_sb_template: escape / in station name1.30.4Daniel Friesel-2/+3
2023-03-04status/profile: re-add ability to show latest checkout, if desired1.30.1Daniel Friesel-1/+3
got lost in 1.30.0
2023-02-27set visibility per journey (wip)Daniel Friesel-1/+25
some odds and ends left to polish, but ready for testing
2023-02-19update ze copyrightDaniel Friesel-1/+1
2023-02-15journey: add share buttonDaniel Friesel-1/+2
2023-01-22users: rename "add_user" to "add" and "get_data" to "get"Daniel Friesel-1/+1
2023-01-22annotate unused TRavelynx.pm components (todo)Daniel Friesel-0/+2
2023-01-22move token type to ID map from Travelynx.pm to Model/UsersDaniel Friesel-11/+0
2023-01-22move get_api_token to users modelDaniel Friesel-26/+0