aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/ObjectStore/Swift.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-241-22/+4
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-2/+2
* Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-241-1/+2
* Fix Guzzle function callsCôme Chilliet2021-11-231-3/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* set mimetype for objects uploaded to object storagesRobin Appelman2021-04-211-6/+3
* use in objectstore copyRobin Appelman2020-11-241-3/+9
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Merge pull request #18955 from adrb/swift_upload_large_objectsRoeland Jago Douma2020-05-061-4/+14
|\
| * Large Object support for OpenStack Swift.Adrian Brzezinski2020-04-271-4/+14
* | Run the cs fixer for green ciRoeland Jago Douma2020-04-301-6/+0
* | It's a fix for issue #14116,Adrian Brzezinski2020-04-271-14/+23
|/
* Update license headersChristoph Wurst2019-12-051-2/+2
* Always use a temp file for swift writesRoeland Jago Douma2019-04-181-8/+3
* Use a tmp file for swift writesRoeland Jago Douma2019-03-041-1/+10
* Add objectExists to objectstore interfaceRobin Appelman2018-12-121-0/+3
* Add PHPDoc for thrown exceptionMorris Jobke2018-11-191-0/+1
* forward object not found error in switch as dav 404Robin Appelman2018-11-191-5/+15
* Merge pull request #8857 from nextcloud/swift-verify-cached-tokenMorris Jobke2018-03-191-6/+5
|\
| * verify cached swift tokenRobin Appelman2018-03-161-6/+5
* | Fix bucket and container usageRoeland Jago Douma2018-03-141-0/+4
|/
* adjust swift external storage to new openstack sdkRobin Appelman2018-02-191-8/+5
* adjust swift object storage to new openstack sdkRobin Appelman2018-02-191-212/+30
* Try to silence phanRoeland Jago Douma2018-02-081-0/+3
* don't swallow exception from touchRobin Appelman2018-02-081-1/+9
* better error message on catalog errorRobin Appelman2018-02-081-0/+4
* actually return stream from swiftRobin Appelman2018-02-071-1/+1
* Also replace all other occurencesMorris Jobke2017-12-181-1/+1
* add retry wrapper when reading files from swiftRobin Appelman2017-12-041-1/+2
* Update license headersMorris Jobke2017-11-061-0/+1
* Fix uninitialized variable $this->paramsWilliam Pain2017-09-111-2/+2
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* serialize the token to json instead of using php's serializeRobin Appelman2017-03-281-10/+36
* cache swift tokens in memcacheRobin Appelman2017-03-281-10/+36
* better error messages for invalid regions, urltypes and service namesRobin Appelman2017-03-281-4/+63
* better error messages when swift authentication failsRobin Appelman2017-03-281-1/+17
* allow using 'bucket' to set the swift containerRobin Appelman2016-11-041-0/+4
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-1/+2
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-0/+154