aboutsummaryrefslogtreecommitdiffstats
path: root/console.php
Commit message (Expand)AuthorAgeFilesLines
...
* occ command can only be called from ownCloud root directoryMorris Jobke2015-12-171-0/+10
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
* Fix the config.php owner check for console.phpPhilippe Le Brouster2015-07-091-1/+1
* update license headers and authorsMorris Jobke2015-06-251-1/+2
* Add warning to OCC as well in case another PHP version is used thereLukas Reschke2015-05-081-0/+8
* Fix error message when wrong user on consoleJost Baron2015-04-281-2/+2
* Introduce own console application classThomas Müller2015-04-091-32/+4
* Adding check command to validate server environment - fixes #15429Thomas Müller2015-04-081-0/+13
* Update license headersJenkins for ownCloud2015-03-261-4/+21
* Don't swallow errors in console.phpChristian Kampka2015-02-281-0/+1
* Revert "Updating license headers"Morris Jobke2015-02-261-19/+5
* implement command maintenance:installThomas Müller2015-02-231-18/+14
* Updating license headersJenkins for ownCloud2015-02-231-5/+19
* console commands shall not be limited with respect to execution time - fixes ...Thomas Müller2015-02-161-0/+3
* Check for the posix extension - refs https://github.com/owncloud/core/pull/13...Thomas Müller2015-01-121-0/+4
* Check for current user to have the same id then the owner of the config file ...Thomas Müller2015-01-121-0/+11
* Do not load apps when an upgrade is dueVincent Petry2014-07-241-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