aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Revert "fix(TaskProcessing): Use OCP\Server::get instead of copying methods"Marcel Klehr2024-08-301-5/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d624c8da8f0dc2eaf18d416aa15db0a2035de398. Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | | | fix(TextProcessing): Don't run taskProcessing if task type is not availableMarcel Klehr2024-08-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | | | fix(SpeechToTextManager): Throw TaskProcessing Task failedMarcel Klehr2024-08-301-13/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | | | fix(TaskProcessing): Use OCP\Server::get instead of copying methodsMarcel Klehr2024-08-301-45/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | | | feat(speech-to-text): SpeechToTextManager::transcribeFile calls ↵Julien Veyssier2024-08-304-8/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TaskProcessingManager::runTask Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | | | feat(textprocessing): TextProcessingManager::runTask calls ↵Julien Veyssier2024-08-302-3/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TaskProcessingManager::runTask Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | | | Merge pull request #47546 from nextcloud/fix/files-view-error-messagesAndy Scherzinger2024-08-291-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix: Adjust filename validation messages
| * | | | | | fix: Adjust filename validation messagesFerdinand Thiessen2024-08-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | fix(DB): do not assume sharding is always enabledArthur Schiwon2024-08-291-13/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | fix(DB): set sharding parameters only when intendedArthur Schiwon2024-08-291-5/+10
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | fix(Image): Do not send empty Content-Type headerCôme Chilliet2024-08-291-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | fix(\OC\Image): Use new IAppConfig and type safe methodsCôme Chilliet2024-08-291-22/+12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | fix(OC\Image): Fix all psalm spotted issues in the fileCôme Chilliet2024-08-291-71/+65
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | fix: Remove all references to OC_ImageCôme Chilliet2024-08-291-33/+38
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | fix: Move \OC_Image to \OC\Image with the other internal classesCôme Chilliet2024-08-291-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #47581 from nextcloud/fix/audit-new-nodeJulius Härtl2024-08-292-0/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix: Do not fail to get internal path on NonExistingFile
| * | | | | | fix: Do not fail to get internal path on NonExistingFile/NonExistingFolderJulius Härtl2024-08-292-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | Merge pull request #47567 from nextcloud/jtr/fix-opcache-restricted-envJosh2024-08-291-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | fix(config): Avoid error messages for restricted opcache API
| * | | | | | fix(config): Avoid error messages for restricted opcache APIJosh2024-08-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make changes recently added via #44230 match #8188 to avoid failures in restricted hosting environments. Fixes #47562 Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | | | | | Merge pull request #47515 from nextcloud/bugfix/noid/fix-migration-sortingAndy Scherzinger2024-08-281-13/+21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix(migration): Correctly sort migrations by version number
| * | | | | | | fix(migration): Correctly sort migrations by version numberJoas Schilling2024-08-271-13/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | fix: Also validate parent path in `verifyPath`Ferdinand Thiessen2024-08-282-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | | fix: Allow read-only filename validation to allow reading filesFerdinand Thiessen2024-08-281-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed to read files with the "Windows compatibility" feature. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | | fix: Renaming does not need update but delete permissionsFerdinand Thiessen2024-08-281-5/+8
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renaming is basically copy + delete (a move), so no need to update permissions. Especially if the node is in a invalid directory the node should be moveable but not editable. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | chore: Apply php:cs recommendationsLouis Chemineau2024-08-289-39/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | fix: mark systemconfig value as not being tainted because they are ↵Robin Appelman2024-08-281-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | implicitly trusted Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | fix: implement sharding compatible cleanup for various bitsRobin Appelman2024-08-285-12/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | fix: fix share cleanup for deleted groups with shardingRobin Appelman2024-08-281-10/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | fix: run mimetype repair query across all shardsRobin Appelman2024-08-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | fix: hint storage id in more placesRobin Appelman2024-08-281-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | fix: only allow pre-defined shardsRobin Appelman2024-08-281-8/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | feat: implement distributing partitioned queries over multiple shardsRobin Appelman2024-08-2820-26/+1340
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | feat: add option to automatically partition queries by specific tablesRobin Appelman2024-08-2810-2/+971
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | fix: delay calculating global cache prefix untill a cache is createdRobin Appelman2024-08-282-30/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | fix: don't make ICacheFactory depend on databaseRobin Appelman2024-08-281-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | feat: track expected output columns in query builderRobin Appelman2024-08-282-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Merge pull request #47521 from nextcloud/fix/noid/loosing-systemconfig-on-setupMaxence Lange2024-08-271-3/+5
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | fix(logger): ignore session logging during setup
| * | | | | | fix(setup): ignore long session login during installationMaxence Lange2024-08-271-3/+5
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | | | Merge pull request #47522 from nextcloud/enh/noid/taskprocessing-runtaskJulien Veyssier2024-08-272-83/+138
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [TaskProcessing] Add manager::runTask method
| * | | | | | | fix(taskprocessing): fix condition to reschedule SynchronousBackgroundJobJulien Veyssier2024-08-271-10/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | | | | | | feat(taskprocessing): add IManager::runTask method to run task synchronouslyJulien Veyssier2024-08-272-73/+125
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | | | | Merge pull request #47509 from nextcloud/fix/exif-orientation-typeDaniel2024-08-271-9/+15
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | fix: gracefully handle unexpected exif orientation types
| * | | | | | fix: gracefully handle unexpected exif orientation typesRichard Steinmetz2024-08-271-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | | Merge pull request #47508 from nextcloud/fix/router/attribute-routes-all-appsKate2024-08-271-14/+24
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | fix(Router): Load attribute routes of all apps when not app is specifiedprovokateurin2024-08-271-14/+24
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* / / / / / fix(db): Increase log level for very slow transactionsChristoph Wurst2024-08-271-2/+29
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #46013 from ↵Julius Härtl2024-08-261-0/+25
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/obj-store-move-from-storage-preserve-fileid fix: write object to the correct urn when moving from another storage to object store
| * | | | | fix: write object to the correct urn when moving from another storage to ↵Robin Appelman2024-08-231-0/+25
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | object store Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #47435 from phreaker0/fix-mail-template-class-callJoas Schilling2024-08-261-12/+14
|\ \ \ \ \ | | | | | | | | | | | | fix(mailer): Call to custom mail_template_class
| * | | | | fix call to custom mail_template_classChristoph Klaffl2024-08-221-12/+14
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Christoph Klaffl <christoph@phreaker.eu>