summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8222 from owncloud/type-hintingMorris Jobke2014-04-172-0/+6
|\
| * Fix PHPdoc in lib/privateBart Visscher2014-04-152-0/+6
* | Prevent error from cache update on deleted filesRobin McCorkell2014-04-131-1/+5
|/
* Merge pull request #7825 from owncloud/hash-streamVincent Petry2014-04-101-3/+5
|\
| * use binary safe readRobin Appelman2014-04-021-1/+1
| * Use streams when generating hashes of remote filesRobin Appelman2014-04-021-3/+5
* | Added missing fclose in file_get_contents and file_put_contentsVincent Petry2014-04-011-1/+4
* | Correctly read the full stream in file_get_contentsVincent Petry2014-04-011-5/+2
|/
* Merge pull request #7824 from owncloud/hash-parameter-orderThomas Müller2014-03-283-4/+3
|\
| * fix temporary file based common hashRobin Appelman2014-03-211-2/+1
| * Fix parameter order for Storage\Local::hashRobin Appelman2014-03-202-2/+2
* | Merge pull request #7325 from owncloud/recursive-mkdir-localThomas Müller2014-03-252-2/+2
|\ \
| * \ Merge branch 'master' into recursive-mkdir-localRobin Appelman2014-02-211-1/+7
| |\ \
| * | | Also make "regular" local storage's mkdir recursiveRobin Appelman2014-02-201-1/+1
| * | | Recursive mkdir fixes #7047Joshua Medeiros2014-02-201-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
* | | | 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