summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage/wrapper
Commit message (Expand)AuthorAgeFilesLines
* Updating license headersJenkins for ownCloud2015-02-234-20/+74
* adding getDirectDownload() to WrapperThomas Müller2014-12-281-0/+12
* Add storage and cache wrappers to apply a permissions mask to a storageRobin Appelman2014-11-271-12/+21
* Add storage and cache wrappers to jail a storage to a subfolderRobin Appelman2014-11-272-0/+515
* move to public namespaceMorris Jobke2014-08-191-2/+2
* Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesy...Stephan Peijnik2014-08-191-2/+2
* Fix storage being passed to cache/watcher and scanner when using storage wrap...Robin Appelman2014-06-141-6/+20
* Merge pull request #8884 from owncloud/move-flock-to-appJörn Friedrich Dreyer2014-06-051-182/+0
|\
| * remove file locking - code will continue to live in it's own appThomas Müller2014-06-041-182/+0
* | - drop permissions table and related codeThomas Müller2014-06-051-10/+0
|/
* only lock if unlink is called for a fileBjoern Schiessle2014-06-041-1/+3
* Move Lock to private namespace, add interface. Update PHPDoc.ringmaster2014-06-041-2/+2
* Removed unused vars/declarations, update PHPDoc.ringmaster2014-06-041-1/+2
* Add actual locking and log changes necessary for debugging.ringmaster2014-06-041-2/+48
* Continued flock work.ringmaster2014-06-041-20/+14
* flock changes. Work in progress.ringmaster2014-06-041-0/+139
* Pass any methods custom to specific storage implementations to the wrapped st...Robin Appelman2014-05-291-0/+11
* Add $storage->instanceOfStorage to handle instanceof for storage wrappersRobin Appelman2014-05-291-0/+10
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-1/+1
* Still return quota value when free space is unknownVincent Petry2014-03-191-1/+8
* Merge pull request #7650 from owncloud/quota-totalspaceVincent Petry2014-03-111-0/+7
|\
| * Fixed total space display when data size exceeds quotaVincent Petry2014-03-101-0/+7
* | Return unencrypted_size of folder when queriedVincent Petry2014-03-071-0/+5
|/
* Merge pull request #6962 from owncloud/quota-space-rootThomas Müller2014-02-201-1/+7
|\
| * Actually rename the variableRobin Appelman2014-01-271-2/+2
| * Fix phpdocRobin Appelman2014-01-271-1/+1
| * Allow passing a root folder to get the used space from in the quota wrapperRobin Appelman2014-01-271-1/+7
* | Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-141-0/+8
|\ \
| * | Added isLocal() method to storage, used for xsendfileVincent Petry2014-02-061-0/+8
| |/
* / polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+3
|/
* Fixed quota wrapper to not wrap failed fopen streamsVincent Petry2014-01-191-1/+1
* Added unit test for the test() methodVincent Petry2013-12-031-0/+8
* Fixed quota stream to not wrap read-only fopen callsVincent Petry2013-10-251-1/+1
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-302-0/+531