| Commit message (Expand) | Author | Age | Files | Lines |
* | Catch class Error on all root entrypoints | Thomas Müller | 2016-04-20 | 1 | -0/+2 |
* | In case of fatal php errors and other unhandled exceptions no html error page... | Thomas Müller | 2016-04-18 | 1 | -3/+8 |
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+2 |
* | Don't show PCNTL warning if --no-warnings is passed | Morris Jobke | 2016-02-25 | 1 | -1/+1 |
* | Add global --no-warning option to occ in order not to pollute output with war... | Victor Dubiniuk | 2016-02-19 | 1 | -1/+2 |
* | Fix typo | Morris Jobke | 2016-02-11 | 1 | -1/+1 |
* | Dispatch an event when a console command is run | Joas Schilling | 2016-02-05 | 1 | -1/+1 |
* | Add startup warning that the PCNTL extensions are missing | Thomas Müller | 2016-02-01 | 1 | -0/+4 |
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+2 |
* | Whitespace correction | Edward Crompton | 2016-01-04 | 1 | -1/+1 |
* | Removing the . from the end of the help response to match convention set by o... | Edward Crompton | 2016-01-04 | 1 | -1/+1 |
* | Adding a more helpful error message for when occ is run at the console as the... | Edward Crompton | 2016-01-04 | 1 | -1/+2 |
* | occ command can only be called from ownCloud root directory | Morris Jobke | 2015-12-17 | 1 | -0/+10 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
* | Fix the config.php owner check for console.php | Philippe Le Brouster | 2015-07-09 | 1 | -1/+1 |
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+2 |
* | Add warning to OCC as well in case another PHP version is used there | Lukas Reschke | 2015-05-08 | 1 | -0/+8 |
* | Fix error message when wrong user on console | Jost Baron | 2015-04-28 | 1 | -2/+2 |
* | 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 |