summaryrefslogtreecommitdiffstats
path: root/core/Command/App
Commit message (Collapse)AuthorAgeFilesLines
* Get the Installer via DIMorris Jobke2017-11-251-7/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-063-1/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use public methods for OC_App::isShippedMorris Jobke2017-08-011-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* add namespacesualko2017-07-261-0/+2
| | | | Signed-off-by: sualko <klaus@jsxc.org>
* add occ app:install commandsualko2017-07-261-0/+75
| | | | Signed-off-by: Klaus Herberth <klaus@jsxc.org>
* Check the migration files for table, column and index length errorsJoas Schilling2017-07-051-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Version and dependency are now requiredJoas Schilling2017-05-221-6/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Implement skip checkers and log the currently tested appMorris Jobke2017-05-161-1/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Skip the code checking for nowJoas Schilling2017-05-161-0/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Check the name length of database itemsJoas Schilling2017-05-161-0/+13
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Check the syntax of the language fileJoas Schilling2017-05-161-0/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Check for nextcloud version as wellLukas Reschke2016-12-051-1/+1
| | | | | | 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 testsLukas Reschke2016-10-311-2/+3
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Full support for autocomplete of app:*Joas Schilling2016-09-295-3/+117
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update with robinJoas Schilling2016-07-213-3/+3
|
* Fix othersJoas Schilling2016-07-215-9/+14
|
* 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-065-0/+516