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