| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(session): Log when session_* calls are slow | Christoph Wurst | 2024-08-07 | 1 | -1/+1 |
* | fix(cron): Log excess memory usage at debug and info levels | Josh | 2024-06-27 | 1 | -3/+3 |
* | fix(cron): Log long running jobs | Christoph Wurst | 2024-06-12 | 1 | -1/+20 |
* | Revert: "Check datadirectory owner, not config owner." | Simon L. | 2024-05-15 | 1 | -4/+4 |
* | 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 |
* | Less deprecated calls to OCP\Util::writeLog | Morris Jobke | 2018-04-22 | 1 | -2/+2 |
* | Deprecated OCP interface to fetch background job type | Morris Jobke | 2018-01-26 | 1 | -6/+6 |
* | Log full exception in cron instead of only the message | Morris Jobke | 2018-01-12 | 1 | -2/+2 |
* | Nextcloud 13 is not compatible with newer than php 7.2 | Roeland Jago Douma | 2017-12-12 | 1 | -6/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+4 |
* | Always log cron execution | Morris Jobke | 2017-08-17 | 1 | -3/+1 |
* | Add duration of last job execution to the table | Noveen Sachdeva | 2017-04-25 | 1 | -2/+0 |
* | Check that set_time_limit is not disabled before calling it | Ko- | 2017-03-11 | 1 | -1/+3 |
* | Exit with error code if posix ext missing or wrong user | Artem Sidorenko | 2017-03-08 | 1 | -2/+2 |
* | Clean up single user mode | Morris Jobke | 2017-02-22 | 1 | -5/+0 |
* | Also check in cron for old php version | Roeland Jago Douma | 2016-12-19 | 1 | -0/+7 |