summaryrefslogtreecommitdiffstats
path: root/core/command/app/checkcode.php
Commit message (Expand)AuthorAgeFilesLines
* Rename files to be PSR-4 compliantLukas Reschke2016-04-061-181/+0
* Happy new year!Thomas Müller2016-01-121-2/+2
* Add a warning to the app:check-code if the version is missingJoas Schilling2016-01-071-0/+4
* Do not allow two different version requirementsJoas Schilling2015-11-091-0/+4
* update licence headers via scriptMorris Jobke2015-10-051-1/+1
* encode arrays as stringMorris Jobke2015-09-241-3/+0
* [App Code Check] add check for version and mandatory fieldsMorris Jobke2015-09-241-1/+68
* PR #17046 deprecated OCP\Util::mb_(sub)str_replace()Joas Schilling2015-07-171-1/+1
* Allow specifying the checkers used in app:check-codeRobin McCorkell2015-07-171-15/+21
* Use the decorator patternJoas Schilling2015-07-171-5/+9
* Restructor the code into different classes instead of extendingJoas Schilling2015-07-171-4/+7
* Use non-zero exit codeJoas Schilling2015-07-171-1/+2
* Allow app:check-code to check for deprecated methodsJoas Schilling2015-07-171-1/+16
* update license headers and authorsMorris Jobke2015-06-251-0/+1
* Use non-zero exit code when app is not compliant (so CIs can detect the status)Joas Schilling2015-06-241-0/+1
* Add verbosity option to app:check-codeMorris Jobke2015-05-051-6/+17
* Fix the "app-id" parameter description of app:check-codeJoas Schilling2015-05-051-1/+1
* Update license headersJenkins for ownCloud2015-03-261-4/+18
* Revert "Updating license headers"Morris Jobke2015-02-261-17/+5
* Updating license headersJenkins for ownCloud2015-02-231-5/+17
* implement php code checker to detect usage of not allowed private APIs - incl...Thomas Müller2015-02-101-0/+53