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
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
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-20Resolves #19790, Provides Support for IAM CredentialsStephen Cuppett
2020-08-19Use matching parameter names form interfaces and implementationsMorris Jobke
2020-08-06Distribute preview folders in appdata in multibucket setup to multiple bucketsMorris Jobke
2020-07-03Fix static method call for s3 bucket compat checkChristoph Wurst
2020-06-25Update presign method to match with interface again.Daniel Kesselberg
2020-06-15Disable Client-Side Monitoring on AWS storageChristoph Wurst
2020-06-09Upload part size as S3 parameter instead of constant valueFlorent
2020-05-06Merge pull request #18955 from adrb/swift_upload_large_objectsRoeland Jago Douma
2020-04-30Fix getDirectoryContent implementation for Jail wrapperRobin Appelman
2020-04-30Run the cs fixer for green ciRoeland Jago Douma
2020-04-30Merge pull request #18883 from adrb/optimize_swift_14116Roeland Jago Douma
2020-04-29Update license headers for 19Christoph Wurst
2020-04-27Large Object support for OpenStack Swift.Adrian Brzezinski
2020-04-27It's a fix for issue #14116,Adrian Brzezinski
2020-04-20Add method to storage backends to get directory content with metadataRobin Appelman
2020-04-15Fix issues with Keystone auth v3 in files_external appJulien Lutran
2020-04-10Format code according to PSR2Christoph Wurst
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Add visibility to all methods and position of static keywordChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-04-01make seekable s3 stream genericRobin Appelman
2020-04-01Enable fseek for files in S3 storageLukas Stabe
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-11Get correct mimetype on objectstoresRoeland Jago Douma
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-09-25dont delete cache entries if deleting an object from object store failedRobin Appelman
2019-07-29Fix typo in commentMorris Jobke
2019-07-17Fix File#putContents(string) on ObjectStorageMarcel Klehr
2019-07-10Use HTTP1.1 to read S3 objectsRoeland Jago Douma
2019-05-24Merge pull request #15715 from nextcloud/s3-bucket-nameMorris Jobke
2019-05-24add method to get bucket name from s3 storageRobin Appelman
2019-05-22make ObjectStoreStorage::getURN publicRobin Appelman
2019-05-21add method to get the used object store from the storageRobin Appelman
2019-04-18Always use a temp file for swift writesRoeland Jago Douma
2019-03-06Merge pull request #14424 from nextcloud/fix/13554/swift_to_tmpRoeland Jago Douma
2019-03-05Merge pull request #14175 from skydiablo/masterMorris Jobke