nextcloud/tests/settings/controller
Lukas Reschke 4b90429178 Add note if integrity check is disabled
Our issue template states that users should post the output of `/index.php/settings/integrity/failed`, at the moment it displays that all passes have been passed if the integrity checker has been disabled.

This is however a wrong approach considering that some distributions are gonna package Frankenstein releases and makes it harder for us to detect such issues. Thus if the integrity code checker is disabled (using the config switch)  it displays now: `Appcode checker has been disabled. Integrity cannot be verified.`

This is not displayed anywhere else in the UI except these URL used for us for debugging purposes.
2016-02-12 11:11:39 +01:00
..
AppSettingsControllerTest.php Remove OC_Config from app management template 2015-12-02 14:35:38 +01:00
CertificateControllerTest.php Allow admins to add system wide root certificates 2016-01-12 12:50:59 +01:00
CheckSetupControllerTest.php Add note if integrity check is disabled 2016-02-12 11:11:39 +01:00
EncryptionControllerTest.php always allow autoloading encryption in unit test 2016-01-18 12:16:13 +01:00
groupscontrollertest.php Only sort by group name when LDAP is involved 2015-06-16 11:10:00 +02:00
logsettingscontrollertest.php use StreamResponse to download the log file - fixes #14268 2015-03-27 11:30:32 +01:00
mailsettingscontrollertest.php Show more detailed error message 2015-03-16 12:47:06 +01:00
securitysettingscontrollertest.php Let users configure security headers in their Webserver 2015-03-02 19:07:46 +01:00
userscontrollertest.php fix tests 2016-02-09 17:37:13 +01:00