Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LLM OCP API: Add db migration | Marcel Klehr | 2023-08-09 | 2 | -1/+86 |
* | LLM OCP API: Implement private backend code + add ILanguageModelTask | Marcel Klehr | 2023-08-09 | 12 | -46/+452 |
* | LLM OCP API: Rework to use Task objects | Marcel Klehr | 2023-08-09 | 12 | -150/+185 |
* | Initial work on lm OCP API | Marcel Klehr | 2023-08-09 | 8 | -0/+339 |
* | Merge pull request #39761 from nextcloud/bugfix/noid/fix-3rdparty | John Molakvoæ | 2023-08-09 | 1 | -0/+0 |
|\ | |||||
| * | fix(3rdparty): Revert accidental 3rdparty bump | Joas Schilling | 2023-08-08 | 1 | -0/+0 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-09 | 40 | -44/+254 |
* | | Merge pull request #39764 from nextcloud/backport/39651/stable27 | Pytal | 2023-08-08 | 34 | -0/+2501 |
|\ \ | |/ |/| | |||||
| * | enh: handle user deleted | Christopher Ng | 2023-08-08 | 6 | -2/+62 |
| * | fix: set endpoint description | Christopher Ng | 2023-08-08 | 1 | -1/+1 |
| * | fix(ci): add to enabled apps | Christopher Ng | 2023-08-08 | 1 | -0/+1 |
| * | fix: ignore non-existing | Christopher Ng | 2023-08-08 | 1 | -0/+6 |
| * | enh: add json output to command | Christopher Ng | 2023-08-08 | 1 | -15/+40 |
| * | enh: add codeowner | Christopher Ng | 2023-08-08 | 1 | -0/+1 |
| * | fix: return null if table exists | Christopher Ng | 2023-08-08 | 1 | -0/+4 |
| * | fix: remove unnecessary parsed subject | Christopher Ng | 2023-08-08 | 1 | -5/+0 |
| * | enh: highlight filename | Christopher Ng | 2023-08-08 | 1 | -3/+1 |
| * | fix: catch NodeNotFoundException in notifier | Christopher Ng | 2023-08-08 | 1 | -2/+5 |
| * | fix: exit on reminder not found | Christopher Ng | 2023-08-08 | 2 | -1/+10 |
| * | enh: handle node deleted | Christopher Ng | 2023-08-08 | 7 | -6/+81 |
| * | fix: construct background jobs | Christopher Ng | 2023-08-08 | 2 | -2/+2 |
| * | fix: remove throwable handling | Christopher Ng | 2023-08-08 | 2 | -13/+0 |
| * | fix: return ocs data | Christopher Ng | 2023-08-08 | 1 | -18/+18 |
| * | enh: does not exist return null | Christopher Ng | 2023-08-08 | 1 | -1/+4 |
| * | enh: serialize path | Christopher Ng | 2023-08-08 | 1 | -2/+2 |
| * | enh: comment interval | Christopher Ng | 2023-08-08 | 1 | -1/+1 |
| * | enh: return created status code | Christopher Ng | 2023-08-08 | 2 | -2/+9 |
| * | fix: create only if file exists | Christopher Ng | 2023-08-08 | 2 | -0/+11 |
| * | feat(files_reminders): add remove endpoint | Christopher Ng | 2023-08-08 | 3 | -5/+30 |
| * | fix: update find due query | Christopher Ng | 2023-08-08 | 1 | -3/+1 |
| * | feat(files_reminders): create or update | Christopher Ng | 2023-08-08 | 4 | -17/+27 |
| * | enh: add updated at | Christopher Ng | 2023-08-08 | 5 | -8/+18 |
| * | fix: catch Throwable | Christopher Ng | 2023-08-08 | 1 | -3/+3 |
| * | enh: rename to due date | Christopher Ng | 2023-08-08 | 9 | -34/+35 |
| * | enh: add to shipped | Christopher Ng | 2023-08-08 | 1 | -0/+2 |
| * | fix: add composer autoload | Christopher Ng | 2023-08-08 | 13 | -0/+1171 |
| * | feat(files_reminders): add api controller | Christopher Ng | 2023-08-08 | 4 | -0/+179 |
| * | enh: implement JsonSerializable | Christopher Ng | 2023-08-08 | 1 | -1/+13 |
| * | enh: add created at | Christopher Ng | 2023-08-08 | 4 | -9/+18 |
| * | enh: use datetime | Christopher Ng | 2023-08-08 | 4 | -8/+9 |
| * | feat(files_reminders): add list command | Christopher Ng | 2023-08-08 | 6 | -27/+229 |
| * | feat(files_reminders): add service and notifier | Christopher Ng | 2023-08-08 | 5 | -1/+310 |
| * | feat(files_reminders): add background jobs | Christopher Ng | 2023-08-08 | 2 | -0/+112 |
| * | feat(files_reminders): add info xml | Christopher Ng | 2023-08-08 | 1 | -0/+32 |
| * | feat(files_reminders): add Application | Christopher Ng | 2023-08-08 | 1 | -0/+48 |
| * | feat: init files_reminders migration | Christopher Ng | 2023-08-08 | 4 | -0/+195 |
|/ | |||||
* | Merge pull request #39740 from nextcloud/backport/38613/stable27 | Joas Schilling | 2023-08-08 | 10 | -69/+700 |
|\ | |||||
| * | feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest() | Joas Schilling | 2023-08-07 | 10 | -69/+700 |
* | | Merge pull request #39755 from nextcloud/backport/39694/stable27 | Andy Scherzinger | 2023-08-08 | 1 | -37/+54 |
|\ \ | |||||
| * | | preload all requested metadata | Robin Appelman | 2023-08-08 | 1 | -58/+53 |