]>
git.parisson.com Git - django-social-auth.git/log
Sean Lee [Thu, 7 Jun 2012 05:23:59 +0000 (13:23 +0800)]
added douban oauth support
Matías Aguirre [Mon, 4 Jun 2012 17:28:23 +0000 (10:28 -0700)]
Merge pull request #358 from hassek/master
docs and error handling
Matías Aguirre [Mon, 4 Jun 2012 17:27:38 +0000 (14:27 -0300)]
PEP8
Matías Aguirre [Mon, 4 Jun 2012 17:27:30 +0000 (14:27 -0300)]
Verbose unicode for UserSocialAuth model. Closes #357
Hassek [Mon, 4 Jun 2012 17:16:40 +0000 (12:46 -0430)]
updated the README for evernote
Hassek [Mon, 4 Jun 2012 17:12:51 +0000 (12:42 -0430)]
updated docs and better exception handling when a user declines the Auth connection
Matías Aguirre [Wed, 30 May 2012 18:21:18 +0000 (15:21 -0300)]
Add comment explaining is_new/login issue. Refs #354
Matías Aguirre [Wed, 30 May 2012 18:16:36 +0000 (11:16 -0700)]
Merge pull request #354 from idonethis/master
SOCIAL_AUTH_NEW_USER_REDIRECT_URL bug temp fix
Mike Sun [Wed, 30 May 2012 17:51:58 +0000 (13:51 -0400)]
Fixing a bug where SOCIAL_AUTH_NEW_USER_REDIRECT_URL doesn't work because user.is_new attribute value gets changed by a login() call prior to its use.
Matías Aguirre [Mon, 28 May 2012 13:20:43 +0000 (10:20 -0300)]
Add instagram scope doc to avoid confusions. Refs #345
Matías Aguirre [Sun, 20 May 2012 22:09:32 +0000 (15:09 -0700)]
Merge pull request #351 from mback2k/master
Support for Google OAuth 2.0 immutable identifier
Marc Hoersken [Sun, 20 May 2012 11:31:09 +0000 (13:31 +0200)]
Added option to use the immutable identifier Google User ID
Setting GOOGLE_OAUTH2_USE_UNIQUE_USER_ID to True for the
Google OAuth 2.0 Backend makes use of the id fields in the
returned Google profile information instead of the mutable email.
Marc Hoersken [Sun, 20 May 2012 11:18:47 +0000 (13:18 +0200)]
Added missing quotes to comment opening
Matías Aguirre [Wed, 16 May 2012 18:47:28 +0000 (11:47 -0700)]
Merge pull request #350 from bradbeattie/patch-1
Minor grammar fix.
Brad Beattie [Wed, 16 May 2012 18:40:06 +0000 (11:40 -0700)]
Minor grammar fix.
Matías Aguirre [Wed, 16 May 2012 12:45:54 +0000 (05:45 -0700)]
Merge pull request #349 from cihann/master
turkish local
Matías Aguirre [Tue, 15 May 2012 20:34:56 +0000 (17:34 -0300)]
Merge branch 'master' of github.com:omab/django-social-auth
Matías Aguirre [Tue, 15 May 2012 20:34:48 +0000 (17:34 -0300)]
Mention SOCIAL_AUTH_LAST_LOGIN setting. Refs #348
Cihan Okyay [Tue, 15 May 2012 20:24:21 +0000 (23:24 +0300)]
turkish locale
Cihan Okyay [Tue, 15 May 2012 20:22:32 +0000 (23:22 +0300)]
added turkish locale support
Matías Aguirre [Tue, 15 May 2012 16:22:28 +0000 (09:22 -0700)]
Merge pull request #347 from CommOnEcoute/master
Facebook backend bug : username is never set
elishowk [Tue, 15 May 2012 15:39:32 +0000 (17:39 +0200)]
fixed facebook response: username missing put user instead
Matías Aguirre [Mon, 14 May 2012 19:42:56 +0000 (12:42 -0700)]
Merge pull request #346 from ulyssesv/master
extra_data.update() was raising a TypeError because the field is created blank and is considered null by the JSONField
Ulysses [Mon, 14 May 2012 19:29:26 +0000 (16:29 -0300)]
Prepopulates UserSocialAuth instance with an empty dictionary to allow the calling of extra_data.update() without raising a TypeError because the field was considered None when null.
Matías Aguirre [Sun, 13 May 2012 18:13:30 +0000 (15:13 -0300)]
Merge branch 'master' of github.com:omab/django-social-auth
Matías Aguirre [Sun, 13 May 2012 18:13:07 +0000 (15:13 -0300)]
Use dict update to avoid losing extra_data values. Refs #299
Matías Aguirre [Wed, 9 May 2012 21:21:00 +0000 (14:21 -0700)]
Merge pull request #344 from hassek/master
bug fix
Hassek [Wed, 9 May 2012 20:52:18 +0000 (16:22 -0430)]
Merge branch 'master' of git://github.com/omab/django-social-auth
Hassek [Wed, 9 May 2012 20:51:26 +0000 (16:21 -0430)]
fixed issue with userid been cropped
Matías Aguirre [Wed, 9 May 2012 19:39:06 +0000 (16:39 -0300)]
PEP8
Stas Kravets [Wed, 9 May 2012 12:03:49 +0000 (16:03 +0400)]
Logging update to use log function from utils, Facebook documentation update for merge
Stas Kravets [Wed, 9 May 2012 11:40:46 +0000 (15:40 +0400)]
Preparing for merge with main branch - more clean-ups and documents update
Stas Kravets [Wed, 9 May 2012 11:21:37 +0000 (15:21 +0400)]
Preparing for merge with main branch - cleaning up old merge differences
Stas Kravets [Wed, 9 May 2012 10:18:35 +0000 (14:18 +0400)]
Merge remote-tracking branch 'upstream/master'
Conflicts:
example/settings.py
social_auth/backends/__init__.py
social_auth/backends/contrib/vkontakte.py
social_auth/backends/contrib/yandex.py
Matías Aguirre [Wed, 9 May 2012 06:09:28 +0000 (03:09 -0300)]
Testing yahoo oauth
Matías Aguirre [Wed, 9 May 2012 06:09:15 +0000 (03:09 -0300)]
Get UserSocialAuth instance correctly. Refs #338
Matías Aguirre [Wed, 9 May 2012 06:08:51 +0000 (03:08 -0300)]
Protect email access for those users that don't disclose yhaoo email.
Matías Aguirre [Tue, 8 May 2012 10:42:30 +0000 (07:42 -0300)]
Fix related manager call. Refs #338
Matías Aguirre [Mon, 7 May 2012 23:45:31 +0000 (20:45 -0300)]
Add redirect_url parameter. Refs #338
Matías Aguirre [Mon, 7 May 2012 23:42:17 +0000 (20:42 -0300)]
Move oauth request for consumer-based-oauth to snippet in utils. Refs #338
Matías Aguirre [Mon, 7 May 2012 22:03:54 +0000 (19:03 -0300)]
Small code styles changes and docs about evernote backend. Refs #341
Matías Aguirre [Mon, 7 May 2012 21:50:27 +0000 (14:50 -0700)]
Merge pull request #341 from hassek/master
Support for EverNote
Hassek [Mon, 7 May 2012 19:34:21 +0000 (15:04 -0430)]
handle expires and drops useless lists on response
Stas Kravets [Mon, 7 May 2012 09:11:07 +0000 (13:11 +0400)]
Merging of vkontakte and yandex backends with bacher09 versions. Preparations for merge with omab master.
Matías Aguirre [Sun, 6 May 2012 00:23:39 +0000 (21:23 -0300)]
Avoid list extending in get_scope(). Refs #340
Hassek [Fri, 4 May 2012 22:18:36 +0000 (17:48 -0430)]
better support for extra_data
Stas Kravets [Fri, 4 May 2012 15:05:19 +0000 (19:05 +0400)]
Minor optimization and fixes
Hassek [Fri, 4 May 2012 00:32:57 +0000 (20:02 -0430)]
added support for evernote sandbox
Matías Aguirre [Fri, 4 May 2012 00:05:02 +0000 (21:05 -0300)]
Clean empty spaces
Matías Aguirre [Fri, 4 May 2012 00:04:10 +0000 (21:04 -0300)]
Simplify get_scope() code. Apply scope vars changes to live backend. Refs #340
Matías Aguirre [Thu, 3 May 2012 22:18:09 +0000 (15:18 -0700)]
Merge pull request #340 from bacher09/master
Change in get_scope method.
Slava Bacherikov [Thu, 3 May 2012 21:20:22 +0000 (00:20 +0300)]
Change get_scope method in BaseOAuth2 class.
Slava Bacherikov [Thu, 3 May 2012 16:05:27 +0000 (19:05 +0300)]
Change in VK_EXTRA_DATA
Hassek [Wed, 2 May 2012 22:40:29 +0000 (18:10 -0430)]
first attempt to support evernote
Matías Aguirre [Wed, 2 May 2012 22:21:19 +0000 (15:21 -0700)]
Merge pull request #339 from andrusha/master
Yahoo & Live. Throw exceptions if data-retrieval fails. Better comments.
Andrew Korzhuev [Wed, 2 May 2012 22:07:48 +0000 (02:07 +0400)]
Throw exceptions if data-retrieval fails. Better comments
Stas Kravets [Wed, 2 May 2012 09:36:17 +0000 (13:36 +0400)]
Merge branch 'master' of github.com:krvss/django-social-auth
Stas Kravets [Wed, 2 May 2012 09:35:25 +0000 (13:35 +0400)]
Merge remote-tracking branch 'upstream/master'
Conflicts:
README.rst
example/local_settings.py.template
example/templates/done.html
social_auth/backends/contrib/vkontakte.py
social_auth/backends/contrib/yandex.py
social_auth/backends/facebook.py
social_auth/views.py
Matías Aguirre [Tue, 1 May 2012 22:56:20 +0000 (15:56 -0700)]
Merge pull request #336 from andrusha/master
Yahoo OAuth 1.0 backend
Andrew Korzhuev [Tue, 1 May 2012 22:30:29 +0000 (02:30 +0400)]
Merge branch 'master' of git://github.com/omab/django-social-auth
Andrew Korzhuev [Tue, 1 May 2012 22:29:09 +0000 (02:29 +0400)]
Yahoo OAuth docs
Matías Aguirre [Tue, 1 May 2012 22:18:42 +0000 (15:18 -0700)]
Merge pull request #335 from andrusha/live-fix
Save Live access and reset tokens in extra fields. Fix typo
Andrew Korzhuev [Tue, 1 May 2012 22:02:07 +0000 (02:02 +0400)]
Yahoo OAuth 1.0 backend
Andrew Korzhuev [Tue, 1 May 2012 06:56:54 +0000 (10:56 +0400)]
Merge branch 'master' of git://github.com/omab/django-social-auth
Andrew Korzhuev [Tue, 1 May 2012 06:49:23 +0000 (10:49 +0400)]
Save Live access and reset tokens in extra fields. Fix typo
Andrew Korzhuev [Tue, 1 May 2012 06:49:23 +0000 (10:49 +0400)]
Save Live access and reset tokens in extra fields. Fix typo
Matías Aguirre [Mon, 30 Apr 2012 01:06:40 +0000 (18:06 -0700)]
Merge pull request #331 from ryan-blunden/patch-1
Fixed outdated reference to social_auth.utils.process_exceptions => soci...
Ryan Blunden [Sun, 29 Apr 2012 02:18:22 +0000 (19:18 -0700)]
Fixed outdated reference to social_auth.utils.process_exceptions => social_auth.utils.log_exceptions_to_messages
Matías Aguirre [Sat, 28 Apr 2012 08:52:34 +0000 (05:52 -0300)]
Merge remote-tracking branch 'niQo/master'
Conflicts:
README.rst
doc/backends/index.rst
doc/configuration.rst
doc/intro.rst
Nicolas Quiénot [Sat, 28 Apr 2012 07:41:24 +0000 (10:41 +0300)]
Skyrock backend docs
niQo [Fri, 27 Apr 2012 16:08:14 +0000 (18:08 +0200)]
Tests for Skyrock provider
Matías Aguirre [Fri, 27 Apr 2012 16:01:38 +0000 (13:01 -0300)]
Link live backend docs. Refs #328
Matías Aguirre [Fri, 27 Apr 2012 15:34:30 +0000 (08:34 -0700)]
Merge pull request #328 from andrusha/master
Microsoft Live Connect backend
niQo [Fri, 27 Apr 2012 10:39:02 +0000 (12:39 +0200)]
documentation update for Skyrock provider
niQo [Fri, 27 Apr 2012 10:33:58 +0000 (12:33 +0200)]
use skryock API domain
Andrew Korzhuev [Fri, 27 Apr 2012 07:38:28 +0000 (11:38 +0400)]
Shameless self-plug
Andrew Korzhuev [Fri, 27 Apr 2012 07:34:35 +0000 (11:34 +0400)]
MSN Live Connect README files
Andrew Korzhuev [Fri, 27 Apr 2012 07:17:23 +0000 (11:17 +0400)]
MSN Live Connect backend
Matías Aguirre [Thu, 26 Apr 2012 07:41:44 +0000 (00:41 -0700)]
Merge pull request #327 from slon7/master
Added VK_EXTRA_DATA to pass extra fields when gathering the user profile data
slon7 [Thu, 26 Apr 2012 07:10:26 +0000 (13:10 +0600)]
Added VK_EXTRA_DATA to pass extra fields when gathering the user profile data
Matías Aguirre [Thu, 26 Apr 2012 06:00:18 +0000 (23:00 -0700)]
Merge pull request #326 from SeyZ/master
Fixed the Github developers URL in the README file
Sandro Munda [Thu, 26 Apr 2012 05:53:24 +0000 (07:53 +0200)]
Fixed the Github developers URL in the README file
Matías Aguirre [Tue, 24 Apr 2012 07:11:35 +0000 (00:11 -0700)]
Merge pull request #325 from slon7/master
the username paramter for vkontakte backend
slon7 [Tue, 24 Apr 2012 06:54:01 +0000 (12:54 +0600)]
The username parameter should be taken from the screen_name parameter only. That's because the nickname parameter is not unique.
Matías Aguirre [Mon, 23 Apr 2012 20:34:19 +0000 (17:34 -0300)]
Fix example pipeline doc.
Matías Aguirre [Mon, 23 Apr 2012 20:30:24 +0000 (17:30 -0300)]
Update flickr doc mentioning permissions error case.
Matías Aguirre [Mon, 23 Apr 2012 20:29:54 +0000 (17:29 -0300)]
Update settings names indentation in docs.
Matías Aguirre [Mon, 23 Apr 2012 19:18:32 +0000 (16:18 -0300)]
Check linkedin error response. Closes #323
Matías Aguirre [Mon, 23 Apr 2012 18:53:53 +0000 (15:53 -0300)]
Raise exception if Facebook response is malformed. Refs #320
Matías Aguirre [Sat, 21 Apr 2012 23:38:09 +0000 (20:38 -0300)]
Check data type. Closes #322
Matías Aguirre [Wed, 18 Apr 2012 16:37:14 +0000 (13:37 -0300)]
v0.6.9
Matías Aguirre [Wed, 18 Apr 2012 16:29:12 +0000 (13:29 -0300)]
Deprecate /associate/ URLs in favor of /login/ and /complete/ with user.is_authenticated() check. Closes #319
Matías Aguirre [Tue, 17 Apr 2012 19:58:46 +0000 (16:58 -0300)]
Code cleanup, move methods to superclass
Slava Bacherikov [Tue, 17 Apr 2012 18:09:39 +0000 (21:09 +0300)]
Merge branch 'master' of git://github.com/omab/django-social-auth
Matías Aguirre [Tue, 17 Apr 2012 17:51:04 +0000 (14:51 -0300)]
Typo
Matías Aguirre [Tue, 17 Apr 2012 17:50:19 +0000 (14:50 -0300)]
Remove unnecessary override. Indent list content. Refs #317
Slava Bacherikov [Tue, 17 Apr 2012 16:50:16 +0000 (19:50 +0300)]
Merge with current omab master
Slava Bacherikov [Tue, 17 Apr 2012 16:20:57 +0000 (19:20 +0300)]
Add yandex.
Matías Aguirre [Mon, 16 Apr 2012 20:23:51 +0000 (17:23 -0300)]
Added sphinx doc for missing backends.
Matías Aguirre [Mon, 16 Apr 2012 20:18:19 +0000 (17:18 -0300)]
PEP8 applied to bitbucket backend. Refs #317