Commit Graph

139 Commits (7fbb7f4dc4cd1918a5b3dfaa4c8dfb6a7e11d0c3)

Author SHA1 Message Date
Thomas Müller ec7225da66 remove file locking - code will continue to live in it's own app 12 years ago
Bjoern Schiessle 48eb0515e9 only lock if unlink is called for a file 12 years ago
Bjoern Schiessle ab6680e9ab name the storage wrapper to make sure that we don't apply the wrapper multiple times 12 years ago
ringmaster 54865815f5 Move Lock to private namespace, add interface. Update PHPDoc. 12 years ago
ringmaster 392a1b6662 Removed unused vars/declarations, update PHPDoc. 12 years ago
ringmaster 896bc526e6 Remove unused methods. 12 years ago
ringmaster f9dbdb7c5c Add actual locking and log changes necessary for debugging. 12 years ago
ringmaster dc1e3620d2 Continued flock work. 12 years ago
ringmaster 5365ae416e flock changes. Work in progress. 12 years ago
Andreas Fischer 0417e52134 Increase file size limit from 2 GiB to 4 GiB when workarounds are unavailable. 12 years ago
Andreas Fischer fb7ec2bb22 Only call $this->filesize() for files. 12 years ago
Andreas Fischer c8fa1fd687 Refactor Large File handling code. 12 years ago
Andreas Fischer 3f8f8027d2 Cast to numeric instead of float, i.e. use an integer if possible. 12 years ago
Andreas Fischer 6195f13bda Use CURL to get filesize on 32bit systems. 12 years ago
Robin Appelman 998fa2d9be Pass any methods custom to specific storage implementations to the wrapped storage 12 years ago
Robin Appelman 8c5521fdfc Add $storage->instanceOfStorage to handle instanceof for storage wrappers 12 years ago
Robin Appelman 467e9c2bb0 Remove code duplication 12 years ago
Robin Appelman af35b6ad9d Fix LocalStorage->unlink to work on folder as expected 12 years ago
Robin Appelman 8187164fe1 re-use rescursive copy from common storage 12 years ago
Robin Appelman 488fc402e4 remove unneeded check 12 years ago
Robin Appelman d15ed9b4d3 use \OC\Files\Filesystem::isIgnoredDir 12 years ago
Robin Appelman ea44f0e20f fix recursive copy and rename for common storage backend 12 years ago
Robin Appelman c3c9612c99 fix recursive copy and rename for mapped local storage backend 12 years ago
Robin Appelman 03ba497a8c add recursive copy to local storage backend 12 years ago
Robin Appelman 38c1da0976 fix recursive rename for local storage backend 12 years ago
Robin Appelman e83b41493f remove unneeded delTree 12 years ago
Robin Appelman 151c48494e Add a config option fro setting the filesystem watcher policy 12 years ago
Bjoern Schiessle 12338e0ef0 allow admin to disable sharing for specific groups of users 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 12 years ago
Sjors van der Pluijm e8a287f5bb refs #8376; spaces=>tabs 12 years ago
Sjors van der Pluijm 54f482ff9c refs #8376; added comment and applied patch on other files 12 years ago
Sjors van der Pluijm d7ec1fe447 rewind iterator before iteration starts 12 years ago
Sjors van der Pluijm d8be9d96ed fixes #8376 12 years ago
Bart Visscher a4b7f5155f Fix PHPdoc in lib/private 13 years ago
Robin McCorkell eeee9eacea Prevent error from cache update on deleted files 13 years ago
Robin Appelman 1c7a71ca77 use binary safe read 13 years ago
Robin Appelman 54a15a8001 Use streams when generating hashes of remote files 13 years ago
Vincent Petry 0067a4eac2 Added missing fclose in file_get_contents and file_put_contents 13 years ago
Vincent Petry d6ce45fe61 Correctly read the full stream in file_get_contents 13 years ago
Robin Appelman 7a8f1389fe fix temporary file based common hash 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 010eef95c0 Fixed total space display when data size exceeds quota 13 years ago
Vincent Petry 48d63a6278 Return unencrypted_size of folder when queried 13 years ago
Robin Appelman a8c67dc675 Add caching for getLocalFile on remote storages 13 years ago
Vincent Petry a23ef25010 Removed unused deleteAll method on Common storage class 13 years ago
Robin Appelman d1c392d9ad Also make "regular" local storage's mkdir recursive 13 years ago
Joshua Medeiros 76aa4714cf Recursive mkdir fixes #7047 13 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 13 years ago