Remove deprecated oauth 2 plugin
authorJessica Tallon <jessica@megworld.co.uk>
Mon, 12 Jan 2015 16:24:36 +0000 (16:24 +0000)
committerJessica Tallon <jessica@megworld.co.uk>
Sun, 15 Feb 2015 16:17:01 +0000 (17:17 +0100)
commit247c987cf7711d5cc77bddbe565827c3ee9b50d7
treee7870169494bc8f126b372144628b44ca58d689c
parent4fd520364f7d2405d09ac0d6bf561285356e4adb
Remove deprecated oauth 2 plugin
15 files changed:
docs/source/plugindocs/oauth.rst [deleted file]
mediagoblin/plugins/oauth/README.rst [deleted file]
mediagoblin/plugins/oauth/__init__.py [deleted file]
mediagoblin/plugins/oauth/forms.py [deleted file]
mediagoblin/plugins/oauth/migrations.py [deleted file]
mediagoblin/plugins/oauth/models.py [deleted file]
mediagoblin/plugins/oauth/templates/oauth/authorize.html [deleted file]
mediagoblin/plugins/oauth/templates/oauth/client/connections.html [deleted file]
mediagoblin/plugins/oauth/templates/oauth/client/list.html [deleted file]
mediagoblin/plugins/oauth/templates/oauth/client/register.html [deleted file]
mediagoblin/plugins/oauth/tools.py [deleted file]
mediagoblin/plugins/oauth/views.py [deleted file]
mediagoblin/tests/test_http_callback.py [deleted file]
mediagoblin/tests/test_mgoblin_app.ini
mediagoblin/tests/test_oauth2.py [deleted file]