summaryrefslogtreecommitdiffstats
path: root/cron.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | 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
* 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
| | | | | | | | [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/"
* 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 ↵Steffen Lindner2014-07-021-0/+3
| | | | https://github.com/owncloud/activity/issues/78
* Merge pull request #7107 from owncloud/load-apps-proper-masterThomas Müller2014-03-281-0/+3
|\ | | | | Load apps proper master
| * Merge branch 'master' into load-apps-proper-masterThomas Müller2014-03-211-3/+3
| |\ | | | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/rawlist.php cron.php ocs/v1.php
| * | 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
|/ / | | | | | | Fixes #2012
* / 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
| | | Typo in comment "feature" => "future"
* 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
| | | | now should work with temp files too
* Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller2012-11-041-2/+2
|
* fix bugJakob Sack2012-10-271-2/+2
|
* improve cron.php, add locking for cli cron.phpJakob Sack2012-10-271-7/+29
|
* adding space between) and {Thomas Mueller2012-09-071-1/+1
|
* Update cron.phpThomas Müller2012-09-041-9/+9
| | | respect coding style
* Backgroundjobs: cron.php now checks for mode=="none"Jakob Sack2012-08-111-0/+12
|
* Backgroundjobs: don't execute cron.php if owncloud has not been installedJakob Sack2012-08-101-0/+5
|
* Backgroundjobs: fix stupid bugJakob Sack2012-08-091-2/+3
|
* Error handling works better nowJakob Sack2012-08-091-12/+16
|
* Backgroundjobs: Improve error handling in cron.phpJakob Sack2012-08-091-0/+16
|
* rename appconfig keys for backgroundjobsJakob Sack2012-08-091-4/+4
|
* Be more precise regarding backgroundjobs modeJakob Sack2012-08-091-3/+3
|
* Add "cron.php" for background jobs. It is named cron.php because more people ↵Jakob Sack2012-08-091-0/+51
will recognize the purpose of the file then.