summaryrefslogtreecommitdiffstats
path: root/lib/private/connector/sabre/file.php
Commit message (Expand)AuthorAgeFilesLines
* Convert LockedException to FileLocked in Sabre connectorVincent Petry2015-06-011-1/+13
* add locking for non-chunking webdav uploadRobin Appelman2015-06-011-0/+5
* Fire prehooks when uploading directly to storageVincent Petry2015-05-131-6/+28
* use cross storage move when renaming the part file during webdav putRobin Appelman2015-05-071-10/+12
* triger propagation for webdav uploadsRobin Appelman2015-04-271-0/+1
* Do not trash part files, delete directlyVincent Petry2015-04-211-2/+2
* Keep phpdoc updated.Robin Appelman2015-04-141-1/+1
* pass a stream to the testsRobin Appelman2015-04-141-6/+0
* rewind and update error messageRobin Appelman2015-04-131-1/+2
* use our own stream copy insteadRobin Appelman2015-04-131-1/+1
* update testsRobin Appelman2015-04-091-22/+33
* Work directly on the storage when uploading over webdavRobin Appelman2015-04-081-23/+43
* In case of encryption exceptions we return 503 - this will allow the client t...Thomas Müller2015-04-071-55/+69
* cleaning up exception messThomas Müller2015-04-071-2/+2
* Removing left overs from old encryption appThomas Müller2015-04-071-16/+6
* Further cleanup of files_encryptionThomas Müller2015-04-071-1/+3
* Removing files_encryption left oversThomas Müller2015-04-071-1/+1
* Update license headersJenkins for ownCloud2015-03-261-12/+25
* adding storage specific filename verification - refs #13640Thomas Müller2015-03-091-6/+4
* Revert "Updating license headers"Morris Jobke2015-02-261-0/+21
* Sabre Update to 2.1Vincent Petry2015-02-231-71/+13
* Updating license headersJenkins for ownCloud2015-02-231-14/+25
* Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-161-12/+18
* Revert "adding OC-ETag header"Vincent Petry2015-02-051-0/+15
* Fix webdav put for single file webdav sharesRobin Appelman2015-01-291-3/+3
* remove unused variable and fix undefined variableThomas Müller2015-01-081-5/+4
* Disable part files for OC ext storage backend + s2s backendVincent Petry2015-01-071-28/+61
* Improve debugging for ServiceUnavailable exceptionsChris Wilson2015-01-061-8/+8
* Adding basement for the direct download urlThomas Müller2014-12-281-0/+13
* Fix namespace of Files_Encryption outside of the appJoas Schilling2014-12-091-2/+2
* Return real mime type on PROPFINDVincent Petry2014-11-111-0/+4
* Merge pull request #12072 from owncloud/sabre-convertstoragenotavailableexcep...Vincent Petry2014-11-101-58/+78
|\
| * Convert StorageNotAvailableException to SabreDAV exceptionVincent Petry2014-11-101-58/+78
* | clean up encryption exceptionsBjoern Schiessle2014-11-071-2/+2
|/
* throw exception if private key is missingBjoern Schiessle2014-11-051-1/+7
* WebDAV now throws 403 when deletion did not workVincent Petry2014-09-221-1/+5
* content size checks are not valid for LOCKThomas Müller2014-09-121-1/+1
* fix BadRequest error if CONTENT_LENGTH not setchli12014-09-041-5/+8
* adding OC-ETag headerThomas Müller2014-08-291-15/+0
* Upload abortion is now detected within the OC_Connector_Sabre_File::put()Thomas Müller2014-07-081-6/+14
* Fix exposing single files over webdavRobin Appelman2014-06-141-1/+1
* use the right interface \Sabre\DAVACL\PrincipalBackend\BackendInterfaceThomas Müller2014-06-041-9/+0
* Upgrade SabreDAV to 1.8.10Thomas Müller2014-06-041-19/+28
* Normalize lock exception messages.ringmaster2014-06-041-1/+1
* Respect locked files, surface correct exception.ringmaster2014-06-041-6/+15
* Cast '{DAV:}getcontentlength' to number instead of int.Andreas Fischer2014-05-291-1/+1
* Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-131-1/+1
* merge master into webdav-injectionRobin Appelman2014-04-251-11/+0
|\
| * we no longer need to handle the Shared folder different from any other folderBjoern Schiessle2014-04-231-11/+0
* | properly quote etagsRobin Appelman2014-04-241-1/+1