| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove job from oc_jobs when the file is not findable | Louis Chemineau | 2023-05-03 | 1 | -1/+2 |
* | JobList: add debug log when hasReservedJob query fails | Marcel Klehr | 2023-04-24 | 1 | -1/+5 |
* | JobList#hasReservedJobs: Close cursor | Marcel Klehr | 2023-04-23 | 1 | -1/+3 |
* | Fix BackgroundJob tests | Marcel Klehr | 2023-04-23 | 1 | -1/+2 |
* | Update lib/private/BackgroundJob/JobList.php | Marcel Klehr | 2023-04-23 | 1 | -1/+2 |
* | test(BackgroundJobs): Add tests for allowParallelRuns and hasReservedJobs | Marcel Klehr | 2023-04-23 | 1 | -1/+1 |
* | feat(BackgroundJobs): Allow preventing parallel runs for a job class | Marcel Klehr | 2023-04-23 | 1 | -0/+18 |
* | Fix API breakage by using a new method instead | Côme Chilliet | 2023-01-12 | 1 | -1/+10 |
* | Remove deprecated method getAll instead of breaking API on deprecated method | Côme Chilliet | 2023-01-12 | 1 | -11/+0 |
* | Use a Generator for job list to fix background-job:list command | Côme Chilliet | 2023-01-10 | 1 | -9/+11 |
* | Fix many tests and warnings | Carl Schwan | 2022-08-08 | 2 | -79/+0 |
* | Port existing server code to new interface | Carl Schwan | 2022-08-08 | 3 | -2/+6 |
* | Fix typing in IJobList | Côme Chilliet | 2022-07-11 | 1 | -8/+4 |
* | Code cleaning of Background/ListCommand | Côme Chilliet | 2022-07-11 | 1 | -3/+6 |
* | Add command to list jobs | Côme Chilliet | 2022-07-11 | 1 | -1/+17 |
* | Clean up JobList class | Côme Chilliet | 2022-07-11 | 1 | -52/+26 |
* | Check background job type | Christoph Wurst | 2022-05-31 | 1 | -0/+4 |
* | Get not only time-sensitive next job from list but any | Kirill Popov | 2022-04-24 | 1 | -1/+1 |
* | Do chuncked job deletion | Carl Schwan | 2022-03-17 | 1 | -1/+17 |
* | Also use hashed/indexed column on delete | Joas Schilling | 2022-03-02 | 1 | -2/+2 |
* | Deprecate our old, internal background job base classes | Christoph Wurst | 2022-02-22 | 5 | -0/+13 |
* | Allow apps to specify if their background job can be delayed | Joas Schilling | 2022-02-07 | 1 | -3/+14 |
* | Add hashed attribute column for indexed job existence check | Julius Härtl | 2022-01-18 | 1 | -2/+3 |
* | Check style update | Carl Schwan | 2022-01-13 | 1 | -2/+2 |
* | Reset job disabling timer on adding the job again | Julius Härtl | 2022-01-03 | 1 | -13/+19 |
* | Bump since version | Joas Schilling | 2021-10-14 | 1 | -1/+1 |
* | Move queries to the joblist | Joas Schilling | 2021-10-14 | 1 | -4/+29 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 6 | -6/+0 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+0 |
* | Remove @suppress SqlInjectionChecker | Morris Jobke | 2020-09-16 | 1 | -2/+0 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 2 | -1/+1 |
* | Remove getLastJob from IJobList | Morris Jobke | 2020-08-13 | 1 | -12/+0 |
* | Use formal type hints instead of informal PHPDoc | Morris Jobke | 2020-07-06 | 1 | -16/+6 |
* | Fix wrong phpdoc for execute method | Daniel Kesselberg | 2020-07-03 | 2 | -2/+4 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 2 | -0/+2 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 2 | -0/+2 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 3 | -0/+3 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -2/+2 |
* | Make sure to catch php errors during job execution | Daniel Kesselberg | 2020-01-31 | 1 | -1/+1 |
* | JobList: Typecast last_run to integer | Georg Ehrke | 2020-01-30 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 6 | -6/+8 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+1 |
* | Fix integer background job id type error | Christoph Wurst | 2019-01-15 | 1 | -1/+1 |
* | Revert "Wait for cron to finish before running upgrade command" | Morris Jobke | 2018-11-01 | 1 | -39/+1 |
* | Suppress potential SQL injection warning as they are false positives | Morris Jobke | 2018-07-09 | 1 | -0/+1 |
* | Unlock failed cron jobs and set a high "last_checked" value to avoid continou... | Morris Jobke | 2018-07-09 | 1 | -0/+9 |
* | Wait for cron to finish before running upgrade command | Morris Jobke | 2018-06-19 | 1 | -1/+39 |
* | Update license headers | Morris Jobke | 2017-11-06 | 4 | -0/+7 |
* | Add |null to PHPDoc | Lukas Reschke | 2017-08-01 | 3 | -3/+3 |
* | Add Phan plugin to check for SQL injections | Lukas Reschke | 2017-07-20 | 1 | -0/+1 |