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-04-12AmazonS3: allow not implemented versioningErik van Velzen
2021-11-04Use unique combination of hostname/bucket/key for external storagesJulius Härtl
2021-10-19cache versioning enabled statusRobin Appelman
2021-10-19minor directory detect improvementsRobin Appelman
2021-10-15always set Key field in `headObject`Robin Appelman
2021-10-15more reliable hasUpdated for s3Robin Appelman
2021-10-15remove old migration methodRobin Appelman
2021-10-15optimize filetype for s3 directories a bitRobin Appelman
2021-10-15more reliable directory copyRobin Appelman
2021-10-15doesDirectoryExist fixesRobin Appelman
2021-10-15s3 external storage listing reworkRobin Appelman
2021-10-12Revert "Delete S3 versions in rmdir"Vincent Petry
2021-10-11Delete S3 versions in rmdirVincent Petry
2021-08-19Fix folder size contained in S3 bucketsLouis Chemineau
2021-08-13Delete object to cleanup leftover of paths when removing directoriesJulius Härtl
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-04-21set mimetype for objects uploaded to object storagesRobin Appelman
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-11-27Remove the deprecated update.phpChristoph Wurst
2020-10-26Check if array elements exist before using themRoeland Jago Douma
2020-09-10Set delimiter so that the CommonPrefixes response can properly be determinedJulius Härtl
2020-09-10fix s3 doesDirectoryExist check for empty directoriesRobin Appelman
2020-09-09Fix reading empty files from objectstorageRoeland Jago Douma
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-20Merge pull request #21734 from nextcloud/external-s3-no-touchMorris Jobke
2020-07-07disable touch to update mtime for external s3 storageRobin Appelman
2020-07-07Reuse cache for directory mtime/size if filesystem changes can be ignoredJulius Härtl
2020-06-22Remove rescanDelay from directory mtimeJulius Härtl
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-10-21Remove superfluous fcloseDaniel Kesselberg
2019-09-23Use local variable for directory nameDaniel Kesselberg
2019-09-23Don't strip path from directory prefixDaniel Kesselberg
2019-09-23Fill directory cache from opendirDaniel Kesselberg
2019-09-23Change visibility to private (from protected)Daniel Kesselberg
2019-09-23Rename $location to $pathDaniel Kesselberg
2019-09-23Add method to check if directory existsDaniel Kesselberg
2019-02-14Call headObject if file not in filecache :see_no_evil:Daniel Kesselberg
2019-02-14Prefix $path for filename for internal file cacheDaniel Kesselberg
2018-10-08Remove value from cache on delete/clearDaniel Kesselberg
2018-10-01Use helper method for content length and last modifiedDaniel Kesselberg
2018-09-30Reuse information from ListObjects for stat / filetypeDaniel Kesselberg
2018-05-07Merge pull request #8842 from lanxenet/patch-1Morris Jobke
2018-03-19Remove \OCP\Files::tmpFileRoeland Jago Douma
2018-03-16fix(AmazonS3): fix loop $result['Contents'] errorenoch
2018-03-12Use proper method to log exceptionsMorris Jobke