]> git.parisson.com Git - django-social-auth.git/log
django-social-auth.git
13 years agoRemoved SOCIAL_AUTH_IMPORT_BACKENDS from docs as its deprecated.
Stephen McDonald [Sat, 24 Dec 2011 20:30:07 +0000 (07:30 +1100)]
Removed SOCIAL_AUTH_IMPORT_BACKENDS from docs as its deprecated.

13 years agoRefactored backend loading to avoid a race condition. Fixes #204
Stephen McDonald [Sat, 24 Dec 2011 20:26:23 +0000 (07:26 +1100)]
Refactored backend loading to avoid a race condition. Fixes #204

13 years agoMerge branch 'master' of github.com:omab/django-social-auth
Matías Aguirre [Thu, 22 Dec 2011 17:02:36 +0000 (15:02 -0200)]
Merge branch 'master' of github.com:omab/django-social-auth

13 years agov0.6.1
Matías Aguirre [Thu, 22 Dec 2011 17:01:45 +0000 (15:01 -0200)]
v0.6.1

13 years agoFix google oauth athorization request. Closes #202.
Matías Aguirre [Thu, 22 Dec 2011 17:01:17 +0000 (15:01 -0200)]
Fix google oauth athorization request. Closes #202.

13 years agoMerge pull request #201 from timini/patch-1
Matías Aguirre [Wed, 21 Dec 2011 22:18:05 +0000 (14:18 -0800)]
Merge pull request #201 from timini/patch-1

replace "-" with "_"

13 years agoSince "Google-Oauth2" is called precisely that and we want to use "GOOGLE_OAUTH2_AUTH...
Tim Richardson [Wed, 21 Dec 2011 22:06:42 +0000 (22:06 +0000)]
Since "Google-Oauth2" is called precisely that and we want to use "GOOGLE_OAUTH2_AUTH_EXTRA_ARGUMENTS = {'access_type': 'offline'}" in our settings we must replace "-" with "_"

13 years agoFix log parameters
Matías Aguirre [Sun, 18 Dec 2011 22:48:44 +0000 (20:48 -0200)]
Fix log parameters

13 years agoRemove extra line
Matías Aguirre [Sun, 18 Dec 2011 22:46:39 +0000 (20:46 -0200)]
Remove extra line

13 years agoDifference active/inactive users on complete process. Closes #197
Matías Aguirre [Sun, 18 Dec 2011 22:03:00 +0000 (20:03 -0200)]
Difference active/inactive users on complete process. Closes #197

13 years agoMerge pull request #194 from youngrok/master
Matías Aguirre [Wed, 14 Dec 2011 21:37:06 +0000 (13:37 -0800)]
Merge pull request #194 from youngrok/master

read redirect field value before login()

13 years agoread redirect field value from session before login() will flush session
Youngrok pak [Wed, 14 Dec 2011 17:58:13 +0000 (02:58 +0900)]
read redirect field value from session before login() will flush session

13 years agoMerge pull request #193 from pydanny/master
Matías Aguirre [Tue, 13 Dec 2011 17:56:20 +0000 (09:56 -0800)]
Merge pull request #193 from pydanny/master

Version bump in the documentation.

13 years agoBump the version in Sphinx to match the released version. This is confusing me! ;)
Daniel Greenfeld [Tue, 13 Dec 2011 17:15:35 +0000 (09:15 -0800)]
Bump the version in Sphinx to match the released version. This is confusing me! ;)

13 years agoMerge pull request #191 from sunscrapers/master
Matías Aguirre [Tue, 6 Dec 2011 23:29:32 +0000 (15:29 -0800)]
Merge pull request #191 from sunscrapers/master

Unnecessary set username as facebook full name

13 years agoMerge pull request #190 from spstpl/error_message_patch
Matías Aguirre [Tue, 6 Dec 2011 13:52:45 +0000 (05:52 -0800)]
Merge pull request #190 from spstpl/error_message_patch

Patch for login error message.

13 years agoUnnecessary set django username as facebook full name.
Przemek Lewandowski [Tue, 6 Dec 2011 13:05:37 +0000 (14:05 +0100)]
Unnecessary set django username as facebook full name.

13 years agoPatch for login error message.
Sandeep [Sat, 3 Dec 2011 10:43:45 +0000 (16:13 +0530)]
Patch for login error message.

