summaryrefslogtreecommitdiffstats
path: root/core/Command/App
Commit message (Collapse)AuthorAgeFilesLines
* Log exception in case an app update failsMorris Jobke2018-11-011-1/+7
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add occ app:update commandMichael Gerber2018-11-011-0/+119
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use error styling for exception messagePatrik Kernstock2018-10-101-2/+2
| | | | Signed-off-by: Patrik Kernstock <info@pkern.at>
* Using Throwable instead of ExceptionPatrik Kernstock2018-10-101-2/+3
| | | | Signed-off-by: Patrik Kernstock <info@pkern.at>
* Log exception using ILoggerPatrik Kernstock2018-10-051-1/+14
| | | | Signed-off-by: Patrik Kernstock <info@pkern.at>
* Inject AppManager and Installer, check for shipped app prior removingPatrik Kernstock2018-10-051-6/+29
| | | | Signed-off-by: Patrik Kernstock <info@pkern.at>
* Run uninstall tasks by default, added '--keep-data' parameterPatrik Kernstock2018-10-051-0/+19
| | | | Signed-off-by: Patrik Kernstock <info@pkern.at>
* Add occ app:remove CLI commandPatrik Kernstock2018-10-051-0/+93
| | | | Signed-off-by: Patrik Kernstock <info@pkern.at>
* Use isInstalled of AppManger instead of reimplement itMorris Jobke2018-03-211-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* enable app by default after occ app:installsualko2018-02-261-3/+3
| | | | Signed-off-by: Klaus Herberth <klaus@jsxc.org>
* add enable flag to occ app:install (fix #5834)sualko2018-02-261-0/+13
| | | | Signed-off-by: Klaus Herberth <klaus@jsxc.org>
* App manager is not needed anymoreJoas Schilling2018-02-161-2/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Validate the info.xml against the appstore schema fileJoas Schilling2018-02-161-50/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use ::class statement instead of stringMorris Jobke2018-01-291-3/+6
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* 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