summaryrefslogtreecommitdiff
path: root/lib/Travelynx/Controller
AgeCommit message (Expand)AuthorLines
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-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-7/+3
2019-04-30Implement deletion of inactive accountsDaniel Friesel-0/+4
2019-04-30allow users to change their mail address0.19Daniel Friesel-1/+99
2019-04-30Move invalid input errors into common sub-templateDaniel Friesel-4/+5
2019-04-29Add password reset functionalityDaniel Friesel-0/+154
2019-04-26Add manual journey entryDaniel Friesel-21/+44
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-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
2019-04-23Use one row per journey instead of split checkin/checkout entriesDaniel Friesel-96/+71
2019-04-22Use Mojo::Pg for all remaining Controller and Helper logicDaniel Friesel-30/+38
2019-04-22More Mojo::Pg migrationsDaniel Friesel-6/+2
2019-04-19refactor set_status_query and get_token_queryDaniel Friesel-1/+1
2019-04-17Refactor user_actions insert/update/delete statements with Mojo::PgDaniel Friesel-1/+1
2019-04-14Set version via configDaniel Friesel-1/+1
2019-04-13work-in-progress manual journey entry. incomplete and not enabled yet.Daniel Friesel-4/+70
2019-04-08Work-in-progress journey editor. Not ready for deployment.Daniel Friesel-8/+59
2019-04-07Prepare forms for manual journey entry and editingDaniel Friesel-0/+58
2019-04-07Refactor history template, add yearly statsDaniel Friesel-14/+57
2019-04-07Cache journey statsDaniel Friesel-6/+9
2019-04-06Add password change formDaniel Friesel-6/+75
2019-04-05Fix export layoutDaniel Friesel-1/+1
2019-04-04Allow journey deletionDaniel Friesel-5/+28
2019-04-02move mailing to sendmail helperDaniel Friesel-14/+1
2019-03-31Fix another journey errorDaniel Friesel-1/+1
2019-03-31journey: show error for _all_ invalid IDsDaniel Friesel-1/+1
2019-03-31Select journeys by IDDaniel Friesel-5/+4
2019-03-31Perform undo by deleting the erroneous database entryDaniel Friesel-1/+1
2019-03-27add per-month links to history0.09Daniel Friesel-1/+2
2019-03-27add history per monthDaniel Friesel-3/+62
2019-03-25Postgres does not require decode() callsDaniel Friesel-3/+0
2019-03-25Remove unused login controllerDaniel Friesel-230/+0
2019-03-25Migrate to postgresqlDaniel Friesel-1/+1
2019-03-22More refactoringDaniel Friesel-19/+357
2019-03-21Initiate transition to a Mojolicious MVC web applicationDaniel Friesel-0/+597