summaryrefslogtreecommitdiffstats
path: root/lib/private/connector/sabre/file.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* | fixing typos and PHPDocThomas Müller2014-04-231-0/+6
* | merge master into webdav-injectionRobin Appelman2014-04-151-1/+3
|\|
| * White-list known secure mime types. Refs. #8184Thomas Tanghus2014-04-141-2/+4
* | Pass the filesystem view as argument in the sabredav connectors and use the f...Robin Appelman2014-02-251-41/+23
|/
* Merge pull request #6714 from owncloud/files-newfileinvalidcharsfixLukas Reschke2014-02-201-2/+8
|\
| * Added file name check in webdav connectorVincent Petry2014-02-181-2/+8
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+3
|/
* Added exception logger plugin for sabre connectorVincent Petry2014-01-271-3/+3
* Removed special handling of part files in shared storage renameVincent Petry2014-01-081-1/+4
* in order to work properly with encryption ocTransferId is added to the file p...Thomas Müller2014-01-071-1/+1
* Adding a random postfix to the part file.Thomas Müller2013-12-201-1/+1
* Fixed touch after chunk assemblingVincent Petry2013-11-291-1/+1
* Merge pull request #5447 from owncloud/fixing-5117-masterVincent Petry2013-11-131-3/+25
|\
| * make it possible to detect transferID partBjoern Schiessle2013-11-111-1/+1
| * adding oc-mtime handling to chunked uploadThomas Müller2013-10-211-0/+9
| * chunked files are assembled into a part file on the target storage followed b...Thomas Müller2013-10-211-3/+16
* | Merge pull request #5402 from owncloud/fixing-5367-masterThomas Müller2013-10-241-1/+1
|\ \
| * | fixes #5367Thomas Müller2013-10-171-1/+1
| |/
* | Merge pull request #5464 from owncloud/fixing-5456-masterThomas Müller2013-10-231-0/+4
|\ \
| * | creating and deleting of file and folder 'Shared' in root is not allowedThomas Müller2013-10-221-0/+4
| |/