summaryrefslogtreecommitdiffstats
path: root/tests/settings
Commit message (Collapse)AuthorAgeFilesLines
* Make root tests extend the \Test\TestCaseJoas Schilling2014-11-191-1/+3
|
* Warn for password reset when files_encryption is enabledLukas Reschke2014-11-171-1/+1
| | | | | | | | 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
* Fail...Lukas Reschke2014-11-141-1/+1
|
* Mark skipped until #12085 is mergedLukas Reschke2014-11-141-0/+6
| | | See https://github.com/owncloud/core/pull/12175#issuecomment-63054620
* Migrate "setsecurity.php" to the AppFrameworkLukas Reschke2014-11-031-0/+138
| | | | | | | | | | | | Add switch to enforce SSL for subdomains Add unit tests Add test for boolean values Camel-case Fix ugly JS
* Fix unit testLukas Reschke2014-10-161-3/+3
| | | Regression introduced with https://github.com/owncloud/core/pull/11615
* Refactor MailSettings controllerLukas Reschke2014-10-141-0/+196
- Do not store the password (fixes https://github.com/owncloud/core/issues/11385) - Refactor to AppFramework - Add unit tests Conflicts: settings/admin/controller.php