Commit Graph

89 Commits (0fac2e3f3aaaeaddf431f7877ebddb6372a00a42)

Author SHA1 Message Date
Vincent Petry 143e4a81f0 Fix removal of share permissions when share disabled for user 11 years ago
Bjoern Schiessle fb4c99fe06 make sure that we emit the hooks if a file gets moved from a subfolder to the root folder with the nodes API 11 years ago
Vincent Petry 167f57c15e Unlock first path on rename if second path is locked 11 years ago
Vincent Petry 271ef9dedb Remove test-specific method to make Bjoern and Joas happy 11 years ago
Vincent Petry 538e466c30 Keep shared locks in post hooks 11 years ago
Vincent Petry 35047a2300 Fix locked paths in the moveMount case 11 years ago
Vincent Petry 102c6ffc41 Normalize path in View's lock methods 11 years ago
Vincent Petry 0e3a3dd5d7 Rethrow LockedException with full path 11 years ago
Joas Schilling a7d2b3b9ae Add return value to lock methods and check it in tests 11 years ago
Robin Appelman 4b48dd424f emit hooks from a view as long as the path is inside the default root 11 years ago
Robin Appelman d519aba878 fix test 11 years ago
Robin Appelman 7e418c7d69 high level locking wip 11 years ago
Robin Appelman e302213248 add unit tests for null handling in view 11 years ago
Robin Appelman 0772e3b4c1 Properly handle copy/move failures in cross storage copy/move 11 years ago
Robin Appelman 31e94708f8 Improve cross storage copy between local storages 11 years ago
Vincent Petry f8cfc03f36 Replace originalStorage in tests with a proper teardown 11 years ago
Robin Appelman 7ab919256b fix test 11 years ago
Robin Appelman 169031d1c5 fix factory test 11 years ago
Robin Appelman e1f2a6df94 Allow setting the watcher policy as mount option 11 years ago
Robin Appelman 7adda88786 Copy mount options to the storage 11 years ago
Robin Appelman fc027bceb7 Fix cache update when doing a rename that overwrites the target 11 years ago
Vincent Petry 232de3bdc0 Delete target file for unsuccessful copy/rename 11 years ago
Lukas Reschke 41e5850450 Prevent directory traversals in ctr of \OC\Files\View 11 years ago
Bjoern Schiessle 21c45925fe detect root of mountpoint also if the trailing slash is missed 11 years ago
Robin Appelman 2124540d1d Dont remove a file from cache if the delete operation failed 11 years ago
Robin Appelman ddee63fa00 Fix resolving paths for views rooted in a file 11 years ago
Robin Appelman 87a1b2bdc4 Preserve mtime when doing cross storage move 11 years ago
Robin Appelman 96dff341e2 Return valid fileinfo objects for part files 11 years ago
Thomas Müller d648b548eb skip testLongPath() 11 years ago
Joas Schilling ea4c25609d Replace uniqid calls with $this->getUniqueID so tests pass again on windows 11 years ago
Joas Schilling bb540722cd Use base class to reset the file mapper 11 years ago
Joas Schilling 6625d5c88f Correctly restore previous root mount point after testing 11 years ago
Joas Schilling a3a064fe96 Skip some more tests on Windows which just can not work at all 11 years ago
Robin Appelman d26a427f92 Also propagate etag changes when the watcher finds a changed file 11 years ago
Robin Appelman 16cfca6a5f Better reuse of cache data for getFolderContents 11 years ago
Clark Tomlinson 6de8531ace fixing windows max depth test 11 years ago
Robin Appelman 3d92f963f4 Fix unit test 11 years ago
Vincent Petry 6e2358c3a6 Added hacky fix for long path cleanup routine 12 years ago
Thomas Müller ad4ec414c9 use system function to recursive remove the directory used by temporary storage 12 years ago
Thomas Müller da3974bcb2 - drop permissions table and related code 12 years ago
Robin Appelman f297bf14f9 Fix unit tests 12 years ago
Thomas Müller a2e4bc8d33 # This is a combination of 2 commits. 12 years ago
Lukas Reschke b0381cfe12 Add tests for other types that PHP might cast 12 years ago
Vincent Petry bab8c1f8e5 Fixed getAbsolutePath case when path is "0" 12 years ago
Joas Schilling ced2a4fcf2 Remove unneccessary statement from test 12 years ago
Joas Schilling 39bf700790 Update tests to test for create and update aswell 12 years ago
Jörn Friedrich Dreyer 39f2f564a9 use assertSame and assertNotSame for etag checks 12 years ago
Robin Appelman 2166683e3b Allow setting the frequency of which the file watcher checks for updates 12 years ago
Robin Appelman 4113042c8f remove duplicate test class 12 years ago
Vincent Petry f642ad3961 Prevent deleting storage root 12 years ago