summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-1814-1/+39
* Merge pull request #9047 from owncloud/fix_preload_fundamental_appsLukas Reschke2014-06-181-0/+2
|\
| * Load fundamental apps, before any possible customizing app may followArthur Schiwon2014-06-161-0/+2
* | Merge pull request #8399 from owncloud/server-server-sharingicewind19912014-06-1711-61/+115
|\ \
| * | Fix moving movablemount over webdavRobin Appelman2014-06-171-7/+16
| * | 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
| * | Fix check for shared files inside sharesRobin Appelman2014-06-141-3/+3
| * | Fix exposing single files over webdavRobin Appelman2014-06-141-1/+1
| * | Add server<->server sharing backendRobin Appelman2014-06-145-9/+10
* | | Merge pull request #9065 from owncloud/migrator-keepprimaryindexnameVincent Petry2014-06-171-1/+7
|\ \ \
| * | | Do not rename primary key index when renaming tableVincent Petry2014-06-171-1/+7
| | |/ | |/|
* | | We obviously have to pass the hostname as is when there is no ':' in the host...Andreas Fischer2014-06-171-1/+1
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-1738-148/+116
* | | Add deprecation notice to load* functionsLukas Reschke2014-06-161-2/+6
* | | add new keynote mimetypeJörn Friedrich Dreyer2014-06-161-0/+1
* | | Merge pull request #8808 from owncloud/update_shipped_apps_from_appstoreGeorg Ehrke2014-06-163-197/+410
|\ \ \ | |/ / |/| |
| * | disable code check for shipped appsGeorg Ehrke2014-06-161-1/+1
| * | don't skip code check for skipped appsGeorg Ehrke2014-06-131-1/+1
| * | skip certain tests for shipped appsGeorg Ehrke2014-06-131-6/+10
| * | don't show update button when appstore is disabled or no writable dir existsGeorg Ehrke2014-06-101-0/+15
| * | fix php doc blockGeorg Ehrke2014-06-101-0/+2
| * | always return a bool in OC_App::updateAppGeorg Ehrke2014-06-101-1/+1
| * | fix php doc blockGeorg Ehrke2014-06-101-3/+1
| * | remove unnecessary @returnGeorg Ehrke2014-06-101-1/+0
| * | some additional type checksGeorg Ehrke2014-06-062-3/+3
| * | add additional type checkGeorg Ehrke2014-06-061-1/+1
| * | Merge branch 'master' into update_shipped_apps_from_appstoreGeorg Ehrke2014-06-05117-1213/+1518
| |\ \
| * | | reenable checkCode()Thomas Müller2014-06-051-1/+0
| * | | add unit testGeorg Ehrke2014-06-041-16/+25