aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/TextProcessing/Manager.php
Commit message (Collapse)AuthorAgeFilesLines
* fix(TextProcessing): use error instead of info for exception loggingAnupam Kumar2024-07-181-1/+1
| | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-241-18/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix missing return statement, inline returnAndrey Borysenko2024-02-121-3/+2
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* cs:fixMarcel Klehr2023-12-191-3/+3
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Merge branch 'master' into enh/text-processing-provider-with-idMarcel Klehr2023-12-191-34/+73
|\ | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-6/+6
| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
| * fix: Make sure array starts at 0 after array filterMarcel Klehr2023-11-101-2/+2
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * fix: Don't try to access undefined array keyMarcel Klehr2023-11-091-1/+5
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * Update lib/private/TextProcessing/Manager.phpMarcel Klehr2023-11-081-1/+1
| | | | | | | | Co-authored-by: Julien Veyssier <julien-nc@posteo.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * Update lib/private/TextProcessing/Manager.phpMarcel Klehr2023-11-081-1/+1
| | | | | | | | Co-authored-by: Julien Veyssier <julien-nc@posteo.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * fix: split IProvider2 into two more verbose interfacesMarcel Klehr2023-11-071-4/+4
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * fix(TextProcessing/Manager): add canuseProvider check in getPreferredProvidersMarcel Klehr2023-11-061-3/+1
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * fix(TextProcessing/Manager): Throw TaskFailureException upon failureMarcel Klehr2023-11-061-7/+3
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * enh(TextProcessing): Add IProvider2Marcel Klehr2023-11-031-14/+55
| | | | | | | | | | | | | | - allow providers to obtain current task's userId - allow providers to expose average task runtime Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | enh(TextProcessing): Allow providers and task types to declare a dynamic ID ↵Marcel Klehr2023-10-241-1/+7
|/ | | | | | | | instead of using className this allows AppAPI to register anonymous classes as TextProcessing providers and task types Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* feat: Add delete task APIJulius Härtl2023-08-071-0/+12
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* allow anon text processing schedulingJulien Veyssier2023-08-071-2/+31
| | | | | | | | | add a textprocessing_tasks index convert anotations to method attributes refactor TP manager add mapper methods Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* start implementing ocs endpoint to get task list from user+appId+identifierJulien Veyssier2023-08-071-1/+18
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* AI admin settings: Use config values in AI feature managersMarcel Klehr2023-08-021-1/+17
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Apply suggestions from code reviewMarcel Klehr2023-07-171-1/+1
| | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Massive refactoring: Turn LanguageModel OCP API into TextProcessing APIMarcel Klehr2023-07-141-0/+182
Signed-off-by: Marcel Klehr <mklehr@gmx.net>