Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove stray tab characters. | Normal Ra | 2014-08-13 | 1 | -1/+1 |
| | |||||
* | APK mimetype icon to be a generic package icon. | Normal Ra | 2014-08-12 | 1 | -0/+1 |
| | |||||
* | Add APK mimetype repair scenario. | Normal Ra | 2014-08-12 | 1 | -0/+42 |
| | |||||
* | Add .apk mimetype. | Normal Ra | 2014-06-28 | 1 | -0/+1 |
| | |||||
* | Merge pull request #9264 from owncloud/share-linkshareusefilesource | Björn Schießle | 2014-06-27 | 2 | -2/+148 |
|\ | | | | | Use file_source to find matching share for nested link shares | ||||
| * | Unit tests for share dropdown with nested link share | Vincent Petry | 2014-06-27 | 2 | -1/+147 |
| | | |||||
| * | Use file_source to find matching share for nested link shares | Vincent Petry | 2014-06-27 | 1 | -1/+1 |
| | | |||||
* | | normalize path before comparison to make sure that we always find the mount ↵ | Bjoern Schiessle | 2014-06-27 | 1 | -1/+2 |
| | | | | | | | | point | ||||
* | | Merge pull request #9263 from owncloud/remote-share-update | icewind1991 | 2014-06-27 | 2 | -15/+73 |
|\ \ | | | | | | | Better detecting of remote changes for external shares | ||||
| * | | Improve comment | Robin Appelman | 2014-06-27 | 1 | -1/+2 |
| | | | |||||
| * | | 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 | 2 | -17/+54 |
| | | | |||||
| * | | Use the etag to check for updates in webdav storages where available | Robin Appelman | 2014-06-27 | 1 | -0/+19 |
| | | | |||||
* | | | Merge pull request #9260 from owncloud/fileactions-lateregisterinpublicpage | Vincent Petry | 2014-06-27 | 2 | -1/+4 |
|\ \ \ | | | | | | | | | Allow late registration of file actions in public page | ||||
| * | | | Remove missed console.log in file list | Vincent Petry | 2014-06-27 | 1 | -1/+0 |
| | | | | |||||
| * | | | Allow late registration of file actions in public page | Vincent Petry | 2014-06-27 | 1 | -0/+4 |
| |/ / | |||||
* | | | Merge pull request #9256 from owncloud/design-mobile-shared | Jan-Christoph Borchardt | 2014-06-27 | 1 | -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 Borchardt | 2014-06-27 | 1 | -0/+6 |
| |/ / | | | | | | | | | | #8898 | ||||
* | | | Merge pull request #9259 from owncloud/fix-rename-icon | Morris Jobke | 2014-06-27 | 1 | -2/+2 |
|\ \ \ | |_|/ |/| | | fix rename icon, fix #9257 | ||||
| * | | fix rename icon, fix #9257 | Jan-Christoph Borchardt | 2014-06-27 | 1 | -2/+2 |
| |/ | |||||
* | | Merge pull request #8383 from owncloud/object_storage | Vincent Petry | 2014-06-27 | 151 | -8096/+1100 |
|\ \ | |/ |/| | Object storage | ||||
| * | 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 | 3 | -3/+31 |
| | | |||||
| * | fix objectstore test execution | Jörn Friedrich Dreyer | 2014-06-26 | 1 | -1/+1 |
| | | |||||
| * | update files_external swift to php-opencloud v1.9.2 | Jörn Friedrich Dreyer | 2014-06-25 | 2 | -116/+113 |
| | | |||||
| * | remove rackspace opencloud libs from files_external 3rdparty | Jörn Friedrich Dreyer | 2014-06-25 | 136 | -7958/+0 |
| | | |||||
| * | 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 |
| | | |||||
| * | Allow adding object stores with the files_external mount config | Robin Appelman | 2014-06-24 | 1 | -0/+4 |
| | | |||||
| * | Add support for rackspace swift backends | Robin Appelman | 2014-06-24 | 1 | -15/+6 |
| | | |||||
| * | add disclaimer to objectstore example config | Jörn Friedrich Dreyer | 2014-06-23 | 1 | -1/+5 |
| | | |||||
| * | use common storage test | Jörn Friedrich Dreyer | 2014-06-23 | 2 | -223/+42 |
| | | |||||
| * | 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 | 3 | -144/+140 |
| | | |||||
| * | fix rebase, use 'object::user:<username>' or 'object::store:<storageid> as ↵ | Jörn Friedrich Dreyer | 2014-06-18 | 4 | -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 composition | Jörn Friedrich Dreyer | 2014-06-18 | 7 | -64/+130 |
| | | |||||
| * | 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 | 3 | -6/+35 |
| | | | | | | | | of containers, use generated container names for tests | ||||
| * | add 'objectstore' configuration example | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -0/+23 |
| | | |||||
| * | only use one config option 'objectstore' for root and home storage configuration | Jörn Friedrich Dreyer | 2014-06-18 | 2 | -8/+8 |
| | | |||||
| * | fix unit test by always initializing the root of the storage in the constructor | Jörn Friedrich Dreyer | 2014-06-18 | 3 | -20/+14 |
| | | |||||
| * | add initial swift test with trystack | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -0/+265 |
| | | |||||
| * | move creation of / and users 'files' from storage constructor to setupFS / ↵ | Jörn Friedrich Dreyer | 2014-06-18 | 3 | -13/+19 |
| | | | | | | | | mount initialization | ||||
| * | update 3rdparty | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -0/+0 |
| | | |||||
| * | fix checking unset array values, deduplicate code, remove file from cache if ↵ | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -39/+30 |
| | | | | | | | | it could not be stored in the objectstore | ||||
| * | 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 |
| | |