]> git.parisson.com Git - django-social-auth.git/log
django-social-auth.git
12 years agoMerge pull request #354 from idonethis/master
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

12 years agoFixing a bug where SOCIAL_AUTH_NEW_USER_REDIRECT_URL doesn't work because user.is_new...
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.

12 years agoAdd instagram scope doc to avoid confusions. Refs #345
Matías Aguirre [Mon, 28 May 2012 13:20:43 +0000 (10:20 -0300)]
Add instagram scope doc to avoid confusions. Refs #345

12 years agoMerge pull request #351 from mback2k/master
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

12 years agoAdded option to use the immutable identifier Google User ID
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.

12 years agoAdded missing quotes to comment opening
Marc Hoersken [Sun, 20 May 2012 11:18:47 +0000 (13:18 +0200)]
Added missing quotes to comment opening

12 years agoMerge pull request #350 from bradbeattie/patch-1
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.

12 years agoMinor grammar fix.
Brad Beattie [Wed, 16 May 2012 18:40:06 +0000 (11:40 -0700)]
Minor grammar fix.

12 years agoMerge pull request #349 from cihann/master
Matías Aguirre [Wed, 16 May 2012 12:45:54 +0000 (05:45 -0700)]
Merge pull request #349 from cihann/master

turkish local

12 years agoMerge branch 'master' of github.com:omab/django-social-auth
Matías Aguirre [Tue, 15 May 2012 20:34:56 +0000 (17:34 -0300)]
Merge branch 'master' of github.com:omab/django-social-auth

12 years agoMention SOCIAL_AUTH_LAST_LOGIN setting. Refs #348
Matías Aguirre [Tue, 15 May 2012 20:34:48 +0000 (17:34 -0300)]
Mention SOCIAL_AUTH_LAST_LOGIN setting. Refs #348

12 years agoturkish locale
Cihan Okyay [Tue, 15 May 2012 20:24:21 +0000 (23:24 +0300)]
turkish locale

12 years agoadded turkish locale support
Cihan Okyay [Tue, 15 May 2012 20:22:32 +0000 (23:22 +0300)]
added turkish locale support

12 years agoMerge pull request #347 from CommOnEcoute/master
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

12 years agofixed facebook response: username missing put user instead
elishowk [Tue, 15 May 2012 15:39:32 +0000 (17:39 +0200)]
fixed facebook response: username missing put user instead

12 years agoMerge pull request #346 from ulyssesv/master
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

12 years agoPrepopulates UserSocialAuth instance with an empty dictionary to allow the calling...
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.

12 years agoMerge branch 'master' of github.com:omab/django-social-auth
Matías Aguirre [Sun, 13 May 2012 18:13:30 +0000 (15:13 -0300)]
Merge branch 'master' of github.com:omab/django-social-auth

12 years agoUse dict update to avoid losing extra_data values. Refs #299
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

12 years agoMerge pull request #344 from hassek/master
Matías Aguirre [Wed, 9 May 2012 21:21:00 +0000 (14:21 -0700)]
Merge pull request #344 from hassek/master

bug fix

12 years agoMerge branch 'master' of git://github.com/omab/django-social-auth
Hassek [Wed, 9 May 2012 20:52:18 +0000 (16:22 -0430)]
Merge branch 'master' of git://github.com/omab/django-social-auth

12 years agofixed issue with userid been cropped
Hassek [Wed, 9 May 2012 20:51:26 +0000 (16:21 -0430)]
fixed issue with userid been cropped

12 years agoPEP8
Matías Aguirre [Wed, 9 May 2012 19:39:06 +0000 (16:39 -0300)]
PEP8

12 years agoLogging update to use log function from utils, Facebook documentation update for...
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

12 years agoPreparing for merge with main branch - more clean-ups and documents update
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

12 years agoPreparing for merge with main branch - cleaning up old merge differences
Stas Kravets [Wed, 9 May 2012 11:21:37 +0000 (15:21 +0400)]
Preparing for merge with main branch - cleaning up old merge differences

12 years agoMerge remote-tracking branch 'upstream/master'
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

12 years agoTesting yahoo oauth
Matías Aguirre [Wed, 9 May 2012 06:09:28 +0000 (03:09 -0300)]
Testing yahoo oauth

12 years agoGet UserSocialAuth instance correctly. Refs #338
Matías Aguirre [Wed, 9 May 2012 06:09:15 +0000 (03:09 -0300)]
Get UserSocialAuth instance correctly. Refs #338

12 years agoProtect email access for those users that don't disclose yhaoo email.
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.

12 years agoFix related manager call. Refs #338
Matías Aguirre [Tue, 8 May 2012 10:42:30 +0000 (07:42 -0300)]
Fix related manager call. Refs #338

12 years agoAdd redirect_url parameter. Refs #338
Matías Aguirre [Mon, 7 May 2012 23:45:31 +0000 (20:45 -0300)]
Add redirect_url parameter. Refs #338

12 years agoMove oauth request for consumer-based-oauth to snippet in utils. 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

