summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage
Commit message (Expand)AuthorAgeFilesLines
* Added isLocal() method to storage, used for xsendfileVincent Petry2014-02-063-0/+24
* 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