summaryrefslogtreecommitdiff
path: root/index.pl
AgeCommit message (Expand)AuthorLines
2021-01-29Switch to AGPL3+Daniel Friesel-1/+1
2020-11-27Add a bunch of licensing dataDaniel Friesel-0/+3
2019-03-21Initiate transition to a Mojolicious MVC web applicationDaniel Friesel-1701/+5
2019-03-20journey: show average speedDaniel Friesel-3/+28
2019-03-20use camelCase instead of snake_case in public APIDaniel Friesel-3/+3
2019-03-19show cancelled trains in historyDaniel Friesel-6/+27
2019-03-19support logging of cancelled journeysDaniel Friesel-13/+71
2019-03-19use common action_query instead of checkin_query vs checkout_queryDaniel Friesel-26/+8
2019-03-19API: Status: group properties, add station UIC/lon/latDaniel Friesel-10/+39
2019-03-18demand a valid password for account deletionDaniel Friesel-0/+6
2019-03-18never call get_user_data directlyDaniel Friesel-0/+3
2019-03-17get_user_travels: Fix message orderDaniel Friesel-1/+1
2019-03-17add journey detail viewDaniel Friesel-8/+81
2019-03-16Show backend errors on station selection pageDaniel Friesel-1/+5
2019-03-16allow manual input of station nameDaniel Friesel-0/+7
2019-03-16Add JSON APIDaniel Friesel-7/+163
2019-03-12implement account deletionDaniel Friesel-0/+34
2019-03-11Allow two regstration attempts per mailDaniel Friesel-2/+2
2019-03-10secure session cookiesDaniel Friesel-1/+4
2019-03-10redirect users after login to protected pageDaniel Friesel-2/+2
2019-03-10really do not hardcode travelynx.deDaniel Friesel-2/+2
2019-03-10Do not hardcode travelynx URL in registration mailDaniel Friesel-4/+6
2019-03-09add JSON export for historyDaniel Friesel-1/+10
2019-03-09Slightly more helpful texts for checkin/checkout pagesDaniel Friesel-1/+2
2019-03-09show separate errors for 'invalid credentials' and 'not confirmed yet'Daniel Friesel-1/+7
2019-03-09fix timeout on unauthenticated access to account-specific pagesDaniel Friesel-1/+5
2019-03-08allow filtering by train for external travelynx linksDaniel Friesel-1/+7
2019-03-08travelynx.finalrewind.org -> travelynx.deDaniel Friesel-4/+4
2019-03-08do not allow multiple pending registrations for one mail0.05Daniel Friesel-0/+38
2019-03-08derpDaniel Friesel-1/+1
2019-03-08add hypnotoad configDaniel Friesel-4/+6
2019-03-08move /action to non-authenticated area to handle session issuesDaniel Friesel-7/+18
2019-03-08Logout: Use a POST form as it's a stateful actionDaniel Friesel-0/+4
2019-03-07switch from HTTP Auth to Cookie AuthDaniel Friesel-255/+191
2019-03-06working registration and verificationDaniel Friesel-30/+152
2019-03-06work-in-progress registration processDaniel Friesel-4/+32
2019-03-06bump DB schema to v2Daniel Friesel-2/+3
2019-03-06add password hashingDaniel Friesel-0/+18
2019-03-05registration: more error handlingDaniel Friesel-4/+35
2019-03-04forbid the user name 'dev'Daniel Friesel-3/+6
2019-03-04prepare registration supportDaniel Friesel-1/+97
2019-03-04prepare DB schema for public registration0.04Daniel Friesel-0/+43
2019-03-03Add account info and data exportDaniel Friesel-0/+54
2019-03-03Alwayse use 3 hours of lookbehindDaniel Friesel-1/+1
2019-03-03add logout linkDaniel Friesel-1/+7
2019-03-03set cookie lifetime to 6 monthsDaniel Friesel-0/+3
2019-03-02add imprintDaniel Friesel-0/+12
2019-03-02implement user/password/csrf checks for login formDaniel Friesel-20/+43
2019-03-01Fix encoding of station name in checkin/checkout screenDaniel Friesel-1/+1
2019-02-22prepare account supportDaniel Friesel-0/+32