aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove stray tab characters.Normal Ra2014-08-131-1/+1
|
* APK mimetype icon to be a generic package icon.Normal Ra2014-08-121-0/+1
|
* Add APK mimetype repair scenario.Normal Ra2014-08-121-0/+42
|
* Add .apk mimetype.Normal Ra2014-06-281-0/+1
|
* Merge pull request #9264 from owncloud/share-linkshareusefilesourceBjörn Schießle2014-06-272-2/+148
|\ | | | | Use file_source to find matching share for nested link shares
| * Unit tests for share dropdown with nested link shareVincent Petry2014-06-272-1/+147
| |
| * Use file_source to find matching share for nested link sharesVincent Petry2014-06-271-1/+1
| |
* | normalize path before comparison to make sure that we always find the mount ↵Bjoern Schiessle2014-06-271-1/+2
| | | | | | | | point
* | Merge pull request #9263 from owncloud/remote-share-updateicewind19912014-06-272-15/+73
|\ \ | | | | | | Better detecting of remote changes for external shares
| * | Improve commentRobin Appelman2014-06-271-1/+2
| | |
| * | Fix parsing of webdav permissionsRobin Appelman2014-06-271-1/+2
| | |
| * | Also check for updated permissions for webdav storagesRobin Appelman2014-06-272-17/+54
| | |
| * | Use the etag to check for updates in webdav storages where availableRobin Appelman2014-06-271-0/+19
| | |
* | | Merge pull request #9260 from owncloud/fileactions-lateregisterinpublicpageVincent Petry2014-06-272-1/+4
|\ \ \ | | | | | | | | Allow late registration of file actions in public page
| * | | Remove missed console.log in file listVincent Petry2014-06-271-1/+0
| | | |
| * | | Allow late registration of file actions in public pageVincent Petry2014-06-271-0/+4
| |/ /
* | | Merge pull request #9256 from owncloud/design-mobile-sharedJan-Christoph Borchardt2014-06-271-0/+6
|\ \ \ | | | | | | | | show share action of shared items darker to distinguish from non-shared,...
| * | | show share action of shared items darker to distinguish from non-shared, fix ↵Jan-Christoph Borchardt2014-06-271-0/+6
| |/ / | | | | | | | | | #8898
* | | Merge pull request #9259 from owncloud/fix-rename-iconMorris Jobke2014-06-271-2/+2
|\ \ \ | |_|/ |/| | fix rename icon, fix #9257
| * | fix rename icon, fix #9257Jan-Christoph Borchardt2014-06-271-2/+2
| |/
* | Merge pull request #8383 from owncloud/object_storageVincent Petry2014-06-27151-8096/+1100
|\ \ | |/ |/| Object storage
| * 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-273-3/+31
| |
| * fix objectstore test executionJörn Friedrich Dreyer2014-06-261-1/+1
| |
| * update files_external swift to php-opencloud v1.9.2Jörn Friedrich Dreyer2014-06-252-116/+113
| |
| * remove rackspace opencloud libs from files_external 3rdpartyJörn Friedrich Dreyer2014-06-25136-7958/+0
| |
| * 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
| |
| * Allow adding object stores with the files_external mount configRobin Appelman2014-06-241-0/+4
| |
| * Add support for rackspace swift backendsRobin Appelman2014-06-241-15/+6
| |
| * add disclaimer to objectstore example configJörn Friedrich Dreyer2014-06-231-1/+5
| |
| * use common storage testJörn Friedrich Dreyer2014-06-232-223/+42
| |
| * 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 ↵Jörn Friedrich Dreyer2014-06-184-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 compositionJörn Friedrich Dreyer2014-06-187-64/+130
| |
| * 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-183-6/+35
| | | | | | | | of containers, use generated container names for tests
| * add 'objectstore' configuration exampleJörn Friedrich Dreyer2014-06-181-0/+23
| |
| * 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-183-20/+14
| |
| * add initial swift test with trystackJörn Friedrich Dreyer2014-06-181-0/+265
| |
| * move creation of / and users 'files' from storage constructor to setupFS / ↵Jörn Friedrich Dreyer2014-06-183-13/+19
| | | | | | | | mount initialization
| * update 3rdpartyJörn Friedrich Dreyer2014-06-181-0/+0
| |
| * fix checking unset array values, deduplicate code, remove file from cache if ↵Jörn Friedrich Dreyer2014-06-181-39/+30
| | | | | | | | it could not be stored in the objectstore
| * 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
| |