summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-164-0/+18
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-1468-202/+202
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-132-2/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-124-0/+110
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #39722 from nextcloud/backport/39698/stable27John Molakvoæ2023-08-111-1/+1
|\
| * fix: simplify `sourceData` checkJohn Molakvoæ2023-08-051-1/+1
| | | | | | | | Co-authored-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * Catch more invalid cache source storage pathsJosh Richards2023-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | OC\Files\Cache\Cache::get can return string|false|null, not just string|false. - nextcloud/server#26270 added handling of false, but null is needed too. - Well, or we change the default $resullt to false, but I'm not sure if that has other ramifications and the real need here is to simply catch situations where the cache source storage path is not valid for whatever reason Related: nextcloud/server#19009 Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
* | Merge pull request #39799 from nextcloud/appecosystem-auth-stable27John Molakvoæ2023-08-111-0/+19
|\ \
| * | Fix psalm ci (stub). Wrap server container with try-catchAndrey Borysenko2023-08-111-2/+6
| | | | | | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
| * | added Application Ecosystem V2 login handlerAlexander Piskun2023-08-111-0/+15
| | | | | | | | | | | | Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-112-0/+4
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | log imaginary errors as info to not spam the server logsSimon L2023-08-101-2/+2
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-104-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | feat: Add delete task APIJulius Härtl2023-08-092-0/+20
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> (cherry picked from commit fca1c309a025e34cc5d635766796d9e5b4f9386b) Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | change sql where order to match index orderJulien Veyssier2023-08-091-2/+2
| | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> (cherry picked from commit 05a6a799a7e05f90c9d1eb10b5a41800457e1749) Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | allow anon text processing schedulingJulien Veyssier2023-08-097-8/+71
| | | | | | | | | | | | | | | | | | | | | | | | 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-093-1/+45
| | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> (cherry picked from commit 9986e02097e5c82e1bb21ba3f897b14d82a50c15) Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | fix composer autoload filesJulien Veyssier2023-08-092-0/+2
| | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> (cherry picked from commit 8d6a6e5242c771b80f52228803ef98357cba6388)
* | Migration: Drop llm_tasks table and add textprocessing_tasksMarcel Klehr2023-08-091-1/+1
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit ad3f3533357a2f85be92891bd024b656a98a9f4f)
* | AI admin settings: cs:fixMarcel Klehr2023-08-091-1/+0
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 4ec150c9b6d24e877a7843fc005cfb6b8997363b)
* | AI admin settings: Use config values in AI feature managersMarcel Klehr2023-08-093-5/+53
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 2a3ef102f7527041609ad96bc59d6b21f42980d4)
* | fix(TextProcessing): Inject L10N\IFactory instead of IL10NMarcel Klehr2023-08-094-9/+26
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 8ec1926aba549eeaea872d7dd2fcb69592b3a3bc)
* | First pass at ai admin settingsMarcel Klehr2023-08-093-0/+18
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit fc9780a41d586e2983f18e128a4095484e5860ac)
* | Fix tests: Adjust constructor signatureMarcel Klehr2023-08-091-1/+1
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit fd0fd97a6594f47c9a5fc4f833c2defa07078ae2)
* | Remove Task::factory methodMarcel Klehr2023-08-092-18/+1
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 7389567c7d05ba994533b7273cba1e5818a20b94)
* | Fix psalm errorsMarcel Klehr2023-08-095-0/+9
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit d63c122ec0071cc1d0417eaa5eb1a85e41290263)
* | cs:fixMarcel Klehr2023-08-091-2/+0
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 2811932247da3301c25259396c1b4a1667db1b54)
* | Update autoloadersMarcel Klehr2023-08-092-38/+38
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit add5962b4c2a9839c90a7db51ab41737f032bab4)
* | Apply suggestions from code reviewMarcel Klehr2023-08-092-8/+1
| | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 590eefea70472db84439353ddefbba6df1a88280)
* | Fix psalm errorsMarcel Klehr2023-08-091-6/+9
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit df1cf18f368ce935dd3f57a99426b6712421ed3e)
* | Fix psalm errorsMarcel Klehr2023-08-091-1/+0
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 95d2d3af5ce3aba22a206b01c89373a38f9ffb3a)
* | Massive refactoring: Turn LanguageModel OCP API into TextProcessing APIMarcel Klehr2023-08-0928-627/+414
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit ffe27ce14ca74b509c8721c9fba7c759498fa471)
* | Since 27.1.0Marcel Klehr2023-08-0916-81/+81
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 069962d04fb51fd52f891297b9096dd7143eaa18)
* | cs:fixMarcel Klehr2023-08-092-4/+0
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit a4578cd99519a63f1b0b5292ec369c0f2dada91f)
* | LLM OCP API: Improve scheduleTask docblockMarcel Klehr2023-08-091-1/+2
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 9f405a19f782c88310d8cbe1f02eb4e1e8157115)
* | LLM OCP API: Avoid using OC in OCPMarcel Klehr2023-08-093-17/+10
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 8f1a4f42557302c7d1c97be0439c47e59133955a)
* | OCP\Common\NotFoundException: Add param typeMarcel Klehr2023-08-091-1/+1
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 397495346470bd78ff02d05e34c72ac2f2cbcb82)
* | LLM OCP API: Simplify TaskBackgroundJob#run catch blockMarcel Klehr2023-08-091-1/+1
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 9ccc65d68c025eb371b1e1877e05593c7a808fea)
* | LLM OCP API: Explain TaskBackgroundJob#setAllowParallelRunsMarcel Klehr2023-08-091-0/+2
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit e810a8b66b6b39e13dbafba9138cec776609af65)
* | LLM OCP API: Don't lose trace of wrapped exceptionsMarcel Klehr2023-08-091-4/+4
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 05fcf319872988c4cf24e8a98c7611f0356565d5)
* | LLM OCP API: Simplify LanguageModelManager#canHandleTaskMarcel Klehr2023-08-091-1/+6
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 945522768e1e0df6684bb15d6dc5ef92d0cf6be6)
* | LLM OCP API: s/getAvailableTasks/getAvailableTaskClasses/Marcel Klehr2023-08-092-4/+4
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit d56286b8acb319e05eaa8b8a920c76e76da336cf)
* | LLM OCP API: Add missing copyright and strict typesMarcel Klehr2023-08-093-0/+69
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit a28d8fac2fb282b752e960e3329acffd1302da20)
* | Update lib/public/LanguageModel/Events/TaskFailedEvent.phpMarcel Klehr2023-08-091-2/+4
| | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit bad124c07bb3ef541c31cfa94131df730c1ac30f)
* | Update lib/public/LanguageModel/ILanguageModelProvider.phpMarcel Klehr2023-08-091-1/+1
| | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit ba950f7e34185139f92e6e81394ab4449d76d105)
* | Apply suggestions from code reviewMarcel Klehr2023-08-091-1/+1
| | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 95d2bd50da721353f0bc84d93cf63d65852b0f23)
* | LLM OCP API: Fix psam errorMarcel Klehr2023-08-091-1/+3
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 0a0e8124537d91373870b81ba1f6142f90f26fa0)
* | LLM OCP API: Fix psam errorsMarcel Klehr2023-08-091-2/+6
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit d6d4e0ffe367a89dda1105fed3df15bc66bff11a)
* | LLM OCP API: Fix psalm errorMarcel Klehr2023-08-091-2/+2
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 62b19e0675681d251c210f4231823e3304bd6cd3)
* | LLM OCP API: Add identifier paramMarcel Klehr2023-08-093-5/+28
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit f6f8cb43313deb3dfd366bc9e2128d787c833405)