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-04-19Removed OC_BackgroundJob - reduce class overheadMorris Jobke
* method code is now in the static public namespace (5 sloc)
2015-04-09block cron when in single user modeRobin Appelman
2015-04-01Cron has to be executed with the correct user - fixes 13912 and othersThomas Müller
2015-03-26Update license headersJenkins for ownCloud
2015-03-12cron shall not operate in case we are in maintenance mode - fixes #14843Thomas Müller
2015-03-11cron.php on cli has no time limitation - fixes #14481Thomas Müller
2015-02-26Revert "Updating license headers"Morris Jobke
This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
2015-02-24use flock instead of just checking if there is a file to prevent deadlocks ↵Bernhard Posselt
when the process crashed or the unlink wasnt done move cron.lock into top directory to prevent external storage issues use tmp directory lock file use new config interface incorporate #13770 add dots
2015-02-23Updating license headersJenkins for ownCloud
2014-10-24Use the TempManager to handle temporary filesRobin Appelman
2014-10-20move some deprecated usage of OC_Config and OC_AppConfig to \OC::serverThomas Müller
2014-08-31add proper End of Line characterMorris Jobke
2014-08-29kill OC::$sessionJörn Friedrich Dreyer
maintain deprecated \OC::$session when getting or setting the session via the server container or UserSession restore order os OC::$session and OC::$CLI remove unneded initialization of dummy session write back session when $useCustomSession is true log warning when deprecated app is used
2014-07-24Update cron.phpOliver Kohl D.Sc.
2014-07-24CRON call ends in null exceptionOliver Kohl D.Sc.
[error] 4461#0: *186285 FastCGI sent in stderr: "PHP message : PHP Fatal error: Call to a member function execute() on null in /var/www/ownc loud/cron.php on line 125" while reading response header from upstream, client: 217.13.183.252, server: cloud.mycloud.com, request: "GET /cron.php HTTP/1.1", upstre am: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "cloud.mycloud.com", referrer: " https://cloud.mycloud.com/"
2014-07-23Prevent cron.php to trigger apps updatingVincent Petry
2014-07-02Fix indentSteffen Lindner
2014-07-02initialize a dummy memory session - fixes ↵Steffen Lindner
https://github.com/owncloud/activity/issues/78
2014-03-28Merge pull request #7107 from owncloud/load-apps-proper-masterThomas Müller
Load apps proper master
2014-03-21Merge branch 'master' of https://github.com/owncloud/core into last_cron_logkondou
2014-03-21Merge branch 'master' into load-apps-proper-masterThomas Müller
Conflicts: apps/files/ajax/rawlist.php cron.php ocs/v1.php
2014-03-12Log last cron executionkondou
Fixes #2012
2014-03-10close the session on all file operationsThomas Müller
2014-02-18load all apps to get all cron jobs executedThomas Müller
2014-02-11Add the background job list to the public server containerRobin Appelman
2013-12-02Catch exceptions from background jobs and log themRobin Appelman
2013-09-24fixing typoBoris Rybalkin
Typo in comment "feature" => "future"
2013-08-18Add _many_ newlines at the end of fileskondou
2013-06-10clean up usage of DatabaseSetupException and catch Exceptions in entrypointsJörn Friedrich Dreyer
2013-06-02merge master into backgroundjobRobin Appelman
2013-05-22RUNTIME_NOSETUPFS no longer exists, using tearDownFS() in public links insteadMichael Gapczynski
2013-04-21Rework background job systemRobin Appelman
2013-04-20code styleRobin Appelman
2013-04-16No personal prefixes for variables.kondou
2013-03-17Close sessions when doing background jobsRobin Appelman
2012-11-14Moved X-Sendfile headers into OC_Files::getValerio Ponte
now should work with temp files too
2012-11-04Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller
2012-10-27fix bugJakob Sack
2012-10-27improve cron.php, add locking for cli cron.phpJakob Sack
2012-09-07adding space between) and {Thomas Mueller
2012-09-04Update cron.phpThomas Müller
respect coding style
2012-08-11Backgroundjobs: cron.php now checks for mode=="none"Jakob Sack
2012-08-10Backgroundjobs: don't execute cron.php if owncloud has not been installedJakob Sack
2012-08-10Backgroundjobs: fix stupid bugJakob Sack
2012-08-10Error handling works better nowJakob Sack
2012-08-10Backgroundjobs: Improve error handling in cron.phpJakob Sack
2012-08-09rename appconfig keys for backgroundjobsJakob Sack
2012-08-09Be more precise regarding backgroundjobs modeJakob Sack
2012-08-09Add "cron.php" for background jobs. It is named cron.php because more people ↵Jakob Sack
will recognize the purpose of the file then.