aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/TextProcessing
Commit message (Expand)AuthorAgeFilesLines
* fix(textprocessing): accept scheduling a task if there are equivalent taskpro...fix/noid/textprocessing-schedule-taskprocessing-providerJulien Veyssier2024-11-131-1/+5
* feat(textprocessing): factorize taskProcessingCompatibleTaskTypesJulien Veyssier2024-10-241-22/+11
* fix(textprocessing): also list types that are available in task processingJulien Veyssier2024-10-241-0/+29
* chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixerdependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2dependabot[bot]2024-10-191-2/+2
* fix(BackgroundJobs): Adjust intervals and time sensitivitiesprovokateurin2024-10-081-1/+2
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-193-4/+3
* fix(TextProcessing): Don't run taskProcessing if task type is not availableMarcel Klehr2024-08-301-1/+1
* feat(speech-to-text): SpeechToTextManager::transcribeFile calls TaskProcessin...Julien Veyssier2024-08-301-4/+7
* feat(textprocessing): TextProcessingManager::runTask calls TaskProcessingMana...Julien Veyssier2024-08-301-0/+56
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* fix(TextProcessing): use error instead of info for exception loggingAnupam Kumar2024-07-181-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-245-90/+10
* fix missing return statement, inline returnAndrey Borysenko2024-02-121-3/+2
* cs:fixMarcel Klehr2023-12-191-3/+3
* Merge branch 'master' into enh/text-processing-provider-with-idMarcel Klehr2023-12-192-36/+81
|\
| * chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-6/+6
| * fix: Make sure array starts at 0 after array filterMarcel Klehr2023-11-101-2/+2
| * fix: Don't try to access undefined array keyMarcel Klehr2023-11-091-1/+5
| * Update lib/private/TextProcessing/Manager.phpMarcel Klehr2023-11-081-1/+1
| * Update lib/private/TextProcessing/Manager.phpMarcel Klehr2023-11-081-1/+1
| * fix: split IProvider2 into two more verbose interfacesMarcel Klehr2023-11-071-4/+4
| * fix(TextProcessing/Manager): add canuseProvider check in getPreferredProvidersMarcel Klehr2023-11-061-3/+1
| * fix(TextProcessing/Manager): Throw TaskFailureException upon failureMarcel Klehr2023-11-061-7/+3
| * enh(TextProcessing): Add IProvider2Marcel Klehr2023-11-032-16/+63
* | enh(TextProcessing): Allow providers and task types to declare a dynamic ID i...Marcel Klehr2023-10-241-1/+7
|/
* feat: Add delete task APIJulius Härtl2023-08-071-0/+12
* change sql where order to match index orderJulien Veyssier2023-08-071-2/+2
* allow anon text processing schedulingJulien Veyssier2023-08-073-6/+56
* start implementing ocs endpoint to get task list from user+appId+identifierJulien Veyssier2023-08-072-1/+37
* Migration: Drop llm_tasks table and add textprocessing_tasksMarcel Klehr2023-08-021-1/+1
* AI admin settings: Use config values in AI feature managersMarcel Klehr2023-08-021-1/+17
* Fix tests: Adjust constructor signatureMarcel Klehr2023-07-191-1/+1
* Remove Task::factory methodMarcel Klehr2023-07-191-1/+1
* Apply suggestions from code reviewMarcel Klehr2023-07-171-1/+1
* Massive refactoring: Turn LanguageModel OCP API into TextProcessing APIMarcel Klehr2023-07-145-0/+494