| Commit message (Expand) | Author | Age | Files | Lines |
* | Happy new year! | Thomas Müller | 2016-01-12 | 4 | -4/+4 |
* | Merge pull request #21139 from owncloud/makeswifturltypeconfigurable | Thomas Müller | 2016-01-08 | 1 | -2/+7 |
|\ |
|
| * | add isset for optional params | Jörn Friedrich Dreyer | 2016-01-04 | 1 | -2/+3 |
| * | make url type configurable | Jörn Friedrich Dreyer | 2015-12-11 | 1 | -1/+5 |
* | | Use TempManager instead of tmpFile | Morris Jobke | 2015-12-18 | 1 | -1/+1 |
* | | Use proper public API for OC_Helper::getFileNameMimeType | Morris Jobke | 2015-12-17 | 1 | -1/+1 |
|/ |
|
* | Remove last occurences of OC_Helper::getMimeType() | Morris Jobke | 2015-11-26 | 1 | -1/+1 |
* | fix objectstore files having create permissions | Robin Appelman | 2015-10-16 | 1 | -2/+2 |
* | make mkdir recursive, add phpdoc to api | Jörn Friedrich Dreyer | 2015-10-08 | 1 | -18/+21 |
* | 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-Fixer | 2015-05-19 | 1 | -1/+0 |
* | | 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 |
* | 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 |
* | 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 st... | Jörn Friedrich Dreyer | 2014-06-18 | 3 | -36/+56 |
* | 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 |
* | 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 / mo... | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -11/+0 |
* | fix checking unset array values, deduplicate code, remove file from cache if ... | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -39/+30 |
* | 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 |