aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Expand)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-2510-32/+32
* fix(core): Limit valid avatar sizesprovokateurin2024-08-142-9/+8
* fix: Add direct parameter to flow auth v2Julius Härtl2024-08-051-4/+6
* chore: Remove deprecated legacy search backendJulius Härtl2024-08-011-46/+0
* refactor(core): Make all attribute arguments namedprovokateurin2024-07-277-15/+15
* refactor(core): Replace security annotations with respective attributesprovokateurin2024-07-2636-256/+219
* Merge pull request #46761 from nextcloud/fix/core/document-csrf-token-endpointKate2024-07-261-2/+7
|\
| * fix(core): Document CSRF token endpointprovokateurin2024-07-251-2/+7
* | Merge pull request #46672 from nextcloud/fix/preview-invalid-idAndy Scherzinger2024-07-251-0/+4
|\ \ | |/ |/|
| * fix: Ignore preview requests for invalid file idsJulius Härtl2024-07-221-0/+4
* | fix(taskprocessing): run cs:fixJulien Veyssier2024-07-251-14/+13
* | feat(TaskProcessing): Implement enums and default valuesMarcel Klehr2024-07-251-19/+29
|/
* feat(taskprocessing): add support for webhooks (http or AppAPI) in the task p...Julien Veyssier2024-07-221-2/+8
* refactor: Migrate some legacy and core functions to `IFilenameValidator`Ferdinand Thiessen2024-07-191-2/+1
* Merge pull request #46368 from nextcloud/fix/task-processingMarcel Klehr2024-07-191-2/+55
|\
| * fix(TaskProcessing): Update openapi specsMarcel Klehr2024-07-171-1/+7
| * fix(TaskProcessingApiController): Address review commentsMarcel Klehr2024-07-171-5/+5
| * fix: psalm errorsMarcel Klehr2024-07-171-3/+3
| * feat(TaskProcessing): Allow setting task results for file slotsMarcel Klehr2024-07-171-2/+49
* | fix(ReferenceApiController): Remove accidently added AnonRateLimitJonas2024-07-171-1/+0
* | feat(Reference): Add public API endpoints to get referencesJonas2024-07-171-0/+89
|/
* fix(core): use OC namespace for core ReponseDefinitions instead of OCAJulien CHATY-CAPELLE2024-07-1511-11/+11
* feat: Add new forbidden filename options to CapabilitiesFerdinand Thiessen2024-07-111-1/+4
* feat: don't count failed CSRF as failed login attemptBenjamin Gaussorgues2024-07-111-4/+12
* feat(TaskProcessingApi): Add endpoint for getting the next taskprovokateurin2024-07-011-46/+137
* Merge pull request #45811 from nextcloud/add-test-for-profile-page-controllerDaniel2024-06-121-2/+11
|\
| * test: add tests for ProfilePageControllerDaniel Kesselberg2024-06-121-2/+11
* | fix(core): Return X-NC-IsCustomAvatar for guest avatars tooprovokateurin2024-06-122-5/+7
* | fix(files_sharing): dark avatar supportskjnldsv2024-06-121-5/+5
* | fix(core): allow guest avatar fallbackskjnldsv2024-06-121-2/+12
|/
* Merge pull request #43942 from nextcloud/fix/43612/avoid-pwd-confirm-ssoArthur Schiwon2024-06-071-1/+4
|\
| * fix(Session): avoid password confirmation on SSOArthur Schiwon2024-06-051-1/+4
* | fix(core): unsupported browser redirect urlJohn Molakvoæ (skjnldsv)2024-06-011-1/+3
|/
* chore: Add SPDX headerAndy Scherzinger2024-05-2741-896/+93
* Merge pull request #45354 from nextcloud/docs/taskprocessingapi/cleanup-endpo...Kate2024-05-161-29/+20
|\
| * fix(TaskProcessingApi): Cleanup error handlingprovokateurin2024-05-161-10/+2
| * docs(TaskProcessingApi): Set correct status code messagesprovokateurin2024-05-161-6/+6
| * docs(TaskProcessingApi): Cleanup endpoint descriptionsprovokateurin2024-05-161-13/+12
| * docs(TaskProcessingApi): Fix result endpoint descriptionprovokateurin2024-05-161-1/+1
* | Merge pull request #45317 from nextcloud/bugfix/noid/limit-maximum-number-of-...Joas Schilling2024-05-161-2/+5
|\ \ | |/ |/|
| * fix(search): Limit maximum number of search resultsJoas Schilling2024-05-151-2/+5
* | Merge pull request #45094 from nextcloud/enh/taskprocessing-apiMarcel Klehr2024-05-151-0/+430
|\ \ | |/ |/|
| * fix(OCS-API): Add endpoint to list user tasksMarcel Klehr2024-05-141-3/+33
| * fix(OCS-API): No csrf required for /tasks/taskId/file/fileIdMarcel Klehr2024-05-141-0/+1
| * fix(ocs): change /tasktypes response to combine optional and non-optional IO ...Marcel Klehr2024-05-141-4/+8
| * feat: Add cancel endpoint to OCS APIMarcel Klehr2024-05-141-0/+32
| * fix: update openai specsMarcel Klehr2024-05-141-1/+1
| * refactor: identifier is now customId/custom_idMarcel Klehr2024-05-141-2/+2
| * fix: address review commentsMarcel Klehr2024-05-141-5/+7
| * fix: address review commentsMarcel Klehr2024-05-141-8/+12