Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-16throw exception in writeBack, the returned boolean is checked nowhereJörn Friedrich Dreyer
2014-10-16make skeleton compatible with objectstoreJörn Friedrich Dreyer
2014-09-09Keep fileid on move in objectstore, fixes #10848Jörn Friedrich Dreyer
2014-08-25Stream downloads from Swift object stores without downloading it firstRobin Appelman
2014-07-01add a explicit interface for the home storageBjoern Schiessle
2014-06-27always regenerate etag when writing back file to objectstoreJörn Friedrich Dreyer
2014-06-27use normalize path to convert '.' to '' in objectstorestorageJörn Friedrich Dreyer
2014-06-27update hasUpdated description, overwrtie testStat for objectstore testJörn Friedrich Dreyer
2014-06-26fix objectstore test executionJörn Friedrich Dreyer
2014-06-25delete object without downloading it firstJörn Friedrich Dreyer
2014-06-24Don't bother checking for external updates for objectstore storagesRobin Appelman
2014-06-24Only initialize the swift container when manipulating an objectRobin Appelman
2014-06-24Add support for rackspace swift backendsRobin Appelman
2014-06-23use common storage testJörn Friedrich Dreyer
2014-06-23use 'object' as the fakedir stream nameJörn Friedrich Dreyer
2014-06-20move to stream based IObjectStore interface, rearrange & reformat codeJörn Friedrich Dreyer
2014-06-18fix rebase, use 'object::user:<username>' or 'object::store:<storageid> as st...Jörn Friedrich Dreyer
2014-06-18change architecture from inheritance to compositionJörn Friedrich Dreyer
2014-06-18remove duplicate methodJörn Friedrich Dreyer
2014-06-18add autocreate config option for containers, implement autocreate and delete ...Jörn Friedrich Dreyer
2014-06-18fix unit test by always initializing the root of the storage in the constructorJörn Friedrich Dreyer
2014-06-18move creation of / and users 'files' from storage constructor to setupFS / mo...Jörn Friedrich Dreyer
2014-06-18fix checking unset array values, deduplicate code, remove file from cache if ...Jörn Friedrich Dreyer
2014-06-18minor code cleanupJörn Friedrich Dreyer
2014-06-18use exceptions to notify abstract parent class of problemsJörn Friedrich Dreyer
2014-06-18move swift and abstract code to coreJörn Friedrich Dreyer