Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #9266 from owncloud/fix_objectstore_etag_update | Thomas Müller | 2014-06-29 | 1 | -1/+1 |
|\ | | | | | always regenerate etag when writing back file to objectstore | ||||
| * | always regenerate etag when writing back file to objectstore | Jörn Friedrich Dreyer | 2014-06-27 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-29 | 1 | -0/+1 |
| | | |||||
* | | more strings to translate in utils also some fixes in defaults | Volkan Gezer | 2014-06-28 | 3 | -60/+72 |
| | | |||||
* | | Merge pull request #9263 from owncloud/remote-share-update | icewind1991 | 2014-06-27 | 1 | -15/+54 |
|\ \ | |/ |/| | Better detecting of remote changes for external shares | ||||
| * | Fix parsing of webdav permissions | Robin Appelman | 2014-06-27 | 1 | -1/+2 |
| | | |||||
| * | Also check for updated permissions for webdav storages | Robin Appelman | 2014-06-27 | 1 | -17/+36 |
| | | |||||
| * | Use the etag to check for updates in webdav storages where available | Robin Appelman | 2014-06-27 | 1 | -0/+19 |
| | | |||||
* | | Merge pull request #8383 from owncloud/object_storage | Vincent Petry | 2014-06-27 | 9 | -22/+849 |
|\ \ | |/ |/| | Object storage | ||||
| * | 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 | 2 | -2/+7 |
| | | |||||
| * | 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 | 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 | 6 | -62/+123 |
| | | |||||
| * | 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 | ||||
| * | 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 | 2 | -19/+14 |
| | | |||||
| * | move creation of / and users 'files' from storage constructor to setupFS / ↵ | Jörn Friedrich Dreyer | 2014-06-18 | 3 | -13/+19 |
| | | | | | | | | 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 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 |
| | | |||||
* | | Merge pull request #9247 from owncloud/move-webdav-class-to-core-master | Thomas Müller | 2014-06-27 | 1 | -0/+453 |
|\ \ | | | | | | | Move webdav class to core master | ||||
| * | | fix autoloader | Thomas Müller | 2014-06-27 | 1 | -0/+0 |
| | | | |||||
| * | | Move \OC\Files\Storage\DAV to core in order to reduce inter-app dependencies | Thomas Müller | 2014-06-27 | 1 | -0/+453 |
| | | | |||||
* | | | Merge pull request #9215 from owncloud/officemimetypesupdatefix | Vincent Petry | 2014-06-27 | 2 | -2/+130 |
|\ \ \ | |/ / |/| | | Office mime types update fix | ||||
| * | | Fixed mime type repair step | Vincent Petry | 2014-06-26 | 1 | -29/+67 |
| | | | |||||
| * | | Moved office mimetype update to a repair step | Vincent Petry | 2014-06-25 | 2 | -2/+92 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-27 | 2 | -1/+17 |
| | | | |||||
* | | | Fix check if class exists | Robin Appelman | 2014-06-27 | 1 | -1/+1 |
| | | | |||||
* | | | Check if classes/method exists before trying to call them in background jobs | Robin Appelman | 2014-06-26 | 3 | -2/+10 |
| | | | |||||
* | | | Merge pull request #9230 from owncloud/fix-repair-step-php-53 | Thomas Müller | 2014-06-26 | 1 | -1/+10 |
|\ \ \ | | | | | | | | | Redeclared as public to allow invocation from within the closure in php ... | ||||
| * | | | Redeclared as public to allow invocation from within the closure in php 5.3 | Thomas Müller | 2014-06-26 | 1 | -1/+10 |
| | | | | |||||
* | | | | Merge pull request #9206 from owncloud/occ-scan-user | Vincent Petry | 2014-06-26 | 1 | -1/+10 |
|\ \ \ \ | | | | | | | | | | | Prevent running the files:scan command as the wrong user | ||||
| * | | | | Prevent running the files:scan command as the wrong user | Robin Appelman | 2014-06-25 | 1 | -1/+10 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #9210 from owncloud/better_validation_in_getAppPath | Vincent Petry | 2014-06-26 | 1 | -0/+4 |
|\ \ \ \ | |_|/ / |/| | | | better validation for OC_App::getAppPath() | ||||
| * | | | better validation for OC_App::getAppPath() | Georg Ehrke | 2014-06-25 | 1 | -0/+4 |
| | | | |