aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* 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>
| * | LLM OCP API: Implement ocs APIMarcel Klehr2023-07-073-0/+103
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | Fix CopyrightMarcel Klehr2023-07-071-2/+2
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | LLM OCP API: Add db migrationMarcel Klehr2023-07-071-0/+85
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | enh(a11y): Add aria-modal to dialogsChristopher Ng2023-07-201-0/+1
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-202-12/+12
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-194-4/+388
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-182-0/+6
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(core): Add password confirmation requirement for getapppasswordJoas Schilling2023-07-171-0/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-174-8/+8
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-154-8/+58
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #39389 from nextcloud/enh/add-missing-indices-eventJulius Härtl2023-07-142-2/+31
|\ \ \
| * | | feat: Add public event for missing indicesJulius Härtl2023-07-142-2/+31
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #39380 from nextcloud/fix/39379/systag_by_tagid-not-createdArthur Schiwon2023-07-141-2/+2
|\ \ \ \ | |/ / / |/| | | fix(db): no hardcoded table prefix is expected
| * | | fix(db): no hardcoded table prefix is expectedArthur Schiwon2023-07-131-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-144-12/+92
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #39331 from nextcloud/feature/openapi/coreRobin Appelman2023-07-1333-282/+673
|\ \ \ | | | | | | | | core: Add OpenAPI spec
| * | | core: Add OpenAPI specjld31032023-07-1333-282/+673
| | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | fix: Remove jQuery from main entry pointFerdinand Thiessen2023-07-131-3/+2
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-134-12/+12
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-124-4/+6
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>