13 years agoMerge pull request #183 from sunscrapers/master
Matías Aguirre [Thu, 24 Nov 2011 15:27:37 +0000 (07:27 -0800)]
Merge pull request #183 from sunscrapers/master

Fix for is_new user flag in social_auth.views.complete_process

13 years agoFixed is_new user flag from pipelines to complete_process view helper.
Przemek Lewandowski [Thu, 24 Nov 2011 14:30:55 +0000 (15:30 +0100)]
Fixed is_new user flag from pipelines to complete_process view helper.

13 years agoMerge pull request #181 from vbsteven/master
Matías Aguirre [Fri, 18 Nov 2011 15:16:33 +0000 (07:16 -0800)]
Merge pull request #181 from vbsteven/master

Override get_user() in SocialAuthBackend so it supports returning users from a custom user model

13 years agoThat was dumb. Fixes #182
Matías Aguirre [Fri, 18 Nov 2011 15:10:40 +0000 (13:10 -0200)]
That was dumb. Fixes #182

13 years agoOverride get_user() in SocialAuthBackend so it supports returning users from a custom...
Steven Van Bael [Fri, 18 Nov 2011 08:53:44 +0000 (09:53 +0100)]
Override get_user() in SocialAuthBackend so it supports returning users from a custom user model

13 years agoUse str(e) to get exception message. Refs gh-176
Matías Aguirre [Thu, 17 Nov 2011 15:37:52 +0000 (13:37 -0200)]
Use str(e) to get exception message. Refs gh-176

13 years agoFix JSONField rendering on admin section. Closes gh-176
Matías Aguirre [Tue, 15 Nov 2011 16:32:33 +0000 (14:32 -0200)]
Fix JSONField rendering on admin section. Closes gh-176

13 years agoDon't incude OpenId backend if disabled. Closes gh-179
Matías Aguirre [Mon, 14 Nov 2011 15:35:05 +0000 (13:35 -0200)]
Don't incude OpenId backend if disabled. Closes gh-179

13 years agoCode cleanup
Matías Aguirre [Mon, 31 Oct 2011 19:14:24 +0000 (17:14 -0200)]
Code cleanup

13 years agoPEP8
Matías Aguirre [Sat, 29 Oct 2011 16:47:35 +0000 (14:47 -0200)]
PEP8

13 years agoMerge pull request #170 from mlavin/master
Matías Aguirre [Sat, 29 Oct 2011 16:46:33 +0000 (09:46 -0700)]
Merge pull request #170 from mlavin/master

Fix for #156

13 years agoDon't set xoauth_displayname for registered Google OAuth applications. Refs #156.
mlavin [Sat, 29 Oct 2011 14:36:50 +0000 (10:36 -0400)]
Don't set xoauth_displayname for registered Google OAuth applications. Refs #156.

13 years agoReturn User to avoid garbage user creation. Closes gh-169
Matías Aguirre [Fri, 28 Oct 2011 15:08:36 +0000 (13:08 -0200)]
Return User to avoid garbage user creation. Closes gh-169

13 years agoPyLint
Matías Aguirre [Tue, 25 Oct 2011 16:57:11 +0000 (14:57 -0200)]
PyLint

13 years agoFix Flickr attribute getter
Matías Aguirre [Tue, 25 Oct 2011 16:56:59 +0000 (14:56 -0200)]
Fix Flickr attribute getter

13 years agoPyLint
Matías Aguirre [Tue, 25 Oct 2011 15:54:09 +0000 (13:54 -0200)]
PyLint

13 years agoFix syntax error
Matías Aguirre [Sat, 22 Oct 2011 15:39:06 +0000 (13:39 -0200)]
Fix syntax error

13 years agoSouth migration code for JSONField. Refs gh-57
Matías Aguirre [Sat, 22 Oct 2011 01:57:13 +0000 (23:57 -0200)]
South migration code for JSONField. Refs gh-57

13 years agoClean imports
Matías Aguirre [Tue, 18 Oct 2011 17:37:33 +0000 (15:37 -0200)]
Clean imports

13 years agoMerge pull request #161 from originell/patch-1
Matías Aguirre [Tue, 18 Oct 2011 17:15:49 +0000 (10:15 -0700)]
Merge pull request #161 from originell/patch-1

