Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the TempManager to handle temporary files | Robin Appelman | 2014-10-24 | 1 | -2/+1 |
| | |||||
* | move some deprecated usage of OC_Config and OC_AppConfig to \OC::server | Thomas Müller | 2014-10-20 | 1 | -3/+3 |
| | |||||
* | add proper End of Line character | Morris Jobke | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | kill OC::$session | Jörn Friedrich Dreyer | 2014-08-29 | 1 | -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.php | Oliver Kohl D.Sc. | 2014-07-24 | 1 | -2/+1 |
| | |||||
* | CRON call ends in null exception | Oliver Kohl D.Sc. | 2014-07-24 | 1 | -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 updating | Vincent Petry | 2014-07-23 | 1 | -0/+5 |
| | |||||
* | Fix indent | Steffen Lindner | 2014-07-02 | 1 | -2/+2 |
| | |||||
* | initialize a dummy memory session - fixes ↵ | Steffen Lindner | 2014-07-02 | 1 | -0/+3 |
| | | | | https://github.com/owncloud/activity/issues/78 | ||||
* | Merge pull request #7107 from owncloud/load-apps-proper-master | Thomas Müller | 2014-03-28 | 1 | -0/+3 |
|\ | | | | | Load apps proper master | ||||
| * | Merge branch 'master' into load-apps-proper-master | Thomas Müller | 2014-03-21 | 1 | -3/+3 |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/rawlist.php cron.php ocs/v1.php | ||||
| * | | load all apps to get all cron jobs executed | Thomas Müller | 2014-02-18 | 1 | -0/+3 |
| | | | |||||
* | | | Merge branch 'master' of https://github.com/owncloud/core into last_cron_log | kondou | 2014-03-21 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | close the session on all file operations | Thomas Müller | 2014-03-10 | 1 | -1/+1 |
| | | | |||||
* | | | Log last cron execution | kondou | 2014-03-12 | 1 | -0/+4 |
|/ / | | | | | | | Fixes #2012 | ||||
* / | Add the background job list to the public server container | Robin Appelman | 2014-02-11 | 1 | -2/+2 |
|/ | |||||
* | Catch exceptions from background jobs and log them | Robin Appelman | 2013-12-02 | 1 | -2/+4 |
| | |||||
* | fixing typo | Boris Rybalkin | 2013-09-23 | 1 | -1/+1 |
| | | | Typo in comment "feature" => "future" | ||||
* | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | clean up usage of DatabaseSetupException and catch Exceptions in entrypoints | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -57/+63 |
| | |||||
* | merge master into backgroundjob | Robin Appelman | 2013-06-02 | 1 | -1/+0 |
|\ | |||||
| * | RUNTIME_NOSETUPFS no longer exists, using tearDownFS() in public links instead | Michael Gapczynski | 2013-05-22 | 1 | -1/+0 |
| | | |||||
* | | Rework background job system | Robin Appelman | 2013-04-20 | 1 | -2/+9 |
| | | |||||
* | | code style | Robin Appelman | 2013-04-20 | 1 | -51/+47 |
|/ | |||||
* | No personal prefixes for variables. | kondou | 2013-04-16 | 1 | -11/+11 |
| | |||||
* | Close sessions when doing background jobs | Robin Appelman | 2013-03-17 | 1 | -0/+2 |
| | |||||
* | Moved X-Sendfile headers into OC_Files::get | Valerio Ponte | 2012-11-14 | 1 | -0/+3 |
| | | | | now should work with temp files too | ||||
* | Checkstyle fixes for SpaceBeforeOpenBrace | Felix Moeller | 2012-11-04 | 1 | -2/+2 |
| | |||||
* | fix bug | Jakob Sack | 2012-10-27 | 1 | -2/+2 |
| | |||||
* | improve cron.php, add locking for cli cron.php | Jakob Sack | 2012-10-27 | 1 | -7/+29 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -1/+1 |
| | |||||
* | Update cron.php | Thomas Müller | 2012-09-04 | 1 | -9/+9 |
| | | | respect coding style | ||||
* | Backgroundjobs: cron.php now checks for mode=="none" | Jakob Sack | 2012-08-11 | 1 | -0/+12 |
| | |||||
* | Backgroundjobs: don't execute cron.php if owncloud has not been installed | Jakob Sack | 2012-08-10 | 1 | -0/+5 |
| | |||||
* | Backgroundjobs: fix stupid bug | Jakob Sack | 2012-08-09 | 1 | -2/+3 |
| | |||||
* | Error handling works better now | Jakob Sack | 2012-08-09 | 1 | -12/+16 |
| | |||||
* | Backgroundjobs: Improve error handling in cron.php | Jakob Sack | 2012-08-09 | 1 | -0/+16 |
| | |||||
* | rename appconfig keys for backgroundjobs | Jakob Sack | 2012-08-09 | 1 | -4/+4 |
| | |||||
* | Be more precise regarding backgroundjobs mode | Jakob Sack | 2012-08-09 | 1 | -3/+3 |
| | |||||
* | Add "cron.php" for background jobs. It is named cron.php because more people ↵ | Jakob Sack | 2012-08-09 | 1 | -0/+51 |
will recognize the purpose of the file then. |