Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -22/+4 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -2/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Adapt more code to migration to LoggerInterface | Côme Chilliet | 2022-03-24 | 1 | -1/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix Guzzle function calls | Côme Chilliet | 2021-11-23 | 1 | -3/+3 |
| | | | | | | | Since 1.7.0 and 2.0 these functions are turned into static methods. See https://github.com/guzzle/psr7#upgrading-from-function-api Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | set mimetype for objects uploaded to object storages | Robin Appelman | 2021-04-21 | 1 | -6/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | use in objectstore copy | Robin Appelman | 2020-11-24 | 1 | -3/+9 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #18955 from adrb/swift_upload_large_objects | Roeland Jago Douma | 2020-05-06 | 1 | -4/+14 |
|\ | | | | | Large Object support for OpenStack Swift | ||||
| * | Large Object support for OpenStack Swift. | Adrian Brzezinski | 2020-04-27 | 1 | -4/+14 |
| | | | | | | | | | | | | | | | | | | Until now, you wouldn't be able to create objects larger that 5GB. It's somewhat related with pull #18883 Signed-off-by: Adrian Brzezinski <adrian.brzezinski@eo.pl> | ||||
* | | Run the cs fixer for green ci | Roeland Jago Douma | 2020-04-30 | 1 | -6/+0 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | It's a fix for issue #14116, | Adrian Brzezinski | 2020-04-27 | 1 | -14/+23 |
|/ | | | | | | | | | | Improves efficiency when downloading files from Swift storage. Before, files were downloaded and then pushed back to user. That behaevior causes all kinds of performance problems. Now, files are streamed directly to user. Signed-off-by: Adrian Brzezinski <adrian.brzezinski@eo.pl> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Always use a temp file for swift writes | Roeland Jago Douma | 2019-04-18 | 1 | -8/+3 |
| | | | | | | | | Apparently the if statement doesn't work in all cases (even if I could not reproduce it). So for the time being we will just not directly stream to swift. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Use a tmp file for swift writes | Roeland Jago Douma | 2019-03-04 | 1 | -1/+10 |
| | | | | | | Else this leads to a seekable stream error with chunked uploads Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add objectExists to objectstore interface | Robin Appelman | 2018-12-12 | 1 | -0/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add PHPDoc for thrown exception | Morris Jobke | 2018-11-19 | 1 | -0/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | forward object not found error in switch as dav 404 | Robin Appelman | 2018-11-19 | 1 | -5/+15 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #8857 from nextcloud/swift-verify-cached-token | Morris Jobke | 2018-03-19 | 1 | -6/+5 |
|\ | | | | | verify cached swift token | ||||
| * | verify cached swift token | Robin Appelman | 2018-03-16 | 1 | -6/+5 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Fix bucket and container usage | Roeland Jago Douma | 2018-03-14 | 1 | -0/+4 |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | adjust swift external storage to new openstack sdk | Robin Appelman | 2018-02-19 | 1 | -8/+5 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | adjust swift object storage to new openstack sdk | Robin Appelman | 2018-02-19 | 1 | -212/+30 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Try to silence phan | Roeland Jago Douma | 2018-02-08 | 1 | -0/+3 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | don't swallow exception from touch | Robin Appelman | 2018-02-08 | 1 | -1/+9 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | better error message on catalog error | Robin Appelman | 2018-02-08 | 1 | -0/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | actually return stream from swift | Robin Appelman | 2018-02-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Also replace all other occurences | Morris Jobke | 2017-12-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | add retry wrapper when reading files from swift | Robin Appelman | 2017-12-04 | 1 | -1/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix uninitialized variable $this->params | William Pain | 2017-09-11 | 1 | -2/+2 |
| | | | | Signed-off-by: William Pain <pain.william@gmail.com> | ||||
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | serialize the token to json instead of using php's serialize | Robin Appelman | 2017-03-28 | 1 | -10/+36 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | cache swift tokens in memcache | Robin Appelman | 2017-03-28 | 1 | -10/+36 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | better error messages for invalid regions, urltypes and service names | Robin Appelman | 2017-03-28 | 1 | -4/+63 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | better error messages when swift authentication fails | Robin Appelman | 2017-03-28 | 1 | -1/+17 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | allow using 'bucket' to set the swift container | Robin Appelman | 2016-11-04 | 1 | -0/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -1/+2 |
| | |||||
* | Move \OC\Files to PSR-4 | Roeland Jago Douma | 2016-04-24 | 1 | -0/+154 |