summaryrefslogtreecommitdiffstats
path: root/lib/connector/sabre/objecttree.php
Commit message (Expand)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-142/+0
* adding unit tests for ObjectTree::move()Thomas Müller2013-09-261-14/+30
* adding privilege check on move and rename operationsThomas Müller2013-09-241-1/+23
* Always check variable type before using readdir to avoid surprisesArthur Schiwon2013-09-041-3/+5
* use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman2013-08-191-1/+1
* style fixRobin Appelman2013-07-191-1/+1
* improved copy operation for objecttreeRobin Appelman2013-06-301-0/+29
* improved move operation for sabre's objecttreeRobin Appelman2013-06-301-0/+24
* overwrite Sabre_DAV_ObjectTree with a faster getNodeForPathRobin Appelman2013-06-301-0/+49