summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2019-03-16landing page: I can haz API!0.06Daniel Friesel-4/+11
2019-03-16Account: WordingDaniel Friesel-10/+28
2019-03-16Add JSON APIDaniel Friesel-7/+303
2019-03-12fix failraptor.png for guests. derp.Daniel Friesel-3/+5
2019-03-12implement account deletionDaniel Friesel-9/+89
2019-03-11Allow two regstration attempts per mailDaniel Friesel-2/+7
2019-03-11add cron DB maintenance script (prune unverified accounts)Daniel Friesel-0/+54
2019-03-10secure session cookiesDaniel Friesel-1/+4
2019-03-10oopsDaniel Friesel-1/+1
2019-03-10redirect users after login to protected pageDaniel Friesel-2/+5
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-10add statistics for muninDaniel Friesel-0/+37
2019-03-09add JSON export for historyDaniel Friesel-36/+54
2019-03-09Slightly more helpful texts for checkin/checkout pagesDaniel Friesel-3/+12
2019-03-09show separate errors for 'invalid credentials' and 'not confirmed yet'Daniel Friesel-3/+13
2019-03-09registration form: note that user name must be alphanumericDaniel Friesel-1/+1
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-08add password manager hints to login/registration formsDaniel Friesel-5/+5
2019-03-08travelynx.finalrewind.org -> travelynx.deDaniel Friesel-4/+4
2019-03-08show hint in case of geolocation errorDaniel Friesel-2/+12
2019-03-08checkout UXDaniel Friesel-1/+1
2019-03-08account: Note that deletion is not implemented yetDaniel Friesel-0/+9
2019-03-08add link to github issuesDaniel Friesel-0/+10
2019-03-08do not allow multiple pending registrations for one mail0.05Daniel Friesel-1/+39
2019-03-08derpDaniel Friesel-1/+1
2019-03-08add hypnotoad configDaniel Friesel-4/+6
2019-03-08departures: Add hint (tap == checkin)Daniel Friesel-28/+31
2019-03-08add logout link to account pageDaniel Friesel-14/+30
2019-03-08add intro blurb and login/register links for landing pageDaniel Friesel-1/+35
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-1/+11
2019-03-07switch from HTTP Auth to Cookie AuthDaniel Friesel-341/+286
2019-03-06working registration and verificationDaniel Friesel-31/+181
2019-03-06work-in-progress registration processDaniel Friesel-4/+32
2019-03-06bump DB schema to v2Daniel Friesel-3/+78
2019-03-06add password hashingDaniel Friesel-0/+18
2019-03-05enable form validation for login pageDaniel Friesel-2/+2
2019-03-05register: Add simple client-side validationDaniel Friesel-4/+4
2019-03-05registration: more error handlingDaniel Friesel-13/+77
2019-03-04forbid the user name 'dev'Daniel Friesel-3/+6
2019-03-04Use proper Mojolicious input fields (-> no need to re-type everything on errors)Daniel Friesel-6/+6
2019-03-04prepare registration supportDaniel Friesel-5/+127
2019-03-04prepare DB schema for public registration0.04Daniel Friesel-28/+111
2019-03-04do not show username in navbar (won't fit on small screens otherwise)Daniel Friesel-1/+1
2019-03-03Add account info and data exportDaniel Friesel-0/+82
2019-03-03history: Fix typo in HTML element nameDaniel Friesel-1/+1
2019-03-03Alwayse use 3 hours of lookbehindDaniel Friesel-1/+1
2019-03-03add logout linkDaniel Friesel-1/+23