aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/ObjectStore/ObjectStoreStorage.php
Commit message (Expand)AuthorAgeFilesLines
* chore: cleanup leftover debug statements3-disable-multipart-remove-debugRobin Appelman2024-12-091-1/+0
* fix: get object size from stream where possibleRobin Appelman2024-12-051-0/+8
* refactor(Storage): Align all Storage constructorsrefactor/storage/constructorsprovokateurin2024-10-231-11/+11
* refactor(Storage): Make all parameter types strong typesprovokateurin2024-10-071-33/+25
* fix: rework move into object store to better preserve fileidsreadd-object-store-phpunitRobin Appelman2024-09-271-19/+55
* fix: preserve fileid when moving from objectstore to non-objectstoreRobin Appelman2024-09-271-2/+11
* fix: ensure source folder is removed from cache when moving to objectstoreRobin Appelman2024-09-271-0/+1
* fix(Storage): Fix IStorage return typesprovokateurin2024-09-261-25/+18
* 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-191-2/+2
* fix: ensure parent folder exists when writing a file to object storageRobin Appelman2024-09-181-0/+4
* 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
* | chore: Fix psalm issues, put back private versions of getter in private Stora...Côme Chilliet2024-09-161-0/+1
|/
* 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-251-1/+1
|/
* chore: Add SPDX headerAndy Scherzinger2024-05-241-27/+4
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* Revert "don't perform an explicit setup when using the file cache"Joas Schilling2024-03-071-8/+0
* fix: fix user folder initRobin Appelman2024-03-061-0/+8
* chore: Migrate away from OC::$server->getLoggerCôme Chilliet2024-02-131-33/+54
* refactor(objectstorage): cleanup typesThomas Citharel2024-02-021-4/+7
* refactor(objectstorage): move $user property from ObjectStoreStorage class to...Thomas Citharel2024-02-021-14/+3
* fix(ObjectStore): Make copying behavior consistent with local storageFerdinand Thiessen2023-11-171-0/+7
* fix: Only store unencrypted_size if path should be encryptedJulius Härtl2023-09-061-0/+2
* use source cache when listing folder during recursive copyRobin Appelman2023-06-191-5/+6
* don't always check if we need to setup the object store rootRobin Appelman2023-05-231-6/+18
* repair -1 folder sizes for object store background scanRobin Appelman2023-05-101-2/+2
* Merge pull request #32314 from nextcloud/object-mkdir-loggingSimon L2023-04-171-0/+3
|\
| * additional logging when mkdir fails for object storageRobin Appelman2023-04-051-0/+3
* | improve objectstore rmdir handlingRobin Appelman2023-04-031-36/+50
|/
* feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-081-2/+74
* composer run cs:fixCôme Chilliet2023-01-201-1/+1
* compare cached filesize on downloadMaxence Lange2022-12-011-2/+12
* allow disabling object store write checkRobin Appelman2022-10-261-1/+7
* Rename file1 and file2 to source and target in Storage abstractionCarl Schwan2022-10-181-5/+5
* Cleanup temporary files after finishing the write to object storageJulius Härtl2022-06-021-0/+2
* Fix permissions when copying from ObjectStorageCarl Schwan2021-10-281-0/+8
* Reset checksum when writing files to object storeJulius Härtl2021-06-211-0/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* explicitly close source stream on object store upload even if count wrapper i...Robin Appelman2021-04-291-0/+3
* set mimetype for objects uploaded to object storagesRobin Appelman2021-04-211-2/+2
* use returned file id for object store copyRobin Appelman2021-03-121-6/+6
* apply object store copy optimization when 'cross storage' copy is within the ...Robin Appelman2021-03-091-0/+14
* Update license headersChristoph Wurst2020-12-301-0/+1