Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-07Nextcloud 12 is not compatible with newer than php 7.1Roeland Jago Douma
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>
2017-07-21Show warning if PHP 7.2 is usedLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-03-11Check that set_time_limit is not disabled before calling itKo-
Signed-off-by: Ko- <k.stoffelen@cs.ru.nl>
2016-11-24handle errors in apps while registering commandsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-10-25Nextcloud runs only on PHP 5.6+Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-10-24Remove checks whether OC is running on Windows pt. 2RealRancor
2016-10-21console.log now returns 1 instead of 0 on all errorsPatrick Paysant
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-10-06Allow to call the files even when you are in another instance atmJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-07-21Fix othersJoas Schilling
2016-07-08Remove unneeded checks if it runs on a Windows machineMorris Jobke
* the setup check is still there
2016-05-26Update license headersLukas Reschke
2016-04-20Catch class Error on all root entrypointsThomas Müller
2016-04-18In case of fatal php errors and other unhandled exceptions no html error ↵Thomas Müller
page is expected to be displayed in the console
2016-03-01Update author informationLukas Reschke
Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
2016-02-25Don't show PCNTL warning if --no-warnings is passedMorris Jobke
* fixes owncloud/updater#252
2016-02-19Add global --no-warning option to occ in order not to pollute output with ↵Victor Dubiniuk
warnings
2016-02-11Fix typoMorris Jobke
2016-02-05Dispatch an event when a console command is runJoas Schilling
2016-02-01Add startup warning that the PCNTL extensions are missingThomas Müller
2016-01-12Happy new year!Thomas Müller
2016-01-04Whitespace correctionEdward Crompton
2016-01-04Removing the . from the end of the help response to match convention set by ↵Edward Crompton
other messages
2016-01-04Adding a more helpful error message for when occ is run at the console as ↵Edward Crompton
the wrong user
2015-12-17occ command can only be called from ownCloud root directoryMorris Jobke
* this changes into the ownCloud root directory and then should run just fine * avoids weird error messages that are caused by this
2015-10-05update licence headers via scriptMorris Jobke
2015-07-10Fix the config.php owner check for console.phpPhilippe Le Brouster
The config directory must be taken from OC::$configDir Minor fix - Remove uneeded slash in the configdir path.
2015-06-25update license headers and authorsMorris Jobke
2015-05-08Add warning to OCC as well in case another PHP version is used thereLukas Reschke
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…
2015-04-28Fix error message when wrong user on consoleJost Baron
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 .
2015-04-09Introduce own console application classThomas Müller
2015-04-08Adding check command to validate server environment - fixes #15429Thomas Müller
2015-03-26Update license headersJenkins for ownCloud
2015-02-28Don't swallow errors in console.phpChristian Kampka
2015-02-26Revert "Updating license headers"Morris Jobke
This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
2015-02-23implement command maintenance:installThomas Müller
2015-02-23Updating license headersJenkins for ownCloud
2015-02-16console commands shall not be limited with respect to execution time - fixes ↵Thomas Müller
#14156
2015-01-12Check for the posix extension - refs ↵Thomas Müller
https://github.com/owncloud/core/pull/13282#issuecomment-69602645
2015-01-12Check for current user to have the same id then the owner of the config file ↵Thomas Müller
- fixes #12307
2014-07-24Do not load apps when an upgrade is dueVincent Petry
This makes it still possible to update from the command line, but disables custom commands from apps
2014-05-19adding try/catch + switch to config object as provided by the server containerThomas Müller
2014-03-25call OC_App::loadApps(); to load all commands of all apps and related ↵Thomas Müller
functionality
2014-02-06remove some more global variable $RUNTIME_NOAPPSThomas Müller
2013-09-19Add copyright, remove starting blank lineBart Visscher
2013-09-14Check all installed apps for console commandsBart Visscher
2013-09-13Use appinfo/register_command.php to add commands to the console commandBart Visscher
2013-09-02Cleanup and more style fixesBart Visscher
2013-09-02Change Files Scan command to use OC\User\ManagerBart Visscher
2013-09-01Use more object oriented way for console commandsBart Visscher
2013-08-29replace ident spaces with tabsMasaki