]> git.parisson.com Git - django-social-auth.git/log
django-social-auth.git
13 years agoSmall clarification about github conf. Refs #241
Matías Aguirre [Tue, 7 Feb 2012 14:59:42 +0000 (12:59 -0200)]
Small clarification about github conf. Refs #241

13 years agoSimplfy code
Matías Aguirre [Tue, 7 Feb 2012 00:45:22 +0000 (22:45 -0200)]
Simplfy code

13 years agoExtra arguments for request-token process. Closes #235
Matías Aguirre [Mon, 6 Feb 2012 19:06:03 +0000 (17:06 -0200)]
Extra arguments for request-token process. Closes #235

13 years agoPEP8
Matías Aguirre [Mon, 6 Feb 2012 18:49:58 +0000 (16:49 -0200)]
PEP8

13 years agoMerge pull request #223 from yekibud/master
Matías Aguirre [Mon, 6 Feb 2012 18:44:55 +0000 (10:44 -0800)]
Merge pull request #223 from yekibud/master

restrict google login by white-listed domains

13 years agoLine number
Matías Aguirre [Mon, 6 Feb 2012 17:17:50 +0000 (15:17 -0200)]
Line number

13 years agoPartial pipeline. Refs #90
Matías Aguirre [Mon, 6 Feb 2012 17:16:28 +0000 (15:16 -0200)]
Partial pipeline. Refs #90

13 years agoDeprecated settings doc
Matías Aguirre [Mon, 6 Feb 2012 00:20:03 +0000 (22:20 -0200)]
Deprecated settings doc

13 years agov0.6.2
Matías Aguirre [Sun, 5 Feb 2012 17:09:16 +0000 (15:09 -0200)]
v0.6.2

13 years agoPipeline doc
Matías Aguirre [Sun, 5 Feb 2012 17:08:36 +0000 (15:08 -0200)]
Pipeline doc

13 years agoImprove settings values gathering
Matías Aguirre [Sat, 4 Feb 2012 19:44:39 +0000 (17:44 -0200)]
Improve settings values gathering

13 years agoPEP8
Matías Aguirre [Wed, 1 Feb 2012 18:41:34 +0000 (16:41 -0200)]
PEP8

13 years agoMerge pull request #238 from comel/master
Matías Aguirre [Wed, 1 Feb 2012 18:40:25 +0000 (10:40 -0800)]
Merge pull request #238 from comel/master

Do not sign OAuth authorization request

