summaryrefslogtreecommitdiffstats
path: root/lib/private/connector/sabre/filesplugin.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #10499 from owncloud/mkcol-headers-afterbindThomas Müller2014-09-221-1/+1
|\ | | | | Use afterBind to send fileId header for files and directories
| * Use afterBind to send fileId header for files and directoriesVincent Petry2014-08-181-1/+1
| | | | | | | | | | afterBind is called for both files and directories and is now used to send the OC-FileId headers.
* | Merge pull request #10723 from owncloud/webdav-folder-sizeClark Tomlinson2014-09-031-2/+8
|\ \ | | | | | | adding new webdav property containing the folder size
| * | adding new webdav property containing the folder sizeThomas Müller2014-08-291-2/+8
| |/
* / adding OC-ETag headerThomas Müller2014-08-291-0/+4
|/
* perm -> permissionsThomas Müller2014-07-211-1/+1
|
* Upgrade SabreDAV to 1.8.10Thomas Müller2014-06-041-11/+11
| | | | Updating SabreDAV namespaces
* Merge pull request #8435 from owncloud/fix-8322-masterThomas Müller2014-05-191-4/+14
|\ | | | | Expose permission via WebDAV
| * - update permissionsThomas Müller2014-05-091-1/+1
| | | | | | | | - change xml tag to perm
| * - Introduce isShared() and isMounted() on FileInfo classThomas Müller2014-05-021-4/+14
| | | | | | | | | | | | - Reuse these methods on determineIcon() - Generate permission string for the desktop client - expose {http://owncloud.org/ns}permissions as additional WebDAV property containing the permission string
* | Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-1/+1
|/
* adding chunked upload handlingThomas Müller2013-11-251-0/+12
|
* always get the right node for the given file pathThomas Müller2013-11-201-0/+2
|
* add header 'OC-FileId' on PUTThomas Müller2013-10-251-0/+16
|
* - fixing namespaceThomas Müller2013-10-241-2/+4
| | | | - remove property only if present
* handle case where fileid is not setThomas Müller2013-10-231-1/+4
|
* introducing new dav property {xmlns:oc="http://owncloud.org/ns}idThomas Müller2013-10-231-0/+68