Commit Graph

33 Commits (8eda6617618e0a1f650afc4e6766e799b4e62b82)

Author SHA1 Message Date
Thomas Müller 81243b0f5d adding getDirectDownload() to Wrapper 12 years ago
Robin Appelman 33b64868d7 Add storage and cache wrappers to apply a permissions mask to a storage 12 years ago
Robin Appelman abb6e89c5d Add storage and cache wrappers to jail a storage to a subfolder 12 years ago
Morris Jobke b3b3354809 move to public namespace 12 years ago
Stephan Peijnik 2df52e54d7 Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesystem. 12 years ago
Robin Appelman 87e311b996 Fix storage being passed to cache/watcher and scanner when using storage wrappers 12 years ago
Thomas Müller da3974bcb2 - drop permissions table and related code 12 years ago
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
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 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
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 McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 12 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
Vincent Petry 788c8540aa Added isLocal() method to storage, used for xsendfile 13 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 13 years ago
Robin Appelman 20c2aaab00 Actually rename the variable 13 years ago
Robin Appelman c8207312c7 Fix phpdoc 13 years ago
Robin Appelman a521949baf Allow passing a root folder to get the used space from in the quota wrapper 13 years ago
Vincent Petry 1af7dab535 Fixed quota wrapper to not wrap failed fopen streams 13 years ago
Vincent Petry 6cf9844e9c Added unit test for the test() method 13 years ago
Vincent Petry c8df27de73 Fixed quota stream to not wrap read-only fopen calls 13 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago