aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Expand)AuthorAgeFilesLines
* 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
| * fix: Update autoloadersMarcel Klehr2024-05-141-0/+1
| * fix: Run cs:fixMarcel Klehr2024-05-141-1/+0
| * fix: psalm issuesMarcel Klehr2024-05-141-1/+1
| * fix: Check if user is authorized to use the files they mentionedMarcel Klehr2024-05-141-3/+14
| * refactor: rename getTaskType to getTaskTypeIdMarcel Klehr2024-05-141-2/+2
| * feat: Add ExApp endpointsMarcel Klehr2024-05-141-5/+71
| * fix: Fix psalm issuesMarcel Klehr2024-05-141-16/+15
| * chore: Regenerate openapi.jsonMarcel Klehr2024-05-141-5/+5
| * chore: Run cs:fixMarcel Klehr2024-05-141-3/+0
| * feat: Add getFileContents endpoint to TaskProcessing OCS APIMarcel Klehr2024-05-141-8/+78
| * feat: TaskProcessing OCS APIMarcel Klehr2024-05-141-0/+214
* | docs(preview): Improve API parameter descriptionsprovokateurin2024-05-131-8/+8
|/
* fix(auth): Keep redirect URL during 2FA setup and challengeChristoph Wurst2024-04-191-3/+6
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-2/+2
* feat(login): Clear login form (password) after IDLE timeoutFerdinand Thiessen2024-03-251-24/+17
* feat: Limit email input on auth pages to 255 charsfenn-cs2024-03-212-1/+16
* feat: added login's initial possible email-statesEduardo Morales2024-03-101-0/+31
* Merge pull request #43471 from nextcloud/cache-path-by-idRobin Appelman2024-03-051-4/+2
|\
| * perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-4/+2
* | feat: Implement team provider apiJulius Härtl2024-03-051-0/+97
|/
* refactor(core): Switch to attribute based routingprovokateurin2024-02-2138-0/+135
* feat(core): Add OCS endpoint for confirming the user passwordprovokateurin2024-02-201-0/+36
* feat(core): Expose the confirm password endpointprovokateurin2024-02-201-1/+12
* fix: phpunitJohn Molakvoæ2024-02-131-1/+1