Commit Graph

83 Commits (e21a3a1a2324684f2e34bce024082d7d1d244b6a)

Author SHA1 Message Date
Robin Appelman 809b5f81f6 Further seperation of mount management logic 13 years ago
Robin Appelman cea56df59e Have the filecache updater testcase clean the filesystem properly 13 years ago
Robin Appelman 15dae6198f Cache: add a backgroundjob to check for external changes to the filesystem 14 years ago
Robin Appelman 10be42f5b7 Cache: only look for child entires when doing a move operation when moving a folder 14 years ago
Robin Appelman 258ad38fd3 Fix touch for creating new files 14 years ago
Thomas Müller a0ec2d23ef Fixing author and copyright 14 years ago
Thomas Mueller 268d4a525d some more test cases & fix on file name generation with index 14 years ago
Thomas Mueller 0fff3c9698 adding extension to slugified physical path 14 years ago
Thomas Mueller a05820c659 fixing various filesystem/storage unit tests on windows 14 years ago
Robin Appelman 1d3beffacf Cache: better rename hook for cache updater 14 years ago
Michael Gapczynski ef2eb10ea4 Change findById to findByStorageId in mount test 14 years ago
Michael Gapczynski a5cab28bea Fix fetching source path of shared files 14 years ago
Robin Appelman 0c1ec758e8 Cache: hash long storage ids to ensure they fit in the database 14 years ago
Thomas Mueller 191da024fa new test cases added to search in sub folders 14 years ago
Thomas Mueller c0f3d8578a folder should be created :-( 14 years ago
Thomas Mueller e3ba0c3082 adding a new test class for mapped local using a dot in the datadir - reflects the issue described in #1659 14 years ago
Robin Appelman 299649b40e Cache: reuse known folder sizes when doing a shallow scan 14 years ago
Robin Appelman ad360296b9 Update tests and apps to the new \OC\Files\Filesystem::init signature 14 years ago
Thomas Müller 8174e5faf1 make MappedLocal available and testable within Linux as well 14 years ago
Thomas Mueller fd8cb9974b initial version of a local storage implementation which will use unique slugified filename on the local filesystem. 14 years ago
Thomas Mueller cbf6b28f45 uncomment failing calls to \OC\Files\Filesystem::file_put_contents 14 years ago
Thomas Mueller 997259df4b reuse \OC_Helper::tmpFolder() 14 years ago
Robin Appelman 5d0c5c854b Cache: use greaterEquals in tests cases to prevent failures due to race conditions 14 years ago
Robin Appelman 577e3b11d7 Filesystem: return all matching mounts in Mount::findById 14 years ago
Robin Appelman 17bcea1585 Filesystem: add View->getPath to the cache api 14 years ago
Robin Appelman 9e2a066c7b Cache: add function to get storage id and internal path of a file by id 14 years ago
Robin Appelman 8c42e2de8c Test cases for new mount management 14 years ago
Robin Appelman 177537dbcc Cache: port test cases to PHPUnit 14 years ago
Robin Appelman 7330fcf5e8 Cache: make mounts overwrite existing folders, prevents duplicate entries 14 years ago
Robin Appelman db2b485b96 Cache: fix test case Updater::testRename 14 years ago
Michael Gapczynski 465c100d8f Add tests for mtime changes in folders - testRename is failing right now 14 years ago
Robin Appelman ad3badeabf Cache: split permission cache scanning and cache scanning 14 years ago
Robin Appelman 439578288f Cache: split permission cache scanning and cache scanning 14 years ago
Robin Appelman b41189de44 Cache: allow storage backends to overwrite Watcher 14 years ago
Michael Gapczynski d0a50fae83 Fix eTagUpdate and add tests 14 years ago
Robin Appelman cf3665057c make sure folders that are not fully scanned are at least shallow scanned when we open them 14 years ago
Robin Appelman 4be039e6cb Filecache Watcher: use scan or scanFile based on the current item, not the cached item 14 years ago
Robin Appelman cc0a0df88b one additional test case for the cache updater 14 years ago
Robin Appelman 8635699db9 fix cache behaviour for non existing files 14 years ago
Robin Appelman 0cfef83ed9 sort output of getFolderContent by name 14 years ago
Robin Appelman 709aacfa0f change behaviour of Filesystem::getMountPoint when a mountpoint is passed as path without trailing slash 14 years ago
Robin Appelman ad706229f5 explicitly sort files when using getFolderContents 14 years ago
Robin Appelman 8ce5e0d30d don't throw fatal error in updater cache if setup failed for some reason 14 years ago
Robin Appelman 8687e0d346 add Scanner->backgroundScan 14 years ago
Robin Appelman 186c9e77e8 add Cache->getIncomplete for use in background scanning 14 years ago
Robin Appelman cbcd9ba84a allow storage backends to implement custom permission management 14 years ago
Robin Appelman fedff3eafe add cache updater 14 years ago
Robin Appelman 15b8a3f987 move correctFolderSize from Scanner to Cache 14 years ago
Robin Appelman 8a6bb7965d add Cache::move 14 years ago
Robin Appelman b07672821b check for changes when using the cache api 14 years ago