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

13 years agoMerge branch 'master' of github.com:omab/django-social-auth
Matías Aguirre [Wed, 24 Aug 2011 08:44:39 +0000 (05:44 -0300)]
Merge branch 'master' of github.com:omab/django-social-auth

13 years agoAdd setting to define extra arguments that should be sent to providers
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

13 years agoStyle for items
Matías Aguirre [Wed, 24 Aug 2011 06:50:26 +0000 (03:50 -0300)]
Style for items

13 years agoReduce indentation
Matías Aguirre [Wed, 24 Aug 2011 06:49:53 +0000 (03:49 -0300)]
Reduce indentation

13 years agoMerge pull request #130 from mzupan/master
Matías Aguirre [Wed, 24 Aug 2011 06:47:48 +0000 (23:47 -0700)]
Merge pull request #130 from mzupan/master

doc change

13 years agoerror in the readme.. should be foursquare not orkut for the FoursquareBackend
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

13 years agoMerge pull request #124 from Cassus/urllib2
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

13 years agoRemove fields and methods check for custom user models. Closes gh-126
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

13 years agoMerge pull request #129 from revolunet/master
Matías Aguirre [Mon, 22 Aug 2011 20:21:35 +0000 (13:21 -0700)]
Merge pull request #129 from revolunet/master

fix typo

13 years agofix typo first_name
revolunet [Mon, 22 Aug 2011 20:11:14 +0000 (22:11 +0200)]
fix typo first_name

13 years agoSmall changes to github backend doc and code. Refs #122
Matías Aguirre [Mon, 22 Aug 2011 19:24:31 +0000 (16:24 -0300)]
Small changes to github backend doc and code. Refs #122

13 years agoMerge pull request #128 from revolunet/master
Matías Aguirre [Mon, 22 Aug 2011 19:15:48 +0000 (12:15 -0700)]
Merge pull request #128 from revolunet/master

github backend

13 years agov0.5.6
Matías Aguirre [Mon, 22 Aug 2011 01:47:38 +0000 (22:47 -0300)]
v0.5.6

13 years agoMerge branch 'master' of github.com:omab/django-social-auth
Matías Aguirre [Mon, 22 Aug 2011 01:47:13 +0000 (22:47 -0300)]
Merge branch 'master' of github.com:omab/django-social-auth

13 years agoFix user details update
Matías Aguirre [Mon, 22 Aug 2011 01:46:42 +0000 (22:46 -0300)]
Fix user details update

13 years agoREADME update for github
revolunet [Fri, 19 Aug 2011 16:36:06 +0000 (18:36 +0200)]
README update for github

13 years agoadd github OAuth backend fix #122
revolunet [Fri, 19 Aug 2011 13:46:31 +0000 (15:46 +0200)]
add github OAuth backend fix #122

13 years agoMerge pull request #123 from Cassus/test-control
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

13 years agosettings 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

13 years agoswitch to urllib2 urlopen - the old one blocked for a long time
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

13 years agov0.5.5
Matías Aguirre [Tue, 16 Aug 2011 03:20:41 +0000 (00:20 -0300)]
v0.5.5

13 years agoDo not use current user when completing /login/ process. Closes gh-107
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

13 years agoFixed bug in OpenIDBackend.extra_data()
Michael Bashkirov [Sat, 13 Aug 2011 00:33:01 +0000 (08:33 +0800)]
Fixed bug in OpenIDBackend.extra_data()

13 years agoslight readme change to avoid confusion
Lior Sion [Mon, 11 Jul 2011 13:03:03 +0000 (21:03 +0800)]
slight readme change to avoid confusion

13 years agoMention URL names prefix in doc. Refs gh-115
Matías Aguirre [Mon, 15 Aug 2011 01:48:09 +0000 (22:48 -0300)]
Mention URL names prefix in doc. Refs gh-115

13 years agov0.5.4
Matías Aguirre [Sun, 14 Aug 2011 09:30:11 +0000 (06:30 -0300)]
v0.5.4

13 years agoAvoid updating with empty values. Closes gh-111
Matías Aguirre [Sun, 14 Aug 2011 09:29:58 +0000 (06:29 -0300)]
Avoid updating with empty values. Closes gh-111

13 years agov0.5.3
Matías Aguirre [Sun, 14 Aug 2011 09:13:14 +0000 (06:13 -0300)]
v0.5.3

