Commit Graph

122 Commits (69048ab71f615ea7a219f7f119855319cf38621d)

Author SHA1 Message Date
Robin Appelman 3f5eb762b6 Scanner test: ensure mtime in the cache is the same as on the storage to prevent random failures 13 years ago
Thomas Müller b4f7a88788 rename can cause mtime change - invalid assert 13 years ago
Robin Appelman a0d8377109 better unit tests for static stream wrapper 13 years ago
Robin Appelman a7c70915d5 fix storage wrapper namespaces 13 years ago
Jörn Friedrich Dreyer 4ecca9e97b graceful teardown of cache 13 years ago
Jörn Friedrich Dreyer 7a7b54c4a2 skip teardown if cache has not been set up 13 years ago
Thomas Mueller 5d0a3f981c adding unit test for folder remove: testRemovedFolder() 13 years ago
Robin Appelman ff7e903f82 remove deleted files when re-scanning a folder 13 years ago
Robin Appelman 0b74e71de8 fix updaters test cases 13 years ago
Robin Appelman 2ed0e6e915 add tests for reusing existing data in scanner 13 years ago
Robin Appelman 63c898c064 Make rmdir recursive for local storage 13 years ago
Michael Gapczynski 2a3887a5d7 Add tests for the updater with mount points 13 years ago
Jörn Friedrich Dreyer b6f8d2b859 raise failed tests from first commit to size @medium 13 years ago
Jörn Friedrich Dreyer 73fb722a9e add timeouts 3/30/90 to phpunit tests 13 years ago
infoneo 199207253e Update mapper.php 13 years ago
Robin Appelman 31693d3937 add test cases for Mount 13 years ago
Florin Peter 4eddef1556 improved tests to check if database layer normalize folder names 13 years ago
Florin Peter 5076c0d392 changed tests for using new normalizer 13 years ago
Florin Peter d4b700ef4e revert previous fix and added normalizer to cache class 13 years ago
Roland Hager 5c112657b2 New tests to assure that a move will not affect another users cache entries 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 ba9db19640 Add wrapper storage backend 13 years ago
Florin Peter 3c100af132 revert changes to fbbc76f281 because master is very unstable right now 13 years ago
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
Robin Appelman 9738fae3cf Emulate touch() for backends that don't support it 14 years ago
Robin Appelman 3e70d563a6 Cache: bookkeeping of storage_mtime 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