| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(cron): Ignore time sensitivity when a class was explicitely scheduledbackport/50942/stable31 | Joas Schilling | 2025-02-21 | 1 | -5/+7 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -1/+1 |
* | feat: add verbose mode to cron.phpfeat/verbose-cron | John Molakvoæ (skjnldsv) | 2024-09-15 | 1 | -6/+24 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -5/+5 |
* | fix(session): Log when session_* calls are slow | Christoph Wurst | 2024-08-07 | 1 | -1/+1 |
* | Merge branch 'master' into jtr/fix-cron-memory-usage-levels | Josh | 2024-06-12 | 1 | -1/+20 |
|\ |
|
| * | fix(cron): Log long running jobs | Christoph Wurst | 2024-06-12 | 1 | -1/+20 |
* | | fix(cron): Log excess memory usage at debug and info levels | Josh | 2024-06-11 | 1 | -3/+3 |
|/ |
|
* | fix(cron): avoid accessing unset argv index | Julien Veyssier | 2024-06-06 | 1 | -1/+1 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-26 | 1 | -37/+3 |
* | Revert: "Check datadirectory owner, not config owner." | Simon L. | 2024-05-14 | 1 | -4/+4 |
* | feat(bg-jobs): support multiple arguments in cron.php and occ:background-job:... | Julien Veyssier | 2024-05-02 | 1 | -12/+6 |
* | feat(bg-jobs): allow setting a job class list instead of a single class in cr... | Julien Veyssier | 2024-05-02 | 1 | -5/+13 |
* | chore(bg-jobs): add -h help option to cron.php | Julien Veyssier | 2024-05-02 | 1 | -0/+16 |
* | feat(bg-jobs): Allow calling cron.php with a background job class | Julius Härtl | 2024-05-02 | 1 | -1/+2 |
* | fix: Cron misrepresenting itself as console | Herman van Rink | 2024-03-13 | 1 | -1/+1 |
* | fix: Suppress psalm errors about deprecated execute method, we have to use it... | Côme Chilliet | 2024-03-12 | 1 | -2/+2 |
* | fix: Call execute until it is removed for Job class | Côme Chilliet | 2024-03-12 | 1 | -2/+4 |
* | feat: check `datadirectory` owner instead of `config.php` owner | Sam Bull | 2024-02-28 | 1 | -4/+4 |
* | Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs | Côme Chilliet | 2024-02-08 | 1 | -2/+2 |
* | Merge pull request #43454 from nextcloud/fix/cleanup-cron-php | Ferdinand Thiessen | 2024-02-08 | 1 | -24/+48 |
|\ |
|
| * | fix(cron.php): Avoid pulling configuration twice | Côme Chilliet | 2024-02-08 | 1 | -4/+4 |
| * | chore(cron.php): Migrate uses of legacy classes from lib/private/legacy | Côme Chilliet | 2024-02-08 | 1 | -8/+10 |
| * | fix(cron.php): Use new IAppConfig interface in cron.php | Côme Chilliet | 2024-02-08 | 1 | -3/+5 |
| * | chore(cron.php): Migrate away from ILogger and \OC::$server | Côme Chilliet | 2024-02-08 | 1 | -15/+35 |
* | | Revert "Merge branch 'master' of github.com:nextcloud/server" | Louis Chemineau | 2024-02-08 | 1 | -2/+2 |
|/ |
|
* | chore: Remove last uses of IJob::execute method | Côme Chilliet | 2024-02-08 | 1 | -2/+2 |
* | fix(cron): Fix "Using $this when not in object context" | Joas Schilling | 2024-01-10 | 1 | -1/+1 |
* | fix(log): Improve logging of background job details for better reproduction/d... | Joas Schilling | 2023-12-20 | 1 | -3/+4 |
* | feat(cron): Warn on excessive memory consumption in background jobs | Joas Schilling | 2023-12-20 | 1 | -0/+14 |
* | Cleanup tempfiles after each cron job run | Julius Härtl | 2022-05-30 | 1 | -1/+4 |
* | Get not only time-sensitive next job from list but any | Kirill Popov | 2022-04-24 | 1 | -0/+2 |
* | Allow sysadmins to define a maintenance window where heavier jobs can run | Joas Schilling | 2022-02-07 | 1 | -1/+23 |
* | Output exception in cron | Louis Chemineau | 2021-08-19 | 1 | -0/+2 |
* | cron: exit 1 on exception | smichel17 | 2021-08-08 | 1 | -0/+3 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
* | Update license headers | Christoph Wurst | 2020-12-30 | 1 | -0/+1 |
* | Merge pull request #22916 from J0WI/unifiy-links-to-php.net | Roeland Jago Douma | 2020-12-22 | 1 | -1/+1 |
|\ |
|
| * | Unify links to php.net | J0WI | 2020-09-17 | 1 | -1/+1 |
* | | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -2/+2 |
* | | Remove posix_getpwuid and compare only userid | hoellen | 2020-10-06 | 1 | -5/+6 |
|/ |
|
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -1/+0 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -3/+0 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+2 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -2/+2 |
* | cron: Adapt to 5 minutes recommendation | Michael Kuhn | 2020-02-17 | 1 | -2/+3 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+2 |
* | Make the warning about wrong permissions more clear. | Daniel Kesselberg | 2019-08-17 | 1 | -2/+3 |
* | Make sure maintenance mode is always casted to bool | Joas Schilling | 2019-02-22 | 1 | -1/+1 |
* | Fix code style | Joas Schilling | 2018-05-23 | 1 | -2/+2 |