]>
git.parisson.com Git - django-social-auth.git/log
Matías Aguirre [Mon, 11 Jun 2012 15:57:11 +0000 (08:57 -0700)]
Merge pull request #366 from assiotis/master
Canvas app login is broken
Marios [Mon, 11 Jun 2012 08:41:05 +0000 (01:41 -0700)]
The way to retrieve the correct value for expires variable depends on whether this
is a normal facebook app or a canvas app. The value is correctly extracted but when
it comes time to assign it to our dictionary, the assumption is made that it is a
normal facebook app. This breaks canvas apps
Matías Aguirre [Sun, 10 Jun 2012 18:03:38 +0000 (15:03 -0300)]
Merge branch 'master' of github.com:omab/django-social-auth
Matías Aguirre [Sun, 10 Jun 2012 18:03:28 +0000 (15:03 -0300)]
Define userpic var properly. Closes #365
Matías Aguirre [Fri, 8 Jun 2012 19:48:50 +0000 (12:48 -0700)]
Merge pull request #363 from oracal/master
Bitbucket multiple email bug.
Thomas Whitton [Fri, 8 Jun 2012 19:26:56 +0000 (20:26 +0100)]
Found a bug where if a bitbucket user has multiple email addresses associated with their bitbucket account, it would currently take the top one
which was not necessarily their active primary address.
Now takes their active primary email address and if one can't be found (I assume this is impossible but thought I would put it in just in case)
will retrieve the first returned active email address.
Matías Aguirre [Fri, 8 Jun 2012 14:22:05 +0000 (07:22 -0700)]
Merge pull request #362 from hannes2000/protected_user_fields
Protect user fields from being overwritten
Hannes Struss [Fri, 8 Jun 2012 07:39:41 +0000 (09:39 +0200)]
added SOCIAL_AUTH_PROTECTED_USER_FIELDS doc to correct file
Hannes Struss [Thu, 7 Jun 2012 16:52:54 +0000 (18:52 +0200)]
added documentation for SOCIAL_AUTH_PROTECTED_USER_FIELDS
Hannes Struss [Thu, 7 Jun 2012 16:43:58 +0000 (18:43 +0200)]
introduced setting SOCIAL_AUTH_PROTECTED_USER_FIELDS
this can be a tuple of field-names on the user object, which
django-social-auth will not overwrite when the user already existed, i.e.
was not created in the current auth process.
Matías Aguirre [Thu, 7 Jun 2012 16:05:06 +0000 (09:05 -0700)]
Merge pull request #361 from mback2k/master
Updated documentation for GOOGLE_OAUTH2_USE_UNIQUE_USER_ID
Matías Aguirre [Thu, 7 Jun 2012 16:04:08 +0000 (09:04 -0700)]
Merge pull request #360 from seansay/master
added douban oauth support
Marc Hoersken [Thu, 7 Jun 2012 09:28:12 +0000 (11:28 +0200)]
Updated Google backend doc to include GOOGLE_OAUTH2_USE_UNIQUE_USER_ID
Sean Lee [Thu, 7 Jun 2012 05:32:47 +0000 (13:32 +0800)]
added docs & setting example for douban support
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.