summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* cs:fixMarcel Klehr2023-08-092-4/+0
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit a4578cd99519a63f1b0b5292ec369c0f2dada91f)
* LLM OCP API: Avoid using OC in OCPMarcel Klehr2023-08-092-1/+10
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 8f1a4f42557302c7d1c97be0439c47e59133955a)
* 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-091-3/+3
| | | | | 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)
* 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: Add identifier paramMarcel Klehr2023-08-091-2/+7
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit f6f8cb43313deb3dfd366bc9e2128d787c833405)
* cs:fixMarcel Klehr2023-08-091-1/+1
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit fb657bfff8c23dea7fea5ab6c9415332677ec81a)
* Fix LanguageModelManager#runTask: Insert task into db if it doesn't existMarcel Klehr2023-08-091-2/+6
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 1747068e518240edec22ff3c4f6946ac925918fe)
* Make tests passMarcel Klehr2023-08-093-5/+26
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 66c0e6b9f79d1e82f55af2acd9d2b500c8128614)
* TaskMapper#update: Use time factoryMarcel Klehr2023-08-091-2/+6
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 1623ad9eda5fed298b798d5cac0012a3a0af8bda)
* Add tasks::last_updated column and vacate tasks after a weekMarcel Klehr2023-08-096-2/+136
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit cb0f918d2101bf7644d7d84f811b37e3e672f091)
* LLM OCP API: Use OCP\Common\Exception\NotFoundExceptionMarcel Klehr2023-08-091-2/+3
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit b00a9a6eaeeafce11e0141199f37d8a105050cce)
* Apply suggestions from code reviewMarcel Klehr2023-08-091-2/+2
| | | | | | Co-authored-by: Daniel <mail@danielkesselberg.de> Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 8e4aa92167c4856dac42bae1ae4d8f5d653a2735)
* LLM OCP API: Fix static analysisMarcel Klehr2023-08-091-2/+3
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit fac83ce4b66cde708c720284f7102090ac99d540)
* LLM OCP API: cs:fixMarcel Klehr2023-08-094-16/+3
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit b6941aa5c3d26b1c2d66837ee924e8e14e5e1232)
* LLM OCP API: Implement ocs APIMarcel Klehr2023-08-094-7/+19
| | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 795b097122a8dd70b4d6b9ebe044440396be9104)
* LLM OCP API: Add to RegistrationContextMarcel Klehr2023-08-092-1/+22
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 82d3b00ab1f5ed3206a986e4969778bff77ca560)
* LLM OCP API: Add db migrationMarcel Klehr2023-08-091-1/+1
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 6fc4cb63efcb83b9c86814b9e2ead597be630b7e)
* LLM OCP API: Implement private backend code + add ILanguageModelTaskMarcel Klehr2023-08-094-0/+326
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit 34138736538f604af2c6c52aa43662d1d66087d0)
* feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest()Joas Schilling2023-08-073-8/+365
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #39642 from nextcloud/backport/39629/stable27Julius Härtl2023-08-031-1/+1
|\
| * fix(s3): add SSE-C parameters to headObject callTobias Zimmerer2023-07-311-1/+1
| | | | | | | | Signed-off-by: Tobias Zimmerer <3228193+ir0nhide@users.noreply.github.com>
* | Merge pull request #39596 from nextcloud/backport/38667/stable27Arthur Schiwon2023-08-021-4/+8
|\ \ | | | | | | [stable27] fix(SystemTagManager): Use truncated tagName in getTag and updateTag
| * | fix(SystemTagManager): Use truncated tagName in getTag and updateTagMarcel Klehr2023-07-271-4/+8
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | Merge pull request #39499 from nextcloud/backport/38934/stable27Arthur Schiwon2023-08-021-5/+5
|\ \ \ | | | | | | | | [stable27] fix(s3): Pass SSE-C parameters for multipart upload
| * | | fix(s3): Pass SSE-C parameters for multipart uploadJulius Härtl2023-07-201-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #39448 from nextcloud/backport/38907/stable27Arthur Schiwon2023-08-021-3/+6
|\ \ \ \ | | | | | | | | | | [stable27] Fix: ContactManager search with fullmatch
| * | | | fix(mail): ContactManager search with fullmatchJohannes Merkel2023-07-181-3/+6
| |/ / / | | | | | | | | | | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de>
* | | | Merge pull request #39435 from nextcloud/backport/39309/stable27Arthur Schiwon2023-08-021-1/+1
|\ \ \ \ | | | | | | | | | | [stable27] fix(profile): fix getUID on nullable user variable
| * | | | fix(profile): fix getUID on nullable user variableThomas Citharel2023-07-171-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As per method signature, $visitingUser is nullable, so we can't be sure calling getUid() on it will work. Closes #35766 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | Merge pull request #39369 from nextcloud/backport/39339/stable27Arthur Schiwon2023-08-021-0/+4
|\ \ \ \ | |_|_|/ |/| | | [stable27] fix(node): non-existing folder is not searchable
| * | | fix(node): non-existing folder is not searchableArthur Schiwon2023-07-131-0/+4
| |/ / | | | | | | | | | | | | | | | | | | the previosuly introduced searchBySystemTag was not overwritten in NonExistingFolder and could run the inherited method. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | / Fix ParallelAwareJob testsMarcel Klehr2023-07-281-9/+23
| |/ |/| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Merge pull request #39522 from nextcloud/backport/39264/stable27Andy Scherzinger2023-07-271-14/+31
|\ \ | | | | | | [stable27] Add instance category while checking new updates
| * | Add instance category while checking new updatesBenjamin Gaussorgues2023-07-211-14/+31
| | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | fix: Correctly add `module` content type to script tags when scripts with ↵Ferdinand Thiessen2023-07-231-1/+2
|/ / | | | | | | | | | | versions are used Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* / fix(apps): Fix loading info.xml fileJoas Schilling2023-07-202-5/+5
|/ | | | | | Ref: https://bugs.php.net/bug.php?id=62577 Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #38971 from nextcloud/backport/38945/stable27Arthur Schiwon2023-07-121-96/+126
|\ | | | | [stable27] implement optimized getDirectoryContent for DAV
| * Include PR #38965Git'Fellow2023-07-101-0/+1
| | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * implement optimized getDirectoryContent for DAVRobin Appelman2023-07-101-96/+125
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #38816 from nextcloud/backport/38490/stable27Arthur Schiwon2023-07-123-1/+34
|\ \ | | | | | | [stable27] emit an event when a message is logged
| * | emit an event when a message is loggedRobin Appelman2023-07-103-1/+34
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #38756 from nextcloud/backport/38468/stable27Arthur Schiwon2023-07-121-1/+7
|\ \ \ | | | | | | | | [stable27] log failures to read certificates during listing
| * | | log failures to read certificates during listingRobin Appelman2023-07-101-1/+7
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #39269 from nextcloud/backport/35915/35915-stable27Arthur Schiwon2023-07-111-5/+6
|\ \ \ | | | | | | | | [stable27] display displayname on federated shares