summaryrefslogtreecommitdiffstats
path: root/lib/private/files/objectstore
Commit message (Collapse)AuthorAgeFilesLines
* Use the new IteratorDirectory instead of the fakedir wrapperRobin Appelman2015-07-151-3/+2
|
* update license headers and authorsMorris Jobke2015-06-251-0/+1
|
* update noopscannerRobin Appelman2015-06-181-3/+3
|
* Merge pull request #16440 from owncloud/scrutinizer-patch-1Thomas Müller2015-05-191-1/+0
|\ | | | | Scrutinizer Auto-Fixes
| * Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-191-1/+0
| | | | | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* | Fix unexisting class and broken docJoas Schilling2015-05-191-1/+1
|/
* Update license headersJenkins for ownCloud2015-03-264-44/+57
|
* Update scanFile() and scanChildren() to the new signature of the parent classJoas Schilling2015-03-041-6/+7
|
* Revert "Updating license headers"Morris Jobke2015-02-264-52/+48
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-234-48/+52
|
* 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
|
* make skeleton compatible with objectstoreJörn Friedrich Dreyer2014-10-201-6/+0
| | | | suspend encryption proxy when copying skeleton
* Keep fileid on move in objectstore, fixes #10848Jörn Friedrich Dreyer2014-09-051-33/+5
|
* Stream downloads from Swift object stores without downloading it firstRobin Appelman2014-08-221-5/+4
|
* add a explicit interface for the home storageBjoern Schiessle2014-07-011-1/+1
|
* 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
|
* fix objectstore test executionJörn Friedrich Dreyer2014-06-261-1/+1
|
* delete object without downloading it firstJörn Friedrich Dreyer2014-06-251-2/+2
|
* Don't bother checking for external updates for objectstore storagesRobin Appelman2014-06-241-1/+11
|
* Only initialize the swift container when manipulating an objectRobin Appelman2014-06-241-12/+32
|
* Add support for rackspace swift backendsRobin Appelman2014-06-241-15/+6
|
* 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-202-136/+136
|
* fix rebase, use 'object::user:<username>' or 'object::store:<storageid> as ↵Jörn Friedrich Dreyer2014-06-183-36/+56
| | | | storage id, by default use container/bucket name for storageid, make storageid configurable, store user only for HomeObjectStoreStorage, change updateObject() to writeObject()
* change architecture from inheritance to compositionJörn Friedrich Dreyer2014-06-183-43/+62
|
* remove duplicate methodJörn Friedrich Dreyer2014-06-181-11/+0
|
* add autocreate config option for containers, implement autocreate and delete ↵Jörn Friedrich Dreyer2014-06-181-4/+28
| | | | of containers, use generated container names for tests
* fix unit test by always initializing the root of the storage in the constructorJörn Friedrich Dreyer2014-06-181-8/+12
|
* move creation of / and users 'files' from storage constructor to setupFS / ↵Jörn Friedrich Dreyer2014-06-181-11/+0
| | | | mount initialization
* fix checking unset array values, deduplicate code, remove file from cache if ↵Jörn Friedrich Dreyer2014-06-181-39/+30
| | | | it could not be stored in the objectstore
* minor code cleanupJörn Friedrich Dreyer2014-06-182-32/+14
|
* use exceptions to notify abstract parent class of problemsJörn Friedrich Dreyer2014-06-182-54/+118
|
* move swift and abstract code to coreJörn Friedrich Dreyer2014-06-183-0/+599