| Commit message (Expand) | Author | Age | Files | Lines |
* | feat: Close sessions created for login flow v2 | Louis Chemineau | 2025-03-03 | 1 | -0/+2 |
* | fix(ReferenceApiController): Bump rate limit for public resolve endpointbackport/49801/stable30 | Jonas | 2024-12-16 | 1 | -1/+1 |
* | fix(TaskProcessing): Set up fs in getFileContentsInternalbackport/49489/stable30 | Marcel Klehr | 2024-11-26 | 1 | -0/+3 |
* | fix(TaskProcessingApiController): Don't use + to merge non-assoc. arraysbackport/46222/stable30 | Marcel Klehr | 2024-11-06 | 1 | -3/+3 |
* | fix(core): Limit valid avatar sizes | provokateurin | 2024-08-14 | 2 | -9/+8 |
* | fix: Add direct parameter to flow auth v2 | Julius Härtl | 2024-08-05 | 1 | -4/+6 |
* | chore: Remove deprecated legacy search backend | Julius Härtl | 2024-08-01 | 1 | -46/+0 |
* | refactor(core): Make all attribute arguments named | provokateurin | 2024-07-27 | 7 | -15/+15 |
* | refactor(core): Replace security annotations with respective attributes | provokateurin | 2024-07-26 | 36 | -256/+219 |
* | Merge pull request #46761 from nextcloud/fix/core/document-csrf-token-endpoint | Kate | 2024-07-26 | 1 | -2/+7 |
|\ |
|
| * | fix(core): Document CSRF token endpoint | provokateurin | 2024-07-25 | 1 | -2/+7 |
* | | Merge pull request #46672 from nextcloud/fix/preview-invalid-id | Andy Scherzinger | 2024-07-25 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | fix: Ignore preview requests for invalid file ids | Julius Härtl | 2024-07-22 | 1 | -0/+4 |
* | | fix(taskprocessing): run cs:fix | Julien Veyssier | 2024-07-25 | 1 | -14/+13 |
* | | feat(TaskProcessing): Implement enums and default values | Marcel Klehr | 2024-07-25 | 1 | -19/+29 |
|/ |
|
* | feat(taskprocessing): add support for webhooks (http or AppAPI) in the task p... | Julien Veyssier | 2024-07-22 | 1 | -2/+8 |
* | refactor: Migrate some legacy and core functions to `IFilenameValidator` | Ferdinand Thiessen | 2024-07-19 | 1 | -2/+1 |
* | Merge pull request #46368 from nextcloud/fix/task-processing | Marcel Klehr | 2024-07-19 | 1 | -2/+55 |
|\ |
|
| * | fix(TaskProcessing): Update openapi specs | Marcel Klehr | 2024-07-17 | 1 | -1/+7 |
| * | fix(TaskProcessingApiController): Address review comments | Marcel Klehr | 2024-07-17 | 1 | -5/+5 |
| * | fix: psalm errors | Marcel Klehr | 2024-07-17 | 1 | -3/+3 |
| * | feat(TaskProcessing): Allow setting task results for file slots | Marcel Klehr | 2024-07-17 | 1 | -2/+49 |
* | | fix(ReferenceApiController): Remove accidently added AnonRateLimit | Jonas | 2024-07-17 | 1 | -1/+0 |
* | | feat(Reference): Add public API endpoints to get references | Jonas | 2024-07-17 | 1 | -0/+89 |
|/ |
|
* | fix(core): use OC namespace for core ReponseDefinitions instead of OCA | Julien CHATY-CAPELLE | 2024-07-15 | 11 | -11/+11 |
* | feat: Add new forbidden filename options to Capabilities | Ferdinand Thiessen | 2024-07-11 | 1 | -1/+4 |
* | feat: don't count failed CSRF as failed login attempt | Benjamin Gaussorgues | 2024-07-11 | 1 | -4/+12 |
* | feat(TaskProcessingApi): Add endpoint for getting the next task | provokateurin | 2024-07-01 | 1 | -46/+137 |
* | Merge pull request #45811 from nextcloud/add-test-for-profile-page-controller | Daniel | 2024-06-12 | 1 | -2/+11 |
|\ |
|
| * | test: add tests for ProfilePageController | Daniel Kesselberg | 2024-06-12 | 1 | -2/+11 |
* | | fix(core): Return X-NC-IsCustomAvatar for guest avatars too | provokateurin | 2024-06-12 | 2 | -5/+7 |
* | | fix(files_sharing): dark avatar support | skjnldsv | 2024-06-12 | 1 | -5/+5 |
* | | fix(core): allow guest avatar fallback | skjnldsv | 2024-06-12 | 1 | -2/+12 |
|/ |
|
* | Merge pull request #43942 from nextcloud/fix/43612/avoid-pwd-confirm-sso | Arthur Schiwon | 2024-06-07 | 1 | -1/+4 |
|\ |
|
| * | fix(Session): avoid password confirmation on SSO | Arthur Schiwon | 2024-06-05 | 1 | -1/+4 |
* | | fix(core): unsupported browser redirect url | John Molakvoæ (skjnldsv) | 2024-06-01 | 1 | -1/+3 |
|/ |
|
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-27 | 41 | -896/+93 |
* | Merge pull request #45354 from nextcloud/docs/taskprocessingapi/cleanup-endpo... | Kate | 2024-05-16 | 1 | -29/+20 |
|\ |
|
| * | fix(TaskProcessingApi): Cleanup error handling | provokateurin | 2024-05-16 | 1 | -10/+2 |
| * | docs(TaskProcessingApi): Set correct status code messages | provokateurin | 2024-05-16 | 1 | -6/+6 |
| * | docs(TaskProcessingApi): Cleanup endpoint descriptions | provokateurin | 2024-05-16 | 1 | -13/+12 |
| * | docs(TaskProcessingApi): Fix result endpoint description | provokateurin | 2024-05-16 | 1 | -1/+1 |
* | | Merge pull request #45317 from nextcloud/bugfix/noid/limit-maximum-number-of-... | Joas Schilling | 2024-05-16 | 1 | -2/+5 |
|\ \
| |/
|/| |
|
| * | fix(search): Limit maximum number of search results | Joas Schilling | 2024-05-15 | 1 | -2/+5 |
* | | Merge pull request #45094 from nextcloud/enh/taskprocessing-api | Marcel Klehr | 2024-05-15 | 1 | -0/+430 |
|\ \
| |/
|/| |
|
| * | fix(OCS-API): Add endpoint to list user tasks | Marcel Klehr | 2024-05-14 | 1 | -3/+33 |
| * | fix(OCS-API): No csrf required for /tasks/taskId/file/fileId | Marcel Klehr | 2024-05-14 | 1 | -0/+1 |
| * | fix(ocs): change /tasktypes response to combine optional and non-optional IO ... | Marcel Klehr | 2024-05-14 | 1 | -4/+8 |
| * | feat: Add cancel endpoint to OCS API | Marcel Klehr | 2024-05-14 | 1 | -0/+32 |
| * | fix: update openai specs | Marcel Klehr | 2024-05-14 | 1 | -1/+1 |