summaryrefslogtreecommitdiffstats
path: root/lib/private/files/objectstore/objectstorestorage.php
Commit message (Expand)AuthorAgeFilesLines
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-407/+0
* add missing varJörn Friedrich Dreyer2016-03-241-0/+4
* fix object store storageRobin Appelman2016-01-141-1/+7
* Happy new year!Thomas Müller2016-01-121-1/+1
* Use TempManager instead of tmpFileMorris Jobke2015-12-181-1/+1
* Use proper public API for OC_Helper::getFileNameMimeTypeMorris Jobke2015-12-171-1/+1
* Remove last occurences of OC_Helper::getMimeType()Morris Jobke2015-11-261-1/+1
* fix objectstore files having create permissionsRobin Appelman2015-10-161-2/+2
* make mkdir recursive, add phpdoc to apiJörn Friedrich Dreyer2015-10-081-18/+21
* Use the new IteratorDirectory instead of the fakedir wrapperRobin Appelman2015-07-151-3/+2
* Merge pull request #16440 from owncloud/scrutinizer-patch-1Thomas Müller2015-05-191-1/+0
|\
| * Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-191-1/+0
* | Fix unexisting class and broken docJoas Schilling2015-05-191-1/+1
|/
* Update license headersJenkins for ownCloud2015-03-261-11/+15
* Revert "Updating license headers"Morris Jobke2015-02-261-14/+12
* Updating license headersJenkins for ownCloud2015-02-231-12/+14
* Replace deprecated constant with new class constantJoas Schilling2014-11-251-3/+3
* throw exception in writeBack, the returned boolean is checked nowhereJörn Friedrich Dreyer2014-10-201-3/+2
* Keep fileid on move in objectstore, fixes #10848Jörn Friedrich Dreyer2014-09-051-33/+5
* always regenerate etag when writing back file to objectstoreJörn Friedrich Dreyer2014-06-271-1/+1
* use normalize path to convert '.' to '' in objectstorestorageJörn Friedrich Dreyer2014-06-271-9/+11
* update hasUpdated description, overwrtie testStat for objectstore testJörn Friedrich Dreyer2014-06-271-2/+2
* Don't bother checking for external updates for objectstore storagesRobin Appelman2014-06-241-1/+11
* use common storage testJörn Friedrich Dreyer2014-06-231-26/+35
* use 'object' as the fakedir stream nameJörn Friedrich Dreyer2014-06-231-2/+2
* move to stream based IObjectStore interface, rearrange & reformat codeJörn Friedrich Dreyer2014-06-201-114/+111
* fix rebase, use 'object::user:<username>' or 'object::store:<storageid> as st...Jörn Friedrich Dreyer2014-06-181-35/+15
* change architecture from inheritance to compositionJörn Friedrich Dreyer2014-06-181-0/+423