summaryrefslogtreecommitdiff
path: root/lib/Travelynx
AgeCommit message (Collapse)AuthorLines
2019-08-13Fix beeline distance calculation when start/stop has no geo-coordinates1.8.7Daniel Friesel-1/+17
2019-07-20Do not show station duplicates in geolocation list1.8.4Daniel Friesel-2/+4
2019-07-14Show departures of all linked stationsDaniel Friesel-1/+1
Not well-tested yet, deployment will have to wait a bit. Issue #15
2019-06-17prepare for wagon order supportDaniel Friesel-2/+2
2019-06-10increase checkout delay to work around IRIS information lag1.7.4Daniel Friesel-3/+9
2019-06-04checked in: Show QoS messages before departure and HIM messages at all timesDaniel Friesel-0/+30
2019-06-01disappearing trains are no longer critical with the latest change1.7.1Daniel Friesel-10/+4
2019-05-31show current/next stop while checked inDaniel Friesel-0/+2
2019-05-29use journey-specific status links -> one twitter card per journeyDaniel Friesel-2/+11
2019-05-29add twitter preview tags to public user status pageDaniel Friesel-1/+30
2019-05-26Use JSON for messages and route storage, prepare for extended route dataDaniel Friesel-20/+131
2019-05-20show journey suggestions on departure board as well1.6.0Daniel Friesel-0/+43
2019-05-19allow checkin from connections viewDaniel Friesel-1/+15
2019-05-18Proactively recompute yearly stats to avoid long user wait timesDaniel Friesel-0/+11
2019-05-18Show arrival/departure platform in journey cardDaniel Friesel-0/+56
2019-05-14Show web-hook test result immediately after saving it1.3.3Daniel Friesel-3/+12
Closes #12
2019-05-11history: validate year and monthDaniel Friesel-2/+12
2019-05-10Add webhook to account pageDaniel Friesel-1/+4
2019-05-06basic webhook support, onwards to betatestingDaniel Friesel-64/+2
2019-05-05WiP webhook supportDaniel Friesel-0/+50
2019-05-03data export: use station names, not IDs1.1.4Daniel Friesel-2/+2
2019-05-03Experimental PWA support (#13)Daniel Friesel-0/+6
2019-05-03Add worker command for Docker setups (#9)Daniel Friesel-0/+36
2019-05-03Add changelogDaniel Friesel-0/+7
2019-05-02Do not error out when receiving UIDs > INT_MAX1.1.2Daniel Friesel-1/+16
2019-05-02Public API documentationDaniel Friesel-0/+6
2019-05-02work: Not finding a train at the destination is usually not an error1.1.0Daniel Friesel-8/+17
2019-05-02Finish public-facing exposed user status (opt-in)Daniel Friesel-2/+4
2019-04-30Prepare settings and templates for opt-in public travel statusDaniel Friesel-0/+60
2019-04-30show imprint and version on landing pageDaniel Friesel-1/+7
2019-04-30use a separate table for registration tokensDaniel Friesel-8/+37
2019-04-30add "active user count" munin commandDaniel Friesel-0/+12
2019-04-30Implement deletion of inactive accountsDaniel Friesel-0/+23
2019-04-30allow users to change their mail address0.19Daniel Friesel-5/+129
Closes #6
2019-04-30Move invalid input errors into common sub-templateDaniel Friesel-4/+5
2019-04-29maintenance: Also delete pending_passwords entriesDaniel Friesel-1/+3
2019-04-29Add password reset functionalityDaniel Friesel-0/+178
Closes #5
2019-04-29add database table/column comments0.18Daniel Friesel-0/+33
2019-04-28Handle inconsistent data when calculating monthly/yearly statsDaniel Friesel-0/+13
Closes #11
2019-04-26work: Update route and messagesDaniel Friesel-2/+20
2019-04-26Add manual journey entryDaniel Friesel-21/+44
Closes #3
2019-04-25undo: Redirect to departure station when undoing a checkinDaniel Friesel-1/+6
2019-04-24$render(status => ...) is a special variable. derp.Daniel Friesel-2/+2
2019-04-24maintenance, munin: Use journeys, not user_actions0.15Daniel Friesel-8/+9
2019-04-24Bump API to v1Daniel Friesel-1/+108
2019-04-24export: Add in_transit fieldDaniel Friesel-1/+5
2019-04-23Fix checkin/checkout of cancelled journeysDaniel Friesel-4/+2
2019-04-23Primitive auto-refresh of current journey statusDaniel Friesel-0/+14
Todo: Redirect user to destination station upon arrival
2019-04-23Automatic checkout \o/Daniel Friesel-0/+111
2019-04-23Use one row per journey instead of split checkin/checkout entriesDaniel Friesel-97/+278
Whether a user is in transit or not is now determined by an entry in the in_transit table instead of a dangling checkin. All completed journeys are stored in the "journeys" table. This does most of the work needed for automatic checkout. However, note that the corresponding worker process is not implemented yet.