Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntax | provokateurin | 2024-11-05 | 1 | -1/+19 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore(deps): Update openapi-extractor to v1.0.0 | provokateurin | 2024-08-21 | 1 | -441/+441 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(core): Limit valid avatar sizes | provokateurin | 2024-08-14 | 1 | -4/+22 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(core): Document CSRF token endpoint | provokateurin | 2024-07-25 | 1 | -0/+46 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(taskprocessing): fix OpenAPI error and generate specs | Julien Veyssier | 2024-07-25 | 1 | -6/+133 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | feat(taskprocessing): add support for webhooks (http or AppAPI) in the task ↵ | Julien Veyssier | 2024-07-22 | 1 | -0/+10 |
| | | | | | | processing API Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | feat(Reference): Add public API endpoints to get references | Jonas | 2024-07-17 | 1 | -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-extractor | provokateurin | 2024-07-02 | 1 | -730/+819 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | feat(TaskProcessingApi): Add endpoint for getting the next task | provokateurin | 2024-07-01 | 1 | -338/+0 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(core): Return X-NC-IsCustomAvatar for guest avatars too | provokateurin | 2024-06-12 | 1 | -0/+102 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #45455 from nextcloud/fix/psalm/navigation-entries | Kate | 2024-06-03 | 1 | -10/+8 |
|\ | |||||
| * | fix(core): Fix NavigationEntry typing | provokateurin | 2024-05-30 | 1 | -1/+6 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | fix(NavigationManager): Make entry order always an integer | provokateurin | 2024-05-30 | 1 | -9/+2 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | fix(core): Add missing null value possibility to Resource and Reference ↵ | provokateurin | 2024-06-02 | 1 | -2/+4 |
|/ | | | | | | richObject Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #45354 from ↵ | Kate | 2024-05-16 | 1 | -17/+18 |
|\ | | | | | | | nextcloud/docs/taskprocessingapi/cleanup-endpoint-descriptions | ||||
| * | docs(TaskProcessingApi): Set correct status code messages | provokateurin | 2024-05-16 | 1 | -6/+6 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | docs(TaskProcessingApi): Cleanup endpoint descriptions | provokateurin | 2024-05-16 | 1 | -11/+12 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | docs(TaskProcessingApi): Fix result endpoint description | provokateurin | 2024-05-16 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #45317 from ↵ | Joas Schilling | 2024-05-16 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | nextcloud/bugfix/noid/limit-maximum-number-of-search-results fix(search): Limit maximum number of search results | ||||
| * | fix(search): Limit maximum number of search results | Joas Schilling | 2024-05-15 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #45094 from nextcloud/enh/taskprocessing-api | Marcel Klehr | 2024-05-15 | 1 | -0/+1640 |
|\ \ | |/ |/| | feat: TaskProcessing API | ||||
| * | fix: expose lastUpdated in OCS API | Marcel Klehr | 2024-05-15 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | fix: address review comments | Marcel Klehr | 2024-05-14 | 1 | -49/+43 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | fix(OCS-API): Add endpoint to list user tasks | Marcel Klehr | 2024-05-14 | 1 | -1/+129 |
| | | | | | | | | 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 | -16/+6 |
| | | | | | | | | | | | | slots Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | feat: Add cancel endpoint to OCS API | Marcel Klehr | 2024-05-14 | 1 | -0/+155 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | fix: update openai specs | 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 | -13/+49 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | fix: address review comments | Marcel Klehr | 2024-05-14 | 1 | -2/+1 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | fix: Update autoloaders | Marcel Klehr | 2024-05-14 | 1 | -0/+38 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | chore: update openapi.json | Marcel Klehr | 2024-05-14 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | feat: Add ExApp endpoints | Marcel Klehr | 2024-05-14 | 1 | -39/+340 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | chore: Regenerate openapi.json | Marcel Klehr | 2024-05-14 | 1 | -0/+990 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | docs(preview): Improve API parameter descriptions | provokateurin | 2024-05-13 | 1 | -8/+16 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore(deps): Update openapi-extractor | provokateurin | 2024-04-15 | 1 | -0/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | feat(capabilities): Expose if mod-rewrite is working via capabilities | Joas Schilling | 2024-04-12 | 1 | -1/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | chore(deps): Update openapi-extractor | provokateurin | 2024-04-08 | 1 | -90/+179 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | feat: Implement team provider api | Julius Härtl | 2024-03-05 | 1 | -0/+225 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | refactor(core): Switch to attribute based routing | provokateurin | 2024-02-21 | 1 | -2186/+2186 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore(deps): Update openapi-extractor | provokateurin | 2024-02-21 | 1 | -0/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | feat(core): Add OCS endpoint for confirming the user password | provokateurin | 2024-02-20 | 1 | -0/+107 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | feat(core): Expose the confirm password endpoint | provokateurin | 2024-02-20 | 1 | -0/+57 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix: openapi | John Molakvoæ | 2024-02-13 | 1 | -4/+4 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | chore(deps): Update openapi-extractor | provokateurin | 2024-01-09 | 1 | -11/+54 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore(deps): Update openapi-extractor | jld3103 | 2023-12-08 | 1 | -4/+26 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | Add new method `inAppSearch` for advanced search providers | Benjamin Gaussorgues | 2023-11-14 | 1 | -1/+5 |
| | | | | | | 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 | -1/+45 |
|\ | | | | | enh(TextProcessing): Add two new provider interfaces | ||||
| * | enh: update openapi.json | Marcel Klehr | 2023-11-06 | 1 | -1/+45 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | chore: update openapi.json | Benjamin Gaussorgues | 2023-11-10 | 1 | -4/+27 |
| | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | | feat(search): Allow multiple search terms in UnifiedController | Benjamin Gaussorgues | 2023-11-10 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> |