| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce own console application class | Thomas Müller | 2015-04-09 | 1 | -32/+4 |
* | Adding check command to validate server environment - fixes #15429 | Thomas Müller | 2015-04-08 | 1 | -0/+13 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+21 |
* | Don't swallow errors in console.php | Christian Kampka | 2015-02-28 | 1 | -0/+1 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -19/+5 |
* | implement command maintenance:install | Thomas Müller | 2015-02-23 | 1 | -18/+14 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+19 |
* | console commands shall not be limited with respect to execution time - fixes ... | Thomas Müller | 2015-02-16 | 1 | -0/+3 |
* | Check for the posix extension - refs https://github.com/owncloud/core/pull/13... | Thomas Müller | 2015-01-12 | 1 | -0/+4 |
* | Check for current user to have the same id then the owner of the config file ... | Thomas Müller | 2015-01-12 | 1 | -0/+11 |
* | Do not load apps when an upgrade is due | Vincent Petry | 2014-07-24 | 1 | -6/+12 |
* | adding try/catch + switch to config object as provided by the server container | Thomas Müller | 2014-05-19 | 1 | -20/+25 |
* | call OC_App::loadApps(); to load all commands of all apps and related functio... | Thomas Müller | 2014-03-25 | 1 | -0/+3 |
* | remove some more global variable $RUNTIME_NOAPPS | Thomas Müller | 2014-02-06 | 1 | -1/+0 |
* | Add copyright, remove starting blank line | Bart Visscher | 2013-09-19 | 1 | -1/+0 |
* | Check all installed apps for console commands | Bart Visscher | 2013-09-14 | 1 | -1/+1 |
* | Use appinfo/register_command.php to add commands to the console command | Bart Visscher | 2013-09-13 | 1 | -2/+7 |
* | Cleanup and more style fixes | Bart Visscher | 2013-09-02 | 1 | -1/+0 |
* | Change Files Scan command to use OC\User\Manager | Bart Visscher | 2013-09-02 | 1 | -1/+1 |
* | Use more object oriented way for console commands | Bart Visscher | 2013-09-01 | 1 | -29/+8 |
* | replace ident spaces with tabs | Masaki | 2013-08-29 | 1 | -20/+21 |
* | added help and status commands | Masaki Kawabata Neto | 2013-08-29 | 1 | -7/+22 |
* | adding executable script occ (ownCloud console) | Thomas Müller | 2013-08-05 | 1 | -2/+2 |
* | more verbose printouts - fixing execution | Thomas Müller | 2013-08-02 | 1 | -7/+18 |
* | Use console.php entry point for file scanning from console | Bart Visscher | 2013-08-02 | 1 | -0/+25 |