]>
git.parisson.com Git - django-social-auth.git/log
Stas Kravets [Mon, 29 Aug 2011 08:43:12 +0000 (12:43 +0400)]
Merge remote-tracking branch 'upstream/master'
Conflicts:
example/local_settings.py.template
Marco Monaco [Mon, 29 Aug 2011 08:32:52 +0000 (10:32 +0200)]
removed logging
Marco Monaco [Mon, 29 Aug 2011 08:15:11 +0000 (10:15 +0200)]
modified the exception handling to be more uniform with social_auth
Matías Aguirre [Mon, 29 Aug 2011 00:48:03 +0000 (21:48 -0300)]
Disable commit_on_success behavior. Refs gh-131
Matías Aguirre [Mon, 29 Aug 2011 00:39:00 +0000 (21:39 -0300)]
Use blank string if no email. Closes gh-135
Marco Monaco [Fri, 26 Aug 2011 12:55:08 +0000 (14:55 +0200)]
if a backend crashes the exception is catched, logged and the user is
redirected to a specific error page
Matías Aguirre [Fri, 26 Aug 2011 02:54:21 +0000 (23:54 -0300)]
Rename GOOGLE_OAUTH2_CLIENT_KEY to GOOGLE_OAUTH2_CLIENT_ID, keep backward compatibility name. Closes gh-133
Matías Aguirre [Fri, 26 Aug 2011 02:41:26 +0000 (23:41 -0300)]
Doc fix
Matías Aguirre [Fri, 26 Aug 2011 00:49:26 +0000 (21:49 -0300)]
v0.5.7
Matías Aguirre [Thu, 25 Aug 2011 23:27:50 +0000 (20:27 -0300)]
Protect for possible race condition. Refs #131
Matías Aguirre [Wed, 24 Aug 2011 08:44:39 +0000 (05:44 -0300)]
Merge branch 'master' of github.com:omab/django-social-auth
Matías Aguirre [Wed, 24 Aug 2011 08:44:18 +0000 (05:44 -0300)]
Add setting to define extra arguments that should be sent to providers
Matías Aguirre [Wed, 24 Aug 2011 06:50:26 +0000 (03:50 -0300)]
Style for items
Matías Aguirre [Wed, 24 Aug 2011 06:49:53 +0000 (03:49 -0300)]
Reduce indentation
Matías Aguirre [Wed, 24 Aug 2011 06:47:48 +0000 (23:47 -0700)]
Merge pull request #130 from mzupan/master
doc change
Mike Zupan [Wed, 24 Aug 2011 06:56:05 +0000 (23:56 -0700)]
error in the readme.. should be foursquare not orkut for the FoursquareBackend
Stas Kravets [Tue, 23 Aug 2011 09:50:12 +0000 (13:50 +0400)]
Merge branch 'master' of github.com:krvss/django-social-auth
Stas Kravets [Tue, 23 Aug 2011 09:46:19 +0000 (13:46 +0400)]
Merge remote-tracking branch 'upstream/master'; Fixing VKontakte bad exception declaration
Conflicts:
social_auth/backends/facebook.py
Matías Aguirre [Mon, 22 Aug 2011 20:36:32 +0000 (13:36 -0700)]
Merge pull request #124 from Cassus/urllib2
switch to urllib2 urlopen
Matías Aguirre [Mon, 22 Aug 2011 20:35:10 +0000 (17:35 -0300)]
Remove fields and methods check for custom user models. Closes gh-126
Matías Aguirre [Mon, 22 Aug 2011 20:21:35 +0000 (13:21 -0700)]
Merge pull request #129 from revolunet/master
fix typo
revolunet [Mon, 22 Aug 2011 20:11:14 +0000 (22:11 +0200)]
fix typo first_name
Matías Aguirre [Mon, 22 Aug 2011 19:24:31 +0000 (16:24 -0300)]
Small changes to github backend doc and code. Refs #122
Matías Aguirre [Mon, 22 Aug 2011 19:15:48 +0000 (12:15 -0700)]
Merge pull request #128 from revolunet/master
github backend
Matías Aguirre [Mon, 22 Aug 2011 01:47:38 +0000 (22:47 -0300)]
v0.5.6
Matías Aguirre [Mon, 22 Aug 2011 01:47:13 +0000 (22:47 -0300)]
Merge branch 'master' of github.com:omab/django-social-auth
Matías Aguirre [Mon, 22 Aug 2011 01:46:42 +0000 (22:46 -0300)]
Fix user details update
revolunet [Fri, 19 Aug 2011 16:36:06 +0000 (18:36 +0200)]
README update for github
revolunet [Fri, 19 Aug 2011 13:46:31 +0000 (15:46 +0200)]
add github OAuth backend fix #122
krvss [Thu, 18 Aug 2011 14:09:05 +0000 (07:09 -0700)]
Merge pull request #2 from ryr/pull-request
some cosmetics
Matías Aguirre [Thu, 18 Aug 2011 14:08:18 +0000 (07:08 -0700)]
Merge pull request #123 from Cassus/test-control
Settings options to control which tests to run
krvss [Thu, 18 Aug 2011 14:02:43 +0000 (07:02 -0700)]
Merge pull request #1 from bashmish/master
Fixed bug in OpenIDBackend.extra_data()
ryr [Thu, 18 Aug 2011 12:33:58 +0000 (19:33 +0700)]
revert to original file
ryr [Thu, 18 Aug 2011 11:40:33 +0000 (18:40 +0700)]
fix missed line
ryr [Thu, 18 Aug 2011 11:28:43 +0000 (18:28 +0700)]
Merge branch 'master' of https://github.com/ryr/django-social-auth
Conflicts:
social_auth/backends/contrib/vkontakte.py
ryr [Thu, 18 Aug 2011 11:23:32 +0000 (18:23 +0700)]
Merge remote-tracking branch 'upstream/master'
Conflicts:
social_auth/__init__.py
social_auth/backends/contrib/vkontakte.py
social_auth/views.py
Cassus Adam Banko [Mon, 25 Jul 2011 14:09:43 +0000 (16:09 +0200)]
settings options to control which tests to run
SOCIAL_AUTH_TEST_TWITTER, SOCIAL_AUTH_TEST_GOOGLE, SOCIAL_AUTH_TEST_FACEBOOK
Cassus Adam Banko [Tue, 26 Jul 2011 14:47:25 +0000 (16:47 +0200)]
switch to urllib2 urlopen - the old one blocked for a long time
Stas Kravets [Tue, 16 Aug 2011 14:14:43 +0000 (18:14 +0400)]
Merge remote-tracking branch 'upstream/master'.
Matías Aguirre [Tue, 16 Aug 2011 03:20:41 +0000 (00:20 -0300)]
v0.5.5
Matías Aguirre [Tue, 16 Aug 2011 03:19:25 +0000 (00:19 -0300)]
Do not use current user when completing /login/ process. Closes gh-107
Michael Bashkirov [Sat, 13 Aug 2011 00:33:01 +0000 (08:33 +0800)]
Fixed bug in OpenIDBackend.extra_data()
Lior Sion [Mon, 11 Jul 2011 13:03:03 +0000 (21:03 +0800)]
slight readme change to avoid confusion
Matías Aguirre [Mon, 15 Aug 2011 01:48:09 +0000 (22:48 -0300)]
Mention URL names prefix in doc. Refs gh-115
Matías Aguirre [Sun, 14 Aug 2011 09:30:11 +0000 (06:30 -0300)]
v0.5.4
Matías Aguirre [Sun, 14 Aug 2011 09:29:58 +0000 (06:29 -0300)]
Avoid updating with empty values. Closes gh-111
Matías Aguirre [Sun, 14 Aug 2011 09:13:14 +0000 (06:13 -0300)]
v0.5.3
Matías Aguirre [Sun, 14 Aug 2011 09:12:53 +0000 (06:12 -0300)]
Remove more lame prints
Matías Aguirre [Sun, 14 Aug 2011 09:07:29 +0000 (06:07 -0300)]
v0.5.2
Matías Aguirre [Sun, 14 Aug 2011 09:07:13 +0000 (06:07 -0300)]
Remove lame print :-/
Matías Aguirre [Sun, 14 Aug 2011 09:06:18 +0000 (06:06 -0300)]
v0.5.1
Matías Aguirre [Sun, 14 Aug 2011 09:06:08 +0000 (06:06 -0300)]
Document context processors. Refs gh-113
Matías Aguirre [Sun, 14 Aug 2011 09:03:22 +0000 (06:03 -0300)]
Make use of context processors on example app. Refs gh-113
Matías Aguirre [Sun, 14 Aug 2011 09:02:37 +0000 (06:02 -0300)]
SocialAuth context processors. Closes gh-113
Matías Aguirre [Sun, 14 Aug 2011 07:16:03 +0000 (04:16 -0300)]
Add setting to control enabled backends. Closes gh-112
Matías Aguirre [Sun, 14 Aug 2011 06:58:15 +0000 (03:58 -0300)]
Decorate views to retrieve backend or return http error if not correct. Closes gh-116
Matías Aguirre [Sun, 14 Aug 2011 06:20:30 +0000 (03:20 -0300)]
v0.5.0
Matías Aguirre [Sun, 14 Aug 2011 06:19:55 +0000 (03:19 -0300)]
Use primary email as user ID for Google OpenId. Closes gh-117
Michael Bashkirov [Sat, 13 Aug 2011 00:33:01 +0000 (04:33 +0400)]
Fixed bug in OpenIDBackend.extra_data()
ryr [Mon, 8 Aug 2011 11:29:51 +0000 (18:29 +0700)]
Merge branch 'master' of https://github.com/omab/django-social-auth
ryr [Mon, 8 Aug 2011 11:22:15 +0000 (18:22 +0700)]
VKontakte app auth improvements.
Stas Kravets [Mon, 1 Aug 2011 14:10:47 +0000 (18:10 +0400)]
VKontakte app auth improvements.
ryr [Fri, 29 Jul 2011 06:05:18 +0000 (13:05 +0700)]
Merge branch 'master' of https://github.com/ryr/django-social-auth
ryr [Fri, 29 Jul 2011 06:01:40 +0000 (13:01 +0700)]
Merge branch 'master' of https://github.com/ryr/django-social-auth
root [Fri, 29 Jul 2011 05:58:59 +0000 (12:58 +0700)]
cosmetics
Stas Kravets [Wed, 27 Jul 2011 15:51:24 +0000 (23:51 +0800)]
VKontakte application authentication improvements.
Stas Kravets [Wed, 27 Jul 2011 15:51:24 +0000 (19:51 +0400)]
VKontakte application authentication improvements.
Stas Kravets [Tue, 26 Jul 2011 15:30:40 +0000 (19:30 +0400)]
Merge remote branch 'upstream/master'
Matías Aguirre [Sun, 17 Jul 2011 18:55:16 +0000 (02:55 +0800)]
Avoid csrf check on complete views in case provider uses POST and doesn't send CSRF token. Refs gh-67
Matías Aguirre [Sat, 16 Jul 2011 06:12:28 +0000 (14:12 +0800)]
Use details username only if it's non-blank. Closes gh-104
Matías Aguirre [Sun, 17 Jul 2011 18:55:16 +0000 (15:55 -0300)]
Avoid csrf check on complete views in case provider uses POST and doesn't send CSRF token. Refs gh-67
Matías Aguirre [Sat, 16 Jul 2011 06:12:28 +0000 (03:12 -0300)]
Use details username only if it's non-blank. Closes gh-104
Matías Aguirre [Thu, 14 Jul 2011 05:28:01 +0000 (13:28 +0800)]
v0.4.2
Matías Aguirre [Thu, 14 Jul 2011 05:26:52 +0000 (13:26 +0800)]
Refactor repeated code. Refs gh-102
Siddharth Mitra [Thu, 14 Jul 2011 03:51:55 +0000 (11:51 +0800)]
Adding exception handling for Value Error: Account already in use, in view.associate_complete
Matías Aguirre [Thu, 14 Jul 2011 05:28:01 +0000 (02:28 -0300)]
v0.4.2
Matías Aguirre [Thu, 14 Jul 2011 05:26:52 +0000 (02:26 -0300)]
Refactor repeated code. Refs gh-102
Matías Aguirre [Thu, 14 Jul 2011 04:59:49 +0000 (21:59 -0700)]
Merge pull request #102 from Teaspiller/master
Adding exception handling for ValueError: Account already in use.
Siddharth Mitra [Thu, 14 Jul 2011 03:51:55 +0000 (09:21 +0530)]
Adding exception handling for Value Error: Account already in use, in view.associate_complete
Stas Kravets [Wed, 13 Jul 2011 06:12:11 +0000 (10:12 +0400)]
Mail.ru cancel authentication handled properly.
Stas Kravets [Wed, 13 Jul 2011 06:00:32 +0000 (10:00 +0400)]
Merge remote branch 'upstream/master'
Matías Aguirre [Mon, 11 Jul 2011 20:32:22 +0000 (17:32 -0300)]
Change data loading order to be more useful when signals are called. Refs gh-99
Stas Kravets [Mon, 11 Jul 2011 20:14:05 +0000 (00:14 +0400)]
VKontakte error checking.
Matías Aguirre [Mon, 11 Jul 2011 14:48:00 +0000 (11:48 -0300)]
v0.4.1
Matías Aguirre [Mon, 11 Jul 2011 14:47:39 +0000 (11:47 -0300)]
Fix association redirect URL bug
Stas Kravets [Mon, 11 Jul 2011 08:49:41 +0000 (12:49 +0400)]
Added safe conversion of UID in init in order to avoid possible congestions.
Stas Kravets [Mon, 11 Jul 2011 08:45:45 +0000 (12:45 +0400)]
Updating templates for latest syntax.
Matías Aguirre [Sun, 10 Jul 2011 22:13:03 +0000 (19:13 -0300)]
Misspell
Matías Aguirre [Sun, 10 Jul 2011 21:40:14 +0000 (18:40 -0300)]
Fix URL name in example settings. Closes gh-101
Stas Kravets [Mon, 4 Jul 2011 07:59:23 +0000 (11:59 +0400)]
Merge remote branch 'upstream/master'
Conflicts:
example/templates/done.html
example/templates/home.html
Matías Aguirre [Sun, 3 Jul 2011 20:43:53 +0000 (17:43 -0300)]
Dynamic backend list on example app
Matías Aguirre [Sun, 3 Jul 2011 20:43:32 +0000 (17:43 -0300)]
v0.4.0
Matías Aguirre [Sun, 3 Jul 2011 20:18:52 +0000 (17:18 -0300)]
Non-backward compatible URL name changes. Closes gh-95
Matías Aguirre [Sun, 3 Jul 2011 19:42:28 +0000 (16:42 -0300)]
Redirect new users to properly. Closes gh-98
Matías Aguirre [Wed, 29 Jun 2011 19:28:38 +0000 (16:28 -0300)]
Merge branch 'master' of github.com:omab/django-social-auth
Matías Aguirre [Wed, 29 Jun 2011 19:26:29 +0000 (16:26 -0300)]
Association and Disconnect custom URLs
Matías Aguirre [Wed, 29 Jun 2011 19:26:29 +0000 (16:26 -0300)]
Associationd and Disconnect custom URLs
Matías Aguirre [Tue, 21 Jun 2011 07:51:37 +0000 (04:51 -0300)]
v0.3.20
Matías Aguirre [Tue, 21 Jun 2011 07:50:11 +0000 (04:50 -0300)]
Fix linkedin data processing. Closes #91
Matías Aguirre [Tue, 21 Jun 2011 07:23:19 +0000 (04:23 -0300)]
Add import note to warn about recursive import case