Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #7897 from owncloud/ext-swiftcaching | Vincent Petry | 2016-05-24 | 1 | -17/+71 |
|\ | | | | | Added object cache for Swift ext storage | ||||
| * | Added object cache for Swift ext storage | Vincent Petry | 2016-05-24 | 1 | -17/+71 |
| | | | | | | | | | | This avoid calling the remote API for repeated calls to is_dir, filetype, etc | ||||
* | | Merge pull request #24799 from owncloud/altyr-117-upstream | Vincent Petry | 2016-05-24 | 1 | -4/+3 |
|\ \ | | | | | | | Update google-api-php-client to 1.1.7 | ||||
| * | | fix phpdoc | Robin Appelman | 2016-05-24 | 1 | -1/+1 |
| | | | |||||
| * | | Fix cert bundle path | Robin Appelman | 2016-05-24 | 1 | -1/+1 |
| | | | |||||
| * | | Fix autoloading for new google SDK lib | Vincent Petry | 2016-05-24 | 1 | -2/+0 |
| | | | |||||
| * | | enable autoload of lib in google storage | Francesco Rovelli | 2016-05-24 | 1 | -0/+1 |
| |/ | |||||
* / | skip google map files (#24807) | Vincent Petry | 2016-05-24 | 1 | -4/+7 |
|/ | |||||
* | Fix import path for 3rdparty dropbox autoloader | Joas Schilling | 2016-05-24 | 1 | -1/+1 |
| | | | | We moved the file by one level | ||||
* | Fix missing imports | Joas Schilling | 2016-05-24 | 1 | -0/+3 |
| | |||||
* | Move remaining classes to PSR-4 | Joas Schilling | 2016-05-24 | 34 | -34/+29 |
| | |||||
* | Move Lib\Storage to PSR-4 | Joas Schilling | 2016-05-24 | 9 | -0/+0 |
| | |||||
* | Move Config to PSR-4 | Joas Schilling | 2016-05-24 | 1 | -0/+0 |
| | |||||
* | Move Lib\Backend to PSR-4 | Joas Schilling | 2016-05-24 | 14 | -0/+0 |
| | |||||
* | Move Lib\Auth to PSR-4 | Joas Schilling | 2016-05-24 | 12 | -1/+0 |
| | |||||
* | Move stuff from outside lib/ to PSR-4 | Joas Schilling | 2016-05-24 | 30 | -2/+4967 |
| | |||||
* | Merge pull request #24585 from owncloud/files_external_lazy | Vincent Petry | 2016-05-19 | 2 | -0/+76 |
|\ | | | | | Load external storage backends/auth mechanisms lazily | ||||
| * | Introduce backend/auth mechanism providers | Robin McCorkell | 2016-05-11 | 2 | -0/+76 |
| | | | | | | | | Direct registration of backends/auth mechanisms is now deprecated | ||||
* | | Merge pull request #24630 from owncloud/one-shall-adjust-the-path | Vincent Petry | 2016-05-17 | 1 | -1/+1 |
|\ \ | | | | | | | Use proper path | ||||
| * | | Use proper path | Lukas Reschke | 2016-05-03 | 1 | -1/+1 |
| |/ | | | | | | | Fixes https://github.com/owncloud/core/issues/24407 | ||||
* | | Add links to load GDrive/Dropbox configuration pages | Robin McCorkell | 2016-05-03 | 2 | -0/+2 |
| | | |||||
* | | Allow multiple custom JS files | Robin McCorkell | 2016-05-03 | 5 | -11/+19 |
|/ | |||||
* | Fix SMB storage to not normalize UTF8 | Vincent Petry | 2016-04-29 | 1 | -1/+1 |
| | | | | | | | This makes sure that even if a NFD file name exists, it is found by the storage and will be visible to higher layers. Even though the file will be discarded anyway there, it gives the scanner a chance to display a warning at least. | ||||
* | Fix loading the dropbox autoloader | Robin Appelman | 2016-04-15 | 1 | -1/+1 |
| | |||||
* | Fix OCA\Files\External\Api namespace | Robin McCorkell | 2016-04-14 | 1 | -1/+1 |
| | |||||
* | Fix storage backend class namespaces and move to subdir | Robin McCorkell | 2016-04-14 | 19 | -25/+25 |
| | | | | | All classes that were previously \OC\Files\Storage\FooBar are now \OCA\Files_External\Lib\Storage\FooBar | ||||
* | Merge pull request #23274 from Senorsen/add-urlencode-ftp-sftp | Thomas Müller | 2016-03-31 | 2 | -2/+2 |
|\ | | | | | Add urlencode to username part of ftp and sftp links | ||||
| * | Add urlencode to username part of ftp and sftp links | Senorsen | 2016-03-16 | 2 | -2/+2 |
| | | | | | | | | according to #17796 | ||||
* | | Merge pull request #23517 from owncloud/gdrive-stream-download | Frank Karlitschek | 2016-03-31 | 1 | -4/+5 |
|\ \ | | | | | | | GDrive stream download with RetryWrapper | ||||
| * | | GDrive stream download with RetryWrapper | Vincent Petry | 2016-03-30 | 1 | -4/+5 |
| | | | |||||
* | | | Merge pull request #23516 from owncloud/dropbox-stream-download | Thomas Müller | 2016-03-31 | 1 | -4/+6 |
|\ \ \ | | | | | | | | | Dropbox stream download with RetryWrapper | ||||
| * | | | Dropbox stream download with RetryWrapper | Vincent Petry | 2016-03-23 | 1 | -4/+6 |
| | | | | |||||
* | | | | Merge pull request #23672 from owncloud/use-retry-wrapper-for-sftp | Thomas Müller | 2016-03-31 | 1 | -1/+3 |
|\ \ \ \ | |_|/ / |/| | | | Use RetryWrapper for SFTP storage | ||||
| * | | | Use RetryWrapper for SFTP storage | Lukas Reschke | 2016-03-30 | 1 | -1/+3 |
| |/ / | | | | | | | | | | | | | | | | Equivalent to https://github.com/owncloud/core/pull/23442 Required for making encryption work with external storage reliable. | ||||
* / / | Use the shipped cacerts.pem instead of the global one | Lukas Reschke | 2016-03-30 | 1 | -0/+1 |
|/ / | | | | | | | The one we ship may cause problems since Equifax is not included anymore (SHA-1 certs) are deprecated. We should just be consistent here and also use the certificate file which is used by the other calls in the library. | ||||
* | | Merge pull request #23440 from owncloud/fix_22286 | Thomas Müller | 2016-03-22 | 1 | -1/+4 |
|\ \ | | | | | | | apply retry wrapper to make sure that we always read/write a complete block | ||||
| * | | apply retry wrapper to make sure that we always read/write a complete block | Bjoern Schiessle | 2016-03-21 | 1 | -1/+4 |
| | | | |||||
* | | | Merge pull request #23439 from owncloud/smb-permissions | Thomas Müller | 2016-03-21 | 1 | -0/+22 |
|\ \ \ | | | | | | | | | properly use smb permissions | ||||
| * | | | properly use smb permissions | Robin Appelman | 2016-03-21 | 1 | -0/+22 |
| |/ / | |||||
* | | | Merge pull request #23323 from owncloud/gdrive-chunkupload | Thomas Müller | 2016-03-21 | 1 | -5/+52 |
|\ \ \ | |/ / |/| | | Chunk upload for GDrive | ||||
| * | | Only use GDrive chunks when needed | Vincent Petry | 2016-03-17 | 1 | -29/+43 |
| | | | |||||
| * | | Chunk upload for GDrive | Vincent Petry | 2016-03-16 | 1 | -6/+39 |
| |/ | | | | | | | | | Instead of storing the WHOLE file in memory in a PHP variable, use the library's chunk upload support. | ||||
* | | Merge pull request #23272 from owncloud/dropbox-downloadnotthefullfileinmemory | Thomas Müller | 2016-03-17 | 1 | -6/+28 |
|\ \ | | | | | | | Fix dropbox storage to not store the whole file in memory | ||||
| * | | Fix dropbox storage to not store the whole file in memory | Vincent Petry | 2016-03-15 | 1 | -6/+28 |
| |/ | | | | | | | | | | | Since the library can only store the full response in memory on download, we use an alternate client lib and set the correct headers to be able to stream the content to a temp file. | ||||
* / | handle connection errors as storage not available in smb | Robin Appelman | 2016-03-16 | 1 | -14/+40 |
|/ | |||||
* | move failedstorage to core | Robin Appelman | 2016-03-11 | 3 | -358/+1 |
| | |||||
* | dont break when there is an invalid share | Robin Appelman | 2016-03-11 | 1 | -1/+12 |
| | |||||
* | Fix compatibility with PHP 5.4 | Lukas Reschke | 2016-03-08 | 1 | -1/+2 |
| | | | | Fixes https://github.com/owncloud/core/issues/22960 | ||||
* | Properly set exception in FailedStorage | Vincent Petry | 2016-03-03 | 2 | -1/+7 |
| | |||||
* | allow availability recheck for external storages | Robin Appelman | 2016-03-03 | 1 | -1/+2 |
| |