summaryrefslogtreecommitdiffstats
path: root/lib/private/Console
Commit message (Collapse)AuthorAgeFilesLines
* handle errors in apps while registering commandsRobin Appelman2016-11-241-2/+11
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add upgrade command before repair, handle NeedsUpgradeExcaption betterJörn Friedrich Dreyer2016-10-241-29/+34
|
* [9.2] Register commands in info.xml (#26248)Thomas Müller2016-10-111-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 _completionJoas Schilling2016-09-291-5/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Correct name in Console Application.phpblizzz2016-08-041-3/+3
| | | see changes :)
* Fix othersJoas Schilling2016-07-212-4/+6
|
* Use the themed Defaults everywhereJoas Schilling2016-07-151-2/+2
|
* Revert "occ web executor (#24957)"Morris Jobke2016-07-071-2/+1
| | | | This reverts commit 854352d9a064a1e469ede207493bce44fd41d96c.
* occ web executor (#24957)VicDeo2016-06-221-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 headersLukas Reschke2016-05-261-1/+1
|
* Correctly register autoloading before install.php and loading commandsJoas Schilling2016-05-111-1/+1
|
* Move \OC\Console to PSR-4Roeland Jago Douma2016-04-192-0/+254