Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: deprecate old AI APIs | Marcel Klehr | 2024-07-26 | 15 | -0/+15 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 15 | -217/+36 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | Merge branch 'master' into enh/text-processing-provider-with-id | Marcel Klehr | 2023-12-19 | 6 | -10/+139 |
|\ | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | fix(TextProcessing): Make task type template param covariant | Marcel Klehr | 2023-12-01 | 2 | -9/+7 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | Update lib/public/TextProcessing/IProviderWithUserId.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 coding style | Marcel Klehr | 2023-11-07 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | fix: split IProvider2 into two more verbose interfaces | Marcel Klehr | 2023-11-07 | 3 | -11/+46 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | fix: psalm issues and coding style | Marcel Klehr | 2023-11-06 | 2 | -7/+19 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | fix(TextProcessing/Manager): Throw TaskFailureException upon failure | Marcel Klehr | 2023-11-06 | 2 | -2/+10 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | enh(TextProcessing): Add IProvider2 | Marcel Klehr | 2023-11-03 | 3 | -3/+80 |
| | | | | | | | | | | | | | | - allow providers to obtain current task's userId - allow providers to expose average task runtime Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix: Make linters happy | Marcel Klehr | 2023-11-08 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix: Remove ITaskTypeWithId | Marcel Klehr | 2023-11-08 | 4 | -41/+5 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix(TextProcessing): fix psalm typing | Marcel Klehr | 2023-10-24 | 2 | -2/+2 |
| | | | | | | | | 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 | 4 | -3/+79 |
|/ | | | | | | | | 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/+8 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | allow anon text processing scheduling | Julien Veyssier | 2023-08-07 | 2 | -2/+13 |
| | | | | | | | | | 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 | 1 | -0/+8 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | AI admin settings: cs:fix | Marcel Klehr | 2023-08-02 | 1 | -1/+0 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(TextProcessing): Inject L10N\IFactory instead of IL10N | Marcel Klehr | 2023-08-02 | 4 | -9/+26 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | First pass at ai admin settings | Marcel Klehr | 2023-08-02 | 1 | -0/+6 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Remove Task::factory method | Marcel Klehr | 2023-07-19 | 1 | -17/+0 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Fix psalm errors | Marcel Klehr | 2023-07-17 | 5 | -0/+9 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | cs:fix | Marcel Klehr | 2023-07-17 | 1 | -2/+0 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Apply suggestions from code review | Marcel Klehr | 2023-07-17 | 1 | -7/+0 |
| | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Fix psalm errors | Marcel Klehr | 2023-07-14 | 1 | -6/+9 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Fix psalm errors | Marcel Klehr | 2023-07-14 | 1 | -1/+0 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Massive refactoring: Turn LanguageModel OCP API into TextProcessing API | Marcel Klehr | 2023-07-14 | 11 | -0/+762 |
Signed-off-by: Marcel Klehr <mklehr@gmx.net> |