summaryrefslogtreecommitdiffstats
path: root/lib/private/IntegrityCheck
Commit message (Collapse)AuthorAgeFilesLines
* Handle strict typing in Checker and fix testsRoeland Jago Douma2018-02-211-1/+6
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make OC\IntegrityCheck strictRoeland Jago Douma2018-02-216-33/+38
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Also replace all other occurencesMorris Jobke2017-12-181-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-062-0/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove ownCloud Root Authority as per todoJoas Schilling2017-03-221-8/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #2724 from nextcloud/fix-23591Lukas Reschke2016-12-212-18/+59
|\ | | | | [downstream] Report failures for SignApp and SignCore
| * Add proper testsLukas Reschke2016-12-192-20/+18
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * Check return value for file_put_contents. Add return value to the commandsVictor Dubiniuk2016-12-162-12/+55
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Consider all channel except blank and git to be signedVictor Dubiniuk2016-12-161-7/+3
|/ | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Make sure memory limit is > post size and upload filesizeJoas Schilling2016-09-131-1/+1
|
* Fix intergrity checkerRoeland Jago Douma2016-09-071-1/+5
| | | | | | * Set salt length to 0 See https://tools.ietf.org/html/rfc3447#page-38 * Fix tests for new phpunit
* Fix othersJoas Schilling2016-07-217-8/+17
|
* Fix typoLukas Reschke2016-07-211-1/+1
|
* Port ↵Lukas Reschke2016-07-212-1/+19
| | | | https://github.com/nextcloud/server/commit/2d373416d8e54a7de84879a365c372a85104c6df to master
* Use proper certificatesLukas Reschke2016-07-211-2/+9
| | | | Ports https://github.com/nextcloud/server/commit/bcf693539be82e872ba4d6cceb1f430a4bb841d9
* Make code integrity check work when OC is not installed yetVincent Petry2016-06-241-3/+12
|
* Update ExcludeFileByNameFilterIterator.php (#25184)Thomas Müller2016-06-201-0/+1
| | | | | Gentoo & derivatives use a tool named webapp-config which places two files in a webapp-config manager web application: 1: .webapp tag with more detailed info on the configuration done by webapp-config 2: .webapp-appname with the list of files installed by the tool to be able to later only delete stuff that was installed (in case of upgrade) and updated configurations.
* Update license headersLukas Reschke2016-05-267-7/+9
|
* Fix use statementRoeland Jago Douma2016-04-181-1/+1
|
* Move OC\IntegrityCheck to PSR-4Roeland Jago Douma2016-04-187-0/+874