Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move lost controller to core/controller | Morris Jobke | 2016-01-20 | 1 | -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 tests | Roeland Jago Douma | 2016-01-11 | 1 | -10/+0 |
| | |||||
* | User IUser::getEMailAddress() all over the place | Thomas Müller | 2015-12-02 | 1 | -66/+113 |
| | |||||
* | Expire token after 12h and if user logged-in again | Lukas Reschke | 2015-08-22 | 1 | -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 lostcontroller | Lukas Reschke | 2015-03-16 | 1 | -9/+92 |
| | |||||
* | Mock l10n in the setup | Lukas Reschke | 2015-02-01 | 1 | -26/+23 |
| | |||||
* | Add unit tests for empty token | Lukas Reschke | 2015-02-01 | 1 | -2/+15 |
| | |||||
* | Disable when no sendmail is available | Lukas Reschke | 2014-12-04 | 1 | -3/+6 |
| | |||||
* | Skip lostcontroller sending email test on windows | Joas Schilling | 2014-11-28 | 1 | -0/+5 |
| | |||||
* | Use correct route instead | Lukas Reschke | 2014-11-17 | 1 | -1/+1 |
| | | | | | THX @schiesbn (I should setup a mail server on my local system...) | ||||
* | Fix scrutinizer issues | Lukas Reschke | 2014-11-17 | 1 | -1/+1 |
| | |||||
* | Warn for password reset when files_encryption is enabled | Lukas Reschke | 2014-11-17 | 1 | -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 |