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
2015-10-16Consolidate webdav code - move all to one appThomas Müller
2015-09-17prevent 0 byte downloads when storage returns falseJörn Friedrich Dreyer
2015-09-14allow hook cancelRobin Appelman
2015-09-14use the correct path for cache updates when doing chunked assemblyRobin Appelman
2015-09-14work directly on storages when doing a chunked upload assemblyRobin Appelman
2015-09-14wrap the entire put operation in a read lockRobin Appelman
2015-08-11add test framework for doing full request webdav testsRobin Appelman
2015-08-03go trough the updater when uploading over webdavRobin Appelman
2015-07-03Remove OC_LogThomas Müller
2015-07-01Only delete part file on error if it is really a part fileVincent Petry
2015-07-01Clean up part file only once, not twice on errorVincent Petry
2015-06-29Cleanup part file after upload exceptionVincent Petry
2015-06-25update license headers and authorsMorris Jobke
2015-06-15keep a read lock while scanning a file or folderRobin Appelman
2015-06-12Webdav PUT small file lock must be shared during hooksVincent Petry
2015-06-01Convert LockedException to FileLocked in Sabre connectorVincent Petry
2015-06-01add locking for non-chunking webdav uploadRobin Appelman
2015-05-13Fire prehooks when uploading directly to storageVincent Petry
2015-05-07use cross storage move when renaming the part file during webdav putRobin Appelman
2015-04-27triger propagation for webdav uploadsRobin Appelman
2015-04-21Do not trash part files, delete directlyVincent Petry
2015-04-14Keep phpdoc updated.Robin Appelman
2015-04-14pass a stream to the testsRobin Appelman
2015-04-13rewind and update error messageRobin Appelman
2015-04-13use our own stream copy insteadRobin Appelman
2015-04-09update testsRobin Appelman
2015-04-08Work directly on the storage when uploading over webdavRobin Appelman
2015-04-07In case of encryption exceptions we return 503 - this will allow the client t...Thomas Müller
2015-04-07cleaning up exception messThomas Müller
2015-04-07Removing left overs from old encryption appThomas Müller
2015-04-07Further cleanup of files_encryptionThomas Müller
2015-04-07Removing files_encryption left oversThomas Müller
2015-03-26Update license headersJenkins for ownCloud
2015-03-09adding storage specific filename verification - refs #13640Thomas Müller
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-24Sabre Update to 2.1Vincent Petry
2015-02-23Updating license headersJenkins for ownCloud
2015-02-17Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke
2015-02-05Revert "adding OC-ETag header"Vincent Petry
2015-01-29Fix webdav put for single file webdav sharesRobin Appelman
2015-01-08remove unused variable and fix undefined variableThomas Müller
2015-01-07Disable part files for OC ext storage backend + s2s backendVincent Petry
2015-01-06Improve debugging for ServiceUnavailable exceptionsChris Wilson
2014-12-28Adding basement for the direct download urlThomas Müller
2014-12-09Fix namespace of Files_Encryption outside of the appJoas Schilling
2014-11-11Return real mime type on PROPFINDVincent Petry
2014-11-10Merge pull request #12072 from owncloud/sabre-convertstoragenotavailableexcep...Vincent Petry
2014-11-10Convert StorageNotAvailableException to SabreDAV exceptionVincent Petry
2014-11-07clean up encryption exceptionsBjoern Schiessle
2014-11-05throw exception if private key is missingBjoern Schiessle