summaryrefslogtreecommitdiffstats
path: root/console.php
Commit message (Expand)AuthorAgeFilesLines
* console commands shall not be limited with respect to execution time - fixes ...Thomas Müller2015-02-161-0/+3
* Do not load apps when an upgrade is dueVincent Petry2014-08-251-6/+12
* adding try/catch + switch to config object as provided by the server containerThomas Müller2014-05-191-20/+25
* call OC_App::loadApps(); to load all commands of all apps and related functio...Thomas Müller2014-03-251-0/+3
* 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
* 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