aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* fix: expose lastUpdated in OCS APIMarcel Klehr2024-05-152-0/+6
* fix: address review commentsMarcel Klehr2024-05-142-52/+48
* Update core/ResponseDefinitions.phpMarcel Klehr2024-05-141-1/+1
* fix(OCS-API): Add endpoint to list user tasksMarcel Klehr2024-05-142-4/+162
* 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-143-23/+16
* Update core/Migrations/Version30000Date20240429122720.phpMarcel Klehr2024-05-141-1/+1
* fix: fix migrationMarcel Klehr2024-05-141-2/+2
* feat: Add cancel endpoint to OCS APIMarcel Klehr2024-05-142-0/+187
* fix: update openai specsMarcel Klehr2024-05-142-4/+4
* refactor: identifier is now customId/custom_idMarcel Klehr2024-05-142-3/+3
* fix: address review commentsMarcel Klehr2024-05-143-21/+59
* fix: address review commentsMarcel Klehr2024-05-141-4/+4
* fix: address review commentsMarcel Klehr2024-05-143-11/+14
* fix: Update autoloadersMarcel Klehr2024-05-142-0/+39
* 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
* chore: update openapi.jsonMarcel Klehr2024-05-141-0/+4
* fix: oc_taskProcessing_tasks.identifier: notnull = falseMarcel Klehr2024-05-141-1/+2
* fix: Expose task type on CoreTaskProcessingTask jsonMarcel Klehr2024-05-141-0/+1
* refactor: rename getTaskType to getTaskTypeIdMarcel Klehr2024-05-141-2/+2
* feat: Add ExApp endpointsMarcel Klehr2024-05-143-46/+413
* fix: Fix psalm issuesMarcel Klehr2024-05-142-19/+18
* chore: Regenerate openapi.jsonMarcel Klehr2024-05-143-7/+997
* 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-142-0/+242
* feat: first pass at TaskProcessing APIMarcel Klehr2024-05-141-0/+114
* chore: Compile assetsFerdinand Thiessen2024-05-1316-16/+16
* chore: Add SPDX headerAndy Scherzinger2024-05-13170-2846/+455
* Merge branch 'master' into update-pdf-iconMarco2024-05-1331-291/+340
|\
| * fix: getMountsForFileId may return an unordered listDaniel Kesselberg2024-05-101-1/+1
| * chore(assets): Recompile assetsnextcloud-command2024-05-104-26/+4
| * fix: move SPDX info of generated files to dep5 definitionAndy Scherzinger2024-05-101-2/+1
| * chore: Add SPDX headerAndy Scherzinger2024-05-1013-214/+34
| * Fix(l10n): Update translations from TransifexNextcloud bot2024-05-082-18/+18
| * chore(deps): bump core-js from 3.36.1 to 3.37.0dependabot[bot]2024-05-074-4/+4
| * Merge branch 'master' into reduce-border-radiusMarco2024-05-072-24/+24
| |\
| | * Fix(l10n): Update translations from TransifexNextcloud bot2024-05-072-24/+24
| * | Merge branch 'master' into reduce-border-radiusMarco2024-05-064-4/+4
| |\|
| | * chore: Compile assetsFerdinand Thiessen2024-05-064-4/+4
| * | feat: reduce app container border radiusMarco2024-05-061-1/+1
| |/
| * Merge pull request #30359 from nextcloud/enh/background-job-classMarcel Klehr2024-05-063-1/+253
| |\
| | * feat(bg-jobs): support multiple arguments in cron.php and occ:background-job:...Julien Veyssier2024-05-021-21/+7
| | * fix(bg-jobs): review adjustmentsJulien Veyssier2024-05-023-12/+23
| | * feat(bg-jobs): allow setting a job class list instead of a single class in cr...Julien Veyssier2024-05-022-10/+32
| | * chore(bg-jobs): more output in verbose mode in the bg job workerJulien Veyssier2024-05-021-3/+7
| | * fix(bg-jobs): cs:fixMarcel Klehr2024-05-021-4/+0
| | * fix(bg-jobs): fix psalm issuesMarcel Klehr2024-05-023-10/+10