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 (Expand)Author
2013-12-06Catch exceptions from background jobs and log themRobin Appelman
2013-09-24fixing typoBoris Rybalkin
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
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
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