aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/ObjectStore
Commit message (Expand)AuthorAgeFilesLines
* perf: reuse cache info we already have when moving to object storeobject-store-move-dbRobin Appelman2024-09-191-2/+2
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-192-6/+6
* fix: ensure parent folder exists when writing a file to object storageRobin Appelman2024-09-181-0/+4
* fix: fix object store id for test object storeRobin Appelman2024-09-181-2/+2
* fix: cleanup objectstore file_put_contentRobin Appelman2024-09-181-7/+4
* fix: create intermediate directories for objectstore moveFromStorageRobin Appelman2024-09-181-0/+1
* fix: get source file before moving the cache item in objectstore moveFromStorageRobin Appelman2024-09-181-1/+5
* Merge pull request #47986 from cfiehe/fix_move_on_same_bucketStephan Orbaugh2024-09-171-0/+5
|\
| * perf(ObjectStoreStorage): Improve (slow) move on same object bucketChristoph Fiehe2024-09-161-0/+5
* | fix(Storage): Fix method docs inheritancefix/storage/method-docs-inheritanceprovokateurin2024-09-171-4/+0
* | fix(Storage): Document getOwner() can return falseprovokateurin2024-09-171-7/+1
* | chore: Fix psalm issues, put back private versions of getter in private Stora...Côme Chilliet2024-09-161-0/+1
|/
* fix(S3ConfigTrait): Allow proxy field to take falsefix/s3configtrait/proxy-falseprovokateurin2024-09-151-1/+1
* fix: make swift connect exception message more informativeRobin Appelman2024-09-091-4/+4
* Merge pull request #46013 from nextcloud/obj-store-move-from-storage-preserve...Julius Härtl2024-08-261-0/+25
|\
| * fix: write object to the correct urn when moving from another storage to obje...Robin Appelman2024-08-231-0/+25
* | style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-256-17/+17
|/
* fix(s3): Don't wait indefinitely for S3 to returnGit'Fellow2024-07-051-29/+37
* fix(S3): Adjust usage of guzzle promiseFerdinand Thiessen2024-06-162-3/+3
* fix(ObjectStore): handle empty S3 hostnameJosh2024-06-121-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-2415-331/+41
* feat: add option to enable s3 accelerationRobin Appelman2024-04-261-1/+16
* fix(openstack): Fix psalm issue with updated openstack versionJoas Schilling2024-04-241-1/+4
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-025-8/+8
* fix(S3): Adjust typing for 32bit compatibilityFerdinand Thiessen2024-03-261-3/+6
* feat(ObjectStore): Make S3 MultipartUpload concurrency configurableFerdinand Thiessen2024-03-213-3/+9
* fix(ObjectStore): Use common S3 trait so config and connection trait members ...Ferdinand Thiessen2024-03-213-30/+56
* Revert "don't perform an explicit setup when using the file cache"Joas Schilling2024-03-071-8/+0
* Merge pull request #32163 from nextcloud/file-cache-gc-no-full-setupJohn Molakvoæ2024-03-071-0/+8
|\
| * fix: fix user folder initRobin Appelman2024-03-061-0/+8
* | fix: disable the internal s3sdk multi part copy logicRobin Appelman2024-03-061-1/+2
|/
* chore: Migrate away from OC::$server->getLoggerCôme Chilliet2024-02-131-33/+54
* refactor(objectstorage): cleanup typesThomas Citharel2024-02-023-15/+21
* refactor(objectstorage): move $user property from ObjectStoreStorage class to...Thomas Citharel2024-02-022-14/+6
* fix(objectstorage): cleanup HomeObjectStoreStorageThomas Citharel2024-02-021-8/+4
* also updated parent etags when a changed etag is detected during scanningRobin Appelman2024-01-311-1/+1
* fix(s3): Add config option to disable multipart copy for certain s3 providersJulius Härtl2023-12-282-1/+4
* only do a multipart s3 copy when above the regular copy limitRobin Appelman2023-12-282-11/+23
* fix(ObjectStore): Make copying behavior consistent with local storageFerdinand Thiessen2023-11-171-0/+7
* fix(s3): support SSE-C headers for the MultipartCopy callTobias Zimmerer2023-11-141-1/+7
* Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-1/+1
* Merge pull request #40501 from nextcloud/fix/fix-int-size-in-files-scannerCôme Chilliet2023-09-251-1/+1
|\
| * Store size in int|float for 32bit supportCôme Chilliet2023-09-191-1/+1
* | use multipart copy for s3Robin Appelman2023-09-201-4/+12
|/
* fix: Only store unencrypted_size if path should be encryptedJulius Härtl2023-09-061-0/+2
* Merge pull request #39863 from nextcloud/sharing-mask-wrapperRobin Appelman2023-09-041-1/+2
|\
| * more share permission logic to storage wrapperRobin Appelman2023-08-141-1/+2
* | fix(s3): fix handling verify_bucket_exists parameterThomas Citharel2023-08-311-1/+1
|/
* fix(s3): add SSE-C parameters to headObject callTobias Zimmerer2023-07-301-1/+1
* Merge pull request #38934 from nextcloud/bugfix/noid/ssec-multipartJulius Härtl2023-07-201-5/+5
|\