kettari / authgoogle

Google Authentication Plugin for DokuWiki
13 stars 17 forks source link

Update Google API libraries to 1.1.2 #29

Closed daniviga closed 4 years ago

daniviga commented 9 years ago

Old Google APIs have been deprecated and they cause an alert from Google about deprecation:

[URGENT Action Required] Your Google Apps account is using the discontinued Documents List API

This PR includes google-api-php-client 1.1.2 (latest stable release, https://github.com/google/google-api-php-client/tree/1.1.2) plus a fix to move autoload.php in a better place (see https://github.com/google/google-api-php-client/issues/400)

Since the diff was too big I splitted it in multiple commits. Replaces https://github.com/kettari/authgoogle/pull/28