summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-314-2/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-302-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-2918-2/+56
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #40066 from nextcloud/backport/39911/stable27Anna2023-08-281-1/+1
|\ | | | | [stable27] fix(CardDAV): only run upgrade sync if 1000 users or less
| * fix(CardDAV): only run upgrade sync if 1000 users or lessAnna Larch2023-08-271-1/+1
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-28136-2314/+2314
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-272-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-262-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-258-10/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: compile assetsFerdinand Thiessen2023-08-242-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-2420-2/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat(admin): Show an error when the admin is throttledJoas Schilling2023-08-232-0/+69
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix: Make bypass function public APIJoas Schilling2023-08-231-7/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(OCC): Add a command to get the bruteforce state of an IPJoas Schilling2023-08-233-7/+97
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-222-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-214-2/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-184-0/+30
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-172-0/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Update `@nextcloud/dialogs` to 4.2.0-beta.3 to fix FilePicker issuesFerdinand Thiessen2023-08-162-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-152-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Wrap long productName on login formfenn-cs2023-08-141-0/+1
| | | | | | | Backport : #39848 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-136-8/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-124-4/+416
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-112-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Update `@nextcloud/dialogs` to 4.2.0-beta.2 for fixing FilePicker designsFerdinand Thiessen2023-08-112-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Add new Vue FilePicker from `@nextcloud/dialogs` and use it by default.Ferdinand Thiessen2023-08-105-4/+34
| | | | | | Still providing the legacy one until the Vue FilePicker is out of beta. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-104-2/+372
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix psalm issuesJulien Veyssier2023-08-091-10/+5
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix psalm issueJulien Veyssier2023-08-091-1/+2
| | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> (cherry picked from commit f154fe7f8ea5e81f313192555e8c720b2207b9fb) Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* feat: Add delete task APIJulius Härtl2023-08-092-0/+31
| | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> (cherry picked from commit fca1c309a025e34cc5d635766796d9e5b4f9386b) Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* allow anon text processing schedulingJulien Veyssier2023-08-092-28/+109
| | | | | | | | | | | | add a textprocessing_tasks index convert anotations to method attributes refactor TP manager add mapper methods Signed-off-by: Julien Veyssier <julien-nc@posteo.net> (cherry picked from commit 41b19cf969956fe57fcb35e3dee0200d5c29b6d7) Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* start implementing ocs endpoint to get task list from user+appId+identifierJulien Veyssier2023-08-092-0/+33
| | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> (cherry picked from commit 9986e02097e5c82e1bb21ba3f897b14d82a50c15) Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* use DB type constantsJulien Veyssier2023-08-091-1/+1
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> (cherry picked from commit 601679bd25d409ae9303fc1fe2f477f3667545f3)
* Fix typoMarcel Klehr2023-08-091-1/+1
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit a0eaed0296166660b54fb0f438b9c90c95108cd3)
* Migration: Drop llm_tasks table and add textprocessing_tasksMarcel Klehr2023-08-091-0/+111
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit ad3f3533357a2f85be92891bd024b656a98a9f4f)
* Fix tests: Adjust constructor signatureMarcel Klehr2023-08-091-1/+1
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 6d568b0d32d1255f76608e9d6b4b154dc57e5fea)
* Remove Task::factory methodMarcel Klehr2023-08-091-1/+1
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 7389567c7d05ba994533b7273cba1e5818a20b94)
* Fix psalm errorsMarcel Klehr2023-08-091-19/+1
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 95d2d3af5ce3aba22a206b01c89373a38f9ffb3a)
* Massive refactoring: Turn LanguageModel OCP API into TextProcessing APIMarcel Klehr2023-08-092-17/+40
| | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit ffe27ce14ca74b509c8721c9fba7c759498fa471)
* Update core/Controller/LanguageModelApiController.phpMarcel Klehr2023-08-091-1/+1
| | | | | | Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit bd45c436ebc710da2309dca232173d8133e9e06a)
* Update core/Controller/LanguageModelApiController.phpMarcel Klehr2023-08-091-1/+1
| | | | | | Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit d430cbbfca86c9e21df9cc4013f7f9b9ee86fe59)
* Fix openapi docsMarcel Klehr2023-08-091-4/+10
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 48c820653840a50f7c67801418222b718e9be40b)
* Update core/Controller/LanguageModelApiController.phpMarcel Klehr2023-08-091-1/+1
| | | | | | Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit b7c3b50e411bf949a73f551af6d8582bdf390b08)
* LanguageModelApiController: Use jsonSerialize method to help psalmMarcel Klehr2023-08-091-1/+1
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 49ea56b306d0675958ece8bf043dcc06cee74ef9)
* cs:fixMarcel Klehr2023-08-091-2/+0
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit a4578cd99519a63f1b0b5292ec369c0f2dada91f)
* LLM OCP API: Fix OpenApi docsMarcel Klehr2023-08-091-3/+3
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit ea4dc4cba8c433f7cf3436794706c0d5b1c57bd9)
* LLM OCP API: Fix psalm issuesMarcel Klehr2023-08-091-3/+3
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit de1cfaae9c4ff76baaf7185c79821e497099ea54)
* LLM Migration: Return null if nothing changedMarcel Klehr2023-08-091-1/+3
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 0909657ea03bd195ba2e0acb1c0a3b63aec79894)
* LLM OCS API: Add OpenAPI docsMarcel Klehr2023-08-091-3/+30
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 61b9b4f47413dc69cc029a808ec1ace8cceff1da)
* LLM OCS API: s/tasks/tasktypes/Marcel Klehr2023-08-092-2/+2
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit d33b7a8da421fbcdcd958579cc913ab0c25888bc)