13 years agoRemove more lame prints
Matías Aguirre [Sun, 14 Aug 2011 09:12:53 +0000 (06:12 -0300)]
Remove more lame prints

13 years agov0.5.2
Matías Aguirre [Sun, 14 Aug 2011 09:07:29 +0000 (06:07 -0300)]
v0.5.2

13 years agoRemove lame print :-/
Matías Aguirre [Sun, 14 Aug 2011 09:07:13 +0000 (06:07 -0300)]
Remove lame print :-/

13 years agov0.5.1
Matías Aguirre [Sun, 14 Aug 2011 09:06:18 +0000 (06:06 -0300)]
v0.5.1

13 years agoDocument context processors. Refs gh-113
Matías Aguirre [Sun, 14 Aug 2011 09:06:08 +0000 (06:06 -0300)]
Document context processors. Refs gh-113

13 years agoMake use of context processors on example app. 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

13 years agoSocialAuth context processors. Closes gh-113
Matías Aguirre [Sun, 14 Aug 2011 09:02:37 +0000 (06:02 -0300)]
SocialAuth context processors. Closes gh-113

13 years agoAdd setting to control enabled backends. Closes gh-112
Matías Aguirre [Sun, 14 Aug 2011 07:16:03 +0000 (04:16 -0300)]
Add setting to control enabled backends. Closes gh-112

13 years agoDecorate views to retrieve backend or return http error if not correct. Closes gh-116
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

13 years agov0.5.0
Matías Aguirre [Sun, 14 Aug 2011 06:20:30 +0000 (03:20 -0300)]
v0.5.0

13 years agoUse primary email as user ID for Google OpenId. Closes gh-117
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

13 years agoAvoid csrf check on complete views in case provider uses POST and doesn't send CSRF...
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

13 years agoUse details username only if it's non-blank. Closes gh-104
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

13 years agov0.4.2
Matías Aguirre [Thu, 14 Jul 2011 05:28:01 +0000 (02:28 -0300)]
v0.4.2

13 years agoRefactor repeated code. Refs gh-102
Matías Aguirre [Thu, 14 Jul 2011 05:26:52 +0000 (02:26 -0300)]
Refactor repeated code. Refs gh-102

13 years agoMerge pull request #102 from Teaspiller/master
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.

13 years agoAdding exception handling for Value Error: Account already in use, in view.associate_...
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

13 years agoChange data loading order to be more useful when signals are called. Refs gh-99
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

13 years agov0.4.1
Matías Aguirre [Mon, 11 Jul 2011 14:48:00 +0000 (11:48 -0300)]
v0.4.1

13 years agoFix association redirect URL bug
Matías Aguirre [Mon, 11 Jul 2011 14:47:39 +0000 (11:47 -0300)]
Fix association redirect URL bug

13 years agoMisspell
Matías Aguirre [Sun, 10 Jul 2011 22:13:03 +0000 (19:13 -0300)]
Misspell

13 years agoFix URL name in example settings. Closes gh-101
Matías Aguirre [Sun, 10 Jul 2011 21:40:14 +0000 (18:40 -0300)]
Fix URL name in example settings. Closes gh-101

13 years agoDynamic backend list on example app
Matías Aguirre [Sun, 3 Jul 2011 20:43:53 +0000 (17:43 -0300)]
Dynamic backend list on example app

13 years agov0.4.0
Matías Aguirre [Sun, 3 Jul 2011 20:43:32 +0000 (17:43 -0300)]
v0.4.0

13 years agoNon-backward compatible URL name changes. Closes gh-95
Matías Aguirre [Sun, 3 Jul 2011 20:18:52 +0000 (17:18 -0300)]
Non-backward compatible URL name changes. Closes gh-95

13 years agoRedirect new users to properly. Closes gh-98
Matías Aguirre [Sun, 3 Jul 2011 19:42:28 +0000 (16:42 -0300)]
Redirect new users to properly. Closes gh-98

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

13 years agoAssociation and Disconnect custom URLs
Matías Aguirre [Wed, 29 Jun 2011 19:26:29 +0000 (16:26 -0300)]
Association and Disconnect custom URLs

13 years agoAssociationd and Disconnect custom URLs
Matías Aguirre [Wed, 29 Jun 2011 19:26:29 +0000 (16:26 -0300)]
Associationd and Disconnect custom URLs