Commit Graph

70 Commits (59fef54e92d19d2976a6896e6da1cfc1b79c3d1f)

Author SHA1 Message Date
Andreas Fischer 0417e52134 Increase file size limit from 2 GiB to 4 GiB when workarounds are unavailable. 11 years ago
Andreas Fischer fb7ec2bb22 Only call $this->filesize() for files. 11 years ago
Andreas Fischer c8fa1fd687 Refactor Large File handling code. 11 years ago
Andreas Fischer 3f8f8027d2 Cast to numeric instead of float, i.e. use an integer if possible. 11 years ago
Andreas Fischer 6195f13bda Use CURL to get filesize on 32bit systems. 11 years ago
Robin Appelman 998fa2d9be Pass any methods custom to specific storage implementations to the wrapped storage 11 years ago
Robin Appelman 8c5521fdfc Add $storage->instanceOfStorage to handle instanceof for storage wrappers 11 years ago
Robin Appelman 467e9c2bb0 Remove code duplication 11 years ago
Robin Appelman af35b6ad9d Fix LocalStorage->unlink to work on folder as expected 11 years ago
Robin Appelman 8187164fe1 re-use rescursive copy from common storage 11 years ago
Robin Appelman 488fc402e4 remove unneeded check 11 years ago
Robin Appelman d15ed9b4d3 use \OC\Files\Filesystem::isIgnoredDir 11 years ago
Robin Appelman ea44f0e20f fix recursive copy and rename for common storage backend 11 years ago
Robin Appelman c3c9612c99 fix recursive copy and rename for mapped local storage backend 11 years ago
Robin Appelman 03ba497a8c add recursive copy to local storage backend 11 years ago
Robin Appelman 38c1da0976 fix recursive rename for local storage backend 11 years ago
Robin Appelman e83b41493f remove unneeded delTree 11 years ago
Robin Appelman 151c48494e Add a config option fro setting the filesystem watcher policy 11 years ago
Bjoern Schiessle 12338e0ef0 allow admin to disable sharing for specific groups of users 11 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 11 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 11 years ago
Sjors van der Pluijm e8a287f5bb refs #8376; spaces=>tabs 11 years ago
Sjors van der Pluijm 54f482ff9c refs #8376; added comment and applied patch on other files 11 years ago
Sjors van der Pluijm d7ec1fe447 rewind iterator before iteration starts 11 years ago
Sjors van der Pluijm d8be9d96ed fixes #8376 11 years ago
Bart Visscher a4b7f5155f Fix PHPdoc in lib/private 11 years ago
Robin McCorkell eeee9eacea Prevent error from cache update on deleted files 11 years ago
Robin Appelman 1c7a71ca77 use binary safe read 11 years ago
Robin Appelman 54a15a8001 Use streams when generating hashes of remote files 11 years ago
Vincent Petry 0067a4eac2 Added missing fclose in file_get_contents and file_put_contents 11 years ago
Vincent Petry d6ce45fe61 Correctly read the full stream in file_get_contents 11 years ago
Robin Appelman 7a8f1389fe fix temporary file based common hash 11 years ago
Robin Appelman fffe330bbc Fix parameter order for Storage\Local::hash 11 years ago
Vincent Petry 66bc0f0848 Still return quota value when free space is unknown 11 years ago
Vincent Petry 010eef95c0 Fixed total space display when data size exceeds quota 11 years ago
Vincent Petry 48d63a6278 Return unencrypted_size of folder when queried 11 years ago
Robin Appelman a8c67dc675 Add caching for getLocalFile on remote storages 11 years ago
Vincent Petry a23ef25010 Removed unused deleteAll method on Common storage class 11 years ago
Robin Appelman d1c392d9ad Also make "regular" local storage's mkdir recursive 11 years ago
Joshua Medeiros 76aa4714cf Recursive mkdir fixes #7047 11 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 11 years ago
Vincent Petry 788c8540aa Added isLocal() method to storage, used for xsendfile 11 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 11 years ago
Robin Appelman 20c2aaab00 Actually rename the variable 11 years ago
Robin Appelman c8207312c7 Fix phpdoc 11 years ago
Robin Appelman a521949baf Allow passing a root folder to get the used space from in the quota wrapper 11 years ago
Vincent Petry 1af7dab535 Fixed quota wrapper to not wrap failed fopen streams 11 years ago
Robin Appelman 25370fcb82 Return SPACE_UNKNOWN if disk_free_space is disabled when getting the free space on a local storage 11 years ago
Vincent Petry 6cf9844e9c Added unit test for the test() method 12 years ago
Vincent Petry c62cce8269 Moved default isReadable/isUpdatable impl into Common class 12 years ago