Commit Graph

108 Commits (ff7e903f82607fdbc73e17dd7bb6bcc2caeb3de7)

Author SHA1 Message Date
Robin Appelman ff7e903f82 remove deleted files when re-scanning a folder 12 years ago
Robin Appelman 0b74e71de8 fix updaters test cases 12 years ago
Robin Appelman 2ed0e6e915 add tests for reusing existing data in scanner 12 years ago
Michael Gapczynski 2a3887a5d7 Add tests for the updater with mount points 12 years ago
Jörn Friedrich Dreyer b6f8d2b859 raise failed tests from first commit to size @medium 12 years ago
Jörn Friedrich Dreyer 73fb722a9e add timeouts 3/30/90 to phpunit tests 12 years ago
infoneo 199207253e Update mapper.php 12 years ago
Florin Peter 4eddef1556 improved tests to check if database layer normalize folder names 12 years ago
Florin Peter 5076c0d392 changed tests for using new normalizer 12 years ago
Florin Peter d4b700ef4e revert previous fix and added normalizer to cache class 12 years ago
Roland Hager 5c112657b2 New tests to assure that a move will not affect another users cache entries 12 years ago
Michael Gapczynski fc5bce1f76 Fix undefined variable for copying empty folders 12 years ago
Michael Gapczynski e9b71eed69 Add tests for copying/moving between storages 12 years ago
Florin Peter 3c100af132 revert changes to fbbc76f281 because master is very unstable right now 12 years ago
Robin Appelman 809b5f81f6 Further seperation of mount management logic 12 years ago
Robin Appelman cea56df59e Have the filecache updater testcase clean the filesystem properly 12 years ago
Robin Appelman 15dae6198f Cache: add a backgroundjob to check for external changes to the filesystem 12 years ago
Robin Appelman 10be42f5b7 Cache: only look for child entires when doing a move operation when moving a folder 12 years ago
Robin Appelman 258ad38fd3 Fix touch for creating new files 12 years ago
Thomas Müller a0ec2d23ef Fixing author and copyright 12 years ago
Thomas Mueller 268d4a525d some more test cases & fix on file name generation with index 12 years ago
Thomas Mueller 0fff3c9698 adding extension to slugified physical path 12 years ago
Thomas Mueller a05820c659 fixing various filesystem/storage unit tests on windows 12 years ago
Robin Appelman 1d3beffacf Cache: better rename hook for cache updater 12 years ago
Michael Gapczynski ef2eb10ea4 Change findById to findByStorageId in mount test 12 years ago
Michael Gapczynski a5cab28bea Fix fetching source path of shared files 12 years ago
Robin Appelman 0c1ec758e8 Cache: hash long storage ids to ensure they fit in the database 12 years ago
Thomas Mueller 191da024fa new test cases added to search in sub folders 12 years ago
Thomas Mueller c0f3d8578a folder should be created :-( 12 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 12 years ago
Robin Appelman 299649b40e Cache: reuse known folder sizes when doing a shallow scan 12 years ago
Robin Appelman ad360296b9 Update tests and apps to the new \OC\Files\Filesystem::init signature 12 years ago
Robin Appelman 9738fae3cf Emulate touch() for backends that don't support it 12 years ago
Robin Appelman 3e70d563a6 Cache: bookkeeping of storage_mtime 12 years ago
Thomas Müller 8174e5faf1 make MappedLocal available and testable within Linux as well 12 years ago
Thomas Mueller fd8cb9974b initial version of a local storage implementation which will use unique slugified filename on the local filesystem. 12 years ago
Thomas Mueller cbf6b28f45 uncomment failing calls to \OC\Files\Filesystem::file_put_contents 12 years ago
Thomas Mueller 997259df4b reuse \OC_Helper::tmpFolder() 12 years ago
Robin Appelman 5d0c5c854b Cache: use greaterEquals in tests cases to prevent failures due to race conditions 12 years ago
Robin Appelman 577e3b11d7 Filesystem: return all matching mounts in Mount::findById 12 years ago
Robin Appelman 17bcea1585 Filesystem: add View->getPath to the cache api 12 years ago
Robin Appelman 9e2a066c7b Cache: add function to get storage id and internal path of a file by id 12 years ago
Robin Appelman 8c42e2de8c Test cases for new mount management 12 years ago
Robin Appelman 177537dbcc Cache: port test cases to PHPUnit 12 years ago
Robin Appelman 7330fcf5e8 Cache: make mounts overwrite existing folders, prevents duplicate entries 12 years ago
Robin Appelman db2b485b96 Cache: fix test case Updater::testRename 12 years ago
Michael Gapczynski 465c100d8f Add tests for mtime changes in folders - testRename is failing right now 12 years ago
Robin Appelman ad3badeabf Cache: split permission cache scanning and cache scanning 12 years ago
Robin Appelman 439578288f Cache: split permission cache scanning and cache scanning 12 years ago
Robin Appelman b41189de44 Cache: allow storage backends to overwrite Watcher 12 years ago