summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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-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-186-62/+123
| * | 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-182-8/+8
| * | fix unit test by always initializing the root of the storage in the constructorJörn Friedrich Dreyer2014-06-182-19/+14
| * | move creation of / and users 'files' from storage constructor to setupFS / mo...Jörn Friedrich Dreyer2014-06-183-13/+19
| * | 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
| * | 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
* | | Merge pull request #9247 from owncloud/move-webdav-class-to-core-masterThomas Müller2014-06-271-0/+453
|\ \ \
| * | | 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 #9215 from owncloud/officemimetypesupdatefixVincent Petry2014-06-272-2/+130
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed mime type repair stepVincent Petry2014-06-261-29/+67
| * | | Moved office mimetype update to a repair stepVincent Petry2014-06-252-2/+92
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-272-1/+17
* | | | Fix check if class existsRobin Appelman2014-06-271-1/+1
* | | | Check if classes/method exists before trying to call them in background jobsRobin Appelman2014-06-263-2/+10
* | | | Merge pull request #9230 from owncloud/fix-repair-step-php-53Thomas Müller2014-06-261-1/+10
|\ \ \ \
| * | | | Redeclared as public to allow invocation from within the closure in php 5.3Thomas Müller2014-06-261-1/+10
* | | | | 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
| | |/ / / | |/| | |
* | | | | Merge pull request #9210 from owncloud/better_validation_in_getAppPathVincent Petry2014-06-261-0/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | better validation for OC_App::getAppPath()Georg Ehrke2014-06-251-0/+4
* | | | | Merge pull request #9193 from owncloud/sharing_etag_propagationBjörn Schießle2014-06-262-12/+70
|\ \ \ \ \
| * | | | | make sure that during share and unshare the etags get propagated correctlyBjoern Schiessle2014-06-252-12/+70
| | |/ / / | |/| | |
* | | | | Merge pull request #9194 from owncloud/revertloadappsVicDeo2014-06-251-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Bring back loadApps() in base.phpVincent Petry2014-06-241-0/+1
| |/ / /
* | | | Merge pull request #9123 from owncloud/webdav-move-permissionsicewind19912014-06-251-4/+1
|\ \ \ \
| * | | | Fix permissions check when moving a file to a different directory over webdavRobin Appelman2014-06-201-4/+1
* | | | | 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
| |/ / / |/| | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-242-0/+2
* | | | Merge pull request #9158 from owncloud/no-recursion-on-rmdirr-masterThomas Müller2014-06-231-6/+11
|\ \ \ \
| * | | | update PHPDoc $fileInfo is a SplFileInfoThomas Müller2014-06-231-1/+1
| * | | | dir itself has to be removed as wellThomas Müller2014-06-231-0/+1