summaryrefslogtreecommitdiffstats
path: root/lib/private/app/codechecker.php
Commit message (Expand)AuthorAgeFilesLines
* Restructor the code into different classes instead of extendingJoas Schilling2015-07-171-162/+0
* Check for methods as good as possibleJoas Schilling2015-07-171-1/+4
* Allow checking for functionsJoas Schilling2015-07-171-1/+3
* Add support for deprecated constantsJoas Schilling2015-07-171-1/+3
* Correctly handle use statementsJoas Schilling2015-07-171-0/+1
* Allow app:check-code to check for deprecated methodsJoas Schilling2015-07-171-29/+34
* [app code check] add OC_Search_Provider and _ResultMorris Jobke2015-07-021-0/+2
* update license headers and authorsMorris Jobke2015-06-251-0/+1
* Merge pull request #16067 from owncloud/verbosity-in-app-code-checkLukas Reschke2015-05-061-1/+1
|\
| * Add verbosity option to app:check-codeMorris Jobke2015-05-051-1/+1
* | Check usage of != and == - refs #16054Thomas Müller2015-05-051-0/+1
|/
* Ignore test folders when checking the code for complianceThomas Müller2015-04-231-1/+1
* Merge pull request #14495 from owncloud/update-mailmap-01Thomas Müller2015-03-261-4/+18
|\
| * Update license headersJenkins for ownCloud2015-03-261-4/+18
* | Correctly only send the errors of the current file to the eventJoas Schilling2015-03-261-2/+3
|/
* Revert "Updating license headers"Morris Jobke2015-02-261-17/+5
* Updating license headersJenkins for ownCloud2015-02-231-5/+17
* integrate code checker in the installerThomas Müller2015-02-111-4/+19
* implement php code checker to detect usage of not allowed private APIs - incl...Thomas Müller2015-02-101-0/+115