aboutsummaryrefslogtreecommitdiffstats
path: root/cron.php
Commit message (Expand)AuthorAgeFilesLines
* fix(session): Log when session_* calls are slowChristoph Wurst2024-08-071-1/+1
* fix(cron): Log excess memory usage at debug and info levelsJosh2024-06-271-3/+3
* fix(cron): Log long running jobsChristoph Wurst2024-06-121-1/+20
* Revert: "Check datadirectory owner, not config owner."Simon L.2024-05-151-4/+4
* fix: Cron misrepresenting itself as consoleHerman van Rink2024-03-131-1/+1
* fix: Suppress psalm errors about deprecated execute method, we have to use it...Côme Chilliet2024-03-121-2/+2
* fix: Call execute until it is removed for Job classCôme Chilliet2024-03-121-2/+4
* feat: check `datadirectory` owner instead of `config.php` ownerSam Bull2024-02-281-4/+4
* Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobsCôme Chilliet2024-02-081-2/+2
* Merge pull request #43454 from nextcloud/fix/cleanup-cron-phpFerdinand Thiessen2024-02-081-24/+48
|\
| * fix(cron.php): Avoid pulling configuration twiceCôme Chilliet2024-02-081-4/+4
| * chore(cron.php): Migrate uses of legacy classes from lib/private/legacyCôme Chilliet2024-02-081-8/+10
| * fix(cron.php): Use new IAppConfig interface in cron.phpCôme Chilliet2024-02-081-3/+5
| * chore(cron.php): Migrate away from ILogger and \OC::$serverCôme Chilliet2024-02-081-15/+35
* | Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-081-2/+2
|/
* chore: Remove last uses of IJob::execute methodCôme Chilliet2024-02-081-2/+2
* fix(cron): Fix "Using $this when not in object context"Joas Schilling2024-01-101-1/+1
* fix(log): Improve logging of background job details for better reproduction/d...Joas Schilling2023-12-201-3/+4
* feat(cron): Warn on excessive memory consumption in background jobsJoas Schilling2023-12-201-0/+14
* Cleanup tempfiles after each cron job runJulius Härtl2022-05-301-1/+4
* Get not only time-sensitive next job from list but anyKirill Popov2022-04-241-0/+2
* Allow sysadmins to define a maintenance window where heavier jobs can runJoas Schilling2022-02-071-1/+23
* Output exception in cronLouis Chemineau2021-08-191-0/+2
* cron: exit 1 on exceptionsmichel172021-08-081-0/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Update license headersChristoph Wurst2020-12-301-0/+1
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-221-1/+1
|\
| * Unify links to php.netJ0WI2020-09-171-1/+1
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-2/+2
* | Remove posix_getpwuid and compare only useridhoellen2020-10-061-5/+6
|/
* Update license headers for 19Christoph Wurst2020-04-291-1/+0
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-2/+2
* cron: Adapt to 5 minutes recommendationMichael Kuhn2020-02-171-2/+3
* Update license headersChristoph Wurst2019-12-051-1/+2
* 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