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-24Move \OC\Files to PSR-4Roeland Jago Douma
2016-04-20if share-permissions exists we use this information as indicator to check if ...Björn Schießle
2016-04-20ask for share-permissions on propfindBjörn Schießle
2016-03-13Verify the getResponse returns a ResponseInterfaceLukas Reschke
2016-03-01Remove Scrutinizer Auto FixerLukas Reschke
2016-02-24Add proxy support to external storageLukas Reschke
2016-01-12Happy new year!Thomas Müller
2015-12-10Dont do a seperate request to check if a file exists for dav->fopenRobin Appelman
2015-11-30Add DB group to some files_external testsThomas Müller
2015-11-24Adjust sabre changes in coreThomas Müller
2015-10-05update licence headers via scriptMorris Jobke
2015-09-21dont download the existing file for webdav if we're going to overwrite itRobin Appelman
2015-09-01also use httpclient for uploadFileRobin Appelman
2015-08-29stream webdav downloads using http clientRobin Appelman
2015-08-08Merge pull request #14779 from owncloud/use-iterator-directoryRobin McCorkell
2015-07-17Merge pull request #17282 from owncloud/s2s-catchremotelockexceptionsMorris Jobke
2015-07-15Use the new IteratorDirectory instead of the fakedir wrapperRobin Appelman
2015-07-13Throw StorageNotAvailable if propfind on root failedVincent Petry
2015-07-03Throw lock exceptions if remote share returned 423 status codeVincent Petry
2015-06-25update license headers and authorsMorris Jobke
2015-06-02Get etag from remote OC serverVincent Petry
2015-05-26Revert "Revert "Revert "FIX for webdav.mediencenter.t-online.de"""Thomas Müller
2015-05-26Revert "Revert "FIX for webdav.mediencenter.t-online.de""Oliver Kohl D.Sc
2015-05-12Check if cURL supports the desired featuresLukas Reschke
2015-04-13Properly import used classesThomas Müller
2015-04-10Catch more exceptions when connecting to remote DAV serverVincent Petry
2015-04-08Merge pull request #14120 from owncloud/dav-statcacheMorris Jobke
2015-03-27Added stat cache for DAV storageVincent Petry
2015-03-26Update license headersJenkins for ownCloud
2015-03-26Revert "FIX for webdav.mediencenter.t-online.de"Morris Jobke
2015-03-25FIX for webdav.mediencenter.t-online.de Oliver Kohl D.Sc.
2015-03-12drop any fallback code related to curl - refs https://github.com/owncloud/cor...Thomas Müller
2015-03-09Clean-up code and use proper exception typesLukas Reschke
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-24Sabre Update to 2.1Vincent Petry
2015-02-23Updating license headersJenkins for ownCloud
2015-01-30Fix DAV exceptions, some will still return false nowVincent Petry
2015-01-26Catch storage exception in scanner for remote sharesVincent Petry
2015-01-06Improve debugging for ServiceUnavailable exceptionsChris Wilson
2014-12-04Log exceptions in DAV storageVincent Petry
2014-11-25Replace deprecated constant with new class constantJoas Schilling
2014-11-11Fix root path handling for WebDAV ext storageVincent Petry
2014-10-13Allow specifying protocol in ext storage OC configVincent Petry
2014-09-22Do only follow HTTP and HTTPS redirectsLukas Reschke
2014-08-19move to public namespaceMorris Jobke
2014-08-19Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesy...Stephan Peijnik
2014-08-13Close open file handles in files libraryMorris Jobke
2014-07-03silently discard the response body, needed for apache/mod_dav and maybe other...Philippe Kueck
2014-06-30Add StorageNotAvailableExceptionRobin Appelman
2014-06-27Fix parsing of webdav permissionsRobin Appelman