Commit Graph

195 Commits (14e0b1b6d1b64c2e37bbba0731a8f7b9a338ebb0)

Author SHA1 Message Date
Robin Appelman 46b72cbff0 remove unneeded ; in comment 11 years ago
Robin Appelman 30e0b474f8 Add test for having utf8 filenames in the cache 11 years ago
Robin Appelman e888bdda30 get rid of failing test that don't cause additional downloads 11 years ago
Robin Appelman cf9b7e343a extend test case for etag preservation 11 years ago
Robin Appelman 01ab15a2b0 reuse etags when doing a background scan 11 years ago
Vincent Petry 6cf9844e9c Added unit test for the test() method 11 years ago
Vincent Petry d69243ee51 Fixed FTP and SMB to use rmdir() when deleting folders 12 years ago
Vincent Petry 43b1cf7988 Redetect mime type whenever extension is renamed 12 years ago
Vincent Petry 712b47757a Updated unit tests for SMB 12 years ago
Vincent Petry c3e34676ba Improved unit test for "overwrite on move" 12 years ago
Vincent Petry af7118aa5d Added unit test for "overwrite file on rename/move" 12 years ago
Vincent Petry 5b6d1d79d0 Fixed SMB file deletion success detection 12 years ago
Vincent Petry 3e2fd9942b Root size for home storage is now size of "files" subdir 12 years ago
Vincent Petry 614e4d485c External storage space is now not counted in total space 12 years ago
Vincent Petry d9ab964ff9 Added missing test with leading backslash 12 years ago
Vincent Petry c06d8bb007 Fixed normalizePath() to strip out single dot dirs 12 years ago
Vincent Petry 34c92f6656 Now using HomeStorage for legacy home storage ids 12 years ago
Robin Appelman 32a703ab36 Do not use -1 as the size for the root folder of the home storage 12 years ago
Vincent Petry 7ff6a642b4 Fixed filesize issue in watchr test 12 years ago
Jörn Friedrich Dreyer 10b2d649af extend unit test to directories starting or ending in whitespace 12 years ago
Bjoern Schiessle fcfac51aa1 backport of https://github.com/owncloud/core/pull/5513 12 years ago
Robin Appelman 654b0daf01 update touch tests for updated behaviour 12 years ago
Robin Appelman b3626f34cd Update the parent folders storage_mtime on write and delete to prevent rescans 12 years ago
Robin Appelman f1e6e80eb1 add specialized storage backend for home folders 12 years ago
Vincent Petry c8df27de73 Fixed quota stream to not wrap read-only fopen calls 12 years ago
Vincent Petry d8b245490b Fixed quota stream's fseek method 12 years ago
Thomas Müller bc6e352ccd the path need to be normalized before putting it into resolvePath() 12 years ago
Robin Appelman 7f8eeb0474 ensure the view's root is a subfolder of the the default root, not only starting the same 12 years ago
Robin Appelman 38c563dcdc don't trigger the create hooks when if the file already exists for file_put_contents 12 years ago
Robin Appelman 235517f111 clear permissions cache when scanning a file 12 years ago
Andreas Fischer d9a36ee82e Move setUp() and tearDown() up in tests/lib/files/cache/scanner.php. 12 years ago
Robin Appelman a1d4eb1f95 files: when filtering search results, ensure results are children of the fakeroot not just path starting the same 12 years ago
Andreas Fischer de2e6e137b Do not convert boolean to integer in tests. put() already does this. 12 years ago
Thomas Müller d84d548618 when storing back the data field 'encrypted' it is necessary to cast the boolean to an integer to make pg happy 12 years ago
Thomas Müller c8f9efeb94 etag changes are now propagated up the file tree 12 years ago
Thomas Müller 3c026b7cf6 recreate an etag within the scanner if the cache contains an empty etag 12 years ago
Thomas Müller 6eeb4d165c - giving the user a new id for each test run in order to prevent reuse of e.g. permissions data in the database 12 years ago
Robin Appelman b9167196fb adjust test cases to namespace changes 12 years ago
Robin Appelman a22f9ff301 Provide an implementation of the fileapi for oc6 build on top of the old api 12 years ago
Robin Appelman bf9045f585 test case for hooks send from a non-default view 12 years ago
Robin Appelman 1877a42a0d Scanner: additional tests for reusing etags during scanning 12 years ago
Robin Appelman 3e7a86c6ec remove deleted files while scanning 12 years ago
Michael Gapczynski afff750011 Add test for calculating size of newly empty folder 12 years ago
Robin Appelman cd8f0c21ce add quota storage wrapper 12 years ago
Robin Appelman a853968f7d move storage wrapper test to new namespace 12 years ago
Robin Appelman 10d3e63ce5 add quota streamwrapper that limits the amount of data that can be written to a stream 12 years ago
Robin Appelman cfac7fcd53 Storage: remove some unneeded strict tests of mtime behaviour 12 years ago
Robin Appelman 97f0bc1c4a Storage: remove tests for search 12 years ago
Christian Berendt 8c9e6db1b1 increasing allowed time difference 12 years ago
Robin Appelman 3f5eb762b6 Scanner test: ensure mtime in the cache is the same as on the storage to prevent random failures 12 years ago