13 years agoDo not sign OAuth authorization request (see http://tools.ietf.org/html/rfc5849#page...
Andjelko Horvat [Wed, 1 Feb 2012 09:49:26 +0000 (10:49 +0100)]
Do not sign OAuth authorization request (see http://tools.ietf.org/html/rfc5849#page-10).

13 years agoRemove space
Matías Aguirre [Sun, 22 Jan 2012 17:42:58 +0000 (15:42 -0200)]
Remove space

13 years agoUpdate license
Matías Aguirre [Sat, 21 Jan 2012 17:10:54 +0000 (15:10 -0200)]
Update license

13 years agoMerge pull request #231 from atodorov/rpm-package
Matías Aguirre [Sat, 21 Jan 2012 17:08:06 +0000 (09:08 -0800)]
Merge pull request #231 from atodorov/rpm-package

add .spec file and Makefile to build RPM package

13 years agoDoc about django auth backend. Refs #154
Matías Aguirre [Fri, 20 Jan 2012 21:52:39 +0000 (19:52 -0200)]
Doc about django auth backend. Refs #154

13 years agoadd .spec file and Makefile to build RPM package
Alexander Todorov [Fri, 20 Jan 2012 21:43:57 +0000 (23:43 +0200)]
add .spec file and Makefile to build RPM package

13 years agoUse get instead of pop to get redirect value from session. Refs #192
Matías Aguirre [Fri, 20 Jan 2012 20:16:42 +0000 (18:16 -0200)]
Use get instead of pop to get redirect value from session. Refs #192

13 years agoMerge branch 'master' of github.com:omab/django-social-auth
Matías Aguirre [Fri, 20 Jan 2012 19:44:02 +0000 (17:44 -0200)]
Merge branch 'master' of github.com:omab/django-social-auth

13 years agoGet '?next=' value before the session is trashed. Refs #221
Matías Aguirre [Fri, 20 Jan 2012 19:41:58 +0000 (17:41 -0200)]
Get '?next=' value before the session is trashed. Refs #221

13 years agoadded GOOGLE_ prefix to WHITE_LISTED_DOMAINS setting
yekibud [Fri, 20 Jan 2012 19:04:48 +0000 (11:04 -0800)]
added GOOGLE_ prefix to WHITE_LISTED_DOMAINS setting

13 years agoMerge pull request #227 from xrmx/master
Matías Aguirre [Wed, 18 Jan 2012 13:38:22 +0000 (05:38 -0800)]
Merge pull request #227 from xrmx/master

README.rst: Remove reference to south introspection for JSONField

13 years agoREADME.rst: Remove reference to south introspection for JSONField
Riccardo Magliocchetti [Wed, 18 Jan 2012 10:32:18 +0000 (11:32 +0100)]
README.rst: Remove reference to south introspection for JSONField

Since https://github.com/omab/django-social-auth/pull/57 the code
has been added to fields.py so no need to mention it in the README.

13 years agochanged Google OpenID WHITE_LISTED_DOMAINS setting to only check strings and added...
tschmidt [Tue, 17 Jan 2012 18:42:38 +0000 (10:42 -0800)]
changed Google OpenID WHITE_LISTED_DOMAINS setting to only check strings and added documentation

13 years agofixed WHITE_LISTED_DOMAINS default setting and exception handling
tschmidt [Tue, 17 Jan 2012 01:58:29 +0000 (17:58 -0800)]
fixed WHITE_LISTED_DOMAINS default setting and exception handling

13 years agorestrict google login by white-listed domains
tschmidt [Mon, 16 Jan 2012 23:06:41 +0000 (15:06 -0800)]
restrict google login by white-listed domains

13 years agoMerge pull request #219 from avillavi/master
Matías Aguirre [Thu, 12 Jan 2012 14:05:42 +0000 (06:05 -0800)]
Merge pull request #219 from avillavi/master

FIx for SOCIAL_AUTH_NEW_USER_REDIRECT_URL not working

13 years agoMerge pull request #220 from Teaspiller/master
Matías Aguirre [Tue, 10 Jan 2012 14:27:43 +0000 (06:27 -0800)]
Merge pull request #220 from Teaspiller/master

Current 'request' instance should be passed to pipeline methods

13 years agoPassing request instance to pipeline methods.
Sid Mitra [Tue, 10 Jan 2012 04:29:42 +0000 (09:59 +0530)]
Passing request instance to pipeline methods.

13 years agoUsing dict.get to avoid KeyError
Andres Villavicencio [Mon, 9 Jan 2012 05:22:02 +0000 (05:22 +0000)]
Using dict.get to avoid KeyError

13 years agoMerge branch 'master' of github.com:omab/django-social-auth
Matías Aguirre [Mon, 9 Jan 2012 05:19:58 +0000 (03:19 -0200)]
Merge branch 'master' of github.com:omab/django-social-auth

13 years agoAvoid override of id/pk attributes with service provided data. Closes #217
Matías Aguirre [Mon, 9 Jan 2012 05:19:46 +0000 (03:19 -0200)]
Avoid override of id/pk attributes with service provided data. Closes #217

13 years agoFix to make SOCIAL_AUTH_NEW_USER_REDIRECT_URL work
Andres Villavicencio [Mon, 9 Jan 2012 04:42:31 +0000 (04:42 +0000)]
Fix to make SOCIAL_AUTH_NEW_USER_REDIRECT_URL work

13 years agoMerge pull request #212 from r4vi/master
Matías Aguirre [Mon, 2 Jan 2012 12:56:18 +0000 (04:56 -0800)]
Merge pull request #212 from r4vi/master

Foursquare backend fails with "KeyError('lastName')" if user doesn't have a lastName set.

13 years agoFix for backend breaking with "KeyError('lastName')" if foursquare user doesn't have...
Ravi Kotecha [Mon, 2 Jan 2012 10:48:49 +0000 (10:48 +0000)]
Fix for backend breaking with "KeyError('lastName')" if foursquare user doesn't have a lastName set.

13 years agoSmall PEP8 fixes and import orders
Matías Aguirre [Fri, 30 Dec 2011 18:50:19 +0000 (16:50 -0200)]
Small PEP8 fixes and import orders

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

13 years agoPipeline call cleanups
Matías Aguirre [Fri, 30 Dec 2011 17:56:53 +0000 (15:56 -0200)]
Pipeline call cleanups

13 years agoMerge pull request #210 from stephenmcd/race-condition-in-backend-loading
Matías Aguirre [Thu, 29 Dec 2011 02:01:44 +0000 (18:01 -0800)]
Merge pull request #210 from stephenmcd/race-condition-in-backend-loading

Race condition in backend loading - entry point to BACKENDS

13 years agoRefactored loading of BACKENDS to provide a proper entry point (get_backends) respons...
Stephen McDonald [Thu, 29 Dec 2011 01:40:54 +0000 (12:40 +1100)]
Refactored loading of BACKENDS to provide a proper entry point (get_backends) responsible for populating BACKENDS where required.

13 years agoCleaned up whitespace.
Stephen McDonald [Thu, 29 Dec 2011 01:38:26 +0000 (12:38 +1100)]
Cleaned up whitespace.

13 years agoRemove pdb line
Matías Aguirre [Wed, 28 Dec 2011 14:40:09 +0000 (12:40 -0200)]
Remove pdb line

13 years agoMerge pull request #206 from stephenmcd/race-condition-in-backend-loading
Matías Aguirre [Wed, 28 Dec 2011 14:39:15 +0000 (06:39 -0800)]
Merge pull request #206 from stephenmcd/race-condition-in-backend-loading

Race condition in backend loading

13 years agoMerge pull request #207 from rudyryk/master
Matías Aguirre [Wed, 28 Dec 2011 14:19:49 +0000 (06:19 -0800)]
Merge pull request #207 from rudyryk/master

Chapter on basic usage added to README.rst

13 years agoDoc fixes
Matías Aguirre [Tue, 27 Dec 2011 16:35:04 +0000 (14:35 -0200)]
Doc fixes

13 years ago * renames: LICENCE -> LICENSE, LICENCE.django-openid-auth -> LICENSE.django-openid...
Alexey Kinyov [Sat, 24 Dec 2011 22:15:10 +0000 (01:15 +0300)]
 * renames: LICENCE -> LICENSE, LICENCE.django-openid-auth -> LICENSE.django-openid-auth
 * chapter on basic usage added to README.rst

13 years agoFixed a docs typo.
Stephen McDonald [Sat, 24 Dec 2011 20:51:33 +0000 (07:51 +1100)]
Fixed a docs typo.

13 years agoRemove duplicate package from the example app and load it from the parent path in...
Stephen McDonald [Sat, 24 Dec 2011 20:32:06 +0000 (07:32 +1100)]
Remove duplicate package from the example app and load it from the parent path in the settings module.

13 years agoAdded testing for cached backend loading.
Stephen McDonald [Sat, 24 Dec 2011 20:30:32 +0000 (07:30 +1100)]
Added testing for cached backend loading.

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