]> git.parisson.com Git - django-social-auth.git/log
django-social-auth.git
13 years agoDifferentiate exceptions raised. Closes #119. Refs #175
Matías Aguirre [Thu, 1 Mar 2012 15:16:05 +0000 (13:16 -0200)]
Differentiate exceptions raised. Closes #119. Refs #175

13 years agoRemove deprecated setting from docs. Refs #175.
Matías Aguirre [Wed, 29 Feb 2012 18:01:00 +0000 (16:01 -0200)]
Remove deprecated setting from docs. Refs #175.

13 years agoClean partial pipeline before auth process begins. Refs #271
Matías Aguirre [Sun, 26 Feb 2012 17:06:11 +0000 (15:06 -0200)]
Clean partial pipeline before auth process begins. Refs #271

13 years agoIgnore test databases
Matías Aguirre [Sun, 26 Feb 2012 16:13:21 +0000 (14:13 -0200)]
Ignore test databases

13 years agoClean partial pipeline on Stop exception. Closes #271
Matías Aguirre [Sun, 26 Feb 2012 15:07:04 +0000 (13:07 -0200)]
Clean partial pipeline on Stop exception. Closes #271

13 years agoMove GoogleAppEngine backend to contrib and apply pep8. Refs #258.
Matías Aguirre [Fri, 24 Feb 2012 11:47:40 +0000 (09:47 -0200)]
Move GoogleAppEngine backend to contrib and apply pep8. Refs #258.

13 years agoMerge pull request #258 from dragonx/master
Matías Aguirre [Fri, 24 Feb 2012 11:34:22 +0000 (03:34 -0800)]
Merge pull request #258 from dragonx/master

Backend for Google App Engine User API

13 years agoPEP8 and use dsa setting util
Matías Aguirre [Fri, 24 Feb 2012 11:33:39 +0000 (09:33 -0200)]
PEP8 and use dsa setting util

13 years agoMerge pull request #269 from laprice/master
Matías Aguirre [Fri, 24 Feb 2012 11:17:58 +0000 (03:17 -0800)]
Merge pull request #269 from laprice/master

Fitbit Oauth 1.0 integration.

13 years agoreplaced with a version based on the flickr backend. Works for basic functionality.
Larry Price [Fri, 24 Feb 2012 08:41:16 +0000 (00:41 -0800)]
replaced with a version based on the flickr backend. Works for basic functionality.

13 years agoMerge pull request #267 from micrypt/patch-1
Matías Aguirre [Fri, 24 Feb 2012 01:40:39 +0000 (17:40 -0800)]
Merge pull request #267 from micrypt/patch-1

Remove reference to deprecated SOCIAL_AUTH_USERNAME_FIXER.

13 years agoUpdate doc/configuration.rst
Seyi Ogunyemi [Fri, 24 Feb 2012 01:29:54 +0000 (01:29 +0000)]
Update doc/configuration.rst

13 years agoRemove reference to deprecated SOCIAL_AUTH_USERNAME_FIXER.
Seyi Ogunyemi [Fri, 24 Feb 2012 00:57:01 +0000 (00:57 +0000)]
Remove reference to deprecated SOCIAL_AUTH_USERNAME_FIXER.

13 years agoMerge pull request #265 from SacNaturalFoods/master
Matías Aguirre [Thu, 23 Feb 2012 18:23:57 +0000 (10:23 -0800)]
Merge pull request #265 from SacNaturalFoods/master

added GOOGLE_WHITE_LISTED_EMAILS setting and updated docs

13 years agoadded GOOGLE_WHITE_LISTED_EMAILS setting and updated docs
tschmidt [Thu, 23 Feb 2012 18:13:52 +0000 (10:13 -0800)]
added GOOGLE_WHITE_LISTED_EMAILS setting and updated docs

13 years agoAdd missing argument.
Matías Aguirre [Thu, 23 Feb 2012 00:10:02 +0000 (22:10 -0200)]
Add missing argument.

13 years agoInicial per backend settings, just URLs so far.
Matías Aguirre [Wed, 22 Feb 2012 13:11:25 +0000 (11:11 -0200)]
Inicial per backend settings, just URLs so far.

13 years agoPer backend-settings option.
Matías Aguirre [Wed, 22 Feb 2012 06:09:02 +0000 (04:09 -0200)]
Per backend-settings option.

13 years agoMerge branch 'master' of github.com:omab/django-social-auth
Matías Aguirre [Tue, 21 Feb 2012 18:21:01 +0000 (16:21 -0200)]
Merge branch 'master' of github.com:omab/django-social-auth

13 years agoGoogle group. Closes #263
Matías Aguirre [Tue, 21 Feb 2012 18:20:12 +0000 (16:20 -0200)]
Google group. Closes #263

