index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
google_apis
/
gaia
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Let GaiaOAuthClient::GetTokensFromAuthCode use any given redirect URL.
simonmorris@chromium.org
2012-10-02
3
-1
/
+9
*
Cache the channel ID
petewil@chromium.org
2012-10-01
2
-0
/
+5
*
Don't allow OAuth2MintTokenFlow to outlive profile.
estade@chromium.org
2012-10-01
2
-21
/
+0
*
Log ChromeToMobile search and auth errors to UMA and INFO.
msw@chromium.org
2012-09-24
1
-0
/
+3
*
Moved /GetOAuthToken GAIA request to accounts.google.com.
zelidrag@chromium.org
2012-09-13
3
-40
/
+2
*
google_apis/gaia: Fix more clang warnings about missing virtual and OVERRIDE ...
tfarina@chromium.org
2012-09-09
1
-1
/
+1
*
Moving google_apis and GaiaClient to src/google_apis.
joi@chromium.org
2012-09-07
47
-0
/
+9073