summaryrefslogtreecommitdiffstats
path: root/lib/private/connector/sabre/objecttree.php
Commit message (Collapse)AuthorAgeFilesLines
* Allow getting info or renaming part files through WebDAVVincent Petry2014-01-231-1/+14
| | | | | | | | | | | | | | | When mounting an ownCloud (backend OC) inside another ownCloud (frontend OC), the frontend OC will use WebDAV to upload file, which will create part files. These part files need to be accessible for the frontend OC to rename them to the actual file name. This fix leaves the file cache untouched but gives direct access to part file info when requested. This means that part file can be accessed only when their path and name are known. These won't appear in file listtings. Fixes #6068
* - delete properties on node deleteThomas Müller2013-10-221-0/+5
| | | | - move properties on node move
* adding check isDeletable() on $sourcePathThomas Müller2013-10-081-0/+3
|
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+142
Conflicts: lib/private/vcategories.php