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
2016-10-25console.php also needs a PHP 7.1 checkMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-10-11Allow to call the files even when you are in another instance atmJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-07-22Run the license scriptJoas Schilling
2016-06-20fixed codeMorris Jobke
2016-05-12Put back pcntl warning (#24295)VicDeo
2016-04-26Remove pcntl warning for nowVictor Dubiniuk
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
2013-08-29added help and status commandsMasaki Kawabata Neto
switch structure enables many commands seamlessy. also added some help and status command.
2013-08-05adding executable script occ (ownCloud console)Thomas Müller
2013-08-02more verbose printouts - fixing executionThomas Müller
2013-08-02Use console.php entry point for file scanning from consoleBart Visscher