| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(TaskProcessing\Manager): Always use distributed cache and use PHP serializebackport/50640/stable31 | Marcel Klehr | 2025-02-06 | 1 | -0/+1 |
* | fix: lib/private/TaskProcessing/Manager.php | Marcel Klehr | 2025-02-06 | 1 | -2/+4 |
* | fix(TaskProcessing\Manager): Always use distributed cache and use PHP serialize | Marcel Klehr | 2025-02-06 | 1 | -6/+3 |
* | fix(TaskProcessing): Cache providersById in getPreferredProvidersbackport/50331/stable31 | Marcel Klehr | 2025-01-25 | 1 | -3/+8 |
* | fix: copypasta | Marcel Klehr | 2025-01-25 | 1 | -1/+1 |
* | fix(taskprocessing): cache provider settings in distributed cache as well | Marcel Klehr | 2025-01-25 | 1 | -1/+11 |
* | fix(TaskProcessing\Manager): Cache the result of parsing JSON | Marcel Klehr | 2025-01-25 | 1 | -3/+4 |
* | fix(taskprocessing): Cache result of getAvailableTaskTypes between requests | Marcel Klehr | 2025-01-25 | 1 | -2/+12 |
* | fix(TaskProcessing): Catch JSON encode errors in Manager#setTaskResultbackport/46780/stable31 | Marcel Klehr | 2025-01-24 | 1 | -2/+6 |
* | feat: add proofread task type | Jana Peper | 2024-12-20 | 1 | -0/+1 |
* | fix: error handling for wrong json values | Jana Peper | 2024-12-18 | 1 | -4/+16 |
* | feat: add error flags for json_decode | Jana Peper | 2024-12-18 | 1 | -1/+1 |
* | fix(taskrpocessing): Cache result of getAvailableTaskTypes | Marcel Klehr | 2024-12-18 | 1 | -31/+39 |
* | fix: always regenerate availabe task types | Jana Peper | 2024-12-18 | 1 | -33/+32 |
* | fix: show all types when no preferences saved | Jana Peper | 2024-12-18 | 1 | -0/+3 |
* | feat: filter disabled apps in task types requests | Jana Peper | 2024-12-18 | 1 | -1/+13 |
* | feat(TaskProcessing): More task types | Marcel Klehr | 2024-12-09 | 1 | -0/+3 |
* | fix(QBMapper): Fix findEntities() return type to be list<T>fix/qbmapper/find-entities-return-type | provokateurin | 2024-11-06 | 1 | -3/+3 |
* | fix(BackgroundJobs): Adjust intervals and time sensitivities | provokateurin | 2024-10-08 | 1 | -2/+2 |
* | fix(TaskProcessing\Manager): Don't provoke PHP notice in setTaskResultfix/taskprocessing-manager/php-notice | Marcel Klehr | 2024-10-02 | 1 | -1/+1 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 2 | -5/+5 |
* | fix(TaskProcessing): increase error_message column length | Anupam Kumar | 2024-09-06 | 1 | -2/+3 |
* | chore: adjust code to adhere to coding standard | Anna Larch | 2024-09-05 | 2 | -6/+6 |
* | Revert "fix(TaskProcessing): Use OCP\Server::get instead of copying methods" | Marcel Klehr | 2024-08-30 | 1 | -5/+45 |
* | fix(TaskProcessing): Use OCP\Server::get instead of copying methods | Marcel Klehr | 2024-08-30 | 1 | -45/+5 |
* | feat(speech-to-text): SpeechToTextManager::transcribeFile calls TaskProcessin... | Julien Veyssier | 2024-08-30 | 1 | -2/+24 |
* | feat(textprocessing): TextProcessingManager::runTask calls TaskProcessingMana... | Julien Veyssier | 2024-08-30 | 1 | -3/+28 |
* | fix(taskprocessing): fix condition to reschedule SynchronousBackgroundJob | Julien Veyssier | 2024-08-27 | 1 | -10/+13 |
* | feat(taskprocessing): add IManager::runTask method to run task synchronously | Julien Veyssier | 2024-08-27 | 2 | -73/+125 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -3/+3 |
* | fix(taskprocessing): select preferred provider when running sync task, fix ta... | Julien Veyssier | 2024-08-12 | 2 | -11/+16 |
* | Merge pull request #46912 from nextcloud/fix/taskprocessing-speech-to-text-le... | Marcel Klehr | 2024-08-01 | 1 | -0/+4 |
|\ |
|
| * | fix(TaskProcessing): Legacy Speech To Text support needs UserId | Marcel Klehr | 2024-07-31 | 1 | -0/+4 |
* | | fix(TaskProcessing): Don't break if provider methods throw | Marcel Klehr | 2024-07-30 | 1 | -14/+18 |
|/ |
|
* | fix(taskprocessing): add missing translate default task type | Julien Veyssier | 2024-07-25 | 1 | -0/+1 |
* | fix: Don't validate input again upon running a task | Marcel Klehr | 2024-07-25 | 1 | -7/+0 |
* | fix: Make sure provider provides enum values | Marcel Klehr | 2024-07-25 | 1 | -1/+4 |
* | fix(taskprocessing): Update lib/private/TaskProcessing/Manager.php | Marcel Klehr | 2024-07-25 | 1 | -2/+2 |
* | fix(taskprocessing): run cs:fix | Julien Veyssier | 2024-07-25 | 1 | -17/+17 |
* | feat(TaskProcessing): Implement enums and default values | Marcel Klehr | 2024-07-25 | 1 | -35/+161 |
* | fix(taskprocessing): build autoloader files and fix psalm issue | Julien Veyssier | 2024-07-23 | 1 | -1/+1 |
* | feat(taskprocessing): add appId filter to taskprocessing occ commands | Julien Veyssier | 2024-07-23 | 2 | -3/+20 |
* | feat(taskprocessing): add occ commands to list tasks and compute stats | Julien Veyssier | 2024-07-23 | 3 | -3/+45 |
* | feat(taskprocessing): add start, stop and schedule time to tasks | Julien Veyssier | 2024-07-23 | 2 | -0/+37 |
* | feat(taskprocessing): add support for webhooks (http or AppAPI) in the task p... | Julien Veyssier | 2024-07-22 | 2 | -3/+92 |
* | Merge pull request #46605 from nextcloud/bugfix/noid/test-more-oracle-versions | Joas Schilling | 2024-07-19 | 1 | -5/+5 |
|\ |
|
| * | fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()`... | Joas Schilling | 2024-07-19 | 1 | -5/+5 |
* | | Merge pull request #46368 from nextcloud/fix/task-processing | Marcel Klehr | 2024-07-19 | 2 | -52/+144 |
|\ \
| |/
|/| |
|
| * | fix(TaskProcessing): Run cs:fix | Marcel Klehr | 2024-07-17 | 1 | -1/+1 |
| * | fix(TaskProcessing): Use getScalarType instead of relying on magic integers | Marcel Klehr | 2024-07-17 | 1 | -5/+7 |