admin.css |
css/admin.css |
|
.oauth-common-left-panel {
float: left;
width: 50%;
}
.oauth-common-right-panel {
float: right;
width: 49.9%;
}
.oauth-common-auth-level {
border-bottom: 1px solid #999999;
margin-bottom: 1em;
}
.oauth-common-auth-level > div… |
DrupalOAuthClient.inc |
includes/DrupalOAuthClient.inc |
|
|
DrupalOAuthConsumer.inc |
includes/DrupalOAuthConsumer.inc |
|
|
DrupalOAuthDataStore.inc |
includes/DrupalOAuthDataStore.inc |
|
|
DrupalOAuthRequest.inc |
includes/DrupalOAuthRequest.inc |
|
|
DrupalOAuthServer.inc |
includes/DrupalOAuthServer.inc |
|
|
DrupalOAuthToken.inc |
includes/DrupalOAuthToken.inc |
|
|
LICENCE.txt |
lib/LICENCE.txt |
|
The OAuth php library is originally licensed under the MIT license. And is to be found at google code: http://code.google.com/p/oauth/
I, the maintainer of this module, will NOT accept any patches to this library, that haven't been submitted to… |
OAuth.php |
lib/OAuth.php |
|
OAuth 1.0 server and client library. |
OAuthSignatureMethod_HMAC.inc |
includes/OAuthSignatureMethod_HMAC.inc |
|
|
oauth_common.admin.inc |
oauth_common.admin.inc |
|
|
oauth_common.authorizations.inc |
oauth_common.authorizations.inc |
|
Functions related to a user's authorization section |
oauth_common.consumers.inc |
oauth_common.consumers.inc |
|
|
oauth_common.inc |
oauth_common.inc |
|
|
oauth_common.info |
oauth_common.info |
|
name = OAuth
description = Provides OAuth functionality
package = "OAuth"
dependencies[] = autoload
recommends[] = ctools
suggests[] = inputstream
core = 6.x
php = 5.2
files[] = lib/OAuth.php
files[] =… |
oauth_common.install |
oauth_common.install |
|
Installation and schema related functions for the OAuth module |
oauth_common.module |
oauth_common.module |
|
|
oauth_common.pages.inc |
oauth_common.pages.inc |
|
|
oauth_common_auth_level.tpl.php |
oauth_common_auth_level.tpl.php |
|
|
oauth_common_providerui.info |
oauth_common_providerui.info |
|
name = OAuth Provider UI
description = Provides a UI for when OAuth is acting as a provider.
package = "OAuth"
dependencies[] = oauth_common
core = 6.x
php = 5.2 |
oauth_common_providerui.module |
oauth_common_providerui.module |
|
|
update.6001.inc |
updates/update.6001.inc |
|
|
update.6002.inc |
updates/update.6002.inc |
|
|
update.6003.inc |
updates/update.6003.inc |
|
|
update.6100.inc |
updates/update.6100.inc |
|
|
update.6200.inc |
updates/update.6200.inc |
|
|
update.6201.inc |
updates/update.6201.inc |
|
|
update.6202.inc |
updates/update.6202.inc |
|
|
update.6300.inc |
updates/update.6300.inc |
|
|