12 years agoSmall code styles changes and docs about evernote backend. Refs #341
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

12 years agoMerge pull request #341 from hassek/master
Matías Aguirre [Mon, 7 May 2012 21:50:27 +0000 (14:50 -0700)]
Merge pull request #341 from hassek/master

Support for EverNote

12 years agohandle expires and drops useless lists on response
Hassek [Mon, 7 May 2012 19:34:21 +0000 (15:04 -0430)]
handle expires and drops useless lists on response

12 years agoMerging of vkontakte and yandex backends with bacher09 versions. Preparations for...
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.

12 years agoAvoid list extending in get_scope(). Refs #340
Matías Aguirre [Sun, 6 May 2012 00:23:39 +0000 (21:23 -0300)]
Avoid list extending in get_scope(). Refs #340

12 years agobetter support for extra_data
Hassek [Fri, 4 May 2012 22:18:36 +0000 (17:48 -0430)]
better support for extra_data

12 years agoMinor optimization and fixes
Stas Kravets [Fri, 4 May 2012 15:05:19 +0000 (19:05 +0400)]
Minor optimization and fixes

12 years agoadded support for evernote sandbox
Hassek [Fri, 4 May 2012 00:32:57 +0000 (20:02 -0430)]
added support for evernote sandbox

12 years agoClean empty spaces
Matías Aguirre [Fri, 4 May 2012 00:05:02 +0000 (21:05 -0300)]
Clean empty spaces

12 years agoSimplify get_scope() code. Apply scope vars changes to live backend. Refs #340
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

12 years agoMerge pull request #340 from bacher09/master
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.

12 years agoChange get_scope method in BaseOAuth2 class.
Slava Bacherikov [Thu, 3 May 2012 21:20:22 +0000 (00:20 +0300)]
Change get_scope method in BaseOAuth2 class.

12 years agoChange in VK_EXTRA_DATA
Slava Bacherikov [Thu, 3 May 2012 16:05:27 +0000 (19:05 +0300)]
Change in VK_EXTRA_DATA

12 years agofirst attempt to support evernote
Hassek [Wed, 2 May 2012 22:40:29 +0000 (18:10 -0430)]
first attempt to support evernote

12 years agoMerge pull request #339 from andrusha/master
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.

12 years agoThrow 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

12 years agoMerge branch 'master' of github.com:krvss/django-social-auth
Stas Kravets [Wed, 2 May 2012 09:36:17 +0000 (13:36 +0400)]
Merge branch 'master' of github.com:krvss/django-social-auth

12 years agoMerge remote-tracking branch 'upstream/master'
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

12 years agoMerge pull request #336 from andrusha/master
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

12 years agoMerge branch 'master' of git://github.com/omab/django-social-auth
Andrew Korzhuev [Tue, 1 May 2012 22:30:29 +0000 (02:30 +0400)]
Merge branch 'master' of git://github.com/omab/django-social-auth

12 years agoYahoo OAuth docs
Andrew Korzhuev [Tue, 1 May 2012 22:29:09 +0000 (02:29 +0400)]
Yahoo OAuth docs

12 years agoMerge pull request #335 from andrusha/live-fix
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

13 years agoYahoo OAuth 1.0 backend
Andrew Korzhuev [Tue, 1 May 2012 22:02:07 +0000 (02:02 +0400)]
Yahoo OAuth 1.0 backend

13 years agoMerge branch 'master' of git://github.com/omab/django-social-auth
Andrew Korzhuev [Tue, 1 May 2012 06:56:54 +0000 (10:56 +0400)]
Merge branch 'master' of git://github.com/omab/django-social-auth

13 years agoSave 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

13 years agoSave 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

13 years agoMerge pull request #331 from ryan-blunden/patch-1
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...

13 years agoFixed outdated reference to social_auth.utils.process_exceptions => social_auth.utils...
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

13 years agoMerge remote-tracking branch 'niQo/master'
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

13 years agoSkyrock backend docs
Nicolas Quiénot [Sat, 28 Apr 2012 07:41:24 +0000 (10:41 +0300)]
Skyrock backend docs

13 years agoTests for Skyrock provider
niQo [Fri, 27 Apr 2012 16:08:14 +0000 (18:08 +0200)]
Tests for Skyrock provider

13 years agoLink live backend docs. Refs #328
Matías Aguirre [Fri, 27 Apr 2012 16:01:38 +0000 (13:01 -0300)]
Link live backend docs. Refs #328

13 years agoMerge pull request #328 from andrusha/master
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

13 years agodocumentation update for Skyrock provider
niQo [Fri, 27 Apr 2012 10:39:02 +0000 (12:39 +0200)]
documentation update for Skyrock provider

13 years agouse skryock API domain
niQo [Fri, 27 Apr 2012 10:33:58 +0000 (12:33 +0200)]
use skryock API domain

13 years agoShameless self-plug
Andrew Korzhuev [Fri, 27 Apr 2012 07:38:28 +0000 (11:38 +0400)]
Shameless self-plug

