Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2019-03-05 | registration: more error handling | Daniel Friesel | -4/+35 |
2019-03-04 | forbid the user name 'dev' | Daniel Friesel | -3/+6 |
2019-03-04 | prepare registration support | Daniel Friesel | -1/+97 |
2019-03-04 | prepare DB schema for public registration0.04 | Daniel Friesel | -0/+43 |
2019-03-03 | Add account info and data export | Daniel Friesel | -0/+54 |
2019-03-03 | Alwayse use 3 hours of lookbehind | Daniel Friesel | -1/+1 |
2019-03-03 | add logout link | Daniel Friesel | -1/+7 |
2019-03-03 | set cookie lifetime to 6 months | Daniel Friesel | -0/+3 |
2019-03-02 | add imprint | Daniel Friesel | -0/+12 |
2019-03-02 | implement user/password/csrf checks for login form | Daniel Friesel | -20/+43 |
2019-03-01 | Fix encoding of station name in checkin/checkout screen | Daniel Friesel | -1/+1 |
2019-02-22 | prepare account support | Daniel Friesel | -0/+32 |
2019-02-15 | perltidy | Daniel Friesel | -13/+13 |
2019-02-15 | checkin: ensure that users are checked out first | Daniel Friesel | -0/+16 |
2018-11-08 | sort by real-time departure | Daniel Friesel | -1/+1 |
2018-11-02 | add undo for checkouts | Daniel Friesel | -0/+4 |
2018-11-02 | allow undo for checkins | Daniel Friesel | -14/+74 |
2018-11-02 | Fix "undo" being ignored in last actions | Daniel Friesel | -2/+2 |
2018-10-27 | perltidy | Daniel Friesel | -7/+10 |
2018-10-27 | departures: show next / most recent departures first | Daniel Friesel | -4/+7 |
2018-10-21 | Re-add force checkout to frontend | Daniel Friesel | -40/+39 |
2018-10-18 | handle consecutive checkins by ignoring previous ones | Daniel Friesel | -1/+3 |
2018-10-13 | add history page | Daniel Friesel | -0/+6 |
2018-10-13 | Only show latest actions on main page | Daniel Friesel | -26/+27 |
2018-10-07 | derp | Daniel Friesel | -3/+3 |
2018-10-07 | Only show latest travels on landing page | Daniel Friesel | -6/+12 |
2018-10-07 | add simple about page0.02 | Daniel Friesel | -0/+6 |
2018-10-07 | show close stations via geolocation | Daniel Friesel | -1/+31 |
2018-10-07 | Fix UTF-8 | Daniel Friesel | -2/+7 |
2018-10-05 | show journey distances as well | Daniel Friesel | -2/+47 |
2018-10-05 | make index.pl executable | Daniel Friesel | -0/+0 |
2018-10-05 | Use POST requests to modify data | Daniel Friesel | -30/+53 |
2018-09-14 | index.pl: Fix mistaken usage of get_user_id | Daniel Friesel | -5/+5 |
2018-09-03 | index.pl: Always use get_user_id without argument | Daniel Friesel | -2/+2 |
2018-09-03 | index.pl: Fix typo causing all checkins to be done by 'dev' | Daniel Friesel | -1/+1 |
2018-09-02 | Initial commit | Daniel Friesel | -0/+604 |