summaryrefslogtreecommitdiffstats
path: root/cron.php
Commit message (Expand)AuthorAgeFilesLines
* log class name, ID only is hard to debug (#25746)Jörn Friedrich Dreyer2016-08-101-2/+2
* Update license headersLukas Reschke2016-05-261-1/+0
* Do not lock the cron anymore so we can have multiple workersJoas Schilling2016-05-211-27/+0
* Lock jobs while executing them, to allow multiple executors to run in parallelJoas Schilling2016-05-211-0/+1
* Make sure that CLI cron doesn't run for ever, but makes use of the next spawnJoas Schilling2016-04-211-0/+8
* Catch class Error on all root entrypointsThomas Müller2016-04-201-0/+2
* Do not create a loop that generates thousands of jobsJoas Schilling2016-01-281-2/+11
* Happy new year!Thomas Müller2016-01-121-1/+1
* Add debug log statement for IJobList steps in cron.phpMorris Jobke2015-11-061-0/+2
* Replace some OC_Config calls with ILogger methodsMorris Jobke2015-10-301-2/+2
* update licence headers via scriptMorris Jobke2015-10-051-0/+2
* Minor text typosPhil Davis2015-09-211-1/+1
* Add a session wrapper to encrypt the data before storing it on diskJoas Schilling2015-08-211-1/+4
* Remove OC_LogThomas Müller2015-07-031-1/+1
* Removed OC_BackgroundJob - reduce class overheadMorris Jobke2015-04-181-2/+2
* block cron when in single user modeRobin Appelman2015-04-091-0/+5
* Cron has to be executed with the correct user - fixes 13912 and othersThomas Müller2015-04-011-0/+16
* Update license headersJenkins for ownCloud2015-03-261-12/+20
* cron shall not operate in case we are in maintenance mode - fixes #14843Thomas Müller2015-03-121-1/+5
* cron.php on cli has no time limitation - fixes #14481Thomas Müller2015-03-111-0/+3
* Revert "Updating license headers"Morris Jobke2015-02-261-20/+12
* use flock instead of just checking if there is a file to prevent deadlocks wh...Bernhard Posselt2015-02-241-44/+29
* Updating license headersJenkins for ownCloud2015-02-231-13/+20
* Use the TempManager to handle temporary filesRobin Appelman2014-10-241-2/+1
* move some deprecated usage of OC_Config and OC_AppConfig to \OC::serverThomas Müller2014-10-201-3/+3
* add proper End of Line characterMorris Jobke2014-08-311-1/+1
* kill OC::$sessionJörn Friedrich Dreyer2014-08-291-2/+2
* Update cron.phpOliver Kohl D.Sc.2014-07-241-2/+1
* CRON call ends in null exceptionOliver Kohl D.Sc.2014-07-241-2/+5
* Prevent cron.php to trigger apps updatingVincent Petry2014-07-231-0/+5
* Fix indentSteffen Lindner2014-07-021-2/+2
* initialize a dummy memory session - fixes https://github.com/owncloud/activit...Steffen Lindner2014-07-021-0/+3
* Merge pull request #7107 from owncloud/load-apps-proper-masterThomas Müller2014-03-281-0/+3
|\
| * Merge branch 'master' into load-apps-proper-masterThomas Müller2014-03-211-3/+3
| |\
| * | load all apps to get all cron jobs executedThomas Müller2014-02-181-0/+3
* | | Merge branch 'master' of https://github.com/owncloud/core into last_cron_logkondou2014-03-211-1/+1
|\ \ \ | | |/ | |/|
| * | close the session on all file operationsThomas Müller2014-03-101-1/+1
* | | Log last cron executionkondou2014-03-121-0/+4
|/ /
* / Add the background job list to the public server containerRobin Appelman2014-02-111-2/+2
|/
* Catch exceptions from background jobs and log themRobin Appelman2013-12-021-2/+4
* fixing typoBoris Rybalkin2013-09-231-1/+1
* Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
* clean up usage of DatabaseSetupException and catch Exceptions in entrypointsJörn Friedrich Dreyer2013-06-101-57/+63
* merge master into backgroundjobRobin Appelman2013-06-021-1/+0
|\
| * RUNTIME_NOSETUPFS no longer exists, using tearDownFS() in public links insteadMichael Gapczynski2013-05-221-1/+0
* | Rework background job systemRobin Appelman2013-04-201-2/+9
* | code styleRobin Appelman2013-04-201-51/+47
|/
* No personal prefixes for variables.kondou2013-04-161-11/+11
* Close sessions when doing background jobsRobin Appelman2013-03-171-0/+2
* Moved X-Sendfile headers into OC_Files::getValerio Ponte2012-11-141-0/+3