Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LLM OCP API: Fix copyright | Marcel Klehr | 2023-08-09 | 1 | -2/+2 |
* | LLM OCP API: Use OCP\Common\Exception\NotFoundException | Marcel Klehr | 2023-08-09 | 3 | -4/+7 |
* | OCP: Introduce OCP\Common\Exception\NotFoundException | Marcel Klehr | 2023-08-09 | 1 | -0/+41 |
* | LLM OCP API: strict types and copyright | Marcel Klehr | 2023-08-09 | 7 | -1/+133 |
* | LLM OCP API: Type shenanigans for Visitor pattern | Marcel Klehr | 2023-08-09 | 7 | -34/+30 |
* | Apply suggestions from code review | Marcel Klehr | 2023-08-09 | 1 | -2/+2 |
* | Update lib/public/AppFramework/Bootstrap/IRegistrationContext.php | Marcel Klehr | 2023-08-09 | 1 | -1/+1 |
* | LLM OCP API: Commit autoloaders | Marcel Klehr | 2023-08-09 | 2 | -0/+40 |
* | LLM OCP API: Add task definitions | Marcel Klehr | 2023-08-09 | 6 | -0/+12 |
* | Update lib/public/LanguageModel/ITopicsProvider.php | Marcel Klehr | 2023-08-09 | 1 | -1/+1 |
* | LLM OCP API: Fix coding style and psalm | Marcel Klehr | 2023-08-09 | 7 | -5/+31 |
* | LLM OCP API: cs:fix | Marcel Klehr | 2023-08-09 | 3 | -6/+0 |
* | LLM OCP API: Fix static analysis | Marcel Klehr | 2023-08-09 | 4 | -8/+35 |
* | LLM OCP API: Add @since | Marcel Klehr | 2023-08-09 | 6 | -3/+94 |
* | LLM OCP API: Fix type errors | Marcel Klehr | 2023-08-09 | 2 | -4/+24 |
* | LLM OCP API: Make linters happy | Marcel Klehr | 2023-08-09 | 1 | -12/+11 |
* | LLM OCP API: cs:fix | Marcel Klehr | 2023-08-09 | 10 | -25/+4 |
* | LLM OCP API: Implement ocs API | Marcel Klehr | 2023-08-09 | 11 | -16/+167 |
* | LLM OCP API: ADd topics and headline tasks | Marcel Klehr | 2023-08-09 | 6 | -3/+159 |
* | Fix Copyright | Marcel Klehr | 2023-08-09 | 1 | -2/+2 |
* | LLM OCP API: Add to RegistrationContext | Marcel Klehr | 2023-08-09 | 2 | -1/+22 |
* | 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 |