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
2014-07-28Dont try to execute jobs that no longer existRobin Appelman
2014-06-27Fix check if class existsRobin Appelman
2014-06-27Check if classes/method exists before trying to call them in background jobsRobin Appelman
2014-06-03Support having legacy `OC_Cache_FileGlobalGC` background jobsRobin Appelman
2014-05-13Fix all PHPDoc types and variable names, in /libRobin McCorkell
2014-02-19Scrutinizer Auto-FixesScrutinizer Auto-Fixer
This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
2014-02-18Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller
Conflicts: lib/private/migration/content.php
2014-02-12Add unit tests for JobListRobin Appelman
2014-02-12Additional phpdocRobin Appelman
2014-02-11Add the background job list to the public server containerRobin Appelman
2014-02-06polish documentation based on scrutinizer patchesJörn Friedrich Dreyer
2013-12-02remove background jobs if they are failingRobin Appelman
2013-12-02Catch exceptions from background jobs and log themRobin Appelman
2013-11-05decode arguments as arrayThomas Müller
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller
Conflicts: lib/private/vcategories.php