| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | [master] Tear down FS between cron jobs (#26223) | Vincent Petry | 2016-10-12 | 1 | -0/+2 |
* | Allow to call the files even when you are in another instance atm | Joas Schilling | 2016-10-06 | 1 | -1/+1 |
* | log class name, ID only is hard to debug | Jörn Friedrich Dreyer | 2016-08-09 | 1 | -2/+2 |
* | introduce NEXTCLOUD_CONFIG_DIR env variable (see #300) | Damjan Georgievski | 2016-07-29 | 1 | -1/+1 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -2/+3 |
* | Remove unneeded checks if it runs on a Windows machine | Morris Jobke | 2016-07-08 | 1 | -13/+11 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+0 |
* | Do not lock the cron anymore so we can have multiple workers | Joas Schilling | 2016-05-21 | 1 | -27/+0 |
* | Lock jobs while executing them, to allow multiple executors to run in parallel | Joas Schilling | 2016-05-21 | 1 | -0/+1 |
* | Make sure that CLI cron doesn't run for ever, but makes use of the next spawn | Joas Schilling | 2016-04-21 | 1 | -0/+8 |
* | Catch class Error on all root entrypoints | Thomas Müller | 2016-04-20 | 1 | -0/+2 |
* | Do not create a loop that generates thousands of jobs | Joas Schilling | 2016-01-28 | 1 | -2/+11 |
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
* | Add debug log statement for IJobList steps in cron.php | Morris Jobke | 2015-11-06 | 1 | -0/+2 |
* | Replace some OC_Config calls with ILogger methods | Morris Jobke | 2015-10-30 | 1 | -2/+2 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+2 |
* | Minor text typos | Phil Davis | 2015-09-21 | 1 | -1/+1 |
* | Add a session wrapper to encrypt the data before storing it on disk | Joas Schilling | 2015-08-21 | 1 | -1/+4 |