summaryrefslogtreecommitdiffstats
path: root/core/Command/App/CheckCode.php
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated occ app:check-code commandCôme Chilliet2022-04-281-72/+0
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+0
* Make the app code checker a NOOPChristoph Wurst2021-02-111-122/+4
* Remove the deprecated update.phpChristoph Wurst2020-11-271-18/+0
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Add return value to all commandsJoas Schilling2020-06-261-1/+1
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-8/+7
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-4/+4
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-3/+3
* App manager is not needed anymoreJoas Schilling2018-02-161-2/+1
* Validate the info.xml against the appstore schema fileJoas Schilling2018-02-161-50/+4
* Use ::class statement instead of stringMorris Jobke2018-01-291-3/+6
* Check the migration files for table, column and index length errorsJoas Schilling2017-07-051-1/+1
* Version and dependency are now requiredJoas Schilling2017-05-221-6/+2
* Implement skip checkers and log the currently tested appMorris Jobke2017-05-161-1/+4
* Skip the code checking for nowJoas Schilling2017-05-161-0/+6
* Check the name length of database itemsJoas Schilling2017-05-161-0/+13
* Check the syntax of the language fileJoas Schilling2017-05-161-0/+10
* Check for nextcloud version as wellLukas Reschke2016-12-051-1/+1
* Full support for autocomplete of app:*Joas Schilling2016-09-291-1/+27
* Fix othersJoas Schilling2016-07-211-2/+3
* Deprecate appinfo/update.php - RepairSteps within info.xml are to be usedThomas Müller2016-04-221-0/+18
* Rename files to be PSR-4 compliantLukas Reschke2016-04-061-0/+181