Add new non-magical pipeline to setup.py

13 years agoAdd new non-magical pipeline to setup.py
Luis Nell [Tue, 18 Oct 2011 15:33:40 +0000 (18:33 +0300)]
Add new non-magical pipeline to setup.py

13 years agov0.6.0
Matías Aguirre [Mon, 17 Oct 2011 07:12:00 +0000 (05:12 -0200)]
v0.6.0

13 years agoIssue warnings for deprecated settings. Refs gh-90
Matías Aguirre [Mon, 17 Oct 2011 07:11:25 +0000 (05:11 -0200)]
Issue warnings for deprecated settings. Refs gh-90

13 years agoRemove debug code. Refs gh-90
Matías Aguirre [Mon, 17 Oct 2011 07:10:59 +0000 (05:10 -0200)]
Remove debug code. Refs gh-90

13 years agoMerge branch 'pipeline'
Matías Aguirre [Mon, 17 Oct 2011 05:58:37 +0000 (03:58 -0200)]
Merge branch 'pipeline'

13 years agoPipeline. Refs gh-90
Matías Aguirre [Mon, 17 Oct 2011 05:57:57 +0000 (03:57 -0200)]
Pipeline. Refs gh-90

13 years agoMerge pull request #158 from danielgtaylor/master
Matías Aguirre [Tue, 11 Oct 2011 04:13:24 +0000 (21:13 -0700)]
Merge pull request #158 from danielgtaylor/master

Flickr support, new context processor

13 years agoFix Dropbox references to say Flickr instead.
Daniel G. Taylor [Mon, 10 Oct 2011 17:41:06 +0000 (14:41 -0300)]
Fix Dropbox references to say Flickr instead.

13 years agoUpdate contributors in README
Daniel G. Taylor [Mon, 10 Oct 2011 13:45:13 +0000 (09:45 -0400)]
Update contributors in README

13 years agoAdd context processor to access social auth information by backend name, useful to...
Daniel G. Taylor [Mon, 10 Oct 2011 13:41:57 +0000 (09:41 -0400)]
Add context processor to access social auth information by backend name, useful to easily provide backend-specific functionality in your app by checking e.g. social_auth.facebook and allowing the user to publish to Facebook if it exists.

13 years agoAdd Flickr backend
Daniel G. Taylor [Mon, 10 Oct 2011 13:39:55 +0000 (09:39 -0400)]
Add Flickr backend

13 years agoMerge pull request #153 from danielgtaylor/master
Matías Aguirre [Thu, 6 Oct 2011 16:57:17 +0000 (09:57 -0700)]
Merge pull request #153 from danielgtaylor/master

Add Dropbox OAuth support

13 years agoRemove unneeded print statement
Daniel G. Taylor [Thu, 6 Oct 2011 16:15:11 +0000 (12:15 -0400)]
Remove unneeded print statement

13 years agoFix typo
Daniel G. Taylor [Thu, 6 Oct 2011 14:11:22 +0000 (10:11 -0400)]
Fix typo

13 years agoAdd support for Dropbox OAuth so that users can associate their account with Dropbox...
Daniel G. Taylor [Thu, 6 Oct 2011 14:07:17 +0000 (10:07 -0400)]
Add support for Dropbox OAuth so that users can associate their account with Dropbox and allow getting / putting files easily

13 years agoMerge branch 'master' of github.com:omab/django-social-auth
Matías Aguirre [Wed, 28 Sep 2011 22:32:46 +0000 (19:32 -0300)]
Merge branch 'master' of github.com:omab/django-social-auth

13 years agoFix docs. Closes gh-149
Matías Aguirre [Tue, 27 Sep 2011 16:17:38 +0000 (13:17 -0300)]
Fix docs. Closes gh-149

13 years agov0.5.13
Matías Aguirre [Mon, 26 Sep 2011 16:25:26 +0000 (13:25 -0300)]
v0.5.13

13 years agoMigrate Facebook to OAuth2. Closes gh-134
Matías Aguirre [Mon, 26 Sep 2011 16:24:14 +0000 (13:24 -0300)]
Migrate Facebook to OAuth2. Closes gh-134

