summaryrefslogtreecommitdiffstats
path: root/console.php
Commit message (Collapse)AuthorAgeFilesLines
* call OC_App::loadApps(); to load all commands of all apps and related ↵Thomas Müller2014-03-251-0/+3
| | | | functionality
* remove some more global variable $RUNTIME_NOAPPSThomas Müller2014-02-061-1/+0
|
* Add copyright, remove starting blank lineBart Visscher2013-09-191-1/+0
|
* Check all installed apps for console commandsBart Visscher2013-09-141-1/+1
|
* Use appinfo/register_command.php to add commands to the console commandBart Visscher2013-09-131-2/+7
|
* Cleanup and more style fixesBart Visscher2013-09-021-1/+0
|
* Change Files Scan command to use OC\User\ManagerBart Visscher2013-09-021-1/+1
|
* Use more object oriented way for console commandsBart Visscher2013-09-011-29/+8
|
* replace ident spaces with tabsMasaki2013-08-291-20/+21
|
* added help and status commandsMasaki Kawabata Neto2013-08-291-7/+22
| | | | switch structure enables many commands seamlessy. also added some help and status command.
* adding executable script occ (ownCloud console)Thomas Müller2013-08-051-2/+2
|
* more verbose printouts - fixing executionThomas Müller2013-08-021-7/+18
|
* Use console.php entry point for file scanning from consoleBart Visscher2013-08-021-0/+25