aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-034-12/+12
* fix: Resolve code linting issuesFerdinand Thiessen2023-08-021-9/+9
* use DB type constantsJulien Veyssier2023-08-021-1/+1
* Fix typoMarcel Klehr2023-08-021-1/+1
* Migration: Drop llm_tasks table and add textprocessing_tasksMarcel Klehr2023-08-021-0/+111
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-022-0/+10
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-014-2/+6
* core: Document text processing APIjld31032023-07-313-0/+519
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-294-6/+16
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-286-2/+18
* Merge pull request #39409 from nextcloud/automated/noid/master-fix-npm-auditFerdinand Thiessen2023-07-282-2/+2
|\
| * chore(deps): fix npm auditnextcloud-command2023-07-232-2/+2
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-274-2/+14
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-264-4/+4
* | Merge pull request #39487 from nextcloud/feat/noid/typed-events-for-db_add-mi...Joas Schilling2023-07-255-824/+308
|\ \
| * | fix(db)!: Remove private legacy event because we can not keep itJoas Schilling2023-07-243-27/+2
| * | fix(db): Move missing core indices to typed eventJoas Schilling2023-07-242-588/+176
| * | fix: Add options to support all used features by coreJoas Schilling2023-07-241-1/+17
| * | fix(db): Move missing core columns to typed eventJoas Schilling2023-07-243-53/+15
| * | fix(db): Move missing core primary keys to typed eventJoas Schilling2023-07-243-178/+46
| * | feat(dispatcher): Add typed event for "db:add-missing-primary-keys"Joas Schilling2023-07-241-7/+48
| * | feat(dispatcher): Add typed event for "db:add-missing-columns"Joas Schilling2023-07-241-9/+43
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-254-0/+8
|/ /
* / Fix(l10n): Update translations from TransifexNextcloud bot2023-07-2410-18/+36
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-238-0/+24
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-22118-0/+118
* Merge pull request #39008 from nextcloud/enh/noid/reorder-fontsSimon L2023-07-212-3/+3
|\
| * add missing places and address review.Simon L2023-07-202-3/+3
| * address reviewSimon L2023-07-191-2/+2
| * switch to bootstrap font-stackSimon L2023-07-191-2/+2
* | Merge pull request #38854 from nextcloud/enh/llm-apiMarcel Klehr2023-07-213-0/+243
|\ \
| * | Fix tests: Adjust constructor signatureMarcel Klehr2023-07-191-1/+1
| * | Remove Task::factory methodMarcel Klehr2023-07-191-1/+1
| * | Fix psalm errorsMarcel Klehr2023-07-141-19/+1
| * | Massive refactoring: Turn LanguageModel OCP API into TextProcessing APIMarcel Klehr2023-07-142-17/+40
| * | Update core/Controller/LanguageModelApiController.phpMarcel Klehr2023-07-111-1/+1
| * | Update core/Controller/LanguageModelApiController.phpMarcel Klehr2023-07-111-1/+1
| * | Fix openapi docsMarcel Klehr2023-07-111-4/+10
| * | Update core/Controller/LanguageModelApiController.phpMarcel Klehr2023-07-111-1/+1
| * | LanguageModelApiController: Use jsonSerialize method to help psalmMarcel Klehr2023-07-071-1/+1
| * | cs:fixMarcel Klehr2023-07-071-2/+0
| * | LLM OCP API: Fix OpenApi docsMarcel Klehr2023-07-071-3/+3
| * | LLM OCP API: Fix psalm issuesMarcel Klehr2023-07-071-3/+3
| * | LLM Migration: Return null if nothing changedMarcel Klehr2023-07-071-1/+3
| * | LLM OCS API: Add OpenAPI docsMarcel Klehr2023-07-071-3/+30
| * | LLM OCS API: s/tasks/tasktypes/Marcel Klehr2023-07-072-2/+2
| * | LLM OCP API: Fix psam errorsMarcel Klehr2023-07-071-2/+2
| * | LLM OCP API: Fix security issueMarcel Klehr2023-07-071-0/+4
| * | LLM OCP API: Add identifier paramMarcel Klehr2023-07-071-0/+5
| * | Add tasks::last_updated column and vacate tasks after a weekMarcel Klehr2023-07-071-0/+7