Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add disclaimer to objectstore example config | Jörn Friedrich Dreyer | 2014-06-23 | 1 | -1/+5 |
| | |||||
* | use common storage test | Jörn Friedrich Dreyer | 2014-06-23 | 2 | -223/+42 |
| | |||||
* | 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 | 3 | -144/+140 |
| | |||||
* | fix rebase, use 'object::user:<username>' or 'object::store:<storageid> as ↵ | Jörn Friedrich Dreyer | 2014-06-18 | 4 | -38/+63 |
| | | | | 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 | 7 | -64/+130 |
| | |||||
* | 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 | 3 | -6/+35 |
| | | | | of containers, use generated container names for tests | ||||
* | add 'objectstore' configuration example | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -0/+23 |
| | |||||
* | only use one config option 'objectstore' for root and home storage configuration | Jörn Friedrich Dreyer | 2014-06-18 | 2 | -8/+8 |
| | |||||
* | fix unit test by always initializing the root of the storage in the constructor | Jörn Friedrich Dreyer | 2014-06-18 | 3 | -20/+14 |
| | |||||
* | add initial swift test with trystack | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -0/+265 |
| | |||||
* | move creation of / and users 'files' from storage constructor to setupFS / ↵ | Jörn Friedrich Dreyer | 2014-06-18 | 3 | -13/+19 |
| | | | | mount initialization | ||||
* | update 3rdparty | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -0/+0 |
| | |||||
* | 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 |
| | |||||
* | when root storage cannot be mounted throw an exception visible to the end user | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -1/+6 |
| | |||||
* | fix fallback config for default home storage | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -4/+6 |
| | |||||
* | require updated 3rdparty with rackspace libs | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -0/+0 |
| | |||||
* | move swift and abstract code to core | Jörn Friedrich Dreyer | 2014-06-18 | 3 | -0/+599 |
| | |||||
* | change 'object_storage' config param to 'root_storage' | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -10/+15 |
| | | | | copy skeleton only for local filesystems | ||||
* | make objectstore setup more robust, don't pass user to object store mounted ↵ | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -5/+7 |
| | | | | as root | ||||
* | allow configuring objectstore as home and root storage | Jörn Friedrich Dreyer | 2014-06-18 | 2 | -11/+55 |
| | |||||
* | fix rename of encryption keys | Bjoern Schiessle | 2014-06-18 | 2 | -8/+9 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-18 | 200 | -1697/+6854 |
| | |||||
* | Merge pull request #9047 from owncloud/fix_preload_fundamental_apps | Lukas Reschke | 2014-06-18 | 1 | -0/+2 |
|\ | | | | | Load fundamental apps, before any possible customizing app may follow | ||||
| * | Load fundamental apps, before any possible customizing app may follow | Arthur Schiwon | 2014-06-16 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #8399 from owncloud/server-server-sharing | icewind1991 | 2014-06-17 | 45 | -106/+1222 |
|\ \ | | | | | | | Add server<->server sharing | ||||
| * | | Fix moving movablemount over webdav | Robin Appelman | 2014-06-17 | 5 | -11/+24 |
| | | | |||||
| * | | organize js a bit better | Robin Appelman | 2014-06-17 | 2 | -47/+69 |
| | | | |||||
| * | | Better error handeling in testremote | Robin Appelman | 2014-06-17 | 1 | -3/+7 |
| | | | |||||
| * | | testremote is for public access | Robin Appelman | 2014-06-17 | 1 | -1/+0 |
| | | | |||||
| * | | fix broken buttons for IE8-11 | Morris Jobke | 2014-06-17 | 1 | -0/+1 |
| | | | |||||
| * | | fixing layout issue - mostly alignment | Morris Jobke | 2014-06-17 | 1 | -0/+20 |
| | | | |||||
| * | | Also support removeable mounts with rmdir | Robin Appelman | 2014-06-16 | 1 | -19/+28 |
| | | | |||||
| * | | Fix permission for movable storage root | Robin Appelman | 2014-06-16 | 1 | -5/+8 |
| | | | |||||
| * | | Prevent warning | Robin Appelman | 2014-06-16 | 1 | -1/+1 |
| | | | |||||
| * | | Fix setupFromToken when a password is set | Robin Appelman | 2014-06-16 | 1 | -1/+1 |
| | | | |||||
| * | | Fix multiple users having the same external share mountpoint | Robin Appelman | 2014-06-16 | 3 | -5/+11 |
| | | | |||||
| * | | Make testremote more robust | Robin Appelman | 2014-06-16 | 1 | -3/+8 |
| | | | |||||
| * | | Add route which went missing during rebase | Robin Appelman | 2014-06-16 | 1 | -0/+1 |
| | | | |||||
| * | | Add some safety checks | Robin Appelman | 2014-06-16 | 3 | -4/+7 |
| | | | |||||
| * | | Always send a POST body | Robin Appelman | 2014-06-14 | 1 | -4/+2 |
| | | | |||||
| * | | Fix permissions functions for webdav external storages | Robin Appelman | 2014-06-14 | 1 | -2/+22 |
| | | | |||||
| * | | Fix public share webdav permissions | Robin Appelman | 2014-06-14 | 2 | -2/+2 |
| | | | |||||
| * | | fix modified date for external shares | Robin Appelman | 2014-06-14 | 1 | -0/+2 |
| | | | |||||
| * | | Fix undefined index error | Robin Appelman | 2014-06-14 | 1 | -6/+0 |
| | | | |||||
| * | | block server-to-server share if files_external is not activates, can be ↵ | Bjoern Schiessle | 2014-06-14 | 2 | -1/+10 |
| | | | | | | | | | | | | reverted once we moved to the webdav implementation in core | ||||
| * | | add settings to disable server to server sharing | Bjoern Schiessle | 2014-06-14 | 8 | -5/+82 |
| | | |