Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the new IteratorDirectory instead of the fakedir wrapper | Robin Appelman | 2015-07-15 | 1 | -3/+2 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
| | |||||
* | update noopscanner | Robin Appelman | 2015-06-18 | 1 | -3/+3 |
| | |||||
* | Merge pull request #16440 from owncloud/scrutinizer-patch-1 | Thomas Müller | 2015-05-19 | 1 | -1/+0 |
|\ | | | | | Scrutinizer Auto-Fixes | ||||
| * | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-05-19 | 1 | -1/+0 |
| | | | | | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | | Fix unexisting class and broken doc | Joas Schilling | 2015-05-19 | 1 | -1/+1 |
|/ | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 4 | -44/+57 |
| | |||||
* | Update scanFile() and scanChildren() to the new signature of the parent class | Joas Schilling | 2015-03-04 | 1 | -6/+7 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 4 | -52/+48 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 4 | -48/+52 |
| | |||||
* | Replace deprecated constant with new class constant | Joas Schilling | 2014-11-25 | 1 | -3/+3 |
| | |||||
* | throw exception in writeBack, the returned boolean is checked nowhere | Jörn Friedrich Dreyer | 2014-10-20 | 1 | -3/+2 |
| | |||||
* | make skeleton compatible with objectstore | Jörn Friedrich Dreyer | 2014-10-20 | 1 | -6/+0 |
| | | | | suspend encryption proxy when copying skeleton | ||||
* | Keep fileid on move in objectstore, fixes #10848 | Jörn Friedrich Dreyer | 2014-09-05 | 1 | -33/+5 |
| | |||||
* | Stream downloads from Swift object stores without downloading it first | Robin Appelman | 2014-08-22 | 1 | -5/+4 |
| | |||||
* | add a explicit interface for the home storage | Bjoern Schiessle | 2014-07-01 | 1 | -1/+1 |
| | |||||
* | always regenerate etag when writing back file to objectstore | Jörn Friedrich Dreyer | 2014-06-27 | 1 | -1/+1 |
| | |||||
* | use normalize path to convert '.' to '' in objectstorestorage | Jörn Friedrich Dreyer | 2014-06-27 | 1 | -9/+11 |
| | |||||
* | update hasUpdated description, overwrtie testStat for objectstore test | Jörn Friedrich Dreyer | 2014-06-27 | 1 | -2/+2 |
| | |||||
* | fix objectstore test execution | Jörn Friedrich Dreyer | 2014-06-26 | 1 | -1/+1 |
| | |||||
* | delete object without downloading it first | Jörn Friedrich Dreyer | 2014-06-25 | 1 | -2/+2 |
| | |||||
* | Don't bother checking for external updates for objectstore storages | Robin Appelman | 2014-06-24 | 1 | -1/+11 |
| | |||||
* | Only initialize the swift container when manipulating an object | Robin Appelman | 2014-06-24 | 1 | -12/+32 |
| | |||||
* | Add support for rackspace swift backends | Robin Appelman | 2014-06-24 | 1 | -15/+6 |
| | |||||
* | use common storage test | Jörn Friedrich Dreyer | 2014-06-23 | 1 | -26/+35 |
| | |||||
* | use 'object' as the fakedir stream name | Jörn Friedrich Dreyer | 2014-06-23 | 1 | -2/+2 |
| | |||||
* | move to stream based IObjectStore interface, rearrange & reformat code | Jörn Friedrich Dreyer | 2014-06-20 | 2 | -136/+136 |
| | |||||
* | fix rebase, use 'object::user:<username>' or 'object::store:<storageid> as ↵ | Jörn Friedrich Dreyer | 2014-06-18 | 3 | -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 composition | Jörn Friedrich Dreyer | 2014-06-18 | 3 | -43/+62 |
| | |||||
* | remove duplicate method | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -11/+0 |
| | |||||
* | add autocreate config option for containers, implement autocreate and delete ↵ | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -4/+28 |
| | | | | of containers, use generated container names for tests | ||||
* | fix unit test by always initializing the root of the storage in the constructor | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -8/+12 |
| | |||||
* | move creation of / and users 'files' from storage constructor to setupFS / ↵ | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -11/+0 |
| | | | | mount initialization | ||||
* | fix checking unset array values, deduplicate code, remove file from cache if ↵ | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -39/+30 |
| | | | | it could not be stored in the objectstore | ||||
* | minor code cleanup | Jörn Friedrich Dreyer | 2014-06-18 | 2 | -32/+14 |
| | |||||
* | use exceptions to notify abstract parent class of problems | Jörn Friedrich Dreyer | 2014-06-18 | 2 | -54/+118 |
| | |||||
* | move swift and abstract code to core | Jörn Friedrich Dreyer | 2014-06-18 | 3 | -0/+599 |