aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/TaskProcessing/Task.php
Commit message (Expand)AuthorAgeFilesLines
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-2/+2
* feat(taskprocessing): add start, stop and schedule time to tasksJulien Veyssier2024-07-231-1/+56
* feat(taskprocessing): add support for webhooks (http or AppAPI) in the task p...Julien Veyssier2024-07-221-0/+37
* chore: Add SPDX headerAndy Scherzinger2024-05-241-18/+2
* fix: expose lastUpdated in OCS APIMarcel Klehr2024-05-151-1/+21
* refactor: identifier is now customId/custom_idMarcel Klehr2024-05-141-6/+6
* fix: address review commentsMarcel Klehr2024-05-141-12/+30
* fix: Expose task type on CoreTaskProcessingTask jsonMarcel Klehr2024-05-141-1/+2
* refactor: rename getTaskType to getTaskTypeIdMarcel Klehr2024-05-141-3/+3
* fix: Fix psalm issuesMarcel Klehr2024-05-141-3/+3
* fix: weed out some psalm errors and run cs:fixMarcel Klehr2024-05-141-6/+2
* feat: first pass at TaskProcessing APIMarcel Klehr2024-05-141-0/+263