Commit Graph

230 Commits (0d3ddd9e11eeafbc51d95e20226117bc3424bcaf)

Author SHA1 Message Date
Vincent Petry d6ce45fe61 Correctly read the full stream in file_get_contents 13 years ago
Robin Appelman 76c63a5760 Fix uploading files containing a # in the path for webdav 13 years ago
Vincent Petry 1e39719926 Added unit tests for external cache folder 13 years ago
Robin Appelman fffe330bbc Fix parameter order for Storage\Local::hash 13 years ago
Vincent Petry 66bc0f0848 Still return quota value when free space is unknown 13 years ago
Vincent Petry 48d63a6278 Return unencrypted_size of folder when queried 13 years ago
Robin Appelman bb8a7a2230 Remove assert since the root size of the home storage is no longer calculated 13 years ago
Jörn Friedrich Dreyer 2ba6cd4e2b initialize etags of temporary storage 13 years ago
Jörn Friedrich Dreyer 131c12ad8d use assertInternalType for typechecking 13 years ago
Jörn Friedrich Dreyer 39f2f564a9 use assertSame and assertNotSame for etag checks 13 years ago
Robin Appelman bc49c6be04 Manually triger the filecache update hooks before any other hook 13 years ago
Vincent Petry b2b35cd335 Fixed ext storage webdav path encoding 13 years ago
Robin Appelman eea1abae20 add unit tests for watcher policies 13 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 13 years ago
Robin Appelman 2166683e3b Allow setting the frequency of which the file watcher checks for updates 13 years ago
Robin Appelman 3afdcd85e7 Add unit test for quote wrapper size root 13 years ago
Vincent Petry 1af7dab535 Fixed quota wrapper to not wrap failed fopen streams 13 years ago
Robin Appelman 642d8e370e Dont use php5.4 only features 13 years ago
Vincent Petry 23e6578601 Fix array access syntax for older PHP 13 years ago
Robin Appelman 16b898ddb8 update another test 13 years ago
Robin Appelman 7e4c80fd60 use different value for mtime and storage_mtime in test 13 years ago
Robin Appelman 4113042c8f remove duplicate test class 13 years ago
Robin Appelman 203d5d01ca Use storage_mtime when determining if we can reuse cached data while scanning 13 years ago
Vincent Petry 4faba49f0a Fix calculated folder size to use unencrypted size 13 years ago
Vincent Petry f642ad3961 Prevent deleting storage root 13 years ago
Vincent Petry 5be4af9f51 Now also preventing to override "files" dir size with -1 13 years ago
Robin Appelman 46b72cbff0 remove unneeded ; in comment 13 years ago
Robin Appelman 30e0b474f8 Add test for having utf8 filenames in the cache 13 years ago
Robin Appelman e888bdda30 get rid of failing test that don't cause additional downloads 13 years ago
Robin Appelman cf9b7e343a extend test case for etag preservation 13 years ago
Robin Appelman 01ab15a2b0 reuse etags when doing a background scan 13 years ago
Vincent Petry 6cf9844e9c Added unit test for the test() method 13 years ago
Vincent Petry d69243ee51 Fixed FTP and SMB to use rmdir() when deleting folders 13 years ago
Vincent Petry 43b1cf7988 Redetect mime type whenever extension is renamed 13 years ago
Vincent Petry 712b47757a Updated unit tests for SMB 13 years ago
Vincent Petry c3e34676ba Improved unit test for "overwrite on move" 13 years ago
Vincent Petry af7118aa5d Added unit test for "overwrite file on rename/move" 13 years ago
Vincent Petry 5b6d1d79d0 Fixed SMB file deletion success detection 13 years ago
Vincent Petry 3e2fd9942b Root size for home storage is now size of "files" subdir 13 years ago
Vincent Petry 614e4d485c External storage space is now not counted in total space 13 years ago
Vincent Petry d9ab964ff9 Added missing test with leading backslash 13 years ago
Vincent Petry c06d8bb007 Fixed normalizePath() to strip out single dot dirs 13 years ago
Vincent Petry 34c92f6656 Now using HomeStorage for legacy home storage ids 13 years ago
Robin Appelman 32a703ab36 Do not use -1 as the size for the root folder of the home storage 13 years ago
Vincent Petry 7ff6a642b4 Fixed filesize issue in watchr test 13 years ago
Jörn Friedrich Dreyer 10b2d649af extend unit test to directories starting or ending in whitespace 13 years ago
Bjoern Schiessle fcfac51aa1 backport of https://github.com/owncloud/core/pull/5513 13 years ago
Robin Appelman 654b0daf01 update touch tests for updated behaviour 13 years ago
Robin Appelman b3626f34cd Update the parent folders storage_mtime on write and delete to prevent rescans 13 years ago
Robin Appelman f1e6e80eb1 add specialized storage backend for home folders 13 years ago