]>
git.parisson.com Git - django-social-auth.git/log
Stas Kravets [Mon, 1 Aug 2011 14:10:47 +0000 (18:10 +0400)]
VKontakte app auth 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 (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 (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
Matías Aguirre [Tue, 21 Jun 2011 07:00:56 +0000 (04:00 -0300)]
Rename disconnect individual view and simplify example done view. Refs #85.
Matías Aguirre [Tue, 21 Jun 2011 04:55:04 +0000 (01:55 -0300)]
Merge branch 'master' of github.com:omab/django-social-auth
Matías Aguirre [Tue, 21 Jun 2011 04:54:43 +0000 (21:54 -0700)]
Merge pull request #88 from crodjer/master
Allow account disconnection by individual association.
Matías Aguirre [Tue, 21 Jun 2011 04:02:14 +0000 (01:02 -0300)]
Correct exception initialization
Matías Aguirre [Tue, 21 Jun 2011 03:51:51 +0000 (00:51 -0300)]
Merge remote-tracking branch 'fcurella/patch-1'
Conflicts:
social_auth/views.py
Matías Aguirre [Tue, 21 Jun 2011 03:39:37 +0000 (00:39 -0300)]
Use facebook username if present in response. Closes gh-83
Matías Aguirre [Tue, 21 Jun 2011 03:22:49 +0000 (00:22 -0300)]
Move some settings to the top
Matías Aguirre [Tue, 21 Jun 2011 02:58:25 +0000 (23:58 -0300)]
Force username field limit when generating username. Closes gh-93
Flavio Curella [Mon, 20 Jun 2011 21:00:58 +0000 (14:00 -0700)]
fixes an UnboundLocalError that occours when SOCIAL_AUTH_SESSION_EXPIRATION is set to False
Stas Kravets [Fri, 17 Jun 2011 16:05:45 +0000 (20:05 +0400)]
JS API Application authentication added ("session" authentication).
Stas Kravets [Tue, 14 Jun 2011 16:54:47 +0000 (20:54 +0400)]
VKontakte: experimental authentication for applications added.
Rohan Jain [Mon, 13 Jun 2011 06:56:29 +0000 (12:26 +0530)]
Redirect to / on login
Prevent 404 for profile page by redirecting to '/' page always on login.
Rohan Jain [Mon, 13 Jun 2011 06:52:47 +0000 (12:22 +0530)]
Use association wise disconnection in example
Use the updated individual dissociation, added in commit
'
dce385085b3fa1a47fa2620983079e8e69480118', in the example application
Rohan Jain [Mon, 13 Jun 2011 06:49:17 +0000 (12:19 +0530)]
Disconnect accounts by associations. Fix gh-#85
Add url for disconnecting by individual association.
Allow association id as arg when dissociating.
This does not add any backward compatibility issues.
Stas Kravets [Fri, 10 Jun 2011 16:14:10 +0000 (20:14 +0400)]
Merge remote branch 'upstream/master'
Matías Aguirre [Sat, 4 Jun 2011 02:08:49 +0000 (23:08 -0300)]
Link to Read the Docs documentation
Matías Aguirre [Sat, 4 Jun 2011 01:59:49 +0000 (22:59 -0300)]
v0.3.19
Matías Aguirre [Sat, 4 Jun 2011 01:57:49 +0000 (22:57 -0300)]
Add redirect url for newly created users. Closes gh-47
Matías Aguirre [Thu, 2 Jun 2011 17:07:19 +0000 (14:07 -0300)]
v0.3.18
Matías Aguirre [Thu, 2 Jun 2011 17:04:37 +0000 (14:04 -0300)]
Docs small improvements
Matías Aguirre [Thu, 2 Jun 2011 16:30:42 +0000 (13:30 -0300)]
Add linkedin fields selector support
Matías Aguirre [Mon, 30 May 2011 22:44:58 +0000 (19:44 -0300)]
Properly split custom user string for get_model usage. Closes gh-80
Matías Aguirre [Sat, 28 May 2011 00:06:22 +0000 (21:06 -0300)]
v0.3.17
Matías Aguirre [Sat, 28 May 2011 00:00:11 +0000 (21:00 -0300)]
Use cgi.parse_qs instead of urlparse one, import ExpatError properly. Closes gh-78
Matías Aguirre [Fri, 27 May 2011 20:32:50 +0000 (17:32 -0300)]
Send orkut scope on each request, check email value properly. Closes gh-77
Matías Aguirre [Fri, 27 May 2011 15:16:27 +0000 (12:16 -0300)]
Add last login backend name to session on login. Closes gh-76
Stas Kravets [Thu, 26 May 2011 09:39:48 +0000 (13:39 +0400)]
Authentication using signed_request for Facebook. Useful when application is canvas-type.
Stas Kravets [Thu, 26 May 2011 06:28:36 +0000 (10:28 +0400)]
Merge remote branch 'upstream/master'
Matías Aguirre [Wed, 25 May 2011 16:20:43 +0000 (13:20 -0300)]
Check facebook Allow app screen on test
Miguel Araujo Perez [Mon, 23 May 2011 14:18:36 +0000 (16:18 +0200)]
Fixing English grammar error, not my native language, sorry
Miguel Araujo Perez [Mon, 23 May 2011 14:18:11 +0000 (16:18 +0200)]
Updating test runner to use DjangoTestSuiteRunner instead of function run_tests
Matías Aguirre [Mon, 23 May 2011 11:07:04 +0000 (08:07 -0300)]
Selenium tests doc
Matías Aguirre [Mon, 23 May 2011 10:26:06 +0000 (07:26 -0300)]
Remove unused import
Matías Aguirre [Mon, 23 May 2011 03:17:07 +0000 (00:17 -0300)]
Use OpenID identity_url field to identify UserSocialAuth instances. Closes gh-73
Matías Aguirre [Sat, 21 May 2011 16:52:49 +0000 (13:52 -0300)]
More markdown fixes
Matías Aguirre [Sat, 21 May 2011 16:51:56 +0000 (13:51 -0300)]
README fix
Matías Aguirre [Sat, 21 May 2011 16:50:03 +0000 (13:50 -0300)]
Add doc about convore community
Stas Kravets [Fri, 20 May 2011 07:51:33 +0000 (11:51 +0400)]
Merge remote branch 'upstream/master'
Conflicts:
example/templates/home.html
Matías Aguirre [Thu, 19 May 2011 15:32:21 +0000 (12:32 -0300)]
v0.3.16
Matías Aguirre [Thu, 19 May 2011 15:24:55 +0000 (12:24 -0300)]
Merge branch 'master' of github.com:omab/django-social-auth
Matías Aguirre [Thu, 19 May 2011 15:23:22 +0000 (12:23 -0300)]
Endline spaces and unused import cleanup
Matías Aguirre [Thu, 19 May 2011 15:21:12 +0000 (12:21 -0300)]
Foursquare links on example page
Matías Aguirre [Thu, 19 May 2011 15:05:23 +0000 (08:05 -0700)]
Merge pull request #69 from maraujop/master
Updating Selenium2 Twitter's test
Matías Aguirre [Thu, 19 May 2011 15:02:19 +0000 (12:02 -0300)]
Docs
Duccio C [Thu, 19 May 2011 11:39:54 +0000 (13:39 +0200)]
Foursquare support
Miguel Araujo Perez [Thu, 19 May 2011 11:27:01 +0000 (13:27 +0200)]
Twitter's input password id changed, updating test
Duccio C [Thu, 19 May 2011 02:20:53 +0000 (04:20 +0200)]
Merge branch 'master' of https://github.com/bedspax/django-social-auth
BedSpax [Wed, 18 May 2011 17:43:12 +0000 (14:43 -0300)]
Merge branch 'master' into testing
Matías Aguirre [Wed, 18 May 2011 17:43:12 +0000 (14:43 -0300)]
Merge branch 'master' into testing
Matías Aguirre [Wed, 18 May 2011 17:42:58 +0000 (14:42 -0300)]
Small changes to selenium tests
Matías Aguirre [Wed, 18 May 2011 17:31:51 +0000 (14:31 -0300)]
Small changes to runtest script
Matías Aguirre [Mon, 16 May 2011 15:58:59 +0000 (08:58 -0700)]
Merge pull request #66 from JasonGiedymin/master
Had a hard time reading the directions for SOCIAL_AUTH_ASSOCIATE_BY_MAIL.
JasonGiedymin [Mon, 16 May 2011 15:45:34 +0000 (08:45 -0700)]
- Even clearer SOCIAL_AUTH_ASSOCIATE_BY_MAIL directions. Yes, I absolutely need more coffee.
JasonGiedymin [Mon, 16 May 2011 15:40:54 +0000 (08:40 -0700)]
Slightly confusing directions for the SOCIAL_AUTH_ASSOCIATE_BY_MAIL param. Maybe I need more coffee? :-P
Stas Kravets [Mon, 16 May 2011 10:09:11 +0000 (14:09 +0400)]
Merge remote branch 'upstream/master'
Matías Aguirre [Thu, 5 May 2011 22:16:38 +0000 (19:16 -0300)]
Add doc about South migrations
Matías Aguirre [Wed, 4 May 2011 21:23:48 +0000 (18:23 -0300)]
Use filter instead of get to avoid 'Multiple objects returned' error. Closes gh-52
Matías Aguirre [Wed, 4 May 2011 18:21:32 +0000 (15:21 -0300)]
Move UUID max length to settings. Closes gh-62
Miguel Araujo Perez [Sun, 1 May 2011 12:42:59 +0000 (14:42 +0200)]
Adding more User accounts to settings.py.
Miguel Araujo Perez [Sun, 1 May 2011 12:40:01 +0000 (14:40 +0200)]
Adding Selenium2 Linkedin test.
Miguel Araujo Perez [Sun, 1 May 2011 12:32:24 +0000 (14:32 +0200)]
Forgot to commit __init__.py so that TestSuiteRunner works
Miguel Araujo Perez [Sun, 1 May 2011 12:32:05 +0000 (14:32 +0200)]
Addding Selenium2 facebook test.
Miguel Araujo Perez [Sun, 1 May 2011 12:17:59 +0000 (14:17 +0200)]
Adding Selenium2 google-oauth and google-oauth2 tests. Both up and running.
Miguel Araujo Perez [Sun, 1 May 2011 12:15:11 +0000 (14:15 +0200)]
Adding contrib app to the root level. Contains a tests directory with Selenium2 tests for django-social-auth
contrib is the minimum viable app structure. DjangoTestSuiteRunner expects
a file named tests or a module named tests.
Miguel Araujo Perez [Sun, 1 May 2011 10:39:53 +0000 (12:39 +0200)]
Moving Selenium2 testing to contrib directory as discussed in GH-25
Miguel Araujo Perez [Sun, 1 May 2011 10:37:51 +0000 (12:37 +0200)]
Merge branch 'master' of git://github.com/omab/django-social-auth
Stas Kravets [Sat, 30 Apr 2011 07:13:22 +0000 (11:13 +0400)]
Merge remote branch 'upstream/master'
Stas Kravets [Sat, 30 Apr 2011 07:12:47 +0000 (11:12 +0400)]
Mail.ru OAuth 2.0 support added.
Matías Aguirre [Sat, 30 Apr 2011 04:00:12 +0000 (01:00 -0300)]
v0.3.15
Matías Aguirre [Sat, 30 Apr 2011 03:59:13 +0000 (00:59 -0300)]
Fixed licence in setup.py file. Closes gh-60