aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/ObjectStore
Commit message (Expand)AuthorAgeFilesLines
* test: add test that object store folder copy preserves folder sizeartonge/fix/copy_subfolders_s3Robin Appelman9 days1-0/+13
* test: Fix coding standardsci/noid/update-phpunit10Joas Schilling2025-05-151-1/+1
* test: Cleanup tests/lib/Files/*Joas Schilling2025-05-158-16/+25
* fix: Harden files scanner for invalid null accessFerdinand Thiessen2025-01-281-5/+2
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-2/+2
* test: fix incorrect ltrim usage in testRobin Appelman2024-09-181-2/+2
* fix(tests): Fix most obvious errors in ObjectStore testsCôme Chilliet2024-09-172-0/+4
* perf(ObjectStoreStorage): Improve (slow) move on same object bucketChristoph Fiehe2024-09-162-0/+70
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-157-29/+29
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* ci: Skip flaky test on PHP 8.3Joas Schilling2024-08-211-0/+4
* chore: Add SPDX headerAndy Scherzinger2024-05-1311-177/+25
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-023-3/+3
* refactor(objectstorage): cleanup typesThomas Citharel2024-02-021-2/+2
* fix(tests): Add messages to assertions to explain what failedJoas Schilling2024-01-261-8/+8
* chore(tests): Migrate object storage unit tests from drone to GitHub ActionsFerdinand Thiessen2024-01-261-0/+4
* fix(tests): Fix deprecation errors in S3 testsFerdinand Thiessen2024-01-261-1/+2
* fix(ObjectStore): Make copying behavior consistent with local storageFerdinand Thiessen2023-11-171-0/+38
* repair -1 folder sizes for object store background scanRobin Appelman2023-05-101-16/+26
* composer run cs:fixCôme Chilliet2023-01-202-2/+0
* test disabling write checkRobin Appelman2022-10-262-0/+13
* fix using FSEEK_END with SeekableHttpStream to get file sizeRobin Appelman2022-09-152-0/+19
* store unencrypted size in the unencrypted_size columnRobin Appelman2022-08-161-1/+1
* Check style updateCarl Schwan2022-01-131-2/+2
* Implement multibucket shift for ObjectStoreJohn Molakvoæ2021-11-111-11/+35
* Refactor writeObject to only use MultipartUpload when requiredBernd Rederlechner2021-08-202-0/+105
* Run s3 tests againJulius Härtl2021-06-301-6/+1
* set mimetype for objects uploaded to object storagesRobin Appelman2021-04-213-4/+4
* apply object store copy optimization when 'cross storage' copy is within the ...Robin Appelman2021-03-091-0/+24
* use in objectstore copyRobin Appelman2020-11-243-0/+24
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-102-4/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-4/+0
* Use a blank line after the opening tagChristoph Wurst2020-04-093-3/+9
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-092-2/+0
* add basic tests for s3 seeking and add some error handling if reopen return t...Robin Appelman2020-04-012-4/+20
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-1/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-262-5/+5
|/
* Make phpunit8 compatibleRoeland Jago Douma2019-11-272-3/+3
* Some php-cs fixesRoeland Jago Douma2019-11-223-1/+2
* dont delete cache entries if deleting an object from object store failedRobin Appelman2019-09-252-0/+79
* always use multipart uploader for s3 uploadsRobin Appelman2019-01-281-3/+28
* upload new files in objectstore to a .part path firstRobin Appelman2018-12-123-1/+107
* Add objectExists to objectstore interfaceRobin Appelman2018-12-121-0/+15
* Moves the logo files to logoMichael Weimann2018-10-021-1/+1
* add azure unit tests with azuriteRobin Appelman2018-06-041-0/+38
* add ci for swift primary storageRobin Appelman2018-02-081-0/+3
* Use S3Client::upload instead of splitting single/multipart upload ourselvesRobin Appelman2018-01-241-5/+12
* Add tests for multipart uploadRobin Appelman2017-09-211-4/+17
* add ci support for s3 object storeRobin Appelman2017-01-021-0/+3