Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #10499 from owncloud/mkcol-headers-afterbind | Thomas Müller | 2014-09-22 | 1 | -1/+1 |
|\ | | | | | Use afterBind to send fileId header for files and directories | ||||
| * | Use afterBind to send fileId header for files and directories | Vincent Petry | 2014-08-18 | 1 | -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-size | Clark Tomlinson | 2014-09-03 | 1 | -2/+8 |
|\ \ | | | | | | | adding new webdav property containing the folder size | ||||
| * | | adding new webdav property containing the folder size | Thomas Müller | 2014-08-29 | 1 | -2/+8 |
| |/ | |||||
* / | adding OC-ETag header | Thomas Müller | 2014-08-29 | 1 | -0/+4 |
|/ | |||||
* | perm -> permissions | Thomas Müller | 2014-07-21 | 1 | -1/+1 |
| | |||||
* | Upgrade SabreDAV to 1.8.10 | Thomas Müller | 2014-06-04 | 1 | -11/+11 |
| | | | | Updating SabreDAV namespaces | ||||
* | Merge pull request #8435 from owncloud/fix-8322-master | Thomas Müller | 2014-05-19 | 1 | -4/+14 |
|\ | | | | | Expose permission via WebDAV | ||||
| * | - update permissions | Thomas Müller | 2014-05-09 | 1 | -1/+1 |
| | | | | | | | | - change xml tag to perm | ||||
| * | - Introduce isShared() and isMounted() on FileInfo class | Thomas Müller | 2014-05-02 | 1 | -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 /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
|/ | |||||
* | adding chunked upload handling | Thomas Müller | 2013-11-25 | 1 | -0/+12 |
| | |||||
* | always get the right node for the given file path | Thomas Müller | 2013-11-20 | 1 | -0/+2 |
| | |||||
* | add header 'OC-FileId' on PUT | Thomas Müller | 2013-10-25 | 1 | -0/+16 |
| | |||||
* | - fixing namespace | Thomas Müller | 2013-10-24 | 1 | -2/+4 |
| | | | | - remove property only if present | ||||
* | handle case where fileid is not set | Thomas Müller | 2013-10-23 | 1 | -1/+4 |
| | |||||
* | introducing new dav property {xmlns:oc="http://owncloud.org/ns}id | Thomas Müller | 2013-10-23 | 1 | -0/+68 |