aboutsummaryrefslogtreecommitdiffstats
path: root/cron.php
Commit message (Expand)AuthorAgeFilesLines
* feat: add verbose mode to cron.phpfeat/verbose-cronJohn Molakvoæ (skjnldsv)2024-09-151-6/+24
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-5/+5
* fix(session): Log when session_* calls are slowChristoph Wurst2024-08-071-1/+1
* Merge branch 'master' into jtr/fix-cron-memory-usage-levelsJosh2024-06-121-1/+20
|\
| * fix(cron): Log long running jobsChristoph Wurst2024-06-121-1/+20
* | fix(cron): Log excess memory usage at debug and info levelsJosh2024-06-111-3/+3
|/
* fix(cron): avoid accessing unset argv indexJulien Veyssier2024-06-061-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-261-37/+3
* Revert: "Check datadirectory owner, not config owner."Simon L.2024-05-141-4/+4
* feat(bg-jobs): support multiple arguments in cron.php and occ:background-job:...Julien Veyssier2024-05-021-12/+6
* feat(bg-jobs): allow setting a job class list instead of a single class in cr...Julien Veyssier2024-05-021-5/+13
* chore(bg-jobs): add -h help option to cron.phpJulien Veyssier2024-05-021-0/+16
* feat(bg-jobs): Allow calling cron.php with a background job classJulius Härtl2024-05-021-1/+2
* 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