aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/backend/swift.php
Commit message (Collapse)AuthorAgeFilesLines
* Move Lib\Backend to PSR-4Joas Schilling2016-05-241-62/+0
|
* Fix storage backend class namespaces and move to subdirRobin McCorkell2016-04-141-1/+1
| | | | | All classes that were previously \OC\Files\Storage\FooBar are now \OCA\Files_External\Lib\Storage\FooBar
* Happy new year!Thomas Müller2016-01-121-2/+2
|
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+1
|
* Fix dependency check for Swift and SMB_OCRobin McCorkell2015-09-131-1/+3
| | | | Mistake caused during merging, where the API had changed
* Fix Swift legacy auth mechanism fallbackRobin McCorkell2015-09-031-1/+1
|
* Migrate Swift external storage to new APIRobin McCorkell2015-08-281-0/+60
The Rackspace/OpenStack differences have been split into separate auth mechanisms, with correct legacy migration