summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib/Storage/Swift.php
Commit message (Expand)AuthorAgeFilesLines
* Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-241-20/+20
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* set mimetype for objects uploaded to object storagesRobin Appelman2021-04-211-2/+7
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-2/+2
* Update license headersChristoph Wurst2019-12-051-3/+5
* Convert timestamp key value of metadata in Swift files_externalMichael Zamot2019-03-011-1/+1
* move log constants to ILoggerArthur Schiwon2018-04-261-9/+10
* Remove \OCP\Files::tmpFileRoeland Jago Douma2018-03-191-1/+1
* verify cached swift tokenRobin Appelman2018-03-161-1/+5
* adjust external storage config format to the one used in primary storageRobin Appelman2018-02-261-4/+7
* add support for v3 swift authRobin Appelman2018-02-261-2/+10
* adjust swift external storage to new openstack sdkRobin Appelman2018-02-191-158/+89
* Remove unused import statementsMorris Jobke2018-02-141-1/+0
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-9/+36
* add retry wrapper when reading files from swiftRobin Appelman2017-12-041-1/+2
* Update license headersMorris Jobke2017-11-061-0/+4
* Merge pull request #6101 from cbartz/patch-1Lukas Reschke2017-08-151-6/+1
|\
| * Remove tmpFiles Array in Swift.phpChristopher Bartz2017-08-141-6/+1
* | Merge pull request #5872 from nextcloud/swift-filter-dotRobin Appelman2017-08-141-1/+1
|\ \ | |/ |/|
| * Filter magic dot object when swift directoryRobin Appelman2017-08-011-1/+1
* | Fix comparisons in the files external appJoas Schilling2017-08-011-2/+2
|/
* Run phan over code baseLukas Reschke2017-07-191-4/+4
* fix fseek against string not resource by removing append supportArthur Schiwon2017-04-041-7/+4
* replace close:// streamwrapper with CallBackWrapperRobin Appelman2017-01-061-9/+7
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-211-1/+2
* Fix undefined propertiesRobin Appelman2016-07-081-0/+4
* Added object cache for Swift ext storageVincent Petry2016-05-241-17/+71
* Move Lib\Storage to PSR-4Joas Schilling2016-05-241-0/+599