summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
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
2018-10-07derpDaniel Friesel-3/+3
2018-10-07Only show latest travels on landing pageDaniel Friesel-8/+14
2018-10-07add simple about page0.02Daniel Friesel-1/+20
2018-10-07use purple navbarDaniel Friesel-1/+2
2018-10-07show close stations via geolocationDaniel Friesel-1/+93
2018-10-07only show travel distance if duration is not availableDaniel Friesel-2/+0
2018-10-07Fix UTF-8Daniel Friesel-2/+7
2018-10-05show journey distances as wellDaniel Friesel-6/+53
2018-10-05Show inline error messages when checkin/checkout failsDaniel Friesel-30/+38
2018-10-05disable navbar entries for now0.01Daniel Friesel-1/+1
2018-10-05make index.pl executableDaniel Friesel-0/+0
2018-10-05Use POST requests to modify dataDaniel Friesel-119/+86
2018-09-14index.pl: Fix mistaken usage of get_user_idDaniel Friesel-5/+5
2018-09-14use table layout for checkout station listDaniel Friesel-12/+20
2018-09-03index.pl: Always use get_user_id without argumentDaniel Friesel-2/+2
2018-09-03index.pl: Fix typo causing all checkins to be done by 'dev'Daniel Friesel-1/+1
2018-09-02Initial commitDaniel Friesel-0/+3263