13 years agoMSN Live Connect README files
Andrew Korzhuev [Fri, 27 Apr 2012 07:34:35 +0000 (11:34 +0400)]
MSN Live Connect README files

13 years agoMSN Live Connect backend
Andrew Korzhuev [Fri, 27 Apr 2012 07:17:23 +0000 (11:17 +0400)]
MSN Live Connect backend

13 years agoMerge pull request #327 from slon7/master
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

13 years agoAdded 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

13 years agoMerge pull request #326 from SeyZ/master
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

13 years agoFixed 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

13 years agoMerge pull request #325 from slon7/master
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

13 years agoThe username parameter should be taken from the screen_name parameter only. That...
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.

13 years agoFix example pipeline doc.
Matías Aguirre [Mon, 23 Apr 2012 20:34:19 +0000 (17:34 -0300)]
Fix example pipeline doc.

13 years agoUpdate flickr doc mentioning permissions error case.
Matías Aguirre [Mon, 23 Apr 2012 20:30:24 +0000 (17:30 -0300)]
Update flickr doc mentioning permissions error case.

13 years agoUpdate settings names indentation in docs.
Matías Aguirre [Mon, 23 Apr 2012 20:29:54 +0000 (17:29 -0300)]
Update settings names indentation in docs.

13 years agoCheck linkedin error response. Closes #323
Matías Aguirre [Mon, 23 Apr 2012 19:18:32 +0000 (16:18 -0300)]
Check linkedin error response. Closes #323

13 years agoRaise exception if Facebook response is malformed. Refs #320
Matías Aguirre [Mon, 23 Apr 2012 18:53:53 +0000 (15:53 -0300)]
Raise exception if Facebook response is malformed. Refs #320

13 years agoCheck data type. Closes #322
Matías Aguirre [Sat, 21 Apr 2012 23:38:09 +0000 (20:38 -0300)]
Check data type. Closes #322

13 years agov0.6.9
Matías Aguirre [Wed, 18 Apr 2012 16:37:14 +0000 (13:37 -0300)]
v0.6.9

13 years agoDeprecate /associate/ URLs in favor of /login/ and /complete/ with user.is_authentica...
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

13 years agoCode cleanup, move methods to superclass
Matías Aguirre [Tue, 17 Apr 2012 19:58:46 +0000 (16:58 -0300)]
Code cleanup, move methods to superclass

13 years agoMerge branch 'master' of git://github.com/omab/django-social-auth
Slava Bacherikov [Tue, 17 Apr 2012 18:09:39 +0000 (21:09 +0300)]
Merge branch 'master' of git://github.com/omab/django-social-auth

13 years agoTypo
Matías Aguirre [Tue, 17 Apr 2012 17:51:04 +0000 (14:51 -0300)]
Typo

13 years agoRemove unnecessary override. Indent list content. Refs #317
Matías Aguirre [Tue, 17 Apr 2012 17:50:19 +0000 (14:50 -0300)]
Remove unnecessary override. Indent list content. Refs #317

13 years agoMerge with current omab master
Slava Bacherikov [Tue, 17 Apr 2012 16:50:16 +0000 (19:50 +0300)]
Merge with current omab master

13 years agoAdd yandex.
Slava Bacherikov [Tue, 17 Apr 2012 16:20:57 +0000 (19:20 +0300)]
Add yandex.

13 years agoAdded sphinx doc for missing backends.
Matías Aguirre [Mon, 16 Apr 2012 20:23:51 +0000 (17:23 -0300)]
Added sphinx doc for missing backends.

13 years agoPEP8 applied to bitbucket backend. Refs #317
Matías Aguirre [Mon, 16 Apr 2012 20:18:19 +0000 (17:18 -0300)]
PEP8 applied to bitbucket backend. Refs #317

13 years agoMerge pull request #317 from oracal/master
Matías Aguirre [Mon, 16 Apr 2012 20:15:05 +0000 (13:15 -0700)]
Merge pull request #317 from oracal/master

Added bitbucket backend

13 years agoAdded Bitbucket backend
Thomas Whitton [Mon, 16 Apr 2012 19:38:35 +0000 (20:38 +0100)]
Added Bitbucket backend

13 years agov0.6.8
Matías Aguirre [Mon, 16 Apr 2012 01:56:10 +0000 (22:56 -0300)]
v0.6.8

13 years agoForce https:// in redirect URIs if setting is defined. Closes #281
Matías Aguirre [Mon, 16 Apr 2012 01:19:48 +0000 (22:19 -0300)]
Force https:// in redirect URIs if setting is defined. Closes #281

13 years agoUpdate misc section. Refs #315
Matías Aguirre [Sun, 15 Apr 2012 23:30:47 +0000 (20:30 -0300)]
Update misc section. Refs #315

13 years agoRewrited Github auth backend to new api.
Slava Bacherikov [Sun, 15 Apr 2012 12:57:17 +0000 (15:57 +0300)]
Rewrited Github auth backend to new api.

13 years agoDocstring fix
Matías Aguirre [Sun, 15 Apr 2012 00:59:06 +0000 (21:59 -0300)]
Docstring fix