Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -2/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add note for Docker users running console | Estelle Poulin | 2019-01-03 | 1 | -0/+1 |
| | | | | Signed-off-by: Estelle Poulin <dev@inspiredby.es> | ||||
* | Adds a memory limit warning for console commands if the limit is below the ↵ | Michael Weimann | 2018-08-20 | 1 | -1/+7 |
| | | | | | | recommended value Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
* | Nextcloud 13 is not compatible with newer than php 7.2 | Roeland Jago Douma | 2017-12-12 | 1 | -8/+2 |
| | | | | | | | | | | | Just to avoid users from trying this with a to new (untested) php version * Moved the check logic to 1 place * All directly callable scripts just require this on top * exit hard (-1) so we know scripts won't continue * Return status 500 so no sync clients will try fancy stuff Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+4 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Brand it :see_no_evil: | Lukas Reschke | 2017-08-11 | 1 | -3/+3 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Check that set_time_limit is not disabled before calling it | Ko- | 2017-03-11 | 1 | -1/+3 |
| | | | | Signed-off-by: Ko- <k.stoffelen@cs.ru.nl> | ||||
* | handle errors in apps while registering commands | Robin Appelman | 2016-11-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Nextcloud runs only on PHP 5.6+ | Morris Jobke | 2016-10-25 | 1 | -4/+4 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove checks whether OC is running on Windows pt. 2 | RealRancor | 2016-10-24 | 1 | -1/+1 |
| | |||||
* | console.log now returns 1 instead of 0 on all errors | Patrick Paysant | 2016-10-21 | 1 | -3/+3 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Allow to call the files even when you are in another instance atm | Joas Schilling | 2016-10-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -5/+3 |
| | |||||
* | Remove unneeded checks if it runs on a Windows machine | Morris Jobke | 2016-07-08 | 1 | -14/+12 |
| | | | | * the setup check is still there | ||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -2/+1 |
| | |||||
* | 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 ↵ | Thomas Müller | 2016-04-18 | 1 | -3/+8 |
| | | | | page is expected to be displayed in the console | ||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+2 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Don't show PCNTL warning if --no-warnings is passed | Morris Jobke | 2016-02-25 | 1 | -1/+1 |
| | | | | * fixes owncloud/updater#252 | ||||
* | Add global --no-warning option to occ in order not to pollute output with ↵ | Victor Dubiniuk | 2016-02-19 | 1 | -1/+2 |
| | | | | warnings | ||||
* | 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 ↵ | Edward Crompton | 2016-01-04 | 1 | -1/+1 |
| | | | | other messages | ||||
* | Adding a more helpful error message for when occ is run at the console as ↵ | Edward Crompton | 2016-01-04 | 1 | -1/+2 |
| | | | | the wrong user | ||||
* | occ command can only be called from ownCloud root directory | Morris Jobke | 2015-12-17 | 1 | -0/+10 |
| | | | | | * this changes into the ownCloud root directory and then should run just fine * avoids weird error messages that are caused by this | ||||
* | 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 |
| |