summaryrefslogtreecommitdiffstats
path: root/core/js/lostpassword.js
Commit message (Expand)AuthorAgeFilesLines
* Create a login bundle for login page scriptsChristoph Wurst2019-05-071-199/+0
* Generic message on password resetRoeland Jago Douma2019-01-151-1/+1
* fixes issue #12383RandieM2018-12-121-1/+1
* Do not bind reset password link if an url is setJohn Molakvoæ (skjnldsv)2018-07-231-1/+1
* prefill userid for login after password resetRobin Appelman2018-06-211-7/+3
* Removed additional and uneccessary request on password reset, to fix redirect...Luca Adrian Lindhorst2018-01-241-8/+1
* made small changes to login screenRobert Pirritano2018-01-111-0/+1
* Use javascript to send the actual password resetRoeland Jago Douma2017-12-191-0/+1
* 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