Commit Graph

23 Commits (8eda6617618e0a1f650afc4e6766e799b4e62b82)

Author SHA1 Message Date
Robin Appelman fd85424742 Add getMountPoint to FileInfo 12 years ago
Vincent Petry cccedf6f30 Convert StorageNotAvailableException to SabreDAV exception 12 years ago
Robin Appelman 8161104420 Catch StorageInvalidException in webdav 12 years ago
Robin Appelman 99960d7747 Handle StorageNotAvailableException in webdav 12 years ago
Robin Appelman 80e6d357a2 Fix permissions check when moving a file to a different directory over webdav 12 years ago
Robin Appelman 07fdeba50b Fix moving movablemount over webdav 12 years ago
Robin Appelman 65f3b2fad2 Add server<->server sharing backend 12 years ago
Bjoern Schiessle b0a74edbb2 allow moving files to the root 12 years ago
Thomas Müller 76e04027bc Upgrade SabreDAV to 1.8.10 12 years ago
Robin Appelman 49b44e7e22 Normalize paths when moving properties 12 years ago
Thomas Müller 4ba6f4839d fixing typos and PHPDoc 12 years ago
Bjoern Schiessle 7ef8f6d352 always allow to rename the share mount point 12 years ago
Bjoern Schiessle 27c5a978f9 we no longer need to handle the Shared folder different from any other folder 12 years ago
Bjoern Schiessle 2e73c957e5 don't allow to create a file or folder named 'Shared' in the root folder, also exclude all combinations of lower and upper case letters 13 years ago
Robin Appelman 5ef37c28d1 Remove the need for a custom SabreDav server constructor 13 years ago
Robin Appelman 3a21755963 Pass the filesystem view as argument in the sabredav connectors and use the fileinfo object 13 years ago
Vincent Petry bd71a1b7b6 Added file name check in webdav connector 13 years ago
Vincent Petry 5ad28f4d1f Allow getting info or renaming part files through WebDAV 13 years ago
Thomas Müller 09903aa36c - delete properties on node delete 13 years ago
Thomas Müller c77f74e1de adding check isDeletable() on $sourcePath 13 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
Thomas Müller b11d8799c1 adding unit tests for ObjectTree::move() 13 years ago
Thomas Müller ee1f627155 adding privilege check on move and rename operations 13 years ago
Arthur Schiwon ec3639dc7a Always check variable type before using readdir to avoid surprises 13 years ago
Robin Appelman c5402f4575 use strict equals in readdir loops to prevent issues with '0' files 13 years ago
Robin Appelman a945ce908b style fix 13 years ago
Robin Appelman 93750d2658 improved copy operation for objecttree 13 years ago
Robin Appelman fe0de5fc10 improved move operation for sabre's objecttree 13 years ago
Robin Appelman 2d1c6ae726 overwrite Sabre_DAV_ObjectTree with a faster getNodeForPath 13 years ago