13 years agoAdded the fitbit.py which started off as a clone of the github interface.
Larry Price [Tue, 21 Feb 2012 04:35:29 +0000 (20:35 -0800)]
Added the fitbit.py which started off as a clone of the github interface.

current status: NOT FUNCTIONAL YET

Trying to debug.

13 years agoMerge pull request #261 from SacNaturalFoods/master
Matías Aguirre [Tue, 21 Feb 2012 03:00:47 +0000 (19:00 -0800)]
Merge pull request #261 from SacNaturalFoods/master

added GOOGLE_WHITE_LISTED_DOMAINS setting to Google OAuth, updated documentation

13 years agoadded GOOGLE_WHITE_LISTED_DOMAINS setting to Google OAuth, updated documentation
tschmidt [Tue, 21 Feb 2012 01:17:51 +0000 (17:17 -0800)]
added GOOGLE_WHITE_LISTED_DOMAINS setting to Google OAuth, updated documentation

13 years agoCatch OAuth 400 response when user denies access. Closes #260
Matías Aguirre [Mon, 20 Feb 2012 17:14:42 +0000 (15:14 -0200)]
Catch OAuth 400 response when user denies access. Closes #260

13 years agoMerge pull request #259 from dpetzold/master
Matías Aguirre [Mon, 20 Feb 2012 02:36:31 +0000 (18:36 -0800)]
Merge pull request #259 from dpetzold/master

Logged in users would be redirected incorrectly

13 years agochange name to google-appengine to match some of the other backends.
User [Sun, 19 Feb 2012 20:51:34 +0000 (15:51 -0500)]
change name to google-appengine to match some of the other backends.
make sure we don't get redirected from our auth_url.

13 years agoIf the user was already logged in they would not be redirected to the corrent url...
Derrick Petzold [Sun, 19 Feb 2012 04:15:09 +0000 (18:15 -1000)]
If the user was already logged in they would not be redirected to the corrent url if it was overriden in the session.

13 years agoGet GAE backend working properly.
User [Sat, 18 Feb 2012 18:21:23 +0000 (13:21 -0500)]
Get GAE backend working properly.

13 years agoAdd a social_auth wrapper backend around the Google App Engine User API.
User [Fri, 17 Feb 2012 18:04:23 +0000 (13:04 -0500)]
Add a social_auth wrapper backend around the Google App Engine User API.

13 years agov0.6.6
Matías Aguirre [Thu, 16 Feb 2012 20:40:00 +0000 (18:40 -0200)]
v0.6.6

13 years agoAdd missing 'auth' arguments before authenticate. Refs #255
Matías Aguirre [Thu, 16 Feb 2012 20:39:40 +0000 (18:39 -0200)]
Add missing 'auth' arguments before authenticate. Refs #255

13 years agoRemove old doc
Matías Aguirre [Thu, 16 Feb 2012 18:56:37 +0000 (16:56 -0200)]
Remove old doc

13 years agoMerge pull request #254 from Jolmberg/python25
Matías Aguirre [Thu, 16 Feb 2012 15:10:11 +0000 (07:10 -0800)]
Merge pull request #254 from Jolmberg/python25

Python 2.5 compatibility

13 years agoUse list.index instead of tuple.index to regain compatibility with Python 2.5
Johannes Holmberg [Thu, 16 Feb 2012 14:38:27 +0000 (15:38 +0100)]
Use list.index instead of tuple.index to regain compatibility with Python 2.5

13 years agoRevert "Add own tuple_index function to stay compatible with python 2.5"
Johannes Holmberg [Thu, 16 Feb 2012 14:24:07 +0000 (15:24 +0100)]
Revert "Add own tuple_index function to stay compatible with python 2.5"

This reverts commit 7e6af723e15a785b403010de4b44b49fce924e91.

13 years agoAdd own tuple_index function to stay compatible with python 2.5
Johannes Holmberg [Thu, 16 Feb 2012 12:57:18 +0000 (13:57 +0100)]
Add own tuple_index function to stay compatible with python 2.5

13 years agoOverrideable user check for get_username pipeline. Refs #253
Matías Aguirre [Wed, 15 Feb 2012 16:10:37 +0000 (14:10 -0200)]
Overrideable user check for get_username pipeline. Refs #253

13 years agoSave model instances into session in a easy format to retrieve it later. Refs #251
Matías Aguirre [Wed, 15 Feb 2012 14:57:12 +0000 (12:57 -0200)]
Save model instances into session in a easy format to retrieve it later. Refs #251

13 years agov0.6.5
Matías Aguirre [Wed, 15 Feb 2012 00:00:32 +0000 (22:00 -0200)]
v0.6.5

13 years agoImprove and fix partial pipeline arguments management. Closes #251
Matías Aguirre [Tue, 14 Feb 2012 23:59:42 +0000 (21:59 -0200)]
Improve and fix partial pipeline arguments management. Closes #251

