Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Log exception in case an app update fails | Morris Jobke | 2018-11-01 | 1 | -1/+7 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add occ app:update command | Michael Gerber | 2018-11-01 | 1 | -0/+119 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use error styling for exception message | Patrik Kernstock | 2018-10-10 | 1 | -2/+2 |
| | | | | Signed-off-by: Patrik Kernstock <info@pkern.at> | ||||
* | Using Throwable instead of Exception | Patrik Kernstock | 2018-10-10 | 1 | -2/+3 |
| | | | | Signed-off-by: Patrik Kernstock <info@pkern.at> | ||||
* | Log exception using ILogger | Patrik Kernstock | 2018-10-05 | 1 | -1/+14 |
| | | | | Signed-off-by: Patrik Kernstock <info@pkern.at> | ||||
* | Inject AppManager and Installer, check for shipped app prior removing | Patrik Kernstock | 2018-10-05 | 1 | -6/+29 |
| | | | | Signed-off-by: Patrik Kernstock <info@pkern.at> | ||||
* | Run uninstall tasks by default, added '--keep-data' parameter | Patrik Kernstock | 2018-10-05 | 1 | -0/+19 |
| | | | | Signed-off-by: Patrik Kernstock <info@pkern.at> | ||||
* | Add occ app:remove CLI command | Patrik Kernstock | 2018-10-05 | 1 | -0/+93 |
| | | | | Signed-off-by: Patrik Kernstock <info@pkern.at> | ||||
* | Use isInstalled of AppManger instead of reimplement it | Morris Jobke | 2018-03-21 | 1 | -0/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | enable app by default after occ app:install | sualko | 2018-02-26 | 1 | -3/+3 |
| | | | | Signed-off-by: Klaus Herberth <klaus@jsxc.org> | ||||
* | add enable flag to occ app:install (fix #5834) | sualko | 2018-02-26 | 1 | -0/+13 |
| | | | | Signed-off-by: Klaus Herberth <klaus@jsxc.org> | ||||
* | App manager is not needed anymore | Joas Schilling | 2018-02-16 | 1 | -2/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Validate the info.xml against the appstore schema file | Joas Schilling | 2018-02-16 | 1 | -50/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 1 | -3/+6 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Get the Installer via DI | Morris Jobke | 2017-11-25 | 1 | -7/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 3 | -1/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use public methods for OC_App::isShipped | Morris Jobke | 2017-08-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | add namespace | sualko | 2017-07-26 | 1 | -0/+2 |
| | | | | Signed-off-by: sualko <klaus@jsxc.org> | ||||
* | add occ app:install command | sualko | 2017-07-26 | 1 | -0/+75 |
| | | | | Signed-off-by: Klaus Herberth <klaus@jsxc.org> | ||||
* | Check the migration files for table, column and index length errors | Joas Schilling | 2017-07-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Version and dependency are now required | Joas Schilling | 2017-05-22 | 1 | -6/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Implement skip checkers and log the currently tested app | Morris Jobke | 2017-05-16 | 1 | -1/+4 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Skip the code checking for now | Joas Schilling | 2017-05-16 | 1 | -0/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Check the name length of database items | Joas Schilling | 2017-05-16 | 1 | -0/+13 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Check the syntax of the language file | Joas Schilling | 2017-05-16 | 1 | -0/+10 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Check for nextcloud version as well | Lukas Reschke | 2016-12-05 | 1 | -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 tests | Lukas Reschke | 2016-10-31 | 1 | -2/+3 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Full support for autocomplete of app:* | Joas Schilling | 2016-09-29 | 5 | -3/+117 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 3 | -3/+3 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 5 | -9/+14 |
| | |||||
* | Deprecate appinfo/update.php - RepairSteps within info.xml are to be used | Thomas Müller | 2016-04-22 | 1 | -0/+18 |
| | |||||
* | Rename files to be PSR-4 compliant | Lukas Reschke | 2016-04-06 | 5 | -0/+516 |