summaryrefslogtreecommitdiffstats
path: root/tests/core
Commit message (Collapse)AuthorAgeFilesLines
* 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