nextcloud/tests
Lukas Reschke 08e73d2c8f Add hidden config switch to disable code integrity checking
This adds a hidden config flag that allows somebody to disable the code integrity check. If `integrity.check.disabled` is set to `true` in the config file:

1. The integrity check functions will return always an empty result
2. The integrity check is not performed when installing apps
3. The integrity check is not performed when updating apps
4. The integrity check is not performed when updating the core

Furthermore this adds support for a list of channels that the code checker will run on. At the moment this is only stable because I didn't want to break any build scripts that we have. Once we have a proper CA setup and updated the build process to sign the releases we can add the RC, alpha, beta as well as daily releases. So everything except "git" basically.
2016-01-12 18:48:36 +01:00
..
acceptance correct delete-icon to icon-delete, fix #11128 2014-09-22 18:17:33 +02:00
apps [App Code Check] add check for version and mandatory fields 2015-09-24 11:58:12 +02:00
core Fix unit tests 2016-01-11 20:29:48 +01:00
data Add code integrity check 2015-12-01 11:55:20 +01:00
lib Add hidden config switch to disable code integrity checking 2016-01-12 18:48:36 +01:00
objectstore Use proper statement to retrieve the IP of an docker instance 2015-10-30 09:28:33 +01:00
ocs Following the spec: 2015-08-05 17:49:44 +02:00
ocs-provider Reference v2 in the provider list 2015-10-13 16:45:16 +02:00
settings Allow admins to add system wide root certificates 2016-01-12 12:50:59 +01:00
travis Make Travis CI pass when DAV was not touched 2015-10-29 10:14:45 +01:00
apps.php do not execute integration tests when executing autotest.sh 2015-05-15 16:38:21 +02:00
bootstrap.php Load all enabled apps in test bootstrap 2015-09-07 16:06:53 +01:00
enable_all.php added app "federation", allows you to connect ownClouds and exchange user lists 2015-11-19 18:06:38 +01:00
karma.config.js Merge branch 'master' into issue_20427 2015-12-03 12:35:49 +01:00
phpunit-autotest-external.xml remove deprecated strict setting 2015-12-09 12:10:12 +01:00
phpunit-autotest.xml Add endpoint with list of OCS providers 2015-06-27 18:23:49 +02:00
phpunit.xml.dist Add endpoint with list of OCS providers 2015-06-27 18:23:49 +02:00
preseed-config.php Do not add apps2/ directory if it does not exist 2015-03-19 09:07:29 +01:00
startsessionlistener.php Make compatible with PHPUnit 5.1 2015-12-10 09:22:41 +01:00