aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty/google-api-php-client/src
Commit message (Collapse)AuthorAgeFilesLines
* Move GDrive external storage to a separate repoVincent Petry2017-08-21137-243255/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add new filesFrancesco Rovelli2016-05-24101-0/+228841
|
* Update google-api-php-client from 1.0.6-beta to 1.1.7Francesco Rovelli2016-05-2432-1728/+3537
|
* update google-api-php-client to 1.0.6-betaAdam Williamson2014-11-0720-261/+1156
| | | | | | | Latest version with various bugfixes, also implements support for using curl instead of its own io class when available; this avoids the bug that causes severe excess bandwidth use due to some kind of zlib issue.
* bump google lib to c6949531d2 (post 1.0.3-beta, including query separator fix)Adam Williamson2014-11-064-11/+38
| | | | | | | This is the upstream commit that merged my query separator fix. It's slightly after the 1.0.3-beta tag. I eyeballed the other post 1.0.3-beta changes and none of them looks like any kind of problem, so we may as well just use this upstream state.
* fix a bug in google-api-php-client: generates an auth url that doesn't workAdam Williamson2014-11-061-1/+1
| | | | | | | | | | | | | Submitted upstream as https://github.com/google/google-api-php-client/issues/76 Google's php lib has a function to generate a URL for OAuth2 authentication. It uses http_build_query() to generate the query part of the URL, and in PHP 5.3 or later, this uses an encoded ampersand - &amp; - as the query separator, not a raw one. However, Google's OAuth server apparently can't handle encoded ampersands as separators and so it fails. This patch explicitly sets a raw ampersand as the separator. If Google decides to fix their OAuth server instead of merging this patch into google-api-php- client, we can drop this patch as soon as that happens.
* files_external/3rdparty: update google-api-php-client to 1.0.2-betaAdam Williamson2014-11-0650-6116/+10114
|
* Include 3rdparty Google Drive SDK 0.6.2Michael Gapczynski2013-05-1729-0/+7685