From cbffa0f00730866b84ea533161235a59e5b7edbf Mon Sep 17 00:00:00 2001 From: Stephane Glondu <steph@glondu.net> Date: Thu, 15 Mar 2012 16:27:46 +0100 Subject: [PATCH] Automatic commit: rename auth/ into helios_auth/ --- {auth => helios_auth}/__init__.py | 0 {auth => helios_auth}/auth_systems/__init__.py | 0 {auth => helios_auth}/auth_systems/cas.py | 0 {auth => helios_auth}/auth_systems/facebook.py | 0 .../auth_systems/facebookclient/__init__.py | 0 .../facebookclient/djangofb/__init__.py | 0 .../facebookclient/djangofb/context_processors.py | 0 .../facebookclient/djangofb/default_app/__init__.py | 0 .../facebookclient/djangofb/default_app/models.py | 0 .../djangofb/default_app/templates/canvas.fbml | 0 .../facebookclient/djangofb/default_app/urls.py | 0 .../facebookclient/djangofb/default_app/views.py | 0 .../auth_systems/facebookclient/djangofb/models.py | 0 .../auth_systems/facebookclient/webappfb.py | 0 .../auth_systems/facebookclient/wsgi.py | 0 {auth => helios_auth}/auth_systems/google.py | 0 {auth => helios_auth}/auth_systems/linkedin.py | 0 {auth => helios_auth}/auth_systems/live.py | 0 .../auth_systems/oauthclient/README | 0 .../auth_systems/oauthclient/__init__.py | 0 .../auth_systems/oauthclient/client.py | 0 .../auth_systems/oauthclient/oauth/CHANGES.txt | 0 .../auth_systems/oauthclient/oauth/__init__.py | 0 .../auth_systems/oauthclient/oauth/rsa.py | 0 .../auth_systems/openid/__init__.py | 0 {auth => helios_auth}/auth_systems/openid/util.py | 0 .../auth_systems/openid/view_helpers.py | 0 {auth => helios_auth}/auth_systems/password.py | 0 {auth => helios_auth}/auth_systems/twitter.py | 0 {auth => helios_auth}/auth_systems/yahoo.py | 0 {auth => helios_auth}/jsonfield.py | 0 {auth => helios_auth}/media/login-icons/cas.png | Bin .../media/login-icons/facebook.png | Bin {auth => helios_auth}/media/login-icons/google.png | Bin .../media/login-icons/linkedin.png | Bin .../media/login-icons/password.png | Bin {auth => helios_auth}/media/login-icons/twitter.png | Bin {auth => helios_auth}/media/login-icons/yahoo.png | Bin {auth => helios_auth}/media/main.css | 0 {auth => helios_auth}/media/signin-with-twitter.png | Bin {auth => helios_auth}/media/twitter.png | Bin {auth => helios_auth}/migrations/0001_initial.py | 0 {auth => helios_auth}/migrations/__init__.py | 0 {auth => helios_auth}/models.py | 0 {auth => helios_auth}/security/__init__.py | 0 {auth => helios_auth}/security/oauth.py | 0 {auth => helios_auth}/templates/base.html | 0 {auth => helios_auth}/templates/index.html | 0 {auth => helios_auth}/templates/login_box.html | 0 .../templates/password/forgot.html | 0 {auth => helios_auth}/templates/password/login.html | 0 {auth => helios_auth}/templates/perms_why.html | 0 {auth => helios_auth}/templates/twitter/follow.html | 0 {auth => helios_auth}/tests.py | 0 {auth => helios_auth}/urls.py | 0 {auth => helios_auth}/utils.py | 0 {auth => helios_auth}/view_utils.py | 0 {auth => helios_auth}/views.py | 0 58 files changed, 0 insertions(+), 0 deletions(-) rename {auth => helios_auth}/__init__.py (100%) rename {auth => helios_auth}/auth_systems/__init__.py (100%) rename {auth => helios_auth}/auth_systems/cas.py (100%) rename {auth => helios_auth}/auth_systems/facebook.py (100%) rename {auth => helios_auth}/auth_systems/facebookclient/__init__.py (100%) rename {auth => helios_auth}/auth_systems/facebookclient/djangofb/__init__.py (100%) rename {auth => helios_auth}/auth_systems/facebookclient/djangofb/context_processors.py (100%) rename {auth => helios_auth}/auth_systems/facebookclient/djangofb/default_app/__init__.py (100%) rename {auth => helios_auth}/auth_systems/facebookclient/djangofb/default_app/models.py (100%) rename {auth => helios_auth}/auth_systems/facebookclient/djangofb/default_app/templates/canvas.fbml (100%) rename {auth => helios_auth}/auth_systems/facebookclient/djangofb/default_app/urls.py (100%) rename {auth => helios_auth}/auth_systems/facebookclient/djangofb/default_app/views.py (100%) rename {auth => helios_auth}/auth_systems/facebookclient/djangofb/models.py (100%) rename {auth => helios_auth}/auth_systems/facebookclient/webappfb.py (100%) rename {auth => helios_auth}/auth_systems/facebookclient/wsgi.py (100%) rename {auth => helios_auth}/auth_systems/google.py (100%) rename {auth => helios_auth}/auth_systems/linkedin.py (100%) rename {auth => helios_auth}/auth_systems/live.py (100%) rename {auth => helios_auth}/auth_systems/oauthclient/README (100%) rename {auth => helios_auth}/auth_systems/oauthclient/__init__.py (100%) rename {auth => helios_auth}/auth_systems/oauthclient/client.py (100%) rename {auth => helios_auth}/auth_systems/oauthclient/oauth/CHANGES.txt (100%) rename {auth => helios_auth}/auth_systems/oauthclient/oauth/__init__.py (100%) rename {auth => helios_auth}/auth_systems/oauthclient/oauth/rsa.py (100%) rename {auth => helios_auth}/auth_systems/openid/__init__.py (100%) rename {auth => helios_auth}/auth_systems/openid/util.py (100%) rename {auth => helios_auth}/auth_systems/openid/view_helpers.py (100%) rename {auth => helios_auth}/auth_systems/password.py (100%) rename {auth => helios_auth}/auth_systems/twitter.py (100%) rename {auth => helios_auth}/auth_systems/yahoo.py (100%) rename {auth => helios_auth}/jsonfield.py (100%) rename {auth => helios_auth}/media/login-icons/cas.png (100%) rename {auth => helios_auth}/media/login-icons/facebook.png (100%) rename {auth => helios_auth}/media/login-icons/google.png (100%) rename {auth => helios_auth}/media/login-icons/linkedin.png (100%) rename {auth => helios_auth}/media/login-icons/password.png (100%) rename {auth => helios_auth}/media/login-icons/twitter.png (100%) rename {auth => helios_auth}/media/login-icons/yahoo.png (100%) rename {auth => helios_auth}/media/main.css (100%) rename {auth => helios_auth}/media/signin-with-twitter.png (100%) rename {auth => helios_auth}/media/twitter.png (100%) rename {auth => helios_auth}/migrations/0001_initial.py (100%) rename {auth => helios_auth}/migrations/__init__.py (100%) rename {auth => helios_auth}/models.py (100%) rename {auth => helios_auth}/security/__init__.py (100%) rename {auth => helios_auth}/security/oauth.py (100%) rename {auth => helios_auth}/templates/base.html (100%) rename {auth => helios_auth}/templates/index.html (100%) rename {auth => helios_auth}/templates/login_box.html (100%) rename {auth => helios_auth}/templates/password/forgot.html (100%) rename {auth => helios_auth}/templates/password/login.html (100%) rename {auth => helios_auth}/templates/perms_why.html (100%) rename {auth => helios_auth}/templates/twitter/follow.html (100%) rename {auth => helios_auth}/tests.py (100%) rename {auth => helios_auth}/urls.py (100%) rename {auth => helios_auth}/utils.py (100%) rename {auth => helios_auth}/view_utils.py (100%) rename {auth => helios_auth}/views.py (100%) diff --git a/auth/__init__.py b/helios_auth/__init__.py similarity index 100% rename from auth/__init__.py rename to helios_auth/__init__.py diff --git a/auth/auth_systems/__init__.py b/helios_auth/auth_systems/__init__.py similarity index 100% rename from auth/auth_systems/__init__.py rename to helios_auth/auth_systems/__init__.py diff --git a/auth/auth_systems/cas.py b/helios_auth/auth_systems/cas.py similarity index 100% rename from auth/auth_systems/cas.py rename to helios_auth/auth_systems/cas.py diff --git a/auth/auth_systems/facebook.py b/helios_auth/auth_systems/facebook.py similarity index 100% rename from auth/auth_systems/facebook.py rename to helios_auth/auth_systems/facebook.py diff --git a/auth/auth_systems/facebookclient/__init__.py b/helios_auth/auth_systems/facebookclient/__init__.py similarity index 100% rename from auth/auth_systems/facebookclient/__init__.py rename to helios_auth/auth_systems/facebookclient/__init__.py diff --git a/auth/auth_systems/facebookclient/djangofb/__init__.py b/helios_auth/auth_systems/facebookclient/djangofb/__init__.py similarity index 100% rename from auth/auth_systems/facebookclient/djangofb/__init__.py rename to helios_auth/auth_systems/facebookclient/djangofb/__init__.py diff --git a/auth/auth_systems/facebookclient/djangofb/context_processors.py b/helios_auth/auth_systems/facebookclient/djangofb/context_processors.py similarity index 100% rename from auth/auth_systems/facebookclient/djangofb/context_processors.py rename to helios_auth/auth_systems/facebookclient/djangofb/context_processors.py diff --git a/auth/auth_systems/facebookclient/djangofb/default_app/__init__.py b/helios_auth/auth_systems/facebookclient/djangofb/default_app/__init__.py similarity index 100% rename from auth/auth_systems/facebookclient/djangofb/default_app/__init__.py rename to helios_auth/auth_systems/facebookclient/djangofb/default_app/__init__.py diff --git a/auth/auth_systems/facebookclient/djangofb/default_app/models.py b/helios_auth/auth_systems/facebookclient/djangofb/default_app/models.py similarity index 100% rename from auth/auth_systems/facebookclient/djangofb/default_app/models.py rename to helios_auth/auth_systems/facebookclient/djangofb/default_app/models.py diff --git a/auth/auth_systems/facebookclient/djangofb/default_app/templates/canvas.fbml b/helios_auth/auth_systems/facebookclient/djangofb/default_app/templates/canvas.fbml similarity index 100% rename from auth/auth_systems/facebookclient/djangofb/default_app/templates/canvas.fbml rename to helios_auth/auth_systems/facebookclient/djangofb/default_app/templates/canvas.fbml diff --git a/auth/auth_systems/facebookclient/djangofb/default_app/urls.py b/helios_auth/auth_systems/facebookclient/djangofb/default_app/urls.py similarity index 100% rename from auth/auth_systems/facebookclient/djangofb/default_app/urls.py rename to helios_auth/auth_systems/facebookclient/djangofb/default_app/urls.py diff --git a/auth/auth_systems/facebookclient/djangofb/default_app/views.py b/helios_auth/auth_systems/facebookclient/djangofb/default_app/views.py similarity index 100% rename from auth/auth_systems/facebookclient/djangofb/default_app/views.py rename to helios_auth/auth_systems/facebookclient/djangofb/default_app/views.py diff --git a/auth/auth_systems/facebookclient/djangofb/models.py b/helios_auth/auth_systems/facebookclient/djangofb/models.py similarity index 100% rename from auth/auth_systems/facebookclient/djangofb/models.py rename to helios_auth/auth_systems/facebookclient/djangofb/models.py diff --git a/auth/auth_systems/facebookclient/webappfb.py b/helios_auth/auth_systems/facebookclient/webappfb.py similarity index 100% rename from auth/auth_systems/facebookclient/webappfb.py rename to helios_auth/auth_systems/facebookclient/webappfb.py diff --git a/auth/auth_systems/facebookclient/wsgi.py b/helios_auth/auth_systems/facebookclient/wsgi.py similarity index 100% rename from auth/auth_systems/facebookclient/wsgi.py rename to helios_auth/auth_systems/facebookclient/wsgi.py diff --git a/auth/auth_systems/google.py b/helios_auth/auth_systems/google.py similarity index 100% rename from auth/auth_systems/google.py rename to helios_auth/auth_systems/google.py diff --git a/auth/auth_systems/linkedin.py b/helios_auth/auth_systems/linkedin.py similarity index 100% rename from auth/auth_systems/linkedin.py rename to helios_auth/auth_systems/linkedin.py diff --git a/auth/auth_systems/live.py b/helios_auth/auth_systems/live.py similarity index 100% rename from auth/auth_systems/live.py rename to helios_auth/auth_systems/live.py diff --git a/auth/auth_systems/oauthclient/README b/helios_auth/auth_systems/oauthclient/README similarity index 100% rename from auth/auth_systems/oauthclient/README rename to helios_auth/auth_systems/oauthclient/README diff --git a/auth/auth_systems/oauthclient/__init__.py b/helios_auth/auth_systems/oauthclient/__init__.py similarity index 100% rename from auth/auth_systems/oauthclient/__init__.py rename to helios_auth/auth_systems/oauthclient/__init__.py diff --git a/auth/auth_systems/oauthclient/client.py b/helios_auth/auth_systems/oauthclient/client.py similarity index 100% rename from auth/auth_systems/oauthclient/client.py rename to helios_auth/auth_systems/oauthclient/client.py diff --git a/auth/auth_systems/oauthclient/oauth/CHANGES.txt b/helios_auth/auth_systems/oauthclient/oauth/CHANGES.txt similarity index 100% rename from auth/auth_systems/oauthclient/oauth/CHANGES.txt rename to helios_auth/auth_systems/oauthclient/oauth/CHANGES.txt diff --git a/auth/auth_systems/oauthclient/oauth/__init__.py b/helios_auth/auth_systems/oauthclient/oauth/__init__.py similarity index 100% rename from auth/auth_systems/oauthclient/oauth/__init__.py rename to helios_auth/auth_systems/oauthclient/oauth/__init__.py diff --git a/auth/auth_systems/oauthclient/oauth/rsa.py b/helios_auth/auth_systems/oauthclient/oauth/rsa.py similarity index 100% rename from auth/auth_systems/oauthclient/oauth/rsa.py rename to helios_auth/auth_systems/oauthclient/oauth/rsa.py diff --git a/auth/auth_systems/openid/__init__.py b/helios_auth/auth_systems/openid/__init__.py similarity index 100% rename from auth/auth_systems/openid/__init__.py rename to helios_auth/auth_systems/openid/__init__.py diff --git a/auth/auth_systems/openid/util.py b/helios_auth/auth_systems/openid/util.py similarity index 100% rename from auth/auth_systems/openid/util.py rename to helios_auth/auth_systems/openid/util.py diff --git a/auth/auth_systems/openid/view_helpers.py b/helios_auth/auth_systems/openid/view_helpers.py similarity index 100% rename from auth/auth_systems/openid/view_helpers.py rename to helios_auth/auth_systems/openid/view_helpers.py diff --git a/auth/auth_systems/password.py b/helios_auth/auth_systems/password.py similarity index 100% rename from auth/auth_systems/password.py rename to helios_auth/auth_systems/password.py diff --git a/auth/auth_systems/twitter.py b/helios_auth/auth_systems/twitter.py similarity index 100% rename from auth/auth_systems/twitter.py rename to helios_auth/auth_systems/twitter.py diff --git a/auth/auth_systems/yahoo.py b/helios_auth/auth_systems/yahoo.py similarity index 100% rename from auth/auth_systems/yahoo.py rename to helios_auth/auth_systems/yahoo.py diff --git a/auth/jsonfield.py b/helios_auth/jsonfield.py similarity index 100% rename from auth/jsonfield.py rename to helios_auth/jsonfield.py diff --git a/auth/media/login-icons/cas.png b/helios_auth/media/login-icons/cas.png similarity index 100% rename from auth/media/login-icons/cas.png rename to helios_auth/media/login-icons/cas.png diff --git a/auth/media/login-icons/facebook.png b/helios_auth/media/login-icons/facebook.png similarity index 100% rename from auth/media/login-icons/facebook.png rename to helios_auth/media/login-icons/facebook.png diff --git a/auth/media/login-icons/google.png b/helios_auth/media/login-icons/google.png similarity index 100% rename from auth/media/login-icons/google.png rename to helios_auth/media/login-icons/google.png diff --git a/auth/media/login-icons/linkedin.png b/helios_auth/media/login-icons/linkedin.png similarity index 100% rename from auth/media/login-icons/linkedin.png rename to helios_auth/media/login-icons/linkedin.png diff --git a/auth/media/login-icons/password.png b/helios_auth/media/login-icons/password.png similarity index 100% rename from auth/media/login-icons/password.png rename to helios_auth/media/login-icons/password.png diff --git a/auth/media/login-icons/twitter.png b/helios_auth/media/login-icons/twitter.png similarity index 100% rename from auth/media/login-icons/twitter.png rename to helios_auth/media/login-icons/twitter.png diff --git a/auth/media/login-icons/yahoo.png b/helios_auth/media/login-icons/yahoo.png similarity index 100% rename from auth/media/login-icons/yahoo.png rename to helios_auth/media/login-icons/yahoo.png diff --git a/auth/media/main.css b/helios_auth/media/main.css similarity index 100% rename from auth/media/main.css rename to helios_auth/media/main.css diff --git a/auth/media/signin-with-twitter.png b/helios_auth/media/signin-with-twitter.png similarity index 100% rename from auth/media/signin-with-twitter.png rename to helios_auth/media/signin-with-twitter.png diff --git a/auth/media/twitter.png b/helios_auth/media/twitter.png similarity index 100% rename from auth/media/twitter.png rename to helios_auth/media/twitter.png diff --git a/auth/migrations/0001_initial.py b/helios_auth/migrations/0001_initial.py similarity index 100% rename from auth/migrations/0001_initial.py rename to helios_auth/migrations/0001_initial.py diff --git a/auth/migrations/__init__.py b/helios_auth/migrations/__init__.py similarity index 100% rename from auth/migrations/__init__.py rename to helios_auth/migrations/__init__.py diff --git a/auth/models.py b/helios_auth/models.py similarity index 100% rename from auth/models.py rename to helios_auth/models.py diff --git a/auth/security/__init__.py b/helios_auth/security/__init__.py similarity index 100% rename from auth/security/__init__.py rename to helios_auth/security/__init__.py diff --git a/auth/security/oauth.py b/helios_auth/security/oauth.py similarity index 100% rename from auth/security/oauth.py rename to helios_auth/security/oauth.py diff --git a/auth/templates/base.html b/helios_auth/templates/base.html similarity index 100% rename from auth/templates/base.html rename to helios_auth/templates/base.html diff --git a/auth/templates/index.html b/helios_auth/templates/index.html similarity index 100% rename from auth/templates/index.html rename to helios_auth/templates/index.html diff --git a/auth/templates/login_box.html b/helios_auth/templates/login_box.html similarity index 100% rename from auth/templates/login_box.html rename to helios_auth/templates/login_box.html diff --git a/auth/templates/password/forgot.html b/helios_auth/templates/password/forgot.html similarity index 100% rename from auth/templates/password/forgot.html rename to helios_auth/templates/password/forgot.html diff --git a/auth/templates/password/login.html b/helios_auth/templates/password/login.html similarity index 100% rename from auth/templates/password/login.html rename to helios_auth/templates/password/login.html diff --git a/auth/templates/perms_why.html b/helios_auth/templates/perms_why.html similarity index 100% rename from auth/templates/perms_why.html rename to helios_auth/templates/perms_why.html diff --git a/auth/templates/twitter/follow.html b/helios_auth/templates/twitter/follow.html similarity index 100% rename from auth/templates/twitter/follow.html rename to helios_auth/templates/twitter/follow.html diff --git a/auth/tests.py b/helios_auth/tests.py similarity index 100% rename from auth/tests.py rename to helios_auth/tests.py diff --git a/auth/urls.py b/helios_auth/urls.py similarity index 100% rename from auth/urls.py rename to helios_auth/urls.py diff --git a/auth/utils.py b/helios_auth/utils.py similarity index 100% rename from auth/utils.py rename to helios_auth/utils.py diff --git a/auth/view_utils.py b/helios_auth/view_utils.py similarity index 100% rename from auth/view_utils.py rename to helios_auth/view_utils.py diff --git a/auth/views.py b/helios_auth/views.py similarity index 100% rename from auth/views.py rename to helios_auth/views.py -- GitLab