aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/TextProcessing
Commit message (Expand)AuthorAgeFilesLines
* 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