aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Background/Job.php
Commit message (Expand)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-5/+5
* chore: Add SPDX headerAndy Scherzinger2024-05-261-19/+2
* fix: Suppress psalm errors about deprecated execute method, we have to use it...Côme Chilliet2024-03-121-1/+1
* fix: Call execute until it is removed for Job classCôme Chilliet2024-03-121-1/+2
* Make adjustments based on the reviewHamid Dehnavi2024-02-231-3/+0
* Make adjustments based on the reviewHamid Dehnavi2024-02-231-3/+0
* Refactor core/Command/BackgroundHamid Dehnavi2024-02-231-1/+7
* Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobsCôme Chilliet2024-02-081-6/+4
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-081-4/+6
* chore: Delete deprecated internal Job classesCôme Chilliet2024-02-081-3/+3
* fix!: Migrate jobs away from deprecated interfacesCôme Chilliet2024-02-081-3/+1
* Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-191-7/+4
* Fix background-job:execute command for QueuedJob instancesCôme Chilliet2022-07-111-1/+5
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-4/+2
* Adjust namespace and print a message when the job was skippedJoas Schilling2021-10-141-5/+14
* Move queries to the joblistJoas Schilling2021-10-141-23/+2
* Add a command to show info about a background job and force-execute itJoas Schilling2021-10-141-0/+168