Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Redirect after session expiry to the previous loaded page | Morris Jobke | 2014-07-01 | 1 | -0/+2 |
| | | | | * fixes #6945 | ||||
* | Merge pull request #9156 from owncloud/solve-8959 | blizzz | 2014-07-01 | 4 | -10/+50 |
|\ | | | | | search term for users and groups may occur anywhere in the name or displ... | ||||
| * | loop over usernames, not passwords | Arthur Schiwon | 2014-06-30 | 1 | -1/+1 |
| | | |||||
| * | extend Dummy user and group implementation to pass tests | Arthur Schiwon | 2014-06-25 | 2 | -4/+40 |
| | | |||||
| * | return int, not string | Arthur Schiwon | 2014-06-24 | 1 | -1/+5 |
| | | |||||
| * | search term for users and groups may occur anywhere in the name or ↵ | Arthur Schiwon | 2014-06-23 | 2 | -5/+5 |
| | | | | | | | | displayname, not just in the beginning | ||||
* | | Merge pull request #9306 from owncloud/publicneedsupgrade | Jan-Christoph Borchardt | 2014-07-01 | 1 | -1/+1 |
|\ \ | | | | | | | Return 503 in public.php and OCS API when upgrade is due | ||||
| * | | Return 503 OCS response with requested format | Vincent Petry | 2014-06-30 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #9292 from owncloud/issue/9161 | Morris Jobke | 2014-07-01 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Use get random bytes as uniqeid() is not unique in some cases | ||||
| * | | | Use get random bytes as uniqeid() is not unique in some cases | Joas Schilling | 2014-06-30 | 1 | -2/+2 |
| |/ / | | | | | | | | | | Fix #9161 | ||||
* / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-01 | 4 | -0/+124 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-30 | 12 | -3/+382 |
| | | |||||
* | | Merge pull request #9266 from owncloud/fix_objectstore_etag_update | Thomas Müller | 2014-06-29 | 1 | -1/+1 |
|\ \ | | | | | | | always regenerate etag when writing back file to objectstore | ||||
| * | | always regenerate etag when writing back file to objectstore | Jörn Friedrich Dreyer | 2014-06-27 | 1 | -1/+1 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-29 | 1 | -0/+1 |
| | | | |||||
* | | | more strings to translate in utils also some fixes in defaults | Volkan Gezer | 2014-06-28 | 3 | -60/+72 |
| | | | |||||
* | | | Merge pull request #9263 from owncloud/remote-share-update | icewind1991 | 2014-06-27 | 1 | -15/+54 |
|\ \ \ | |/ / |/| | | Better detecting of remote changes for external shares | ||||
| * | | 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 | 1 | -17/+36 |
| | | | |||||
| * | | Use the etag to check for updates in webdav storages where available | Robin Appelman | 2014-06-27 | 1 | -0/+19 |
| | | | |||||
* | | | Merge pull request #8383 from owncloud/object_storage | Vincent Petry | 2014-06-27 | 9 | -22/+849 |
|\ \ \ | |/ / |/| | | 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 | 2 | -2/+7 |
| | | | |||||
| * | | fix objectstore test execution | Jörn Friedrich Dreyer | 2014-06-26 | 1 | -1/+1 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | Add support for rackspace swift backends | Robin Appelman | 2014-06-24 | 1 | -15/+6 |
| | | | |||||
| * | | use common storage test | Jörn Friedrich Dreyer | 2014-06-23 | 1 | -26/+35 |
| | | | |||||
| * | | 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 | 6 | -62/+123 |
| | | | |||||
| * | | 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 | 1 | -4/+28 |
| | | | | | | | | | | | | of containers, use generated container names for tests | ||||
| * | | 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 | 2 | -19/+14 |
| | | | |||||
| * | | move creation of / and users 'files' from storage constructor to setupFS / ↵ | Jörn Friedrich Dreyer | 2014-06-18 | 3 | -13/+19 |
| | | | | | | | | | | | | mount initialization | ||||
| * | | 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 |
| | | | |||||
| * | | move swift and abstract code to core | Jörn Friedrich Dreyer | 2014-06-18 | 3 | -0/+599 |
| | | | |||||
| * | | change 'object_storage' config param to 'root_storage' | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -10/+15 |
| | | | | | | | | | | | | copy skeleton only for local filesystems | ||||
| * | | make objectstore setup more robust, don't pass user to object store mounted ↵ | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -5/+7 |
| | | | | | | | | | | | | as root | ||||
| * | | allow configuring objectstore as home and root storage | Jörn Friedrich Dreyer | 2014-06-18 | 2 | -11/+55 |
| | | | |||||
* | | | Merge pull request #9247 from owncloud/move-webdav-class-to-core-master | Thomas Müller | 2014-06-27 | 1 | -0/+453 |
|\ \ \ | | | | | | | | | Move webdav class to core master | ||||
| * | | | fix autoloader | Thomas Müller | 2014-06-27 | 1 | -0/+0 |
| | | | | |||||
| * | | | Move \OC\Files\Storage\DAV to core in order to reduce inter-app dependencies | Thomas Müller | 2014-06-27 | 1 | -0/+453 |
| | | | |