Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not load apps when an upgrade is due | Vincent Petry | 2014-07-24 | 1 | -6/+12 |
| | | | | | This makes it still possible to update from the command line, but disables custom commands from apps | ||||
* | 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 ↵ | Thomas Müller | 2014-03-25 | 1 | -0/+3 |
| | | | | functionality | ||||
* | 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 |
| | | | | switch structure enables many commands seamlessy. also added some help and status command. | ||||
* | 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 |