summaryrefslogtreecommitdiffstats
path: root/core/js/lostpassword.js
Commit message (Expand)AuthorAgeFilesLines
* Fix template order and animationJohn Molakvoæ (skjnldsv)2017-11-051-1/+4
* Not disabled by defaultJohn Molakvoæ (skjnldsv)2017-11-051-24/+44
* Fix loading state and error message displayJohn Molakvoæ (skjnldsv)2017-11-051-1/+17
* Add some JS to hide and show elements for password resetJan-Christoph Borchardt2017-11-021-1/+23
* Disable the API endpoints as wellJoas Schilling2017-05-111-1/+3
* Use dot notation for array access - JSLint recommendationMorris Jobke2017-05-011-2/+2
* Add at most 10 password reset requests per 5 minutes and IP rangeLukas Reschke2017-04-221-1/+3
* create new encryption keys on password reset and backup the old oneBjoern Schiessle2017-01-101-1/+1
* replace $().attr('checked') by $().prop('checked', state) or $().is(':checked')Christoph Wurst2016-04-191-2/+2
* Allow specifying a custom reset-password-urlJoas Schilling2015-12-071-4/+8
* Use `/` as redirect location if webroot is set to an empty valueLukas Reschke2014-11-211-1/+5
* Show spinnerLukas Reschke2014-11-171-0/+1
* Hide submit button after password changeLukas Reschke2014-11-171-0/+3
* Warn for password reset when files_encryption is enabledLukas Reschke2014-11-171-13/+6
* remove whitespace at end of lineMorris Jobke2014-06-131-14/+14
* Migrate ´ to 'Morris Jobke2014-06-131-2/+2
* Remove infield label, add password icon, fix layoutMorris Jobke2014-06-131-1/+2
* Change routes. Update templatesVictor Dubiniuk2014-06-131-1/+1
* Changes according to reviewVictor Dubiniuk2014-06-131-9/+12
* Use appframeworkVictor Dubiniuk2014-06-131-2/+2
* BasicsVictor Dubiniuk2014-06-131-0/+134