]>
git.parisson.com Git - django-social-auth.git/log
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 "_"
Matías Aguirre [Sun, 18 Dec 2011 22:48:44 +0000 (20:48 -0200)]
Fix log parameters
Matías Aguirre [Sun, 18 Dec 2011 22:46:39 +0000 (20:46 -0200)]
Remove extra line
Matías Aguirre [Sun, 18 Dec 2011 22:03:00 +0000 (20:03 -0200)]
Difference active/inactive users on complete process. Closes #197
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()
Youngrok pak [Wed, 14 Dec 2011 17:58:13 +0000 (02:58 +0900)]
read redirect field value from session before login() will flush session
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.
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! ;)
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
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.
Przemek Lewandowski [Tue, 6 Dec 2011 13:05:37 +0000 (14:05 +0100)]
Unnecessary set django username as facebook full name.
Sandeep [Sat, 3 Dec 2011 10:43:45 +0000 (16:13 +0530)]
Patch for login error message.
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
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.
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
Matías Aguirre [Fri, 18 Nov 2011 15:10:40 +0000 (13:10 -0200)]
That was dumb. Fixes #182
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
Matías Aguirre [Thu, 17 Nov 2011 15:37:52 +0000 (13:37 -0200)]
Use str(e) to get exception message. Refs 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
Matías Aguirre [Mon, 14 Nov 2011 15:35:05 +0000 (13:35 -0200)]
Don't incude OpenId backend if disabled. Closes gh-179
Matías Aguirre [Mon, 31 Oct 2011 19:14:24 +0000 (17:14 -0200)]
Code cleanup
Matías Aguirre [Sat, 29 Oct 2011 16:47:35 +0000 (14:47 -0200)]
PEP8
Matías Aguirre [Sat, 29 Oct 2011 16:46:33 +0000 (09:46 -0700)]
Merge pull request #170 from mlavin/master
Fix for #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.
Matías Aguirre [Fri, 28 Oct 2011 15:08:36 +0000 (13:08 -0200)]
Return User to avoid garbage user creation. Closes gh-169
Matías Aguirre [Tue, 25 Oct 2011 16:57:11 +0000 (14:57 -0200)]
PyLint
Matías Aguirre [Tue, 25 Oct 2011 16:56:59 +0000 (14:56 -0200)]
Fix Flickr attribute getter
Matías Aguirre [Tue, 25 Oct 2011 15:54:09 +0000 (13:54 -0200)]
PyLint
Matías Aguirre [Sat, 22 Oct 2011 15:39:06 +0000 (13:39 -0200)]
Fix syntax error
Matías Aguirre [Sat, 22 Oct 2011 01:57:13 +0000 (23:57 -0200)]
South migration code for JSONField. Refs gh-57
Matías Aguirre [Tue, 18 Oct 2011 17:37:33 +0000 (15:37 -0200)]
Clean imports
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
Luis Nell [Tue, 18 Oct 2011 15:33:40 +0000 (18:33 +0300)]
Add new non-magical pipeline to setup.py
Matías Aguirre [Mon, 17 Oct 2011 07:12:00 +0000 (05:12 -0200)]
v0.6.0
Matías Aguirre [Mon, 17 Oct 2011 07:11:25 +0000 (05:11 -0200)]
Issue warnings for deprecated settings. Refs gh-90
Matías Aguirre [Mon, 17 Oct 2011 07:10:59 +0000 (05:10 -0200)]
Remove debug code. Refs gh-90
Matías Aguirre [Mon, 17 Oct 2011 05:58:37 +0000 (03:58 -0200)]
Merge branch 'pipeline'
Matías Aguirre [Mon, 17 Oct 2011 05:57:57 +0000 (03:57 -0200)]
Pipeline. Refs gh-90
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
Daniel G. Taylor [Mon, 10 Oct 2011 17:41:06 +0000 (14:41 -0300)]
Fix Dropbox references to say Flickr instead.
Daniel G. Taylor [Mon, 10 Oct 2011 13:45:13 +0000 (09:45 -0400)]
Update contributors in README
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.
Daniel G. Taylor [Mon, 10 Oct 2011 13:39:55 +0000 (09:39 -0400)]
Add Flickr backend
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
Daniel G. Taylor [Thu, 6 Oct 2011 16:15:11 +0000 (12:15 -0400)]
Remove unneeded print statement
Daniel G. Taylor [Thu, 6 Oct 2011 14:11:22 +0000 (10:11 -0400)]
Fix typo
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
Matías Aguirre [Wed, 28 Sep 2011 22:32:46 +0000 (19:32 -0300)]
Merge branch 'master' of github.com:omab/django-social-auth
Matías Aguirre [Tue, 27 Sep 2011 16:17:38 +0000 (13:17 -0300)]
Fix docs. Closes gh-149
Matías Aguirre [Mon, 26 Sep 2011 16:25:26 +0000 (13:25 -0300)]
v0.5.13
Matías Aguirre [Mon, 26 Sep 2011 16:24:14 +0000 (13:24 -0300)]
Migrate Facebook to OAuth2. Closes gh-134
Matías Aguirre [Mon, 19 Sep 2011 21:32:36 +0000 (18:32 -0300)]
Fix twitter first_name/last_name filling. Closes gh-146
Matías Aguirre [Mon, 19 Sep 2011 21:24:52 +0000 (18:24 -0300)]
Remove ERROR_KEY/NAME_KEY
Matías Aguirre [Mon, 19 Sep 2011 20:53:44 +0000 (13:53 -0700)]
Merge pull request #147 from dokterbob/logging
Sensible logging
Mathijs de Bruin [Mon, 19 Sep 2011 13:39:40 +0000 (15:39 +0200)]
Even more detailed logging of fetched user data.
Mathijs de Bruin [Mon, 19 Sep 2011 13:15:34 +0000 (15:15 +0200)]
Whoops.
Mathijs de Bruin [Mon, 19 Sep 2011 13:07:24 +0000 (15:07 +0200)]
Beware of cyclical imports!
Mathijs de Bruin [Mon, 19 Sep 2011 13:00:53 +0000 (15:00 +0200)]
Some more logging.
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).
Mathijs de Bruin [Mon, 19 Sep 2011 12:51:59 +0000 (14:51 +0200)]
Whoops in FB logging patch.
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
Mathijs de Bruin [Mon, 19 Sep 2011 12:37:56 +0000 (14:37 +0200)]
Some exception logging, making debugging easier.
Mathijs de Bruin [Mon, 19 Sep 2011 12:37:38 +0000 (14:37 +0200)]
Helper function for 'clean' logging of data.
Mathijs de Bruin [Mon, 19 Sep 2011 12:14:35 +0000 (14:14 +0200)]
Make a named logger available everywhere we might need it.
Matías Aguirre [Fri, 16 Sep 2011 22:01:38 +0000 (19:01 -0300)]
v0.5.12
Matías Aguirre [Fri, 16 Sep 2011 22:01:02 +0000 (19:01 -0300)]
Additional params to complete view
Matías Aguirre [Fri, 16 Sep 2011 22:00:52 +0000 (19:00 -0300)]
Define sender
Matías Aguirre [Fri, 16 Sep 2011 20:57:12 +0000 (17:57 -0300)]
v0.5.11
Matías Aguirre [Fri, 16 Sep 2011 20:56:56 +0000 (17:56 -0300)]
Send signal for cases where tracking failed registering is needed
Matías Aguirre [Fri, 16 Sep 2011 20:27:38 +0000 (17:27 -0300)]
Merge branch 'master' of github.com:omab/django-social-auth
Matías Aguirre [Fri, 16 Sep 2011 20:25:07 +0000 (17:25 -0300)]
Allow views to pass extra parameters to authentication backends
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.
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.
Matías Aguirre [Mon, 12 Sep 2011 17:59:09 +0000 (14:59 -0300)]
Fix link reference
Matías Aguirre [Mon, 12 Sep 2011 01:49:29 +0000 (22:49 -0300)]
v0.5.10
Matías Aguirre [Mon, 12 Sep 2011 01:46:13 +0000 (22:46 -0300)]
Merge branch 'bug_131'
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
Matías Aguirre [Fri, 9 Sep 2011 00:54:31 +0000 (21:54 -0300)]
v0.5.9
Matías Aguirre [Fri, 9 Sep 2011 00:54:12 +0000 (21:54 -0300)]
Leave exception handling to decorator
Matías Aguirre [Wed, 7 Sep 2011 23:26:10 +0000 (20:26 -0300)]
v0.5.8
Matías Aguirre [Tue, 6 Sep 2011 23:25:29 +0000 (20:25 -0300)]
Switch for sanitize redirect call
Matías Aguirre [Mon, 29 Aug 2011 19:11:39 +0000 (16:11 -0300)]
Fix error on context processor. Closes gh-137.
Matías Aguirre [Mon, 29 Aug 2011 18:58:43 +0000 (15:58 -0300)]
Use messages framework if available. Refs gh-136
Matías Aguirre [Mon, 29 Aug 2011 17:39:18 +0000 (14:39 -0300)]
Improve error handling. Closes gh-136
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
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