| Commit message (Expand) | Author | Age | Files | Lines |
* | ci: Fix psalm by typing the QuestionHelper | Joas Schilling | 2024-10-07 | 1 | -0/+2 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 2 | -2/+2 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 5 | -15/+15 |
* | feat(occ): add 'stop_after' option to stop the worker after some time | Julien Veyssier | 2024-08-16 | 1 | -0/+36 |
* | refactor: simplify background commands | Daniel Kesselberg | 2024-07-01 | 5 | -85/+46 |
* | refactor: Use `IAppConfig` for setting cron type | Ferdinand Thiessen | 2024-06-28 | 1 | -6/+5 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-26 | 5 | -94/+10 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-10 | 4 | -88/+8 |
* | feat(bg-jobs): support multiple arguments in cron.php and occ:background-job:... | Julien Veyssier | 2024-05-02 | 1 | -21/+7 |
* | fix(bg-jobs): review adjustments | Julien Veyssier | 2024-05-02 | 2 | -10/+23 |
* | feat(bg-jobs): allow setting a job class list instead of a single class in cr... | Julien Veyssier | 2024-05-02 | 2 | -10/+32 |
* | chore(bg-jobs): more output in verbose mode in the bg job worker | Julien Veyssier | 2024-05-02 | 1 | -3/+7 |
* | fix(bg-jobs): cs:fix | Marcel Klehr | 2024-05-02 | 1 | -4/+0 |
* | fix(bg-jobs): fix psalm issues | Marcel Klehr | 2024-05-02 | 2 | -5/+10 |
* | fix(bg-jobs): Remove interval bookkeeping | Marcel Klehr | 2024-05-02 | 1 | -36/+1 |
* | fix(bg-jobs): fix minor issues | Marcel Klehr | 2024-05-02 | 1 | -7/+2 |
* | fix(bg-jobs): Fix running once when no job was scheduled | Julius Härtl | 2024-05-02 | 3 | -206/+266 |
* | feat(bg-jobs): Add background worker occ command | Julius Härtl | 2024-05-02 | 1 | -0/+206 |
* | fix: Suppress psalm errors about deprecated execute method, we have to use it... | Côme Chilliet | 2024-03-12 | 1 | -1/+1 |
* | fix: Call execute until it is removed for Job class | Côme Chilliet | 2024-03-12 | 1 | -1/+2 |
* | Make adjustments based on the review | Hamid Dehnavi | 2024-02-23 | 1 | -3/+0 |
* | Make adjustments based on the review | Hamid Dehnavi | 2024-02-23 | 1 | -3/+0 |
* | Refactor core/Command/Background | Hamid Dehnavi | 2024-02-23 | 5 | -5/+12 |
* | Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs | Côme Chilliet | 2024-02-08 | 1 | -6/+4 |
* | Revert "Merge branch 'master' of github.com:nextcloud/server" | Louis Chemineau | 2024-02-08 | 1 | -4/+6 |
* | chore: Delete deprecated internal Job classes | Côme Chilliet | 2024-02-08 | 1 | -3/+3 |
* | fix!: Migrate jobs away from deprecated interfaces | Côme Chilliet | 2024-02-08 | 1 | -3/+1 |
* | occ background-job:delete | Maxence Lange | 2024-01-11 | 1 | -0/+80 |
* | Update core/Command/Background/ListCommand.php | Jonas | 2023-11-14 | 1 | -1/+1 |
* | fix(Background): Bump default limit for listing background jobs to 500 | Jonas | 2023-11-14 | 1 | -1/+1 |
* | fix(Background): Show comment about limit at end and conditionally | Jonas | 2023-11-14 | 1 | -4/+5 |
* | Update core/Command/Background/ListCommand.php | Jonas | 2023-11-14 | 1 | -1/+3 |
* | (enh) Change occ background-job:list limit default 10->100 | Josh Richards | 2023-11-14 | 1 | -1/+2 |
* | Moves single constructor parameters to new lines. | Faraz Samapoor | 2023-06-19 | 2 | -2/+6 |
* | Uses PHP8's constructor property promotion. | Faraz Samapoor | 2023-06-19 | 3 | -14/+6 |
* | Fix API breakage by using a new method instead | Côme Chilliet | 2023-01-12 | 1 | -1/+1 |
* | Use a Generator for job list to fix background-job:list command | Côme Chilliet | 2023-01-10 | 1 | -6/+7 |
* | Fix background-job:execute command for QueuedJob instances | Côme Chilliet | 2022-07-11 | 1 | -1/+5 |
* | Format the datetime for last run in ATOM format | Côme Chilliet | 2022-07-11 | 1 | -1/+1 |
* | Use symfony console table to render the job list properly | Côme Chilliet | 2022-07-11 | 1 | -1/+1 |
* | Code cleaning of Background/ListCommand | Côme Chilliet | 2022-07-11 | 1 | -14/+5 |
* | Add command to list jobs | Côme Chilliet | 2022-07-11 | 1 | -0/+95 |
* | Update core to PHP 7.4 standard | Carl Schwan | 2022-05-20 | 2 | -12/+3 |
* | Adjust namespace and print a message when the job was skipped | Joas Schilling | 2021-10-14 | 1 | -5/+14 |
* | Move queries to the joblist | Joas Schilling | 2021-10-14 | 1 | -23/+2 |
* | Add a command to show info about a background job and force-execute it | Joas Schilling | 2021-10-14 | 1 | -0/+168 |
* | Add return value to all commands | Joas Schilling | 2020-06-26 | 1 | -2/+3 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 4 | -5/+0 |
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 4 | -103/+103 |