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
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