summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* use DB type constantsJulien Veyssier2023-08-021-1/+1
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Fix typoMarcel Klehr2023-08-021-1/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Migration: Drop llm_tasks table and add textprocessing_tasksMarcel Klehr2023-08-021-0/+111
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-022-0/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-014-2/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* core: Document text processing APIjld31032023-07-313-0/+519
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-294-6/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-286-2/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #39409 from nextcloud/automated/noid/master-fix-npm-auditFerdinand Thiessen2023-07-282-2/+2
|\ | | | | [master] Fix npm audit
| * chore(deps): fix npm auditnextcloud-command2023-07-232-2/+2
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-274-2/+14
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-264-4/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #39487 from ↵Joas Schilling2023-07-255-824/+308
|\ \ | | | | | | | | | | | | nextcloud/feat/noid/typed-events-for-db_add-missing Feat/noid/typed events for db add missing
| * | fix(db)!: Remove private legacy event because we can not keep itJoas Schilling2023-07-243-27/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix(db): Move missing core indices to typed eventJoas Schilling2023-07-242-588/+176
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix: Add options to support all used features by coreJoas Schilling2023-07-241-1/+17
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix(db): Move missing core columns to typed eventJoas Schilling2023-07-243-53/+15
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix(db): Move missing core primary keys to typed eventJoas Schilling2023-07-243-178/+46
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | feat(dispatcher): Add typed event for "db:add-missing-primary-keys"Joas Schilling2023-07-241-7/+48
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | feat(dispatcher): Add typed event for "db:add-missing-columns"Joas Schilling2023-07-241-9/+43
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-254-0/+8
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* / Fix(l10n): Update translations from TransifexNextcloud bot2023-07-2410-18/+36
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-238-0/+24
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-22118-0/+118
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #39008 from nextcloud/enh/noid/reorder-fontsSimon L2023-07-212-3/+3
|\ | | | | switch to bootstrap font-stack
| * add missing places and address review.Simon L2023-07-202-3/+3
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
| * address reviewSimon L2023-07-191-2/+2
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
| * switch to bootstrap font-stackSimon L2023-07-191-2/+2
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Merge pull request #38854 from nextcloud/enh/llm-apiMarcel Klehr2023-07-213-0/+243
|\ \
| * | Fix tests: Adjust constructor signatureMarcel Klehr2023-07-191-1/+1
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | Remove Task::factory methodMarcel Klehr2023-07-191-1/+1
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | Fix psalm errorsMarcel Klehr2023-07-141-19/+1
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | Massive refactoring: Turn LanguageModel OCP API into TextProcessing APIMarcel Klehr2023-07-142-17/+40
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | Update core/Controller/LanguageModelApiController.phpMarcel Klehr2023-07-111-1/+1
| | | | | | | | | | | | Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | Update core/Controller/LanguageModelApiController.phpMarcel Klehr2023-07-111-1/+1
| | | | | | | | | | | | Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | Fix openapi docsMarcel Klehr2023-07-111-4/+10
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | Update core/Controller/LanguageModelApiController.phpMarcel Klehr2023-07-111-1/+1
| | | | | | | | | | | | Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | LanguageModelApiController: Use jsonSerialize method to help psalmMarcel Klehr2023-07-071-1/+1
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | cs:fixMarcel Klehr2023-07-071-2/+0
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | LLM OCP API: Fix OpenApi docsMarcel Klehr2023-07-071-3/+3
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | LLM OCP API: Fix psalm issuesMarcel Klehr2023-07-071-3/+3
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | LLM Migration: Return null if nothing changedMarcel Klehr2023-07-071-1/+3
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | LLM OCS API: Add OpenAPI docsMarcel Klehr2023-07-071-3/+30
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | LLM OCS API: s/tasks/tasktypes/Marcel Klehr2023-07-072-2/+2
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | LLM OCP API: Fix psam errorsMarcel Klehr2023-07-071-2/+2
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | LLM OCP API: Fix security issueMarcel Klehr2023-07-071-0/+4
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | LLM OCP API: Add identifier paramMarcel Klehr2023-07-071-0/+5
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | Add tasks::last_updated column and vacate tasks after a weekMarcel Klehr2023-07-071-0/+7
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | LLM OCP API: Fix copyrightMarcel Klehr2023-07-071-2/+2
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | LLM OCP API: Use OCP\Common\Exception\NotFoundExceptionMarcel Klehr2023-07-071-1/+2
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>