summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/ObjectStore/SwiftFactory.php
Commit message (Expand)AuthorAgeFilesLines
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-5/+5
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Fix getDirectoryContent implementation for Jail wrapperRobin Appelman2020-04-301-2/+2
* Merge pull request #18883 from adrb/optimize_swift_14116Roeland Jago Douma2020-04-301-4/+25
|\
| * It's a fix for issue #14116,Adrian Brzezinski2020-04-271-4/+25
* | Update license headers for 19Christoph Wurst2020-04-291-0/+2
|/
* Fix issues with Keystone auth v3 in files_external appJulien Lutran2020-04-151-0/+4
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Use elseif instead of else ifChristoph Wurst2020-04-101-3/+3
* 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