Marcel Klehr
|
b5f057cdbc
|
fix: Fix psalm issue
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2025-10-30 10:49:28 +07:00 |
Marcel Klehr
|
d04d575ed3
|
Merge branch 'master' into feat/taskprocessing/user-facing-error-message
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2025-10-30 10:13:39 +07:00 |
Marcel Klehr
|
9df303f876
|
fix: address review comments
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2025-10-20 15:54:10 +07:00 |
Marcel Klehr
|
8cf1504a76
|
fix: Apply suggestion from @kyteinsky
Co-authored-by: Anupam Kumar <kyteinsky@gmail.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2025-10-14 16:58:40 +07:00 |
Marcel Klehr
|
7373f11af6
|
feat(TaskProcessing): user-facing error messages
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2025-10-14 16:53:41 +07:00 |
Marcel Klehr
|
16da8bbc8a
|
fix(TaskProcessingApiController): Implement getNextScheduledTasks for next_batch endpoint
in order to avoid hitting the DB with multiple 1 row requests
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2025-10-14 11:50:29 +07:00 |
Marcel Klehr
|
13eb2d1cbd
|
feat(TaskProcessing): Introduce internal task types
which are not shown in the assistant UI
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2025-10-13 11:07:40 +07:00 |
Julien Veyssier
|
8c447eaba6
|
feat(taskprocessing): add manager method to get the list of available task type IDs
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2025-09-05 11:37:34 +07:00 |
Julien Veyssier
|
8c52b6c0fe
|
feat(taskprocessing): add cleanup flag to tasks to decide if they should be cleaned up automatically
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2025-08-07 15:12:21 +07:00 |
Julien Veyssier
|
be7ef439cf
|
fix(taskprocessing): move LAZY_CONFIG_KEYS constant to the private namespace
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2025-08-04 10:11:24 +07:00 |
Julien Veyssier
|
2e3fa51132
|
feat(taskprocessing): load and store some config keys lazily
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2025-08-04 10:11:24 +07:00 |
Jana Peper
|
f8886fe27a
|
feat: add toggle for AI guest restriction
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
|
2025-07-03 10:25:19 +07:00 |
Jana Peper
|
e5f7d0017b
|
docs: document adding of argument
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
|
2024-12-18 18:32:34 +07:00 |
Jana Peper
|
8cac92665d
|
feat: filter disabled apps in task types requests
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
|
2024-12-18 18:32:34 +07:00 |
provokateurin
|
77114fb327
|
fix(OpenAPI): Adjust array syntax to avoid ambiguities
Signed-off-by: provokateurin <kate@provokateurin.de>
|
2024-11-05 09:58:11 +07:00 |
provokateurin
|
9836e9b164
|
chore(deps): Update nextcloud/coding-standard to v1.3.1
Signed-off-by: provokateurin <kate@provokateurin.de>
|
2024-09-19 14:21:20 +07:00 |
Julien Veyssier
|
c1ed256d50
|
feat(taskprocessing): add IManager::runTask method to run task synchronously
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2024-08-27 13:11:51 +07:00 |
Julien Veyssier
|
dbab2a825d
|
fix(taskprocessing): select preferred provider when running sync task, fix task type values according to preferred provider
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2024-08-12 13:11:41 +07:00 |
Marcel Klehr
|
799ee8fd51
|
feat(TaskProcessing): Implement enums and default values
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-07-25 10:10:31 +07:00 |
Julien Veyssier
|
df11aa9efc
|
feat(taskprocessing): add appId filter to taskprocessing occ commands
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2024-07-23 17:12:38 +07:00 |
Julien Veyssier
|
c120a64ba2
|
feat(taskprocessing): add occ commands to list tasks and compute stats
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2024-07-23 17:12:38 +07:00 |
Marcel Klehr
|
4ac7f8275b
|
feat(TaskProcessing): Allow setting task results for file slots
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-07-17 13:55:55 +07:00 |
Marcel Klehr
|
1b2c8d5030
|
fix(TaskProcessing): Set task status to running when processing via ISynchronousProvider
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-07-04 10:02:36 +07:00 |
provokateurin
|
f5ff8136ac
|
feat(TaskProcessingApi): Add endpoint for getting the next task
Signed-off-by: provokateurin <kate@provokateurin.de>
|
2024-07-01 17:11:12 +07:00 |
Andy Scherzinger
|
dae7c159f7
|
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
|
2024-05-24 13:11:22 +07:00 |
Marcel Klehr
|
b11052fcfa
|
Update lib/public/TaskProcessing/IManager.php
Co-authored-by: julien-nc <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-14 11:38:42 +07:00 |
Marcel Klehr
|
a8afa7f23d
|
fix(OCS-API): Add endpoint to list user tasks
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-14 11:38:41 +07:00 |
Marcel Klehr
|
4a3b9b826e
|
refactor: identifier is now customId/custom_id
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-14 11:38:41 +07:00 |
Marcel Klehr
|
ec27c538b5
|
fix: address review comments
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-14 11:38:41 +07:00 |
Marcel Klehr
|
a5053d33c2
|
fix: Run cs:fix
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-14 11:38:40 +07:00 |
Marcel Klehr
|
6203c1c7da
|
fix: Check if user is authorized to use the files they mentioned
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-14 11:38:40 +07:00 |
Marcel Klehr
|
7a947980db
|
fix: Fix psalm issues
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-14 11:38:39 +07:00 |
Marcel Klehr
|
86317bbf4d
|
refactor: Move validation to EShapeType
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-14 11:38:39 +07:00 |
Marcel Klehr
|
8352b27c11
|
fix: weed out some psalm errors and run cs:fix
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-14 11:38:39 +07:00 |
Marcel Klehr
|
00894e2420
|
feat: first pass at TaskProcessing API
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-14 11:38:39 +07:00 |