aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/App/CodeChecker/InfoChecker.php
Commit message (Collapse)AuthorAgeFilesLines
* Make the app code checker a NOOPChristoph Wurst2021-02-111-108/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove unused importsChristoph Wurst2020-03-251-2/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Validate the info.xml against the appstore schema fileJoas Schilling2018-02-161-91/+58
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Version and dependency are now requiredJoas Schilling2017-05-221-31/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Check for nextcloud version as wellLukas Reschke2016-12-051-2/+8
| | | | | | The code checker didn't consider the "nextcloud" version before, resulting in fails such as https://travis-ci.org/nextcloud/richdocuments/jobs/181470760#L415-L416 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix "Undefined index" when the values do not existJoas Schilling2016-08-181-2/+2
|
* Fix othersJoas Schilling2016-07-211-2/+3
|
* Move \OC\App to PSR-4Roeland Jago Douma2016-04-131-0/+160