| Commit message (Expand) | 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 | Jörn Friedrich Dreyer | 2014-06-27 | 1 | -1/+1 |
* | | Merge pull request #9263 from owncloud/remote-share-update | icewind1991 | 2014-06-27 | 1 | -15/+54 |
|\ \
| |/
|/| |
|
| * | 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 | 7 | -5/+751 |
|\ \
| |/
|/| |
|
| * | 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 | 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 | 4 | -60/+83 |
| * | 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 |
| * | only use one config option 'objectstore' for root and home storage configuration | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -2/+2 |
| * | 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 | 2 | -11/+8 |
| * | 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 |
| * | 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 |
| * | allow configuring objectstore as home and root storage | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -4/+13 |
* | | 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 #9206 from owncloud/occ-scan-user | Vincent Petry | 2014-06-26 | 1 | -1/+10 |
|\ \ |
|
| * | | Prevent running the files:scan command as the wrong user | Robin Appelman | 2014-06-25 | 1 | -1/+10 |
| |/ |
|
* | | really always take root of the substorage | Robin Appelman | 2014-06-25 | 1 | -1/+1 |
* | | always take root of the substorage | Bjoern Schiessle | 2014-06-24 | 1 | -1/+1 |
* | | only the mount point has delete and update permissions to enable rename opera... | Bjoern Schiessle | 2014-06-24 | 1 | -1/+1 |
* | | make sure that we always return the correct permissions | Bjoern Schiessle | 2014-06-24 | 1 | -2/+2 |
|/ |
|
* | 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 |
* | Fix storage being passed to cache/watcher and scanner when using storage wrap... | Robin Appelman | 2014-06-14 | 4 | -19/+51 |
* | Add server<->server sharing backend | Robin Appelman | 2014-06-14 | 1 | -5/+5 |
* | Merge pull request #8968 from owncloud/scanner-parent-repair | Vincent Petry | 2014-06-12 | 1 | -37/+40 |
|\ |
|
| * | remove unused argument | Robin Appelman | 2014-06-10 | 1 | -3/+2 |
| * | add some comments | Robin Appelman | 2014-06-10 | 1 | -0/+2 |
| * | Repair broken parent link in the scanner | Robin Appelman | 2014-06-10 | 1 | -34/+36 |
* | | Merge pull request #8901 from owncloud/permissions-update-cache | Vincent Petry | 2014-06-11 | 1 | -12/+12 |
|\ \ |
|
| * | | Save the permissions in the filecache if it's not saved yet | Robin Appelman | 2014-06-09 | 1 | -12/+12 |
| |/ |
|
* / | call self::getNumericStorageId() to get the numeric ID | Bjoern Schiessle | 2014-06-10 | 1 | -1/+1 |
|/ |
|