summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Expand)AuthorLines
2019-03-08do not allow multiple pending registrations for one mail0.05Daniel Friesel-1/+1
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-08Logout: Use a POST form as it's a stateful actionDaniel Friesel-1/+7
2019-03-07switch from HTTP Auth to Cookie AuthDaniel Friesel-81/+89
2019-03-06working registration and verificationDaniel Friesel-1/+29
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-9/+42
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-4/+30
2019-03-04prepare DB schema for public registration0.04Daniel Friesel-3/+4
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/+28
2019-03-03history: Fix typo in HTML element nameDaniel Friesel-1/+1
2019-03-03add logout linkDaniel Friesel-0/+16
2019-03-02add imprintDaniel Friesel-0/+3
2019-03-02implement user/password/csrf checks for login formDaniel Friesel-8/+60
2019-02-22prepare account supportDaniel Friesel-0/+56
2018-11-02add undo for checkoutsDaniel Friesel-0/+14
2018-11-02allow undo for checkinsDaniel Friesel-1/+5
2018-10-21Minify JSDaniel Friesel-2/+2
2018-10-21handle force checkout in history viewDaniel Friesel-5/+12
2018-10-20history: always show train numbersDaniel Friesel-1/+1
2018-10-18history: show departure and arrival timesDaniel Friesel-5/+10
2018-10-13add history pageDaniel Friesel-0/+31
2018-10-07Only show latest travels on landing pageDaniel Friesel-2/+2
2018-10-07add simple about page0.02Daniel Friesel-1/+14
2018-10-07use purple navbarDaniel Friesel-1/+2
2018-10-07show close stations via geolocationDaniel Friesel-0/+7
2018-10-07only show travel distance if duration is not availableDaniel Friesel-2/+0
2018-10-05show journey distances as wellDaniel Friesel-4/+6
2018-10-05disable navbar entries for now0.01Daniel Friesel-1/+1
2018-10-05Use POST requests to modify dataDaniel Friesel-89/+7
2018-09-14use table layout for checkout station listDaniel Friesel-12/+20
2018-09-02Initial commitDaniel Friesel-0/+217