summaryrefslogtreecommitdiffstats
path: root/cron.php
Commit message (Expand)AuthorAgeFilesLines
* Make the warning about wrong permissions more clear.Daniel Kesselberg2019-08-171-2/+3
* Make sure maintenance mode is always casted to boolJoas Schilling2019-02-221-1/+1
* Fix code styleJoas Schilling2018-05-231-2/+2
* Less deprecated calls to OCP\Util::writeLogMorris Jobke2018-04-221-2/+2
* Deprecated OCP interface to fetch background job typeMorris Jobke2018-01-261-6/+6
* Log full exception in cron instead of only the messageMorris Jobke2018-01-121-2/+2
* Nextcloud 13 is not compatible with newer than php 7.2Roeland Jago Douma2017-12-121-6/+1
* Update license headersMorris Jobke2017-11-061-0/+4
* Always log cron executionMorris Jobke2017-08-171-3/+1
* Add duration of last job execution to the tableNoveen Sachdeva2017-04-251-2/+0
* Check that set_time_limit is not disabled before calling itKo-2017-03-111-1/+3
* Exit with error code if posix ext missing or wrong userArtem Sidorenko2017-03-081-2/+2
* Clean up single user modeMorris Jobke2017-02-221-5/+0
* Also check in cron for old php versionRoeland Jago Douma2016-12-191-0/+7
* [master] Tear down FS between cron jobs (#26223)Vincent Petry2016-10-121-0/+2
* Allow to call the files even when you are in another instance atmJoas Schilling2016-10-061-1/+1
* log class name, ID only is hard to debugJörn Friedrich Dreyer2016-08-091-2/+2
* introduce NEXTCLOUD_CONFIG_DIR env variable (see #300)Damjan Georgievski2016-07-291-1/+1
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+3
* Remove unneeded checks if it runs on a Windows machineMorris Jobke2016-07-081-13/+11
* 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