Commit Graph

36 Commits (92969052d7f4f008205bbfdf3e5437f3deca1d6b)

Author SHA1 Message Date
Vincent Petry f642ad3961 Prevent deleting storage root 12 years ago
Robin Appelman 46b72cbff0 remove unneeded ; in comment 12 years ago
Robin Appelman 30e0b474f8 Add test for having utf8 filenames in the cache 12 years ago
Vincent Petry 614e4d485c External storage space is now not counted in total space 12 years ago
Thomas Müller bc6e352ccd the path need to be normalized before putting it into resolvePath() 12 years ago
Robin Appelman 7f8eeb0474 ensure the view's root is a subfolder of the the default root, not only starting the same 12 years ago
Robin Appelman 38c563dcdc don't trigger the create hooks when if the file already exists for file_put_contents 12 years ago
Robin Appelman a1d4eb1f95 files: when filtering search results, ensure results are children of the fakeroot not just path starting the same 12 years ago
Robin Appelman bf9045f585 test case for hooks send from a non-default view 13 years ago
Bart Visscher 0c680b46cd View test needs a dummy user 13 years ago
Jörn Friedrich Dreyer 73fb722a9e add timeouts 3/30/90 to phpunit tests 13 years ago
Michael Gapczynski fc5bce1f76 Fix undefined variable for copying empty folders 13 years ago
Michael Gapczynski e9b71eed69 Add tests for copying/moving between storages 13 years ago
Robin Appelman 9738fae3cf Emulate touch() for backends that don't support it 13 years ago
Robin Appelman 3e70d563a6 Cache: bookkeeping of storage_mtime 13 years ago
Robin Appelman 17bcea1585 Filesystem: add View->getPath to the cache api 13 years ago
Robin Appelman 7330fcf5e8 Cache: make mounts overwrite existing folders, prevents duplicate entries 13 years ago
Robin Appelman ad3badeabf Cache: split permission cache scanning and cache scanning 13 years ago
Robin Appelman 439578288f Cache: split permission cache scanning and cache scanning 13 years ago
Robin Appelman cf3665057c make sure folders that are not fully scanned are at least shallow scanned when we open them 13 years ago
Robin Appelman 8635699db9 fix cache behaviour for non existing files 13 years ago
Robin Appelman 0cfef83ed9 sort output of getFolderContent by name 13 years ago
Robin Appelman 709aacfa0f change behaviour of Filesystem::getMountPoint when a mountpoint is passed as path without trailing slash 13 years ago
Robin Appelman ad706229f5 explicitly sort files when using getFolderContents 13 years ago
Robin Appelman cbcd9ba84a allow storage backends to implement custom permission management 13 years ago
Robin Appelman b07672821b check for changes when using the cache api 13 years ago
Robin Appelman fba7be1194 add filesystem watcher to detect updates 13 years ago
Robin Appelman fcc92a9f43 add searchByMime to new cache api 13 years ago
Robin Appelman 7ad8bf3156 move filesystem test case 13 years ago
Robin Appelman 8bce661e4d add search to the filecache api 13 years ago
Robin Appelman 7ef0ffe8ad add View->putFileInfo to the filecache api 13 years ago
Robin Appelman e63e246c48 fix problem with normalizePath when there was a double leading slash 13 years ago
Robin Appelman 39adadd3e3 move the cache api from OC_Files to filesystem(view) 13 years ago
Robin Appelman 707bd68bb4 automatically scan files when needed 13 years ago
Robin Appelman 2522c25af7 use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level api for the filecache 13 years ago