summaryrefslogtreecommitdiff
path: root/lib/Travelynx/Controller/Api.pm
AgeCommit message (Collapse)AuthorLines
2019-05-06basic webhook support, onwards to betatestingDaniel Friesel-64/+1
2019-05-02Do not error out when receiving UIDs > INT_MAX1.1.2Daniel Friesel-0/+10
2019-05-02Public API documentationDaniel Friesel-0/+6
2019-04-24Bump API to v1Daniel Friesel-1/+108
2019-04-23Use one row per journey instead of split checkin/checkout entriesDaniel Friesel-7/+9
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.
2019-04-22Use Mojo::Pg for all remaining Controller and Helper logicDaniel Friesel-4/+19
2019-03-22More refactoringDaniel Friesel-8/+1
2019-03-21Initiate transition to a Mojolicious MVC web applicationDaniel Friesel-0/+126