13 years agoMerge pull request #250 from jezdez/rst-bugfix
Matías Aguirre [Tue, 14 Feb 2012 14:58:21 +0000 (06:58 -0800)]
Merge pull request #250 from jezdez/rst-bugfix

Fixed formatting of README file to correctly render as rST on PyPI.

13 years agoFixed formatting of README file to correctly render as rST on PyPI.
Jannis Leidel [Tue, 14 Feb 2012 14:52:56 +0000 (15:52 +0100)]
Fixed formatting of README file to correctly render as rST on PyPI.

13 years agoStyling
Matías Aguirre [Tue, 14 Feb 2012 14:33:28 +0000 (12:33 -0200)]
Styling

13 years agoRaise exceptions setting. Closes #248.
Matías Aguirre [Tue, 14 Feb 2012 14:33:02 +0000 (12:33 -0200)]
Raise exceptions setting. Closes #248.

13 years agov0.6.4
Matías Aguirre [Tue, 14 Feb 2012 13:37:50 +0000 (11:37 -0200)]
v0.6.4

13 years agoChange Yahoo OpenID URL. Closes #249
Matías Aguirre [Tue, 14 Feb 2012 13:36:08 +0000 (11:36 -0200)]
Change Yahoo OpenID URL. Closes #249

13 years agoDoc fix
Matías Aguirre [Mon, 13 Feb 2012 18:38:31 +0000 (16:38 -0200)]
Doc fix

13 years agoInstagram doc and small code styling. Refs #247
Matías Aguirre [Sun, 12 Feb 2012 18:30:43 +0000 (16:30 -0200)]
Instagram doc and small code styling. Refs #247

13 years agoMerge pull request #247 from r4vi/instagram
Matías Aguirre [Sun, 12 Feb 2012 18:27:03 +0000 (10:27 -0800)]
Merge pull request #247 from r4vi/instagram

Add Instagram support

13 years agoAdd Instagram support
Ravi Kotecha [Sun, 12 Feb 2012 18:05:18 +0000 (18:05 +0000)]
Add Instagram support

13 years agov0.6.3
Matías Aguirre [Sat, 11 Feb 2012 19:41:02 +0000 (17:41 -0200)]
v0.6.3

13 years agoBrowserID support. Closes #228
Matías Aguirre [Sat, 11 Feb 2012 19:38:16 +0000 (17:38 -0200)]
BrowserID support. Closes #228

13 years agoRemove repeated section
Matías Aguirre [Fri, 10 Feb 2012 13:32:48 +0000 (11:32 -0200)]
Remove repeated section

13 years agoProtect dict access. Closes #246
Matías Aguirre [Thu, 9 Feb 2012 23:30:00 +0000 (21:30 -0200)]
Protect dict access. Closes #246

13 years agoUse cases doc section. Closes #239
Matías Aguirre [Thu, 9 Feb 2012 16:17:47 +0000 (14:17 -0200)]
Use cases doc section. Closes #239

13 years agoMore ReST fixes
Matías Aguirre [Thu, 9 Feb 2012 04:56:06 +0000 (02:56 -0200)]
More ReST fixes

13 years agoReST fixes
Matías Aguirre [Thu, 9 Feb 2012 04:55:03 +0000 (02:55 -0200)]
ReST fixes

13 years agoContext processor improvements on code and doc. Closes #245
Matías Aguirre [Thu, 9 Feb 2012 04:52:14 +0000 (02:52 -0200)]
Context processor improvements on code and doc. Closes #245

13 years agoCheck for denied access on twitter backend.
Matías Aguirre [Thu, 9 Feb 2012 04:22:26 +0000 (02:22 -0200)]
Check for denied access on twitter backend.

13 years agoImprove logging. Closes #244
Matías Aguirre [Thu, 9 Feb 2012 04:11:59 +0000 (02:11 -0200)]
Improve logging. Closes #244

13 years agoMerge pull request #243 from Jolmberg/master
Matías Aguirre [Wed, 8 Feb 2012 14:00:29 +0000 (06:00 -0800)]
Merge pull request #243 from Jolmberg/master

Re-add the vanilla OpenID backend to the backends collection.

13 years agoAdd a BACKENDS dictionary for the basic OpenID backend, allowing it to be discovered...
Johannes Holmberg [Wed, 8 Feb 2012 01:19:01 +0000 (02:19 +0100)]
Add a BACKENDS dictionary for the basic OpenID backend, allowing it to be discovered by get_backends.

13 years agoRename the BACKENDS cache to keep get_backends from discovering it.
Johannes Holmberg [Wed, 8 Feb 2012 01:12:50 +0000 (02:12 +0100)]
Rename the BACKENDS cache to keep get_backends from discovering it.

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.