| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(BackgroundJobs): Adjust intervals and time sensitivitiesbackport/48600/stable29 | provokateurin | 2024-11-25 | 1 | -2/+2 |
* | feat(TimedJob): Add debug log about time sensitive jobs with long intervals | provokateurin | 2024-11-25 | 1 | -0/+5 |
* | test: update DummyJobList | Robin Appelman | 2024-07-10 | 1 | -1/+1 |
* | fix: delete background jobs by id when cleaning up | Robin Appelman | 2024-07-10 | 2 | -1/+13 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-04 | 3 | -3/+3 |
* | Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs | Côme Chilliet | 2024-02-08 | 2 | -9/+8 |
* | Revert "Merge branch 'master' of github.com:nextcloud/server" | Louis Chemineau | 2024-02-08 | 2 | -8/+9 |
* | chore: Migrate away from internal Job classes | Côme Chilliet | 2024-02-08 | 1 | -2/+2 |
* | fix!: Migrate jobs away from deprecated interfaces | Côme Chilliet | 2024-02-08 | 1 | -7/+6 |
* | fix(log): Improve logging of background job details for better reproduction/d... | Joas Schilling | 2023-12-20 | 1 | -3/+4 |
* | fix: Extend docblock of hasReservedJob | Marcel Klehr | 2023-11-08 | 1 | -1/+2 |
* | feat(backgroundjob): Schedule job after <timestamp> | Christoph Wurst | 2023-09-29 | 1 | -0/+13 |
* | Remove allowParallelRuns check in OCP\BackgroundJob\Job | Marcel Klehr | 2023-07-28 | 1 | -5/+0 |
* | fix(ocp): TimedJob can't have a more specific argument than Job | Christoph Wurst | 2023-06-28 | 1 | -5/+4 |
* | Fix typos in lib/public subdirectory | Simon L | 2023-05-10 | 1 | -1/+1 |
* | Fix BackgroundJob tests | Marcel Klehr | 2023-04-23 | 1 | -2/+4 |
* | IParallelAwareJob: Add missing boilerplate | Marcel Klehr | 2023-04-23 | 1 | -0/+27 |
* | Add IParallelAwareJob interface | Marcel Klehr | 2023-04-23 | 2 | -2/+22 |
* | feat(BackgroundJobs): Allow preventing parallel runs for a job class | Marcel Klehr | 2023-04-23 | 2 | -0/+34 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
* | Fix API breakage by using a new method instead | Côme Chilliet | 2023-01-12 | 1 | -2/+12 |
* | Remove deprecated method getAll instead of breaking API on deprecated method | Côme Chilliet | 2023-01-12 | 1 | -10/+0 |
* | Use a Generator for job list to fix background-job:list command | Côme Chilliet | 2023-01-10 | 1 | -4/+4 |
* | Port existing server code to new interface | Carl Schwan | 2022-08-08 | 2 | -1/+2 |
* | Deprecated ILogger from IJob | Carl Schwan | 2022-08-08 | 4 | -25/+61 |
* | Fix typing in IJobList | Côme Chilliet | 2022-07-11 | 1 | -18/+16 |
* | Code cleaning of Background/ListCommand | Côme Chilliet | 2022-07-11 | 1 | -9/+9 |
* | Add command to list jobs | Côme Chilliet | 2022-07-11 | 1 | -8/+10 |
* | Allow apps to specify if their background job can be delayed | Joas Schilling | 2022-02-07 | 3 | -2/+44 |
* | Bump since version | Joas Schilling | 2021-10-14 | 1 | -2/+2 |
* | Move queries to the joblist | Joas Schilling | 2021-10-14 | 1 | -0/+15 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 5 | -8/+4 |
* | Document that the TimedJob interval is in seconds | Christoph Wurst | 2021-03-26 | 1 | -2/+4 |
* | Fix the OCP\BackgroundJob\Job to make it compatible with its interface | Roeland Jago Douma | 2020-11-24 | 1 | -3/+3 |
* | Job::run() does not return anything | Morris Jobke | 2020-10-08 | 1 | -1/+0 |
* | Merge pull request #22432 from nextcloud/enh/phpdoc | Roeland Jago Douma | 2020-08-26 | 2 | -2/+0 |
|\ |
|
| * | Remove @package annotations from public namespace | Julius Härtl | 2020-08-26 | 2 | -2/+0 |
* | | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
|/ |
|
* | Remove getLastJob from IJobList | Morris Jobke | 2020-08-13 | 1 | -11/+0 |
* | Use formal type hints instead of informal PHPDoc | Morris Jobke | 2020-07-06 | 1 | -5/+3 |
* | Fix wrong phpdoc for execute method | Daniel Kesselberg | 2020-07-03 | 1 | -1/+1 |
* | 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 | 1 | -0/+1 |
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 5 | -5/+11 |
* | fixup! Add backgroundjobs to OCP | Roeland Jago Douma | 2018-10-09 | 1 | -0/+2 |
* | Add backgroundjobs to OCP | Roeland Jago Douma | 2018-10-09 | 3 | -0/+251 |
* | Deprecated OCP interface to fetch background job type | Morris Jobke | 2018-01-26 | 1 | -0/+13 |
* | Update license headers | Morris Jobke | 2017-11-06 | 2 | -0/+2 |
* | Add |null to PHPDoc | Lukas Reschke | 2017-08-01 | 1 | -1/+1 |