Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | The config directory must be taken from OC::$configDir Minor fix - Remove uneeded slash in the configdir path. | ||||
* | 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 |
| | | | | In regard to a recent rant on social media where users complained about us to have broken the command line tool. Guess reading the documentation is hard… | ||||
* | Fix error message when wrong user on console | Jost Baron | 2015-04-28 | 1 | -2/+2 |
| | | | Owncloud complains if the user runs a shell script with a user other than the user that owns `config/config.php`. The error message does not reflect this, and instead speaks about the web server user. Related issue: #15920 . | ||||
* | 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 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | 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 |
| | | | | #14156 | ||||
* | Check for the posix extension - refs ↵ | Thomas Müller | 2015-01-12 | 1 | -0/+4 |
| | | | | https://github.com/owncloud/core/pull/13282#issuecomment-69602645 | ||||
* | 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 |
| | | | | - fixes #12307 | ||||
* | 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 |