| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not bind reset password link if an url is set | John Molakvoæ (skjnldsv) | 2018-08-17 | 1 | -1/+1 |
* | Removed additional and uneccessary request on password reset, to fix redirect... | Luca Adrian Lindhorst | 2018-01-24 | 1 | -8/+1 |
* | made small changes to login screen | Robert Pirritano | 2018-01-11 | 1 | -0/+1 |
* | Use javascript to send the actual password reset | Roeland Jago Douma | 2017-12-19 | 1 | -0/+1 |
* | Fix template order and animation | John Molakvoæ (skjnldsv) | 2017-11-05 | 1 | -1/+4 |
* | Not disabled by default | John Molakvoæ (skjnldsv) | 2017-11-05 | 1 | -24/+44 |
* | Fix loading state and error message display | John Molakvoæ (skjnldsv) | 2017-11-05 | 1 | -1/+17 |
* | Add some JS to hide and show elements for password reset | Jan-Christoph Borchardt | 2017-11-02 | 1 | -1/+23 |
* | Disable the API endpoints as well | Joas Schilling | 2017-05-11 | 1 | -1/+3 |
* | Use dot notation for array access - JSLint recommendation | Morris Jobke | 2017-05-01 | 1 | -2/+2 |
* | Add at most 10 password reset requests per 5 minutes and IP range | Lukas Reschke | 2017-04-22 | 1 | -1/+3 |
* | create new encryption keys on password reset and backup the old one | Bjoern Schiessle | 2017-01-10 | 1 | -1/+1 |
* | replace $().attr('checked') by $().prop('checked', state) or $().is(':checked') | Christoph Wurst | 2016-04-19 | 1 | -2/+2 |
* | Allow specifying a custom reset-password-url | Joas Schilling | 2015-12-07 | 1 | -4/+8 |
* | Use `/` as redirect location if webroot is set to an empty value | Lukas Reschke | 2014-11-21 | 1 | -1/+5 |
* | Show spinner | Lukas Reschke | 2014-11-17 | 1 | -0/+1 |
* | Hide submit button after password change | Lukas Reschke | 2014-11-17 | 1 | -0/+3 |
* | Warn for password reset when files_encryption is enabled | Lukas Reschke | 2014-11-17 | 1 | -13/+6 |
* | remove whitespace at end of line | Morris Jobke | 2014-06-13 | 1 | -14/+14 |
* | Migrate ´ to ' | Morris Jobke | 2014-06-13 | 1 | -2/+2 |
* | Remove infield label, add password icon, fix layout | Morris Jobke | 2014-06-13 | 1 | -1/+2 |
* | Change routes. Update templates | Victor Dubiniuk | 2014-06-13 | 1 | -1/+1 |
* | Changes according to review | Victor Dubiniuk | 2014-06-13 | 1 | -9/+12 |
* | Use appframework | Victor Dubiniuk | 2014-06-13 | 1 | -2/+2 |
* | Basics | Victor Dubiniuk | 2014-06-13 | 1 | -0/+134 |