Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |