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
2016-04-14Fix storage backend class namespaces and move to subdirRobin McCorkell
2016-03-23Dropbox stream download with RetryWrapperVincent Petry
2016-03-15Fix dropbox storage to not store the whole file in memoryVincent Petry
2016-01-12Happy new year!Thomas Müller
2015-10-28Merge pull request #19758 from owncloud/ext-fallback-getmimetypeThomas Müller
2015-10-20Merge pull request #19877 from owncloud/dropbox-fixmetadatacachepathsThomas Müller
2015-10-19Fix Dropbox metadata cache with trimmed pathsVincent Petry
2015-10-16Remove Dropbox metadata from cache after uploadVincent Petry
2015-10-13Fallback to default mimetype detection mechanismVincent Petry
2015-08-19Use OCP classes as much as possible in files_externalRobin McCorkell
2015-07-15Use the new IteratorDirectory instead of the fakedir wrapperRobin Appelman
2015-07-02Revert "Use OCP classes as much as possible in files_external"Thomas Müller
2015-07-01Use OCP classes as much as possible in files_externalRobin McCorkell
2015-04-20Avoid function name collision in dropbox external storageThomas Müller
2015-03-26Update license headersJenkins for ownCloud
2015-03-17Fix root request path for DropboxVincent Petry
2015-03-12drop any fallback code related to curl - refs https://github.com/owncloud/cor...Thomas Müller
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-23Updating license headersJenkins for ownCloud
2014-10-24Make files non executableLukas Reschke
2014-10-22Lazy initialize external storagesVincent Petry
2014-05-21Changed access mode for Dropbox to 'auto'Sascha Schmidt
2014-05-19Remove all occurences of @brief and @returns from PHPDocMorris Jobke
2014-05-17Fix PHPDoc in /appsRobin McCorkell
2014-04-03Moved dependency checks to end of class filesPhilipp Kapfer
2014-04-03Added cURL dependency for Amazon S3, Dropbox and SWIFTPhilipp Kapfer
2014-02-06polish documentation based on scrutinizer patchesJörn Friedrich Dreyer
2013-11-26Fixed various Dropbox issues + unit testsVincent Petry
2013-11-25Fixed ext storage touch function to return true on successVincent Petry
2013-11-22Moved default isReadable/isUpdatable impl into Common classVincent Petry
2013-08-18fixing require pathThomas Müller
2013-08-17moving Dropbox and smb4php 3rdparty code over to the appsThomas Müller
2013-04-26Dont task external storages with creating their own rootRobin Appelman
2013-02-27Fix undefined root parameter in Dropbox storageMichael Gapczynski
2013-01-28Move streamwrappers to seperate files and put them in a namespaceRobin Appelman
2012-12-03merge master into filesystemRobin Appelman
2012-11-30fix checkstyle for files_external app, add whitespace for readabilityJörn Friedrich Dreyer
2012-10-21drop filectime from the filesystem api'sRobin Appelman
2012-10-12fix namespace problems for external storage backendsRobin Appelman
2012-10-12implement getId for the external storage providersRobin Appelman
2012-10-08merge phpunit into filesystemRobin Appelman
2012-10-06add support to mount a specific folder from dropboxRobin Appelman
2012-09-07put filestorages in a namespaceRobin Appelman
2012-08-29Remove php close at end of fileBart Visscher
2012-08-14Merge branch 'master' into share_apiMichael Gapczynski
2012-08-14Throw exception in Dropbox and Google Drive storage constructors if parameter...Michael Gapczynski
2012-07-26Merge branch 'master' into share_apiMichael Gapczynski
2012-07-25Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_wri...Michael Gapczynski
2012-07-20remove unused variable from dropbox filestorage backendRobin Appelman
2012-06-27Fixes in Dropbox API, try to catch Dropbox exceptions, implement rename and c...Michael Gapczynski