Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2019-03-10 | secure session cookies | Daniel Friesel | -1/+4 | |
2019-03-10 | redirect users after login to protected page | Daniel Friesel | -2/+2 | |
2019-03-10 | really do not hardcode travelynx.de | Daniel Friesel | -2/+2 | |
2019-03-10 | Do not hardcode travelynx URL in registration mail | Daniel Friesel | -4/+6 | |
2019-03-09 | add JSON export for history | Daniel Friesel | -1/+10 | |
2019-03-09 | Slightly more helpful texts for checkin/checkout pages | Daniel Friesel | -1/+2 | |
2019-03-09 | show separate errors for 'invalid credentials' and 'not confirmed yet' | Daniel Friesel | -1/+7 | |
2019-03-09 | fix timeout on unauthenticated access to account-specific pages | Daniel Friesel | -1/+5 | |
2019-03-08 | allow filtering by train for external travelynx links | Daniel Friesel | -1/+7 | |
2019-03-08 | travelynx.finalrewind.org -> travelynx.de | Daniel Friesel | -4/+4 | |
2019-03-08 | do not allow multiple pending registrations for one mail0.05 | Daniel Friesel | -0/+38 | |
2019-03-08 | derp | Daniel Friesel | -1/+1 | |
2019-03-08 | add hypnotoad config | Daniel Friesel | -4/+6 | |
2019-03-08 | move /action to non-authenticated area to handle session issues | Daniel Friesel | -7/+18 | |
2019-03-08 | Logout: Use a POST form as it's a stateful action | Daniel Friesel | -0/+4 | |
2019-03-07 | switch from HTTP Auth to Cookie Auth | Daniel Friesel | -255/+191 | |
2019-03-06 | working registration and verification | Daniel Friesel | -30/+152 | |
2019-03-06 | work-in-progress registration process | Daniel Friesel | -4/+32 | |
2019-03-06 | bump DB schema to v2 | Daniel Friesel | -2/+3 | |
Add token to "users" (for mail verification etc) Add new table "pending_mails" (to avoid spamming individual addresses) | ||||
2019-03-06 | add password hashing | Daniel Friesel | -0/+18 | |
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 | |
Hashtag Verpeilungsfaktor | ||||
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 | |