| Commit message (Expand) | Author | Age | Files | Lines |
* | chore: cleanup leftover debug statements3-disable-multipart-remove-debug | Robin Appelman | 2024-12-09 | 1 | -1/+0 |
* | fix: get object size from stream where possible | Robin Appelman | 2024-12-05 | 1 | -0/+8 |
* | fix: don't perform the extra buffering in s3 stream write when the stream siz... | Robin Appelman | 2024-12-05 | 1 | -10/+23 |
* | fix: use php://temp instead of php://memory for multi-part upload buffer | Robin Appelman | 2024-12-05 | 1 | -1/+1 |
* | fix: throw correct exception type when we can't verify if an s3 bucket exists | Robin Appelman | 2024-11-26 | 1 | -4/+5 |
* | refactor(Storage): Align all Storage constructorsrefactor/storage/constructors | provokateurin | 2024-10-23 | 5 | -23/+23 |
* | refactor(Storage): Make all parameter types strong types | provokateurin | 2024-10-07 | 2 | -34/+26 |
* | fix: rework move into object store to better preserve fileidsreadd-object-store-phpunit | Robin Appelman | 2024-09-27 | 1 | -19/+55 |
* | fix: preserve fileid when moving from objectstore to non-objectstore | Robin Appelman | 2024-09-27 | 1 | -2/+11 |
* | fix: ensure source folder is removed from cache when moving to objectstore | Robin Appelman | 2024-09-27 | 1 | -0/+1 |
* | fix(Storage): Fix IStorage return types | provokateurin | 2024-09-26 | 1 | -25/+18 |
* | perf: reuse cache info we already have when moving to object storeobject-store-move-db | Robin Appelman | 2024-09-19 | 1 | -2/+2 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 2 | -6/+6 |
* | fix: ensure parent folder exists when writing a file to object storage | Robin Appelman | 2024-09-18 | 1 | -0/+4 |
* | fix: fix object store id for test object store | Robin Appelman | 2024-09-18 | 1 | -2/+2 |
* | fix: cleanup objectstore file_put_content | Robin Appelman | 2024-09-18 | 1 | -7/+4 |
* | fix: create intermediate directories for objectstore moveFromStorage | Robin Appelman | 2024-09-18 | 1 | -0/+1 |
* | fix: get source file before moving the cache item in objectstore moveFromStorage | Robin Appelman | 2024-09-18 | 1 | -1/+5 |
* | Merge pull request #47986 from cfiehe/fix_move_on_same_bucket | Stephan Orbaugh | 2024-09-17 | 1 | -0/+5 |
|\ |
|
| * | perf(ObjectStoreStorage): Improve (slow) move on same object bucket | Christoph Fiehe | 2024-09-16 | 1 | -0/+5 |
* | | fix(Storage): Fix method docs inheritancefix/storage/method-docs-inheritance | provokateurin | 2024-09-17 | 1 | -4/+0 |
* | | fix(Storage): Document getOwner() can return false | provokateurin | 2024-09-17 | 1 | -7/+1 |
* | | chore: Fix psalm issues, put back private versions of getter in private Stora... | Côme Chilliet | 2024-09-16 | 1 | -0/+1 |
|/ |
|
* | fix(S3ConfigTrait): Allow proxy field to take falsefix/s3configtrait/proxy-false | provokateurin | 2024-09-15 | 1 | -1/+1 |
* | fix: make swift connect exception message more informative | Robin Appelman | 2024-09-09 | 1 | -4/+4 |
* | Merge pull request #46013 from nextcloud/obj-store-move-from-storage-preserve... | Julius Härtl | 2024-08-26 | 1 | -0/+25 |
|\ |
|
| * | fix: write object to the correct urn when moving from another storage to obje... | Robin Appelman | 2024-08-23 | 1 | -0/+25 |
* | | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 6 | -17/+17 |
|/ |
|
* | fix(s3): Don't wait indefinitely for S3 to return | Git'Fellow | 2024-07-05 | 1 | -29/+37 |
* | fix(S3): Adjust usage of guzzle promise | Ferdinand Thiessen | 2024-06-16 | 2 | -3/+3 |
* | fix(ObjectStore): handle empty S3 hostname | Josh | 2024-06-12 | 1 | -1/+1 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 15 | -331/+41 |
* | feat: add option to enable s3 acceleration | Robin Appelman | 2024-04-26 | 1 | -1/+16 |
* | fix(openstack): Fix psalm issue with updated openstack version | Joas Schilling | 2024-04-24 | 1 | -1/+4 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 5 | -8/+8 |
* | fix(S3): Adjust typing for 32bit compatibility | Ferdinand Thiessen | 2024-03-26 | 1 | -3/+6 |
* | feat(ObjectStore): Make S3 MultipartUpload concurrency configurable | Ferdinand Thiessen | 2024-03-21 | 3 | -3/+9 |
* | fix(ObjectStore): Use common S3 trait so config and connection trait members ... | Ferdinand Thiessen | 2024-03-21 | 3 | -30/+56 |
* | Revert "don't perform an explicit setup when using the file cache" | Joas Schilling | 2024-03-07 | 1 | -8/+0 |
* | Merge pull request #32163 from nextcloud/file-cache-gc-no-full-setup | John Molakvoæ | 2024-03-07 | 1 | -0/+8 |
|\ |
|
| * | fix: fix user folder init | Robin Appelman | 2024-03-06 | 1 | -0/+8 |
* | | fix: disable the internal s3sdk multi part copy logic | Robin Appelman | 2024-03-06 | 1 | -1/+2 |
|/ |
|
* | chore: Migrate away from OC::$server->getLogger | Côme Chilliet | 2024-02-13 | 1 | -33/+54 |
* | refactor(objectstorage): cleanup types | Thomas Citharel | 2024-02-02 | 3 | -15/+21 |
* | refactor(objectstorage): move $user property from ObjectStoreStorage class to... | Thomas Citharel | 2024-02-02 | 2 | -14/+6 |
* | fix(objectstorage): cleanup HomeObjectStoreStorage | Thomas Citharel | 2024-02-02 | 1 | -8/+4 |
* | also updated parent etags when a changed etag is detected during scanning | Robin Appelman | 2024-01-31 | 1 | -1/+1 |
* | fix(s3): Add config option to disable multipart copy for certain s3 providers | Julius Härtl | 2023-12-28 | 2 | -1/+4 |
* | only do a multipart s3 copy when above the regular copy limit | Robin Appelman | 2023-12-28 | 2 | -11/+23 |
* | fix(ObjectStore): Make copying behavior consistent with local storage | Ferdinand Thiessen | 2023-11-17 | 1 | -0/+7 |