aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* LLM OCP API: Add db migrationMarcel Klehr2023-08-092-1/+86
* LLM OCP API: Implement private backend code + add ILanguageModelTaskMarcel Klehr2023-08-0912-46/+452
* LLM OCP API: Rework to use Task objectsMarcel Klehr2023-08-0912-150/+185
* Initial work on lm OCP APIMarcel Klehr2023-08-098-0/+339
* Merge pull request #39761 from nextcloud/bugfix/noid/fix-3rdpartyJohn Molakvoæ2023-08-091-0/+0
|\
| * fix(3rdparty): Revert accidental 3rdparty bumpJoas Schilling2023-08-081-0/+0
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-0940-44/+254
* | Merge pull request #39764 from nextcloud/backport/39651/stable27Pytal2023-08-0834-0/+2501
|\ \ | |/ |/|
| * enh: handle user deletedChristopher Ng2023-08-086-2/+62
| * fix: set endpoint descriptionChristopher Ng2023-08-081-1/+1
| * fix(ci): add to enabled appsChristopher Ng2023-08-081-0/+1
| * fix: ignore non-existingChristopher Ng2023-08-081-0/+6
| * enh: add json output to commandChristopher Ng2023-08-081-15/+40
| * enh: add codeownerChristopher Ng2023-08-081-0/+1
| * fix: return null if table existsChristopher Ng2023-08-081-0/+4
| * fix: remove unnecessary parsed subjectChristopher Ng2023-08-081-5/+0
| * enh: highlight filenameChristopher Ng2023-08-081-3/+1
| * fix: catch NodeNotFoundException in notifierChristopher Ng2023-08-081-2/+5
| * fix: exit on reminder not foundChristopher Ng2023-08-082-1/+10
| * enh: handle node deletedChristopher Ng2023-08-087-6/+81
| * fix: construct background jobsChristopher Ng2023-08-082-2/+2
| * fix: remove throwable handlingChristopher Ng2023-08-082-13/+0
| * fix: return ocs dataChristopher Ng2023-08-081-18/+18
| * enh: does not exist return nullChristopher Ng2023-08-081-1/+4
| * enh: serialize pathChristopher Ng2023-08-081-2/+2
| * enh: comment intervalChristopher Ng2023-08-081-1/+1
| * enh: return created status codeChristopher Ng2023-08-082-2/+9
| * fix: create only if file existsChristopher Ng2023-08-082-0/+11
| * feat(files_reminders): add remove endpointChristopher Ng2023-08-083-5/+30
| * fix: update find due queryChristopher Ng2023-08-081-3/+1
| * feat(files_reminders): create or updateChristopher Ng2023-08-084-17/+27
| * enh: add updated atChristopher Ng2023-08-085-8/+18
| * fix: catch ThrowableChristopher Ng2023-08-081-3/+3
| * enh: rename to due dateChristopher Ng2023-08-089-34/+35
| * enh: add to shippedChristopher Ng2023-08-081-0/+2
| * fix: add composer autoloadChristopher Ng2023-08-0813-0/+1171
| * feat(files_reminders): add api controllerChristopher Ng2023-08-084-0/+179
| * enh: implement JsonSerializableChristopher Ng2023-08-081-1/+13
| * enh: add created atChristopher Ng2023-08-084-9/+18
| * enh: use datetimeChristopher Ng2023-08-084-8/+9
| * feat(files_reminders): add list commandChristopher Ng2023-08-086-27/+229
| * feat(files_reminders): add service and notifierChristopher Ng2023-08-085-1/+310
| * feat(files_reminders): add background jobsChristopher Ng2023-08-082-0/+112
| * feat(files_reminders): add info xmlChristopher Ng2023-08-081-0/+32
| * feat(files_reminders): add ApplicationChristopher Ng2023-08-081-0/+48
| * feat: init files_reminders migrationChristopher Ng2023-08-084-0/+195
|/
* Merge pull request #39740 from nextcloud/backport/38613/stable27Joas Schilling2023-08-0810-69/+700
|\
| * feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest()Joas Schilling2023-08-0710-69/+700
* | Merge pull request #39755 from nextcloud/backport/39694/stable27Andy Scherzinger2023-08-081-37/+54
|\ \
| * | preload all requested metadataRobin Appelman2023-08-081-58/+53