Search:
Timeline
Browse Source
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
20293
for
extensions
Timestamp:
Jan 20, 2013, 6:16:23 PM (
12 years
ago)
Author:
mistic100
Message:
first commit of oAuth plugin, still in developpement
Location:
extensions/oAuth
Files:
259 added
.
(added)
admin
(added)
admin.php
(added)
admin/config.php
(added)
admin/index.php
(added)
admin/template
(added)
admin/template/config.tpl
(added)
admin/template/index.php
(added)
admin/template/style.css
(added)
auth.php
(added)
include
(added)
include/admin_events.inc.php
(added)
include/functions.inc.php
(added)
include/hybridauth
(added)
include/hybridauth/Hybrid
(added)
include/hybridauth/Hybrid/Auth.php
(added)
include/hybridauth/Hybrid/Endpoint.php
(added)
include/hybridauth/Hybrid/Error.php
(added)
include/hybridauth/Hybrid/Logger.php
(added)
include/hybridauth/Hybrid/Provider_Adapter.php
(added)
include/hybridauth/Hybrid/Provider_Model.php
(added)
include/hybridauth/Hybrid/Provider_Model_OAuth1.php
(added)
include/hybridauth/Hybrid/Provider_Model_OAuth2.php
(added)
include/hybridauth/Hybrid/Provider_Model_OpenID.php
(added)
include/hybridauth/Hybrid/Providers
(added)
include/hybridauth/Hybrid/Providers/Facebook.php
(added)
include/hybridauth/Hybrid/Providers/Google.php
(added)
include/hybridauth/Hybrid/Providers/Instagram.php
(added)
include/hybridauth/Hybrid/Providers/LinkedIn.php
(added)
include/hybridauth/Hybrid/Providers/Live.php
(added)
include/hybridauth/Hybrid/Providers/MySpace.php
(added)
include/hybridauth/Hybrid/Providers/OpenID.php
(added)
include/hybridauth/Hybrid/Providers/Tumblr.php
(added)
include/hybridauth/Hybrid/Providers/Twitter.php
(added)
include/hybridauth/Hybrid/Providers/Yahoo.php
(added)
include/hybridauth/Hybrid/Storage.php
(added)
include/hybridauth/Hybrid/User.php
(added)
include/hybridauth/Hybrid/User_Activity.php
(added)
include/hybridauth/Hybrid/User_Contact.php
(added)
include/hybridauth/Hybrid/User_Profile.php
(added)
include/hybridauth/Hybrid/index.html
(added)
include/hybridauth/Hybrid/resources
(added)
include/hybridauth/Hybrid/resources/config.php.tpl
(added)
include/hybridauth/Hybrid/resources/index.html
(added)
include/hybridauth/Hybrid/resources/openid_policy.html
(added)
include/hybridauth/Hybrid/resources/openid_realm.html
(added)
include/hybridauth/Hybrid/resources/openid_xrds.xml
(added)
include/hybridauth/Hybrid/thirdparty
(added)
include/hybridauth/Hybrid/thirdparty/Facebook
(added)
include/hybridauth/Hybrid/thirdparty/Facebook/base_facebook.php
(added)
include/hybridauth/Hybrid/thirdparty/Facebook/facebook.php
(added)
include/hybridauth/Hybrid/thirdparty/Facebook/fb_ca_chain_bundle.crt
(added)
include/hybridauth/Hybrid/thirdparty/LinkedIn
(added)
include/hybridauth/Hybrid/thirdparty/LinkedIn/LinkedIn.php
(added)
include/hybridauth/Hybrid/thirdparty/OAuth
(added)
include/hybridauth/Hybrid/thirdparty/OAuth/OAuth.php
(added)
include/hybridauth/Hybrid/thirdparty/OAuth/OAuth1Client.php
(added)
include/hybridauth/Hybrid/thirdparty/OAuth/OAuth2Client.php
(added)
include/hybridauth/Hybrid/thirdparty/OpenID
(added)
include/hybridauth/Hybrid/thirdparty/OpenID/LightOpenID.php
(added)
include/hybridauth/Hybrid/thirdparty/index.html
(added)
include/hybridauth/index.php
(added)
include/index.php
(added)
include/install.inc.php
(added)
include/providers_stats.inc.php
(added)
include/public_events.inc.php
(added)
include/test
(added)
include/test/examples
(added)
include/test/examples/facebook_integration
(added)
include/test/examples/facebook_integration/index.php
(added)
include/test/examples/hello_world
(added)
include/test/examples/hello_world/index.php
(added)
include/test/examples/index.html
(added)
include/test/examples/signin_signup
(added)
include/test/examples/signin_signup/application
(added)
include/test/examples/signin_signup/application.config.php
(added)
include/test/examples/signin_signup/application/base.php
(added)
include/test/examples/signin_signup/application/controllers
(added)
include/test/examples/signin_signup/application/controllers/authentications.php
(added)
include/test/examples/signin_signup/application/controllers/home.php
(added)
include/test/examples/signin_signup/application/controllers/pages.php
(added)
include/test/examples/signin_signup/application/controllers/users.php
(added)
include/test/examples/signin_signup/application/models
(added)
include/test/examples/signin_signup/application/models/authentication.php
(added)
include/test/examples/signin_signup/application/models/user.php
(added)
include/test/examples/signin_signup/application/public
(added)
include/test/examples/signin_signup/application/public/avatar.png
(added)
include/test/examples/signin_signup/application/public/css.css
(added)
include/test/examples/signin_signup/application/views
(added)
include/test/examples/signin_signup/application/views/pages
(added)
include/test/examples/signin_signup/application/views/pages/error.html
(added)
include/test/examples/signin_signup/application/views/pages/help.html
(added)
include/test/examples/signin_signup/application/views/users
(added)
include/test/examples/signin_signup/application/views/users/complete_registration.html
(added)
include/test/examples/signin_signup/application/views/users/login.html
(added)
include/test/examples/signin_signup/application/views/users/profile.html
(added)
include/test/examples/signin_signup/application/views/users/register.html
(added)
include/test/examples/signin_signup/database.sql
(added)
include/test/examples/signin_signup/index.php
(added)
include/test/examples/social_hub
(added)
include/test/examples/social_hub/activity.php
(added)
include/test/examples/social_hub/contacts.php
(added)
include/test/examples/social_hub/facebook_pages.php
(added)
include/test/examples/social_hub/includes
(added)
include/test/examples/social_hub/includes/common.php
(added)
include/test/examples/social_hub/includes/debugger.php
(added)
include/test/examples/social_hub/includes/menu.php
(added)
include/test/examples/social_hub/includes/sidebar.php
(added)
include/test/examples/social_hub/index.php
(added)
include/test/examples/social_hub/login.php
(added)
include/test/examples/social_hub/logout.php
(added)
include/test/examples/social_hub/logout_all.php
(added)
include/test/examples/social_hub/profile.php
(added)
include/test/examples/social_hub/public
(added)
include/test/examples/social_hub/public/avatar.png
(added)
include/test/examples/social_hub/public/css.css
(added)
include/test/examples/social_hub/status.php
(added)
include/test/examples/social_hub/timeline.php
(added)
include/test/examples/widget_authentication
(added)
include/test/examples/widget_authentication/index.php
(added)
include/test/examples/widget_authentication/mywebsite
(added)
include/test/examples/widget_authentication/mywebsite/arrow.gif
(added)
include/test/examples/widget_authentication/mywebsite/avatar.png
(added)
include/test/examples/widget_authentication/mywebsite/inc_authenticated_user.php
(added)
include/test/examples/widget_authentication/mywebsite/inc_unauthenticated_user.php
(added)
include/test/examples/widget_authentication/mywebsite/index.php
(added)
include/test/examples/widget_authentication/readme.txt
(added)
include/test/examples/widget_authentication/widget
(added)
include/test/examples/widget_authentication/widget/css
(added)
include/test/examples/widget_authentication/widget/css/colorbox.css
(added)
include/test/examples/widget_authentication/widget/images
(added)
include/test/examples/widget_authentication/widget/images/border.png
(added)
include/test/examples/widget_authentication/widget/images/controls.png
(added)
include/test/examples/widget_authentication/widget/images/fadegrey.png
(added)
include/test/examples/widget_authentication/widget/images/icons
(added)
include/test/examples/widget_authentication/widget/images/icons/alert.png
(added)
include/test/examples/widget_authentication/widget/images/icons/blogger.png
(added)
include/test/examples/widget_authentication/widget/images/icons/facebook.png
(added)
include/test/examples/widget_authentication/widget/images/icons/flickr.png
(added)
include/test/examples/widget_authentication/widget/images/icons/google.png
(added)
include/test/examples/widget_authentication/widget/images/icons/linkedin.png
(added)
include/test/examples/widget_authentication/widget/images/icons/livejournal.png
(added)
include/test/examples/widget_authentication/widget/images/icons/myspace.png
(added)
include/test/examples/widget_authentication/widget/images/icons/openid.png
(added)
include/test/examples/widget_authentication/widget/images/icons/twitter.png
(added)
include/test/examples/widget_authentication/widget/images/icons/wordpress.png
(added)
include/test/examples/widget_authentication/widget/images/icons/yahoo.png
(added)
include/test/examples/widget_authentication/widget/images/ie6
(added)
include/test/examples/widget_authentication/widget/images/ie6/borderBottomCenter.png
(added)
include/test/examples/widget_authentication/widget/images/ie6/borderBottomLeft.png
(added)
include/test/examples/widget_authentication/widget/images/ie6/borderBottomRight.png
(added)
include/test/examples/widget_authentication/widget/images/ie6/borderMiddleLeft.png
(added)
include/test/examples/widget_authentication/widget/images/ie6/borderMiddleRight.png
(added)
include/test/examples/widget_authentication/widget/images/ie6/borderTopCenter.png
(added)
include/test/examples/widget_authentication/widget/images/ie6/borderTopLeft.png
(added)
include/test/examples/widget_authentication/widget/images/ie6/borderTopRight.png
(added)
include/test/examples/widget_authentication/widget/images/loading.gif
(added)
include/test/examples/widget_authentication/widget/images/loading_background.png
(added)
include/test/examples/widget_authentication/widget/images/orange.loading.gif
(added)
include/test/examples/widget_authentication/widget/images/overlay.png
(added)
include/test/examples/widget_authentication/widget/index.php
(added)
include/test/examples/widget_authentication/widget/js
(added)
include/test/examples/widget_authentication/widget/js/jquery.colorbox.js
(added)
include/test/examples/widget_authentication/widget/js/jquery.min.js
(added)
include/test/hybridauth
(added)
include/test/hybridauth/Hybrid
(added)
include/test/hybridauth/Hybrid/Auth.php
(added)
include/test/hybridauth/Hybrid/Endpoint.php
(added)
include/test/hybridauth/Hybrid/Error.php
(added)
include/test/hybridauth/Hybrid/Logger.php
(added)
include/test/hybridauth/Hybrid/Provider_Adapter.php
(added)
include/test/hybridauth/Hybrid/Provider_Model.php
(added)
include/test/hybridauth/Hybrid/Provider_Model_OAuth1.php
(added)
include/test/hybridauth/Hybrid/Provider_Model_OAuth2.php
(added)
include/test/hybridauth/Hybrid/Provider_Model_OpenID.php
(added)
include/test/hybridauth/Hybrid/Providers
(added)
include/test/hybridauth/Hybrid/Providers/AOL.php
(added)
include/test/hybridauth/Hybrid/Providers/Facebook.php
(added)
include/test/hybridauth/Hybrid/Providers/Foursquare.php
(added)
include/test/hybridauth/Hybrid/Providers/Google.php
(added)
include/test/hybridauth/Hybrid/Providers/LinkedIn.php
(added)
include/test/hybridauth/Hybrid/Providers/Live.php
(added)
include/test/hybridauth/Hybrid/Providers/MySpace.php
(added)
include/test/hybridauth/Hybrid/Providers/OpenID.php
(added)
include/test/hybridauth/Hybrid/Providers/Twitter.php
(added)
include/test/hybridauth/Hybrid/Providers/Yahoo.php
(added)
include/test/hybridauth/Hybrid/Storage.php
(added)
include/test/hybridauth/Hybrid/User.php
(added)
include/test/hybridauth/Hybrid/User_Activity.php
(added)
include/test/hybridauth/Hybrid/User_Contact.php
(added)
include/test/hybridauth/Hybrid/User_Profile.php
(added)
include/test/hybridauth/Hybrid/index.html
(added)
include/test/hybridauth/Hybrid/resources
(added)
include/test/hybridauth/Hybrid/resources/config.php.tpl
(added)
include/test/hybridauth/Hybrid/resources/index.html
(added)
include/test/hybridauth/Hybrid/resources/openid_policy.html
(added)
include/test/hybridauth/Hybrid/resources/openid_realm.html
(added)
include/test/hybridauth/Hybrid/resources/openid_xrds.xml
(added)
include/test/hybridauth/Hybrid/thirdparty
(added)
include/test/hybridauth/Hybrid/thirdparty/Facebook
(added)
include/test/hybridauth/Hybrid/thirdparty/Facebook/base_facebook.php
(added)
include/test/hybridauth/Hybrid/thirdparty/Facebook/facebook.php
(added)
include/test/hybridauth/Hybrid/thirdparty/Facebook/fb_ca_chain_bundle.crt
(added)
include/test/hybridauth/Hybrid/thirdparty/LinkedIn
(added)
include/test/hybridauth/Hybrid/thirdparty/LinkedIn/LinkedIn.php
(added)
include/test/hybridauth/Hybrid/thirdparty/OAuth
(added)
include/test/hybridauth/Hybrid/thirdparty/OAuth/OAuth.php
(added)
include/test/hybridauth/Hybrid/thirdparty/OAuth/OAuth1Client.php
(added)
include/test/hybridauth/Hybrid/thirdparty/OAuth/OAuth2Client.php
(added)
include/test/hybridauth/Hybrid/thirdparty/OpenID
(added)
include/test/hybridauth/Hybrid/thirdparty/OpenID/LightOpenID.php
(added)
include/test/hybridauth/Hybrid/thirdparty/index.html
(added)
include/test/hybridauth/config.php
(added)
include/test/hybridauth/index.php
(added)
include/test/hybridauth/install.php
(added)
index.php
(added)
language
(added)
language/en_UK
(added)
language/en_UK/description.txt
(added)
language/en_UK/index.php
(added)
language/en_UK/plugin.lang.php
(added)
language/fr_FR
(added)
language/fr_FR/description.txt
(added)
language/fr_FR/index.php
(added)
language/fr_FR/plugin.lang.php
(added)
language/index.php
(added)
main.inc.php
(added)
maintain.inc.php
(added)
template
(added)
template/ajax-loader-big.gif
(added)
template/auth.tpl
(added)
template/avatar-default.png
(added)
template/icons
(added)
template/icons/facebook_big.png
(added)
template/icons/facebook_small.png
(added)
template/icons/google_big.png
(added)
template/icons/google_small.png
(added)
template/icons/index.php
(added)
template/icons/instagram_big.png
(added)
template/icons/instagram_small.png
(added)
template/icons/linkedin_big.png
(added)
template/icons/linkedin_small.png
(added)
template/icons/live_big.png
(added)
template/icons/live_small.png
(added)
template/icons/openid_big.png
(added)
template/icons/openid_small.png
(added)
template/icons/tumblr_big.png
(added)
template/icons/tumblr_small.png
(added)
template/icons/twitter_big.png
(added)
template/icons/twitter_small.png
(added)
template/icons/wordpress_big.png
(added)
template/icons/wordpress_small.png
(added)
template/icons/yahoo_big.png
(added)
template/icons/yahoo_small.png
(added)
template/identification_common.tpl
(added)
template/identification_menubar.tpl
(added)
template/identification_page.tpl
(added)
template/index.php
(added)
template/profile.tpl
(added)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive