summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/ObjectStore/SwiftFactory.php
Commit message (Expand)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-051-1/+9
* Some php-cs fixesRoeland Jago Douma2019-11-221-3/+3
* Update SwiftFactory.phpVolker2019-02-131-0/+1
* Fix: Check if `$this->params['user']` is an arrayWilliam Pain2019-02-051-1/+1
* Cache tokens when using swift's v2 authenticationRobin Appelman2019-01-131-17/+51
* generateTokenFromCache is only valid for V3Roeland Jago Douma2018-04-261-2/+2
* json_decode an associative array for the swift cached tokenRoeland Jago Douma2018-04-261-1/+1
* Merge pull request #9280 from nextcloud/bugfix/noid/swift-v3-scopeRoeland Jago Douma2018-04-241-0/+4
|\
| * Swift v3 requires setting a scopeRoeland Jago Douma2018-04-231-0/+4
* | Fix undefined variable - found by phanMorris Jobke2018-04-231-1/+1
|/
* Merge pull request #8857 from nextcloud/swift-verify-cached-tokenMorris Jobke2018-03-191-6/+19
|\
| * verify cached swift tokenRobin Appelman2018-03-161-6/+19
* | Fix bucket and container usageRoeland Jago Douma2018-03-141-2/+2
* | Properly cache swift v3 tokenRoeland Jago Douma2018-03-121-1/+6
|/
* User proper username + passRoeland Jago Douma2018-02-261-2/+2
* add support for v3 swift authRobin Appelman2018-02-261-7/+27
* adjust swift external storage to new openstack sdkRobin Appelman2018-02-191-0/+174