| Commit message (Expand) | Author | Age | Files | Lines |
* | Device robot refresh token integrity validation. | davidroche@chromium.org | 2013-06-22 | 5 | -85/+205 |
* | Add base namespace to more values in sync and elsewhere. | brettw@chromium.org | 2013-06-21 | 5 | -12/+14 |
* | * Introducing Service Error and Unexpected Response for better handling of | fgorski@chromium.org | 2013-06-21 | 3 | -19/+96 |
* | Setup Sync to use OAuth token for managed users. | bauerb@chromium.org | 2013-06-20 | 2 | -0/+4 |
* | Removed LCID authentication from cloud print and cloud print setup dialog. | vitalybuka@chromium.org | 2013-06-19 | 5 | -726/+0 |
* | Use OAuth2 token for sync | pavely@chromium.org | 2013-06-13 | 2 | -0/+9 |
* | Use a direct include of strings headers in extensions/, google_apis/, gpu/. | avi@chromium.org | 2013-06-11 | 10 | -16/+16 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 2 | -2/+2 |
* | Reland 203015 "Add ManagedUserTokenFetcher to fetch scoped-down tokens" | bauerb@chromium.org | 2013-06-03 | 1 | -1/+1 |
* | Update google_apis/ to use scoped_refptr<T>::get() rather than implicit "oper... | rsleevi@chromium.org | 2013-06-03 | 1 | -5/+4 |
* | Revert 203015 "Add ManagedUserTokenFetcher to fetch scoped-down ..." | timurrrr@chromium.org | 2013-05-30 | 1 | -1/+1 |
* | Add ManagedUserTokenFetcher to fetch scoped-down tokens. | bauerb@chromium.org | 2013-05-30 | 1 | -1/+1 |
* | Deprecate switches gaia-host and gaia-url-path in favor of gaia-url | achuith@chromium.org | 2013-05-18 | 5 | -109/+93 |
* | Identity API: web-based scope approval dialogs for getAuthToken | courage@chromium.org | 2013-05-17 | 2 | -0/+8 |
* | Hide unused constant from public interface. | vitalybuka@chromium.org | 2013-05-08 | 2 | -3/+3 |
* | google_apis: Use base::MessageLoop. | xhwang@chromium.org | 2013-04-29 | 6 | -30/+28 |
* | Modify the enterprise enrollment flow to fetch an optional device robot api t... | davidroche@chromium.org | 2013-04-29 | 2 | -0/+4 |
* | Remove support for ClientOAuth from GaiaAuthFetcher. | rogerta@chromium.org | 2013-04-29 | 10 | -690/+2 |
* | google_apis: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-26 | 5 | -5/+5 |
* | Add ability to sign-out of Google directly from profile switcher menu. | bcwhite@chromium.org | 2013-04-26 | 2 | -0/+8 |
* | Identity API: Add token cache and identity.invalidateAuthToken. | courage@chromium.org | 2013-04-22 | 3 | -14/+32 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 10 | -92/+108 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 10 | -108/+92 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 10 | -92/+108 |
* | revoke unused OAuth2 tokens on signout and re-signin | courage@chromium.org | 2013-04-05 | 5 | -0/+58 |
* | Few imporant fixes needed for kiosk app for robot accounts: | zelidrag@chromium.org | 2013-03-30 | 2 | -2/+23 |
* | Support for auth code based authentication flow for both app and web UI drive... | zelidrag@chromium.org | 2013-03-25 | 2 | -18/+24 |
* | Files.app: Treats HTTP_FORBIDDEN (403) as temporary error on authentication. | yoshiki@chromium.org | 2013-03-22 | 1 | -0/+9 |
* | Remove unused code in google_apis/gaia | dcheng@chromium.org | 2013-03-21 | 12 | -917/+0 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 7 | -29/+30 |
* | Rename GoogleServiceAuthError::None() to AuthErrorNone() and LoginFailure::No... | antrim@chromium.org | 2013-03-12 | 3 | -3/+3 |
* | src/: Update the remaining include paths of string_split.h to its new location. | tfarina@chromium.org | 2013-03-06 | 3 | -3/+3 |
* | Removed OAuth2 access token from TokenService. | zelidrag@chromium.org | 2013-02-27 | 2 | -2/+0 |
* | Remove obsolete kDeviceManagementService token type | atwilson@chromium.org | 2013-02-19 | 2 | -2/+0 |
* | Web-based-signin must not let the user sign in with a different account on | rogerta@chromium.org | 2013-02-08 | 3 | -0/+17 |
* | Linux/ChromeOS Chromium style checker cleanup, assorted top directories edition. | rsleevi@chromium.org | 2013-02-07 | 2 | -8/+11 |
* | Make gaia and oauth token fetchers recover from ERR_NETWORK_CHANGED. | joaodasilva@chromium.org | 2013-02-04 | 5 | -0/+26 |
* | OAuth2 sign-in flow for ChromeOS. | zelidrag@chromium.org | 2013-01-15 | 2 | -7/+44 |
* | Fix a couple of GaiaAuthFetcherTest tests to work when non-official keys are ... | joi@chromium.org | 2013-01-10 | 1 | -8/+14 |
* | Added --lso-host switch that lets us override hosts for LSO URLs. | zelidrag@chromium.org | 2013-01-09 | 4 | -35/+71 |
* | Automatically retry the following URLFetchers when the network changes: | joaodasilva@chromium.org | 2012-12-14 | 1 | -0/+7 |
* | Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ... | joaodasilva@chromium.org | 2012-12-14 | 1 | -4/+4 |
* | Make OAuthUserInfoUrl configurable. | rmsousa@chromium.org | 2012-11-13 | 3 | -1/+9 |
* | When using the one-click sign in feature, re-use the oauth2 refesh token | rogerta@chromium.org | 2012-10-30 | 1 | -0/+3 |
* | Fix GaiaOAuthClient to handle the case when it's destroyed from callbacks. | sergeyu@chromium.org | 2012-10-26 | 1 | -3/+5 |
* | Add GetUserInfo() in GaiaOAuthClient. | sergeyu@chromium.org | 2012-10-25 | 3 | -21/+123 |
* | No need to support old style dasher domains. | rogerta@chromium.org | 2012-10-16 | 2 | -5/+3 |
* | Add helper function to test that a given URL is a valid Gaia sign in URL. | rogerta@chromium.org | 2012-10-11 | 3 | -0/+31 |
* | This fixes some really silly memory leaks, and eliminates an unused | gspencer@chromium.org | 2012-10-03 | 1 | -2/+2 |