Age | Commit message (Expand) | Author | Lines |
2019-03-16 | Add JSON API | Daniel Friesel | -0/+119 |
2019-03-12 | fix failraptor.png for guests. derp. | Daniel Friesel | -3/+5 |
2019-03-12 | implement account deletion | Daniel Friesel | -9/+55 |
2019-03-11 | Allow two regstration attempts per mail | Daniel Friesel | -0/+5 |
2019-03-10 | oops | Daniel Friesel | -1/+1 |
2019-03-10 | redirect users after login to protected page | Daniel Friesel | -0/+3 |
2019-03-09 | add JSON export for history | Daniel Friesel | -35/+44 |
2019-03-09 | Slightly more helpful texts for checkin/checkout pages | Daniel Friesel | -2/+10 |
2019-03-09 | show separate errors for 'invalid credentials' and 'not confirmed yet' | Daniel Friesel | -2/+6 |
2019-03-09 | registration form: note that user name must be alphanumeric | Daniel Friesel | -1/+1 |
2019-03-08 | add password manager hints to login/registration forms | Daniel Friesel | -5/+5 |
2019-03-08 | show hint in case of geolocation error | Daniel Friesel | -1/+1 |
2019-03-08 | checkout UX | Daniel Friesel | -1/+1 |
2019-03-08 | account: Note that deletion is not implemented yet | Daniel Friesel | -0/+9 |
2019-03-08 | add link to github issues | Daniel Friesel | -0/+10 |
2019-03-08 | do not allow multiple pending registrations for one mail0.05 | Daniel Friesel | -1/+1 |
2019-03-08 | departures: Add hint (tap == checkin) | Daniel Friesel | -28/+31 |
2019-03-08 | add logout link to account page | Daniel Friesel | -14/+30 |
2019-03-08 | add intro blurb and login/register links for landing page | Daniel Friesel | -1/+35 |
2019-03-08 | Logout: Use a POST form as it's a stateful action | Daniel Friesel | -1/+7 |
2019-03-07 | switch from HTTP Auth to Cookie Auth | Daniel Friesel | -81/+89 |
2019-03-06 | working registration and verification | Daniel Friesel | -1/+29 |
2019-03-05 | enable form validation for login page | Daniel Friesel | -2/+2 |
2019-03-05 | register: Add simple client-side validation | Daniel Friesel | -4/+4 |
2019-03-05 | registration: more error handling | Daniel Friesel | -9/+42 |
2019-03-04 | Use proper Mojolicious input fields (-> no need to re-type everything on errors) | Daniel Friesel | -6/+6 |
2019-03-04 | prepare registration support | Daniel Friesel | -4/+30 |
2019-03-04 | prepare DB schema for public registration0.04 | Daniel Friesel | -3/+4 |
2019-03-04 | do not show username in navbar (won't fit on small screens otherwise) | Daniel Friesel | -1/+1 |
2019-03-03 | Add account info and data export | Daniel Friesel | -0/+28 |
2019-03-03 | history: Fix typo in HTML element name | Daniel Friesel | -1/+1 |
2019-03-03 | add logout link | Daniel Friesel | -0/+16 |
2019-03-02 | add imprint | Daniel Friesel | -0/+3 |
2019-03-02 | implement user/password/csrf checks for login form | Daniel Friesel | -8/+60 |
2019-02-22 | prepare account support | Daniel Friesel | -0/+56 |
2018-11-02 | add undo for checkouts | Daniel Friesel | -0/+14 |
2018-11-02 | allow undo for checkins | Daniel Friesel | -1/+5 |
2018-10-21 | Minify JS | Daniel Friesel | -2/+2 |
2018-10-21 | handle force checkout in history view | Daniel Friesel | -5/+12 |
2018-10-20 | history: always show train numbers | Daniel Friesel | -1/+1 |
2018-10-18 | history: show departure and arrival times | Daniel Friesel | -5/+10 |
2018-10-13 | add history page | Daniel Friesel | -0/+31 |
2018-10-07 | Only show latest travels on landing page | Daniel Friesel | -2/+2 |
2018-10-07 | add simple about page0.02 | Daniel Friesel | -1/+14 |
2018-10-07 | use purple navbar | Daniel Friesel | -1/+2 |
2018-10-07 | show close stations via geolocation | Daniel Friesel | -0/+7 |
2018-10-07 | only show travel distance if duration is not available | Daniel Friesel | -2/+0 |
2018-10-05 | show journey distances as well | Daniel Friesel | -4/+6 |
2018-10-05 | disable navbar entries for now0.01 | Daniel Friesel | -1/+1 |
2018-10-05 | Use POST requests to modify data | Daniel Friesel | -89/+7 |