Skip to content

Commit

Permalink
Removed StatusNet / Identica code
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Chernyshev committed May 7, 2016
1 parent 7253d37 commit 2fcf788
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 230 deletions.
4 changes: 0 additions & 4 deletions admin/modules.php
Expand Up @@ -62,10 +62,6 @@
'class' => 'OhlohAuthenticationModule',
'category_slug' => 'auth'
),
'statusnet' => array(
'class' => 'StatusNetAuthenticationModule',
'category_slug' => 'auth'
),
'mailchimp' => array(
'class' => 'MailChimpModule',
'experimental' => true,
Expand Down
Binary file removed modules/statusnet/StatusNet_badge_green.png
Binary file not shown.
Binary file removed modules/statusnet/images/logo_100x.png
Binary file not shown.
200 changes: 0 additions & 200 deletions modules/statusnet/index.php

This file was deleted.

13 changes: 0 additions & 13 deletions users_config.localtest.php
Expand Up @@ -113,19 +113,6 @@
#UserConfig::loadModule('twitter');
#new TwitterAuthenticationModule('...api.key.goes.here...', '...api.secret.goes.here...');

/**
* Status.Net Authentication configuration
* Register your app with your Status.Net installation
* And then uncomment two lines below and copy API Key, App Secret
* as well as provider name and root URL for the site and API
*/
#UserConfig::loadModule('statusnet');
#new StatusNetAuthenticationModule('...api.key.goes.here...', '...api.secret.goes.here...', '...provider.name...', '...base.app.url...', '...base.api.url...');

# Identi.ca's simplified setup (get your keys here: http://identi.ca/settings/oauthapps)
#UserConfig::loadModule('statusnet');
#new StatusNetAuthenticationModule('...identi.ca.api.key.goes.here...', '...identi.ca.api.secret.goes.here...');

/**
* Google OAuth Authentication configuration
* Register your app here: https://www.google.com/accounts/ManageDomains
Expand Down
13 changes: 0 additions & 13 deletions users_config.sample.php
Expand Up @@ -125,19 +125,6 @@
#UserConfig::loadModule('twitter');
#new TwitterAuthenticationModule('...api.key.goes.here...', '...api.secret.goes.here...');

/**
* Status.Net Authentication configuration
* Register your app with your Status.Net installation
* And then uncomment two lines below and copy API Key, App Secret
* as well as provider name and root URL for the site and API
*/
#UserConfig::loadModule('statusnet');
#new StatusNetAuthenticationModule('...api.key.goes.here...', '...api.secret.goes.here...', '...provider.name...', '...base.app.url...', '...base.api.url...');

# Identi.ca's simplified setup (get your keys here: http://identi.ca/settings/oauthapps)
#UserConfig::loadModule('statusnet');
#new StatusNetAuthenticationModule('...identi.ca.api.key.goes.here...', '...identi.ca.api.secret.goes.here...');

/**
* Meetup Authentication configuration
* Register your app here: http://www.meetup.com/meetup_api/oauth_consumers/
Expand Down

0 comments on commit 2fcf788

Please sign in to comment.