summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7624 from owncloud/enc-encryptedusedspacefixVincent Petry2014-03-101-0/+5
|\
| * Return unencrypted_size of folder when queriedVincent Petry2014-03-071-0/+5
* | Add caching for getLocalFile on remote storagesRobin Appelman2014-03-041-2/+22
|/
* Removed unused deleteAll method on Common storage classVincent Petry2014-02-241-37/+0
* 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
* | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-192-0/+9
* | Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-143-0/+24
|\ \
| * | Added isLocal() method to storage, used for xsendfileVincent Petry2014-02-063-0/+24
| |/
* / polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-065-0/+39
|/
* Fixed quota wrapper to not wrap failed fopen streamsVincent Petry2014-01-191-1/+1
* Return SPACE_UNKNOWN if disk_free_space is disabled when getting the free spa...Robin Appelman2014-01-021-1/+1
* Added unit test for the test() methodVincent Petry2013-12-031-0/+8
* Moved default isReadable/isUpdatable impl into Common classVincent Petry2013-11-221-0/+13
* Now using the "Home" storage detection approach for quotaVincent Petry2013-11-211-0/+17
* Change default mimetype detection for storage backends to only use filenameRobin Appelman2013-11-204-37/+7
* Now using HomeStorage for legacy home storage idsVincent Petry2013-11-121-1/+13
* Do not use -1 as the size for the root folder of the home storageRobin Appelman2013-11-122-5/+12
* WIN: fixing Fatal error: Call to a member function logicToPhysical() on a non...Thomas Mueller2013-11-021-4/+3
* add specialized storage backend for home foldersRobin Appelman2013-10-291-0/+31
* Fixed quota stream to not wrap read-only fopen callsVincent Petry2013-10-251-1/+1
* php 5.3 compatibility for \OC\Files\StorageThomas Müller2013-10-081-279/+0
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-309-0/+2068