13 years agoFix twitter first_name/last_name filling. Closes gh-146
Matías Aguirre [Mon, 19 Sep 2011 21:32:36 +0000 (18:32 -0300)]
Fix twitter first_name/last_name filling. Closes gh-146

13 years agoRemove ERROR_KEY/NAME_KEY
Matías Aguirre [Mon, 19 Sep 2011 21:24:52 +0000 (18:24 -0300)]
Remove ERROR_KEY/NAME_KEY

13 years agoMerge pull request #147 from dokterbob/logging
Matías Aguirre [Mon, 19 Sep 2011 20:53:44 +0000 (13:53 -0700)]
Merge pull request #147 from dokterbob/logging

Sensible logging

13 years agoEven more detailed logging of fetched user data.
Mathijs de Bruin [Mon, 19 Sep 2011 13:39:40 +0000 (15:39 +0200)]
Even more detailed logging of fetched user data.

13 years agoWhoops.
Mathijs de Bruin [Mon, 19 Sep 2011 13:15:34 +0000 (15:15 +0200)]
Whoops.

13 years agoBeware of cyclical imports!
Mathijs de Bruin [Mon, 19 Sep 2011 13:07:24 +0000 (15:07 +0200)]
Beware of cyclical imports!

13 years agoSome more logging.
Mathijs de Bruin [Mon, 19 Sep 2011 13:00:53 +0000 (15:00 +0200)]
Some more logging.

13 years agoGet rid of session logging (?) and replaced by proper Python error logging, including...
Mathijs de Bruin [Mon, 19 Sep 2011 12:52:35 +0000 (14:52 +0200)]
Get rid of session logging (?) and replaced by proper Python error logging, including request data (so Sentry knows what to do with it).

13 years agoWhoops in FB logging patch.
Mathijs de Bruin [Mon, 19 Sep 2011 12:51:59 +0000 (14:51 +0200)]
Whoops in FB logging patch.

13 years agoMerge branch 'master' of http://github.com/dokterbob/django-social-auth
Mathijs de Bruin [Mon, 19 Sep 2011 12:39:16 +0000 (14:39 +0200)]
Merge branch 'master' of http://github.com/dokterbob/django-social-auth

13 years agoSome exception logging, making debugging easier.
Mathijs de Bruin [Mon, 19 Sep 2011 12:37:56 +0000 (14:37 +0200)]
Some exception logging, making debugging easier.

13 years agoHelper function for 'clean' logging of data.
Mathijs de Bruin [Mon, 19 Sep 2011 12:37:38 +0000 (14:37 +0200)]
Helper function for 'clean' logging of data.

13 years agoMake a named logger available everywhere we might need it.
Mathijs de Bruin [Mon, 19 Sep 2011 12:14:35 +0000 (14:14 +0200)]
Make a named logger available everywhere we might need it.

13 years agov0.5.12
Matías Aguirre [Fri, 16 Sep 2011 22:01:38 +0000 (19:01 -0300)]
v0.5.12

13 years agoAdditional params to complete view
Matías Aguirre [Fri, 16 Sep 2011 22:01:02 +0000 (19:01 -0300)]
Additional params to complete view

13 years agoDefine sender
Matías Aguirre [Fri, 16 Sep 2011 22:00:52 +0000 (19:00 -0300)]
Define sender

13 years agov0.5.11
Matías Aguirre [Fri, 16 Sep 2011 20:57:12 +0000 (17:57 -0300)]
v0.5.11

13 years agoSend signal for cases where tracking failed registering is needed
Matías Aguirre [Fri, 16 Sep 2011 20:56:56 +0000 (17:56 -0300)]
Send signal for cases where tracking failed registering is needed

13 years agoMerge branch 'master' of github.com:omab/django-social-auth
Matías Aguirre [Fri, 16 Sep 2011 20:27:38 +0000 (17:27 -0300)]
Merge branch 'master' of github.com:omab/django-social-auth

13 years agoAllow views to pass extra parameters to authentication backends
Matías Aguirre [Fri, 16 Sep 2011 20:25:07 +0000 (17:25 -0300)]
Allow views to pass extra parameters to authentication backends

13 years agoMerge pull request #144 from georgedorn/patch-1
Matías Aguirre [Thu, 15 Sep 2011 22:06:07 +0000 (15:06 -0700)]
Merge pull request #144 from georgedorn/patch-1

