Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-24Adapt more code to migration to LoggerInterfaceCôme Chilliet
2022-03-24Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet
2022-03-15don't try to get custom certs for s3 primary storages3-crt-bundleRobin Appelman
2022-03-14use the nextcloud certificate bundle for s3Robin Appelman
2022-02-16Wrap S3 multipart upload exceptionLouis Chemineau
2022-02-15Wrap S3 multipart upload exceptionLouis Chemineau
2021-12-29Make max size for single put uploads configurableJulius Härtl
2021-12-21Fix php-cs for S3ConnectionTrait.phpJulius Härtl
2021-12-21Merge pull request #27493 from cuppett/cuppett/simplify-aws-credential-providerJulius Härtl
2021-11-23Fix Guzzle function callsCôme Chilliet
2021-11-22Simplify S3ConnectionTrait to defaultProvider plus optionStephen Cuppett
2021-11-11Implement multibucket shift for ObjectStoreJohn Molakvoæ
2021-10-28Merge pull request #29115 from nextcloud/work/carl/correct-permissions-when-c...Carl Schwan
2021-10-28Fix permissions when copying from ObjectStorageCarl Schwan
2021-10-15s3 external storage listing reworkRobin Appelman
2021-08-20Refactor writeObject to only use MultipartUpload when requiredBernd Rederlechner
2021-07-15Merge pull request #26463 from Worteks/fix-s3proxyJulius Härtl
2021-07-01Merge pull request #27586 from nextcloud/bugfi/noid/objectstore-checksumblizzz
2021-06-30fix(proxy): use accessorMaxime Besson
2021-06-23Move DateTime::RFC2822 to DateTimeInterface::2822Christoph Wurst
2021-06-21Reset checksum when writing files to object storeJulius Härtl
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-25Merge pull request #27040 from nextcloud/FlorentCoppint-masterMorris Jobke
2021-05-20Avoid reading ~/.aws/config when using S3 providerFlorent
2021-04-29explicitly close source stream on object store upload even if count wrapper i...Robin Appelman
2021-04-21set mimetype for objects uploaded to object storagesRobin Appelman
2021-04-09fix(proxy): reaching s3 storage behind some http proxyMaxime Besson
2021-04-09fix(proxy): reaching s3 storage behind some http proxySamuel
2021-03-12use returned file id for object store copyRobin Appelman
2021-03-12Merge pull request #25722 from nextcloud/objectstore-copy-crossRobin Appelman
2021-03-11remove explicit fclose from S3->writeStreamRobin Appelman
2021-03-09apply object store copy optimization when 'cross storage' copy is within the ...Robin Appelman
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-02-02Merge pull request #24700 from Imajie/s3-credsRoeland Jago Douma
2020-12-30Update license headersChristoph Wurst
2020-12-29Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst
2020-12-22Merge pull request #24594 from kofemann/dcacheJulius Härtl
2020-12-21storage: update IStorage#file_put_contents docs to match usageTigran Mkrtchyan
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-16Fix failing testsJames Letendre
2020-12-16Add web identity provider to S3 connection chainJames Letendre
2020-12-15Replace defaultProvider with explicit calls to exclude user home directory lo...James Letendre
2020-12-14Resolves #24699, Support ES2 and ECS instance providers for S3 bucketsJames Letendre
2020-11-24use in objectstore copyRobin Appelman
2020-11-06Allow config to specify the bucket existsRoeland Jago Douma
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-09-09Fix reading empty files from objectstorageRoeland Jago Douma
2020-09-08Run stat less often for objectstoragesRoeland Jago Douma
2020-08-31Only update the filecache entry once the file has been written to S3Roeland Jago Douma
2020-08-31Don't lose filecache entry on s3 overwrite errorRoeland Jago Douma