Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2019-04-02 | login, register; Do not doule-nest row/col classes | Daniel Friesel | -30/+28 |
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 | show separate errors for 'invalid credentials' and 'not confirmed yet' | Daniel Friesel | -2/+6 |
2019-03-08 | add password manager hints to login/registration forms | Daniel Friesel | -2/+2 |
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 | -2/+2 |
2019-03-06 | working registration and verification | Daniel Friesel | -1/+25 |
2019-03-05 | enable form validation for login page | Daniel Friesel | -2/+2 |
2019-03-04 | Use proper Mojolicious input fields (-> no need to re-type everything on errors) | Daniel Friesel | -2/+2 |
2019-03-03 | add logout link | Daniel Friesel | -0/+16 |
2019-03-02 | implement user/password/csrf checks for login form | Daniel Friesel | -8/+44 |
2019-02-22 | prepare account support | Daniel Friesel | -0/+18 |