aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow adding object stores with the files_external mount configRobin Appelman2014-06-241-0/+4
* Add support for rackspace swift backendsRobin Appelman2014-06-241-15/+6
* add disclaimer to objectstore example configJörn Friedrich Dreyer2014-06-231-1/+5
* use common storage testJörn Friedrich Dreyer2014-06-232-223/+42
* 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-203-144/+140
* fix rebase, use 'object::user:<username>' or 'object::store:<storageid> as st...Jörn Friedrich Dreyer2014-06-184-38/+63
* change architecture from inheritance to compositionJörn Friedrich Dreyer2014-06-187-64/+130
* 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-183-6/+35
* add 'objectstore' configuration exampleJörn Friedrich Dreyer2014-06-181-0/+23
* only use one config option 'objectstore' for root and home storage configurationJörn Friedrich Dreyer2014-06-182-8/+8
* fix unit test by always initializing the root of the storage in the constructorJörn Friedrich Dreyer2014-06-183-20/+14
* add initial swift test with trystackJörn Friedrich Dreyer2014-06-181-0/+265
* move creation of / and users 'files' from storage constructor to setupFS / mo...Jörn Friedrich Dreyer2014-06-183-13/+19
* update 3rdpartyJörn Friedrich Dreyer2014-06-181-0/+0
* fix checking unset array values, deduplicate code, remove file from cache if ...Jörn Friedrich Dreyer2014-06-181-39/+30
* 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
* when root storage cannot be mounted throw an exception visible to the end userJörn Friedrich Dreyer2014-06-181-1/+6
* fix fallback config for default home storageJörn Friedrich Dreyer2014-06-181-4/+6
* require updated 3rdparty with rackspace libsJörn Friedrich Dreyer2014-06-181-0/+0
* move swift and abstract code to coreJörn Friedrich Dreyer2014-06-183-0/+599
* change 'object_storage' config param to 'root_storage'Jörn Friedrich Dreyer2014-06-181-10/+15
* make objectstore setup more robust, don't pass user to object store mounted a...Jörn Friedrich Dreyer2014-06-181-5/+7
* allow configuring objectstore as home and root storageJörn Friedrich Dreyer2014-06-182-11/+55
* fix rename of encryption keysBjoern Schiessle2014-06-182-8/+9
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-18200-1697/+6854
* Merge pull request #9047 from owncloud/fix_preload_fundamental_appsLukas Reschke2014-06-181-0/+2
|\
| * Load fundamental apps, before any possible customizing app may followArthur Schiwon2014-06-161-0/+2
* | Merge pull request #8399 from owncloud/server-server-sharingicewind19912014-06-1745-106/+1222
|\ \
| * | Fix moving movablemount over webdavRobin Appelman2014-06-175-11/+24
| * | organize js a bit betterRobin Appelman2014-06-172-47/+69
| * | Better error handeling in testremoteRobin Appelman2014-06-171-3/+7
| * | testremote is for public accessRobin Appelman2014-06-171-1/+0
| * | fix broken buttons for IE8-11Morris Jobke2014-06-171-0/+1
| * | fixing layout issue - mostly alignmentMorris Jobke2014-06-171-0/+20
| * | Also support removeable mounts with rmdirRobin Appelman2014-06-161-19/+28
| * | Fix permission for movable storage rootRobin Appelman2014-06-161-5/+8
| * | Prevent warningRobin Appelman2014-06-161-1/+1
| * | Fix setupFromToken when a password is setRobin Appelman2014-06-161-1/+1
| * | Fix multiple users having the same external share mountpointRobin Appelman2014-06-163-5/+11
| * | Make testremote more robustRobin Appelman2014-06-161-3/+8
| * | Add route which went missing during rebaseRobin Appelman2014-06-161-0/+1
| * | Add some safety checksRobin Appelman2014-06-163-4/+7
| * | Always send a POST bodyRobin Appelman2014-06-141-4/+2
| * | Fix permissions functions for webdav external storagesRobin Appelman2014-06-141-2/+22