Commit Graph

260 Commits (20b6cb28b16fd663ea386fd6faf6c3129a97f42b)

Author SHA1 Message Date
Thomas Mueller cbf6b28f45 uncomment failing calls to \OC\Files\Filesystem::file_put_contents 12 years ago
Thomas Mueller c0263173d2 add phpunit configuration for autotest withou the json listener because this pollutes the console 12 years ago
Thomas Mueller 77369d8164 disable error handler while running phpunit 12 years ago
Thomas Mueller 997259df4b reuse \OC_Helper::tmpFolder() 12 years ago
Thomas Mueller 07a7478fde PHPUnit support for Windows added 12 years ago
Robin Appelman 5d0c5c854b Cache: use greaterEquals in tests cases to prevent failures due to race conditions 12 years ago
Robin Appelman 232cc3211b add oc:// streamwrapper to provide access to ownCloud's virtual filesystem 12 years ago
Robin Appelman c9c919da57 Move streamwrappers to seperate files and put them in a namespace 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
Thomas Mueller ef88ceba8c drop SimpleTest compatibility 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
Thomas Mueller d8d812a91e enable unittesting on appframework and apptemplateadvanced 12 years ago
Michael Gapczynski 68272fa253 Remove unnecessary ob_end_clean() from template tests 12 years ago
Michael Gapczynski bc8957a195 Add listener for VisualPHPUnit 12 years ago
Thomas Mueller 42678096bb remove php closing tag 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
Michael Gapczynski d0a50fae83 Fix eTagUpdate and add tests 12 years ago
Robin Appelman cf3665057c make sure folders that are not fully scanned are at least shallow scanned when we open them 12 years ago
Robin Appelman 4be039e6cb Filecache Watcher: use scan or scanFile based on the current item, not the cached item 12 years ago
Robin Appelman cc0a0df88b one additional test case for the cache updater 12 years ago
Robin Appelman 8635699db9 fix cache behaviour for non existing files 12 years ago
Thomas Müller 39e37fa9c6 Enabling unit testing for apptemplate_advanced 12 years ago
Thomas Mueller f99497a05a test for search and unregister added 12 years ago
Thomas Mueller 2d597c2238 first unit tests implemented 12 years ago
Bernhard Posselt 37e524dc6d added more unittests for the group file 12 years ago
Robin Appelman 0cfef83ed9 sort output of getFolderContent by name 12 years ago
Robin Appelman 709aacfa0f change behaviour of Filesystem::getMountPoint when a mountpoint is passed as path without trailing slash 12 years ago
Robin Appelman ad706229f5 explicitly sort files when using getFolderContents 13 years ago
Robin Appelman 8ce5e0d30d don't throw fatal error in updater cache if setup failed for some reason 13 years ago
Robin Appelman 8687e0d346 add Scanner->backgroundScan 13 years ago
Robin Appelman 186c9e77e8 add Cache->getIncomplete for use in background scanning 13 years ago
Bart Visscher 8bed38c78d Rename install hook functions to register hook 13 years ago
Robin Appelman cbcd9ba84a allow storage backends to implement custom permission management 13 years ago
Bart Visscher 530f3f8be9 Create functions to install standard hooks 13 years ago
Thomas Tanghus c127c78df4 Don't use indexes in test data as postgres complains over duplicate keys. 13 years ago
Thomas Tanghus 56239df2e7 Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_* 13 years ago
Bart Visscher 04aa029cd3 Disable loading apps before starting tests 13 years ago
Robin Appelman fedff3eafe add cache updater 13 years ago
Robin Appelman 15b8a3f987 move correctFolderSize from Scanner to Cache 13 years ago
Thomas Mueller f9226f170e fixes #266 13 years ago
Thomas Tanghus 831c2cac1e Remove unused variable. 13 years ago
Felix Moeller a4b2ea586d Style: Remove all the dangling white spaces 13 years ago