]> source.dussan.org Git - nextcloud-server.git/commit
Include 3rdparty Google Drive SDK 0.6.2
authorMichael Gapczynski <mtgap@owncloud.com>
Fri, 17 May 2013 18:33:37 +0000 (14:33 -0400)
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>
Sat, 3 Aug 2013 12:38:48 +0000 (15:38 +0300)
commit3398e193db27475683e4e2fcfc763686fa77f614
treebcfb707f44790bc6cdb28e499596d1e3e9e584d9
parentbbf440d969bec7f9ca9f2937bb3f438af4e07f72
Include 3rdparty Google Drive SDK 0.6.2
33 files changed:
apps/files_external/3rdparty/google-api-php-client/LICENSE [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/NOTICE [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/README [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/src/Google_Client.php [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/src/auth/Google_AssertionCredentials.php [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/src/auth/Google_Auth.php [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/src/auth/Google_AuthNone.php [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/src/auth/Google_LoginTicket.php [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/src/auth/Google_OAuth2.php [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/src/auth/Google_P12Signer.php [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/src/auth/Google_PemVerifier.php [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/src/auth/Google_Signer.php [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/src/auth/Google_Verifier.php [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/src/cache/Google_ApcCache.php [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/src/cache/Google_Cache.php [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/src/cache/Google_FileCache.php [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/src/cache/Google_MemcacheCache.php [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/src/config.php [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/src/contrib/Google_DriveService.php [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/src/external/URITemplateParser.php [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/src/io/Google_CacheParser.php [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/src/io/Google_CurlIO.php [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/src/io/Google_HttpRequest.php [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/src/io/Google_IO.php [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/src/io/Google_REST.php [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/src/io/cacerts.pem [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/src/service/Google_BatchRequest.php [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/src/service/Google_MediaFileUpload.php [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/src/service/Google_Model.php [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/src/service/Google_Service.php [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/src/service/Google_ServiceResource.php [new file with mode: 0644]
apps/files_external/3rdparty/google-api-php-client/src/service/Google_Utils.php [new file with mode: 0644]
apps/files_external/lib/google.php