]>
git.parisson.com Git - django-social-auth.git/log
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
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
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
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
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