]>
git.parisson.com Git - django-social-auth.git/log
Andrii Kostenko [Sun, 19 Feb 2012 10:26:28 +0000 (12:26 +0200)]
removed debug
Andrii Kostenko [Fri, 17 Feb 2012 11:41:04 +0000 (15:41 +0400)]
Account already in use exception
Moved exception class to exceptions.py module
Andrii Kostenko [Thu, 16 Feb 2012 18:21:07 +0000 (22:21 +0400)]
User-friendly errors, russian translation
Stas Kravets [Thu, 16 Feb 2012 10:09:02 +0000 (14:09 +0400)]
Facebook app auth update for the latest changes.
Stas Kravets [Thu, 16 Feb 2012 10:00:32 +0000 (14:00 +0400)]
Merging latest changes from omab
Stas Kravets [Wed, 1 Feb 2012 13:43:18 +0000 (17:43 +0400)]
Merge remote-tracking branch 'upstream/master'
Matías Aguirre [Sun, 22 Jan 2012 17:42:58 +0000 (15:42 -0200)]
Remove space
Matías Aguirre [Sat, 21 Jan 2012 17:10:54 +0000 (15:10 -0200)]
Update license
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
Matías Aguirre [Fri, 20 Jan 2012 21:52:39 +0000 (19:52 -0200)]
Doc about django auth backend. Refs #154
Alexander Todorov [Fri, 20 Jan 2012 21:43:57 +0000 (23:43 +0200)]
add .spec file and Makefile to build RPM package
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
Matías Aguirre [Fri, 20 Jan 2012 19:44:02 +0000 (17:44 -0200)]
Merge branch 'master' of github.com:omab/django-social-auth
Matías Aguirre [Fri, 20 Jan 2012 19:41:58 +0000 (17:41 -0200)]
Get '?next=' value before the session is trashed. Refs #221
Stas Kravets [Thu, 19 Jan 2012 12:41:30 +0000 (16:41 +0400)]
Yandex OAuth2: Userpic update
Stas Kravets [Thu, 19 Jan 2012 09:30:27 +0000 (13:30 +0400)]
Merge remote-tracking branch 'upstream/master'
Stas Kravets [Thu, 19 Jan 2012 09:29:58 +0000 (13:29 +0400)]
Yandex OAuth2: Token moved to Authorization header
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
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.
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
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
Sid Mitra [Tue, 10 Jan 2012 04:29:42 +0000 (09:59 +0530)]
Passing request instance to pipeline methods.
Andres Villavicencio [Mon, 9 Jan 2012 05:22:02 +0000 (05:22 +0000)]
Using dict.get to avoid KeyError
Matías Aguirre [Mon, 9 Jan 2012 05:19:58 +0000 (03:19 -0200)]
Merge branch 'master' of github.com:omab/django-social-auth
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
Andres Villavicencio [Mon, 9 Jan 2012 04:42:31 +0000 (04:42 +0000)]
Fix to make SOCIAL_AUTH_NEW_USER_REDIRECT_URL work
Stas Kravets [Wed, 4 Jan 2012 16:03:26 +0000 (20:03 +0400)]
Yandex OAuth2 support for Ya.ru and Moi Krug added
Stas Kravets [Wed, 4 Jan 2012 09:31:30 +0000 (13:31 +0400)]
Merge remote-tracking branch 'upstream/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.
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.
Matías Aguirre [Fri, 30 Dec 2011 18:50:19 +0000 (16:50 -0200)]
Small PEP8 fixes and import orders
Matías Aguirre [Fri, 30 Dec 2011 17:56:58 +0000 (15:56 -0200)]
Merge branch 'master' of github.com:omab/django-social-auth
Matías Aguirre [Fri, 30 Dec 2011 17:56:53 +0000 (15:56 -0200)]
Pipeline call cleanups
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
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.
Stephen McDonald [Thu, 29 Dec 2011 01:38:26 +0000 (12:38 +1100)]
Cleaned up whitespace.
Matías Aguirre [Wed, 28 Dec 2011 14:40:09 +0000 (12:40 -0200)]
Remove pdb line
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
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
Matías Aguirre [Tue, 27 Dec 2011 16:35:04 +0000 (14:35 -0200)]
Doc fixes
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
Stephen McDonald [Sat, 24 Dec 2011 20:51:33 +0000 (07:51 +1100)]
Fixed a docs typo.
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.
Stephen McDonald [Sat, 24 Dec 2011 20:30:32 +0000 (07:30 +1100)]
Added testing for cached backend loading.
Stephen McDonald [Sat, 24 Dec 2011 20:30:07 +0000 (07:30 +1100)]
Removed SOCIAL_AUTH_IMPORT_BACKENDS from docs as its deprecated.
Stephen McDonald [Sat, 24 Dec 2011 20:26:23 +0000 (07:26 +1100)]
Refactored backend loading to avoid a race condition. Fixes #204
Matías Aguirre [Thu, 22 Dec 2011 17:02:36 +0000 (15:02 -0200)]
Merge branch 'master' of github.com:omab/django-social-auth
Matías Aguirre [Thu, 22 Dec 2011 17:01:45 +0000 (15:01 -0200)]
v0.6.1
Matías Aguirre [Thu, 22 Dec 2011 17:01:17 +0000 (15:01 -0200)]
Fix google oauth athorization request. Closes #202.
Matías Aguirre [Wed, 21 Dec 2011 22:18:05 +0000 (14:18 -0800)]
Merge pull request #201 from timini/patch-1
replace "-" with "_"
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 "_"
Stas Kravets [Wed, 21 Dec 2011 11:40:20 +0000 (15:40 +0400)]
Merge remote-tracking branch 'upstream/master'
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! ;)
Stas Kravets [Wed, 7 Dec 2011 13:45:27 +0000 (17:45 +0400)]
Merge remote-tracking branch 'upstream/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
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.
Stas Kravets [Thu, 24 Nov 2011 08:07:13 +0000 (12:07 +0400)]
Merge remote-tracking branch 'upstream/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
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
Stas Kravets [Tue, 8 Nov 2011 07:31:52 +0000 (11:31 +0400)]
Merge remote-tracking branch 'upstream/master'
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
Stas Kravets [Mon, 17 Oct 2011 13:54:49 +0000 (17:54 +0400)]
Added link for Russian users.
Stas Kravets [Mon, 17 Oct 2011 13:48:11 +0000 (17:48 +0400)]
Merge remote-tracking branch 'upstream/master'
Conflicts:
social_auth/backends/__init__.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