aboutsummaryrefslogtreecommitdiffstats
path: root/core/openapi-full.json
Commit message (Collapse)AuthorAgeFilesLines
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-1/+19
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore(deps): Update openapi-extractor to v1.0.0provokateurin2024-08-211-470/+464
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(core): Limit valid avatar sizesprovokateurin2024-08-141-4/+22
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(core): Document CSRF token endpointprovokateurin2024-07-251-0/+46
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(taskprocessing): fix OpenAPI error and generate specsJulien Veyssier2024-07-251-6/+133
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* feat(taskprocessing): add support for webhooks (http or AppAPI) in the task ↵Julien Veyssier2024-07-221-0/+10
| | | | | | processing API Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Merge pull request #46368 from nextcloud/fix/task-processingMarcel Klehr2024-07-191-1/+196
|\ | | | | TaskProcessing follow-up
| * chore: update openapi specsMarcel Klehr2024-07-181-781/+893
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * fix(TaskProcessing): Update openapi specsMarcel Klehr2024-07-171-892/+975
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | feat(Reference): Add public API endpoints to get referencesJonas2024-07-171-0/+312
|/ | | | | | | | | | | | | | | | | | | | | | | Calling the public API endpoints will check for matching registered reference providers that implement `IPublicReferenceProvider` and call their respective functions. If no matching provider is found, the default `LinkReferenceProvider` will be used to provide open graph data. The frontend reference widget components will call these endpoints from unauthorized sessions, e.g. in public shares. If present, the sharing token of the origin URL is passed to `resolveReferencePublic()` as additional information for the reference provider to determine the access scope. This allows the respective reference providers to determine whether the origin share has access to the linked resource. `getCacheKeyPublic` also gets the sharing token so it can scope the cached entry to it. Contributes to #45978 Signed-off-by: Jonas <jonas@freesources.org>
* chore(deps): Update openapi-extractorprovokateurin2024-07-021-781/+893
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* feat(TaskProcessingApi): Add endpoint for getting the next taskprovokateurin2024-07-011-0/+8701
Signed-off-by: provokateurin <kate@provokateurin.de>