Ignore:
Timestamp:
Mar 15, 2013, 6:43:07 PM (11 years ago)
Author:
mistic100
Message:

don't delete keys when the provider is removed, hide fieldset when no provider active, use jQuery instead of $

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/oAuth/include/providers_stats.inc.php

    r20368 r21584  
    77    'require_client_id' => true,
    88    'new_app_link'      => 'https://developers.facebook.com/apps',
    9     'userguide_section' => 'http://hybridauth.sourceforge.net/userguide/IDProvider_info_Facebook.html',
    109    'scope'             => 'email',
    1110  ),
     
    1716    'require_client_id' => true,
    1817    'new_app_link'      => 'https://code.google.com/apis/console',
    19     'userguide_section' => 'http://hybridauth.sourceforge.net/userguide/IDProvider_info_Google.html',
    2018    'scope'             => 'https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email',
    2119  ),
     
    2624    'require_client_id' => true,
    2725    'new_app_link'      => 'http://instagram.com/developer/clients/manage',
    28     'userguide_section' => null,
    2926  ),
    3027  'LinkedIn' => array(
     
    3229    'provider_name'     => 'LinkedIn',
    3330    'new_app_link'      => 'https://www.linkedin.com/secure/developer',
    34     'userguide_section' => 'http://hybridauth.sourceforge.net/userguide/IDProvider_info_LinkedIn.html',
    3531  ),
    3632  'Tumblr' => array(
     
    3834    'provider_name'     => 'Tumblr',
    3935    'new_app_link'      => 'http://www.tumblr.com/oauth/apps',
    40     'userguide_section' => 'http://hybridauth.sourceforge.net/userguide/IDProvider_info_Tumblr.html',
    4136  ),
    4237  'Twitter' => array(
     
    4439    'provider_name'     => 'Twitter',
    4540    'new_app_link'      => 'https://dev.twitter.com/apps',
    46     'userguide_section' => 'http://hybridauth.sourceforge.net/userguide/IDProvider_info_Twitter.html',
    4741  ),
    4842  'Live' => array(
     
    5145    'require_client_id' => true,
    5246    'new_app_link'      => 'https://manage.dev.live.com/ApplicationOverview.aspx',
    53     'userguide_section' => 'http://hybridauth.sourceforge.net/userguide/IDProvider_info_Live.html',
    5447  ),
    5548  'Yahoo' => array(
     
    5750    'provider_name'     => 'Yahoo!',
    5851    'new_app_link'      => 'https://developer.apps.yahoo.com/projects/',
    59     'userguide_section' => 'http://hybridauth.sourceforge.net/userguide/IDProvider_info_Yahoo.html',
    6052  ),
    6153  'OpenID' => array(
     
    6355    'provider_name'     => 'OpenID',
    6456    'new_app_link'      => null,
    65     'userguide_section' => 'http://hybridauth.sourceforge.net/userguide/IDProvider_info_OpenID.html',
    6657  ),
    6758  'Flickr' => array(
     
    6960    'provider_name'     => 'Flickr',
    7061    'new_app_link'      => null,
    71     'userguide_section' => 'http://hybridauth.sourceforge.net/userguide/IDProvider_info_OpenID.html',
    7262  ),
    7363  'Wordpress' => array(
     
    7565    'provider_name'     => 'Wordpress',
    7666    'new_app_link'      => null,
    77     'userguide_section' => 'http://hybridauth.sourceforge.net/userguide/IDProvider_info_OpenID.html',
    7867  ),
    7968);
Note: See TracChangeset for help on using the changeset viewer.