summaryrefslogtreecommitdiffstats
path: root/tests/core/lostpassword/controller
Commit message (Collapse)AuthorAgeFilesLines
* move lost controller to core/controllerMorris Jobke2016-01-201-442/+0
| | | | | | | * lostpassword.css is unneeded since #11696 is merged - 1b50d4f7ceb92fffe0d38f823f175cf7e419c69e * js is already in core/js * css is moved to core/css/lostpassword * template is moved to core/templates/lostpassword
* Fix unit testsRoeland Jago Douma2016-01-111-10/+0
|
* User IUser::getEMailAddress() all over the placeThomas Müller2015-12-021-66/+113
|
* Expire token after 12h and if user logged-in againLukas Reschke2015-08-221-7/+116
| | | | As an hardening measure we should expire password reset tokens after 12h and if the user has logged-in again successfully after the token was requested.
* Use new IMailer and add unit-tests for lostcontrollerLukas Reschke2015-03-161-9/+92
|
* Mock l10n in the setupLukas Reschke2015-02-011-26/+23
|
* Add unit tests for empty tokenLukas Reschke2015-02-011-2/+15
|
* Disable when no sendmail is availableLukas Reschke2014-12-041-3/+6
|
* Skip lostcontroller sending email test on windowsJoas Schilling2014-11-281-0/+5
|
* Use correct route insteadLukas Reschke2014-11-171-1/+1
| | | | | THX @schiesbn (I should setup a mail server on my local system...)
* Fix scrutinizer issuesLukas Reschke2014-11-171-1/+1
|
* Warn for password reset when files_encryption is enabledLukas Reschke2014-11-171-0/+195
This patch wil warn the user of the consequences when resetting the password and requires checking a checkbox (as we had in the past) to reset a password. Furthermore I updated the code to use our new classes and added some unit tests for it :dancers: Fixes https://github.com/owncloud/core/issues/11438