Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix missing return statement, inline return | Andrey Borysenko | 2024-02-12 | 1 | -3/+2 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | cs:fix | Marcel Klehr | 2023-12-19 | 1 | -3/+3 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Merge branch 'master' into enh/text-processing-provider-with-id | Marcel Klehr | 2023-12-19 | 2 | -36/+81 |
|\ | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -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 filter | Marcel Klehr | 2023-11-10 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | fix: Don't try to access undefined array key | Marcel Klehr | 2023-11-09 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | Update lib/private/TextProcessing/Manager.php | Marcel Klehr | 2023-11-08 | 1 | -1/+1 |
| | | | | | | | | Co-authored-by: Julien Veyssier <julien-nc@posteo.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | Update lib/private/TextProcessing/Manager.php | Marcel Klehr | 2023-11-08 | 1 | -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 interfaces | Marcel Klehr | 2023-11-07 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | fix(TextProcessing/Manager): add canuseProvider check in getPreferredProviders | Marcel Klehr | 2023-11-06 | 1 | -3/+1 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | fix(TextProcessing/Manager): Throw TaskFailureException upon failure | Marcel Klehr | 2023-11-06 | 1 | -7/+3 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | enh(TextProcessing): Add IProvider2 | Marcel Klehr | 2023-11-03 | 2 | -16/+63 |
| | | | | | | | | | | | | | | - 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 Klehr | 2023-10-24 | 1 | -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 API | Julius Härtl | 2023-08-07 | 1 | -0/+12 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | change sql where order to match index order | Julien Veyssier | 2023-08-07 | 1 | -2/+2 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | allow anon text processing scheduling | Julien Veyssier | 2023-08-07 | 3 | -6/+56 |
| | | | | | | | | | 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+identifier | Julien Veyssier | 2023-08-07 | 2 | -1/+37 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | Migration: Drop llm_tasks table and add textprocessing_tasks | Marcel Klehr | 2023-08-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | AI admin settings: Use config values in AI feature managers | Marcel Klehr | 2023-08-02 | 1 | -1/+17 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Fix tests: Adjust constructor signature | Marcel Klehr | 2023-07-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Remove Task::factory method | Marcel Klehr | 2023-07-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Apply suggestions from code review | Marcel Klehr | 2023-07-17 | 1 | -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 API | Marcel Klehr | 2023-07-14 | 5 | -0/+494 |
Signed-off-by: Marcel Klehr <mklehr@gmx.net> |