aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9266 from owncloud/fix_objectstore_etag_updateThomas Müller2014-06-291-1/+1
|\
| * always regenerate etag when writing back file to objectstoreJörn Friedrich Dreyer2014-06-271-1/+1
* | Merge pull request #9263 from owncloud/remote-share-updateicewind19912014-06-271-15/+54
|\ \ | |/ |/|
| * Fix parsing of webdav permissionsRobin Appelman2014-06-271-1/+2
| * Also check for updated permissions for webdav storagesRobin Appelman2014-06-271-17/+36
| * Use the etag to check for updates in webdav storages where availableRobin Appelman2014-06-271-0/+19
* | Merge pull request #8383 from owncloud/object_storageVincent Petry2014-06-277-5/+751
|\ \ | |/ |/|
| * use normalize path to convert '.' to '' in objectstorestorageJörn Friedrich Dreyer2014-06-271-9/+11
| * update hasUpdated description, overwrtie testStat for objectstore testJörn Friedrich Dreyer2014-06-272-2/+7
| * fix objectstore test executionJörn Friedrich Dreyer2014-06-261-1/+1
| * 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
| * Add support for rackspace swift backendsRobin Appelman2014-06-241-15/+6
| * use common storage testJörn Friedrich Dreyer2014-06-231-26/+35
| * 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-202-136/+136
| * fix rebase, use 'object::user:<username>' or 'object::store:<storageid> as st...Jörn Friedrich Dreyer2014-06-183-36/+56
| * change architecture from inheritance to compositionJörn Friedrich Dreyer2014-06-184-60/+83
| * 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-181-4/+28
| * only use one config option 'objectstore' for root and home storage configurationJörn Friedrich Dreyer2014-06-181-2/+2
| * fix unit test by always initializing the root of the storage in the constructorJörn Friedrich Dreyer2014-06-181-8/+12
| * move creation of / and users 'files' from storage constructor to setupFS / mo...Jörn Friedrich Dreyer2014-06-182-11/+8
| * 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
| * move swift and abstract code to coreJörn Friedrich Dreyer2014-06-183-0/+599
| * allow configuring objectstore as home and root storageJörn Friedrich Dreyer2014-06-181-4/+13
* | fix autoloaderThomas Müller2014-06-271-0/+0
* | Move \OC\Files\Storage\DAV to core in order to reduce inter-app dependenciesThomas Müller2014-06-271-0/+453
* | Merge pull request #9206 from owncloud/occ-scan-userVincent Petry2014-06-261-1/+10
|\ \
| * | Prevent running the files:scan command as the wrong userRobin Appelman2014-06-251-1/+10
| |/
* | really always take root of the substorageRobin Appelman2014-06-251-1/+1
* | always take root of the substorageBjoern Schiessle2014-06-241-1/+1
* | only the mount point has delete and update permissions to enable rename opera...Bjoern Schiessle2014-06-241-1/+1
* | make sure that we always return the correct permissionsBjoern Schiessle2014-06-241-2/+2
|/
* Also support removeable mounts with rmdirRobin Appelman2014-06-161-19/+28
* Fix permission for movable storage rootRobin Appelman2014-06-161-5/+8
* Fix storage being passed to cache/watcher and scanner when using storage wrap...Robin Appelman2014-06-144-19/+51
* Add server<->server sharing backendRobin Appelman2014-06-141-5/+5
* Merge pull request #8968 from owncloud/scanner-parent-repairVincent Petry2014-06-121-37/+40
|\
| * remove unused argumentRobin Appelman2014-06-101-3/+2
| * add some commentsRobin Appelman2014-06-101-0/+2
| * Repair broken parent link in the scannerRobin Appelman2014-06-101-34/+36
* | Merge pull request #8901 from owncloud/permissions-update-cacheVincent Petry2014-06-111-12/+12
|\ \
| * | Save the permissions in the filecache if it's not saved yetRobin Appelman2014-06-091-12/+12
| |/
* / call self::getNumericStorageId() to get the numeric IDBjoern Schiessle2014-06-101-1/+1
|/