summaryrefslogtreecommitdiffstats
path: root/core/lostpassword/controller/lostcontroller.php
Commit message (Expand)AuthorAgeFilesLines
* move lost controller to core/controllerMorris Jobke2016-01-201-257/+0
* Happy new year!Thomas Müller2016-01-121-1/+2
* getMediumStrengthGenerator is deprecated and does not do anything anymoreRoeland Jago Douma2016-01-111-1/+1
* User IUser::getEMailAddress() all over the placeThomas Müller2015-12-021-4/+3
* Expire token after 12h and if user logged-in againLukas Reschke2015-08-221-4/+20
* Update license headersJenkins for ownCloud2015-03-261-4/+22
* Use new IMailer and add unit-tests for lostcontrollerLukas Reschke2015-03-161-10/+14
* Migrate to SwiftMailLukas Reschke2015-03-161-1/+1
* Revert "Updating license headers"Morris Jobke2015-02-261-22/+5
* Updating license headersJenkins for ownCloud2015-02-231-5/+22
* Add unit tests for empty tokenLukas Reschke2015-02-011-1/+1
* Default to `null` for lostpasswordLukas Reschke2015-02-011-1/+1
* add password as parameter to the signal so that the encryption can create a n...Bjoern Schiessle2014-11-171-1/+1
* Add "postPasswordReset" hookLukas Reschke2014-11-171-4/+8
* Use correct route insteadLukas Reschke2014-11-171-1/+1
* Remove uneeded importLukas Reschke2014-11-171-1/+0
* Warn for password reset when files_encryption is enabledLukas Reschke2014-11-171-85/+79
* - adding default value for $recoveryPasswordThomas Müller2014-07-241-1/+24
* add proper Exception message for invalid tokenMorris Jobke2014-06-131-2/+5
* use array_merge for merging arrays in PHPMorris Jobke2014-06-131-1/+1
* complete renaming uid to userIdMorris Jobke2014-06-131-4/+4
* Migrate ´ to 'Morris Jobke2014-06-131-3/+3
* reformat method call and fix paranthesis mismatchMorris Jobke2014-06-131-8/+8
* more style fixesBernhard Posselt2014-06-131-15/+24
* use more stuff from core :)Bernhard Posselt2014-06-131-69/+100
* Add missing useVictor Dubiniuk2014-06-131-0/+1
* Fix check for user existenceVictor Dubiniuk2014-06-131-1/+2
* Remove debug outputVictor Dubiniuk2014-06-131-1/+0
* Change routes. Update templatesVictor Dubiniuk2014-06-131-17/+19
* Changes according to reviewVictor Dubiniuk2014-06-131-13/+100
* Use appframeworkVictor Dubiniuk2014-06-131-0/+66