| Commit message (Expand) | Author | Age | Files | Lines |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-26 | 1 | -19/+2 |
* | 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 | 1 | -1/+3 |
* | Uses PHP8's constructor property promotion. | Faraz Samapoor | 2023-06-19 | 1 | -4/+1 |
* | 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 |
* | 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 |