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
2018-05-23Fix code styleJoas Schilling
2018-04-22Less deprecated calls to OCP\Util::writeLogMorris Jobke
2018-01-26Deprecated OCP interface to fetch background job typeMorris Jobke
2018-01-12Log full exception in cron instead of only the messageMorris Jobke
2017-12-12Nextcloud 13 is not compatible with newer than php 7.2Roeland Jago Douma
2017-11-06Update license headersMorris Jobke
2017-08-17Always log cron executionMorris Jobke
2017-04-25Add duration of last job execution to the tableNoveen Sachdeva
2017-03-11Check that set_time_limit is not disabled before calling itKo-
2017-03-08Exit with error code if posix ext missing or wrong userArtem Sidorenko
2017-02-23Clean up single user modeMorris Jobke
2016-12-19Also check in cron for old php versionRoeland Jago Douma
2016-10-12[master] Tear down FS between cron jobs (#26223)Vincent Petry
2016-10-06Allow to call the files even when you are in another instance atmJoas Schilling
2016-08-09log class name, ID only is hard to debugJörn Friedrich Dreyer
2016-07-29introduce NEXTCLOUD_CONFIG_DIR env variable (see #300)Damjan Georgievski
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-07-08Remove unneeded checks if it runs on a Windows machineMorris Jobke
2016-05-26Update license headersLukas Reschke
2016-05-21Do not lock the cron anymore so we can have multiple workersJoas Schilling
2016-05-21Lock jobs while executing them, to allow multiple executors to run in parallelJoas Schilling
2016-04-21Make sure that CLI cron doesn't run for ever, but makes use of the next spawnJoas Schilling
2016-04-20Catch class Error on all root entrypointsThomas Müller
2016-01-28Do not create a loop that generates thousands of jobsJoas Schilling
2016-01-12Happy new year!Thomas Müller
2015-11-06Add debug log statement for IJobList steps in cron.phpMorris Jobke
2015-10-30Replace some OC_Config calls with ILogger methodsMorris Jobke
2015-10-05update licence headers via scriptMorris Jobke
2015-09-21Minor text typosPhil Davis
2015-08-21Add a session wrapper to encrypt the data before storing it on diskJoas Schilling
2015-07-03Remove OC_LogThomas Müller
2015-04-19Removed OC_BackgroundJob - reduce class overheadMorris Jobke
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
2015-02-24use flock instead of just checking if there is a file to prevent deadlocks wh...Bernhard Posselt
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
2014-07-24Update cron.phpOliver Kohl D.Sc.
2014-07-24CRON call ends in null exceptionOliver Kohl D.Sc.
2014-07-23Prevent cron.php to trigger apps updatingVincent Petry
2014-07-02Fix indentSteffen Lindner
2014-07-02initialize a dummy memory session - fixes https://github.com/owncloud/activit...Steffen Lindner