summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
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
2019-03-03set cookie lifetime to 6 monthsDaniel Friesel-0/+3
2019-03-02add imprintDaniel Friesel-0/+15
2019-03-02implement user/password/csrf checks for login formDaniel Friesel-28/+103
2019-03-01Fix encoding of station name in checkin/checkout screenDaniel Friesel-1/+1
2019-02-22add (unfinished) db migration scriptDaniel Friesel-0/+79
2019-02-22prepare account supportDaniel Friesel-0/+88
2019-02-16Add READMEDaniel Friesel-0/+91
2019-02-15perltidyDaniel Friesel-13/+13
2019-02-15checkin: ensure that users are checked out firstDaniel Friesel-0/+16
2019-02-14more helpful message for checkout without real-time data0.03Daniel Friesel-2/+2
2018-11-11use a pointer cursor for actionsDaniel Friesel-0/+5
2018-11-08sort by real-time departureDaniel Friesel-1/+1
2018-11-02add undo for checkoutsDaniel Friesel-0/+18
2018-11-02allow undo for checkinsDaniel Friesel-16/+87
2018-11-02Fix "undo" being ignored in last actionsDaniel Friesel-2/+2
2018-10-27perltidyDaniel Friesel-7/+10
2018-10-27departures: show next / most recent departures firstDaniel Friesel-4/+7
2018-10-21Minify JSDaniel Friesel-5/+7
2018-10-21handle force checkout in history viewDaniel Friesel-5/+12
2018-10-21Re-add force checkout to frontendDaniel Friesel-64/+64
2018-10-20history: always show train numbersDaniel Friesel-1/+1
2018-10-18history: show departure and arrival timesDaniel Friesel-5/+10
2018-10-18handle consecutive checkins by ignoring previous onesDaniel Friesel-1/+3
2018-10-13add history pageDaniel Friesel-0/+37
2018-10-13Only show latest actions on main pageDaniel Friesel-26/+27