summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage/common.php
Commit message (Expand)AuthorAgeFilesLines
* Adding basement for the direct download urlThomas Müller2014-12-281-0/+13
* Return ? if mtime is 0 or -1Robin McCorkell2014-12-121-1/+1
* Replace deprecated constant with new class constantJoas Schilling2014-11-251-5/+5
* strict comparisonJörn Friedrich Dreyer2014-10-081-2/+2
* fix amazon s3 issuesJörn Friedrich Dreyer2014-10-081-1/+1
* Fix mapping of relative pathsLukas Reschke2014-09-171-1/+1
* Also check if the file itself is updatableRobin Appelman2014-09-171-2/+2
* Check if the parent is writable to check if a file is deletableRobin Appelman2014-09-171-1/+5
* move to public namespaceMorris Jobke2014-08-191-1/+1
* Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesy...Stephan Peijnik2014-08-191-1/+1
* Close open file handles in files libraryMorris Jobke2014-08-131-0/+1
* update hasUpdated description, overwrtie testStat for objectstore testJörn Friedrich Dreyer2014-06-271-0/+5
* Fix storage being passed to cache/watcher and scanner when using storage wrap...Robin Appelman2014-06-141-8/+20
* - drop permissions table and related codeThomas Müller2014-06-051-7/+0
* Add $storage->instanceOfStorage to handle instanceof for storage wrappersRobin Appelman2014-05-291-2/+12
* Remove code duplicationRobin Appelman2014-05-281-20/+21
* remove unneeded checkRobin Appelman2014-05-281-2/+2
* use \OC\Files\Filesystem::isIgnoredDirRobin Appelman2014-05-281-1/+1
* fix recursive copy and rename for common storage backendRobin Appelman2014-05-281-9/+38
* Merge pull request #8674 from owncloud/watch-policyFrank Karlitschek2014-05-261-0/+2
|\
| * Add a config option fro setting the filesystem watcher policyRobin Appelman2014-05-231-0/+2
* | allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-221-0/+4
|/
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-2/+2
* Fix PHPdoc in lib/privateBart Visscher2014-04-151-0/+3
* 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
|/
* fix temporary file based common hashRobin Appelman2014-03-211-2/+1
* 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 branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-141-0/+9
|\
| * Added isLocal() method to storage, used for xsendfileVincent Petry2014-02-061-0/+9
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+10
|/
* Moved default isReadable/isUpdatable impl into Common classVincent Petry2013-11-221-0/+13
* Change default mimetype detection for storage backends to only use filenameRobin Appelman2013-11-201-20/+6
* Do not use -1 as the size for the root folder of the home storageRobin Appelman2013-11-121-5/+5
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+374