Don't assume that the association_id (actually, user id) is a number.

13 years agoDon't assume that the association_id (actually, user id) is a number.
George Dorn [Thu, 15 Sep 2011 21:57:39 +0000 (14:57 -0700)]
Don't assume that the association_id (actually, user id) is a number.

13 years agoFix link reference
Matías Aguirre [Mon, 12 Sep 2011 17:59:09 +0000 (14:59 -0300)]
Fix link reference

13 years agov0.5.10
Matías Aguirre [Mon, 12 Sep 2011 01:49:29 +0000 (22:49 -0300)]
v0.5.10

13 years agoMerge branch 'bug_131'
Matías Aguirre [Mon, 12 Sep 2011 01:46:13 +0000 (22:46 -0300)]
Merge branch 'bug_131'

13 years agoMention http://djangopackages.com/grids/g/social-auth-backends/ in docs
Matías Aguirre [Sat, 10 Sep 2011 00:29:05 +0000 (21:29 -0300)]
Mention http://djangopackages.com/grids/g/social-auth-backends/ in docs

13 years agov0.5.9
Matías Aguirre [Fri, 9 Sep 2011 00:54:31 +0000 (21:54 -0300)]
v0.5.9

13 years agoLeave exception handling to decorator
Matías Aguirre [Fri, 9 Sep 2011 00:54:12 +0000 (21:54 -0300)]
Leave exception handling to decorator

13 years agov0.5.8
Matías Aguirre [Wed, 7 Sep 2011 23:26:10 +0000 (20:26 -0300)]
v0.5.8

13 years agoSwitch for sanitize redirect call
Matías Aguirre [Tue, 6 Sep 2011 23:25:29 +0000 (20:25 -0300)]
Switch for sanitize redirect call

13 years agoFix error on context processor. Closes gh-137.
Matías Aguirre [Mon, 29 Aug 2011 19:11:39 +0000 (16:11 -0300)]
Fix error on context processor. Closes gh-137.

13 years agoUse messages framework if available. Refs gh-136
Matías Aguirre [Mon, 29 Aug 2011 18:58:43 +0000 (15:58 -0300)]
Use messages framework if available. Refs gh-136

13 years agoImprove error handling. Closes gh-136
Matías Aguirre [Mon, 29 Aug 2011 17:39:18 +0000 (14:39 -0300)]
Improve error handling. Closes gh-136

13 years agoMerge git://github.com/inve1/django-social-auth into exception_fix
Matías Aguirre [Mon, 29 Aug 2011 17:19:20 +0000 (14:19 -0300)]
Merge git://github.com/inve1/django-social-auth into exception_fix

13 years agoremoved logging
Marco Monaco [Mon, 29 Aug 2011 08:32:52 +0000 (10:32 +0200)]
removed logging

13 years agomodified the exception handling to be more uniform with social_auth
Marco Monaco [Mon, 29 Aug 2011 08:15:11 +0000 (10:15 +0200)]
modified the exception handling to be more uniform with social_auth

13 years agoDisable commit_on_success behavior. Refs gh-131
Matías Aguirre [Mon, 29 Aug 2011 00:48:03 +0000 (21:48 -0300)]
Disable commit_on_success behavior. Refs gh-131

13 years agoUse blank string if no email. Closes gh-135
Matías Aguirre [Mon, 29 Aug 2011 00:39:00 +0000 (21:39 -0300)]
Use blank string if no email. Closes gh-135

13 years agoif a backend crashes the exception is catched, logged and the user is
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

13 years agoRename GOOGLE_OAUTH2_CLIENT_KEY to GOOGLE_OAUTH2_CLIENT_ID, keep backward compatibili...
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

13 years agoDoc fix
Matías Aguirre [Fri, 26 Aug 2011 02:41:26 +0000 (23:41 -0300)]
Doc fix

13 years agov0.5.7
Matías Aguirre [Fri, 26 Aug 2011 00:49:26 +0000 (21:49 -0300)]
v0.5.7

13 years agoProtect for possible race condition. Refs #131
Matías Aguirre [Thu, 25 Aug 2011 23:27:50 +0000 (20:27 -0300)]
Protect for possible race condition. Refs #131