aboutsummaryrefslogtreecommitdiffstats
path: root/core/ResponseDefinitions.php
Commit message (Collapse)AuthorAgeFilesLines
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-14/+17
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(taskprocessing): fix cs issues and generate autoloadersJulien Veyssier2024-07-251-3/+0
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix(taskprocessing): fix OpenAPI error and generate specsJulien Veyssier2024-07-251-2/+2
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* feat(TaskProcessing): Implement enums and default valuesMarcel Klehr2024-07-251-2/+12
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(core): use OC namespace for core ReponseDefinitions instead of OCAJulien CHATY-CAPELLE2024-07-151-1/+1
| | | | Signed-off-by: Julien CHATY-CAPELLE <julien@chaty-capelle.fr>
* Merge pull request #45455 from nextcloud/fix/psalm/navigation-entriesKate2024-06-031-1/+3
|\
| * fix(core): Fix NavigationEntry typingprovokateurin2024-05-301-1/+3
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * fix(NavigationManager): Make entry order always an integerprovokateurin2024-05-301-1/+1
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | fix(core): Add missing null value possibility to Resource and Reference ↵provokateurin2024-06-021-2/+2
|/ | | | | | richObject Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-271-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: expose lastUpdated in OCS APIMarcel Klehr2024-05-151-0/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix: address review commentsMarcel Klehr2024-05-141-3/+5
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Update core/ResponseDefinitions.phpMarcel Klehr2024-05-141-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 Klehr2024-05-141-3/+2
| | | | | | slots Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* refactor: identifier is now customId/custom_idMarcel Klehr2024-05-141-1/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix: address review commentsMarcel Klehr2024-05-141-3/+3
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix: address review commentsMarcel Klehr2024-05-141-1/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix: Expose task type on CoreTaskProcessingTask jsonMarcel Klehr2024-05-141-0/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* feat: Add ExApp endpointsMarcel Klehr2024-05-141-2/+2
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix: Fix psalm issuesMarcel Klehr2024-05-141-3/+3
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* chore: Regenerate openapi.jsonMarcel Klehr2024-05-141-2/+2
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* feat: TaskProcessing OCS APIMarcel Klehr2024-05-141-0/+28
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* feat: Implement team provider apiJulius Härtl2024-03-051-0/+15
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add new method `inAppSearch` for advanced search providersBenjamin Gaussorgues2023-11-141-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-iprovider2Joas Schilling2023-11-131-0/+1
|\ | | | | enh(TextProcessing): Add two new provider interfaces
| * enh(TextProcessing): Add IProvider2Marcel Klehr2023-11-031-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.jsonBenjamin Gaussorgues2023-11-101-0/+4
|/ | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* fix(Text2Image): Fix $completionExpectedAt default valueMarcel Klehr2023-10-221-1/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* enh(Text2Image): Expose expected completion timeMarcel Klehr2023-10-201-1/+2
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* enh(TextToImage): Allow generating multiple images with one taskMarcel Klehr2023-10-201-0/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(TextToImage): Fix psalm issuesMarcel Klehr2023-10-181-1/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Implement TextToImage OCP APIMarcel Klehr2023-10-181-0/+9
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(autocomplete): Fix missing user status on autocomplete endpointJoas Schilling2023-09-281-1/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* core: Fix OpenAPI for reference APIjld31032023-09-141-8/+10
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* core: Document text processing APIjld31032023-07-311-0/+11
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* core: Add OpenAPI specjld31032023-07-131-0/+131
Signed-off-by: jld3103 <jld3103yt@gmail.com>