Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixup code | Roeland Jago Douma | 2017-12-22 | 1 | -1/+5 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -1/+4 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fixed typo | Miha Frangez | 2017-05-19 | 1 | -1/+1 |
| | |||||
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | ownC -> Nextc | Morris Jobke | 2017-03-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | maintenance warning printed on STDERR rather than STDOUT | noveens | 2017-03-19 | 1 | -1/+3 |
| | | | | | | redundant check removed Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use SystemConfig instead of AllConfig for DB stuff | Morris Jobke | 2017-03-19 | 1 | -1/+1 |
| | | | | | | * preparation for followup PRs to clean up the DB bootstrapping Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Revert unintentional log timestamp format change | Joas Schilling | 2017-01-30 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix default value for logdateformat - fixes #3107 | Morris Jobke | 2017-01-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | handle errors in apps while registering commands | Robin Appelman | 2016-11-24 | 1 | -2/+11 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | add upgrade command before repair, handle NeedsUpgradeExcaption better | Jörn Friedrich Dreyer | 2016-10-24 | 1 | -29/+34 |
| | |||||
* | [9.2] Register commands in info.xml (#26248) | Thomas Müller | 2016-10-11 | 1 | -2/+23 |
| | | | | | | | | | | | | * Use DI to load console commands from the apps - class name to be defined in the info.xml * Load commands from info.xml * Fix unit test * Allow Di magic for IMountManager Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Do not break the output when running _completion | Joas Schilling | 2016-09-29 | 1 | -5/+9 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Correct name in Console Application.php | blizzz | 2016-08-04 | 1 | -3/+3 |
| | | | see changes :) | ||||
* | Fix others | Joas Schilling | 2016-07-21 | 2 | -4/+6 |
| | |||||
* | Use the themed Defaults everywhere | Joas Schilling | 2016-07-15 | 1 | -2/+2 |
| | |||||
* | Revert "occ web executor (#24957)" | Morris Jobke | 2016-07-07 | 1 | -2/+1 |
| | | | | This reverts commit 854352d9a064a1e469ede207493bce44fd41d96c. | ||||
* | occ web executor (#24957) | VicDeo | 2016-06-22 | 1 | -1/+2 |
| | | | | | | | | | | | | * Initial web executor * Fix PHPDoc Fix broken integration test OccControllerTests do not require database access - moch them all! Kill unused sprintf | ||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+1 |
| | |||||
* | Correctly register autoloading before install.php and loading commands | Joas Schilling | 2016-05-11 | 1 | -1/+1 |
| | |||||
* | Move \OC\Console to PSR-4 | Roeland Jago Douma | 2016-04-19 | 2 | -0/+254 |