Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntax | provokateurin | 2024-11-05 | 1 | -14/+17 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(taskprocessing): fix cs issues and generate autoloaders | Julien Veyssier | 2024-07-25 | 1 | -3/+0 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | fix(taskprocessing): fix OpenAPI error and generate specs | Julien Veyssier | 2024-07-25 | 1 | -2/+2 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | feat(TaskProcessing): Implement enums and default values | Marcel Klehr | 2024-07-25 | 1 | -2/+12 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(core): use OC namespace for core ReponseDefinitions instead of OCA | Julien CHATY-CAPELLE | 2024-07-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Julien CHATY-CAPELLE <julien@chaty-capelle.fr> | ||||
* | Merge pull request #45455 from nextcloud/fix/psalm/navigation-entries | Kate | 2024-06-03 | 1 | -1/+3 |
|\ | |||||
| * | fix(core): Fix NavigationEntry typing | provokateurin | 2024-05-30 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | fix(NavigationManager): Make entry order always an integer | provokateurin | 2024-05-30 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | fix(core): Add missing null value possibility to Resource and Reference ↵ | provokateurin | 2024-06-02 | 1 | -2/+2 |
|/ | | | | | | richObject Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-27 | 1 | -19/+2 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix: expose lastUpdated in OCS API | Marcel Klehr | 2024-05-15 | 1 | -0/+1 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: address review comments | Marcel Klehr | 2024-05-14 | 1 | -3/+5 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Update core/ResponseDefinitions.php | Marcel Klehr | 2024-05-14 | 1 | -1/+1 |
| | | | | Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(ocs): change /tasktypes response to combine optional and non-optional IO ↵ | Marcel Klehr | 2024-05-14 | 1 | -3/+2 |
| | | | | | | slots Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | refactor: identifier is now customId/custom_id | Marcel Klehr | 2024-05-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: address review comments | Marcel Klehr | 2024-05-14 | 1 | -3/+3 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: address review comments | Marcel Klehr | 2024-05-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: Expose task type on CoreTaskProcessingTask json | Marcel Klehr | 2024-05-14 | 1 | -0/+1 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | feat: Add ExApp endpoints | Marcel Klehr | 2024-05-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: Fix psalm issues | Marcel Klehr | 2024-05-14 | 1 | -3/+3 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | chore: Regenerate openapi.json | Marcel Klehr | 2024-05-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | feat: TaskProcessing OCS API | Marcel Klehr | 2024-05-14 | 1 | -0/+28 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | feat: Implement team provider api | Julius Härtl | 2024-03-05 | 1 | -0/+15 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add new method `inAppSearch` for advanced search providers | Benjamin Gaussorgues | 2023-11-14 | 1 | -0/+1 |
| | | | | | | Allows to indicates if a search provider also support in app search Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | Merge pull request #41271 from nextcloud/enh/text-processing-iprovider2 | Joas Schilling | 2023-11-13 | 1 | -0/+1 |
|\ | | | | | enh(TextProcessing): Add two new provider interfaces | ||||
| * | enh(TextProcessing): Add IProvider2 | Marcel Klehr | 2023-11-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | - allow providers to obtain current task's userId - allow providers to expose average task runtime Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | chore: update openapi.json | Benjamin Gaussorgues | 2023-11-10 | 1 | -0/+4 |
|/ | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | fix(Text2Image): Fix $completionExpectedAt default value | Marcel Klehr | 2023-10-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | enh(Text2Image): Expose expected completion time | Marcel Klehr | 2023-10-20 | 1 | -1/+2 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | enh(TextToImage): Allow generating multiple images with one task | Marcel Klehr | 2023-10-20 | 1 | -0/+1 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(TextToImage): Fix psalm issues | Marcel Klehr | 2023-10-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Implement TextToImage OCP API | Marcel Klehr | 2023-10-18 | 1 | -0/+9 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(autocomplete): Fix missing user status on autocomplete endpoint | Joas Schilling | 2023-09-28 | 1 | -1/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | core: Fix OpenAPI for reference API | jld3103 | 2023-09-14 | 1 | -8/+10 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | core: Document text processing API | jld3103 | 2023-07-31 | 1 | -0/+11 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | core: Add OpenAPI spec | jld3103 | 2023-07-13 | 1 | -0/+131 |
Signed-off-by: jld3103 <jld3103yt@gmail.com> |