]> git.parisson.com Git - django-social-auth.git/log
django-social-auth.git
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 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

12 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

13 years agoFix fitbit userid handling
Matías Aguirre [Sun, 15 Apr 2012 00:58:46 +0000 (21:58 -0300)]
Fix fitbit userid handling

13 years agoAdd more info about vkontakte.
Slava Bacherikov [Sat, 14 Apr 2012 22:41:47 +0000 (01:41 +0300)]
Add more info about vkontakte.

13 years agoUpdate docs, add info about vkontakte.
Slava Bacherikov [Sat, 14 Apr 2012 22:30:56 +0000 (01:30 +0300)]
Update docs, add info about vkontakte.

13 years agoUpdate README, add doc for vkontakte.
Slava Bacherikov [Sat, 14 Apr 2012 22:06:35 +0000 (01:06 +0300)]
Update README, add doc for vkontakte.

13 years agoFlexible arguments on user_data() method. Refs #313.
Matías Aguirre [Fri, 13 Apr 2012 23:35:16 +0000 (20:35 -0300)]
Flexible arguments on user_data() method. Refs #313.

13 years agoMerge pull request #313 from bacher09/master
Matías Aguirre [Fri, 13 Apr 2012 23:20:58 +0000 (16:20 -0700)]
Merge pull request #313 from bacher09/master

Added support vkontakte, little changes in BaseOAuth2

13 years agoFor work user_data response must be set.
Slava Bacherikov [Fri, 13 Apr 2012 15:06:25 +0000 (18:06 +0300)]
For work user_data response must be set.

13 years agoMerge pull request #7 from latheiere/master
krvss [Fri, 13 Apr 2012 14:50:19 +0000 (07:50 -0700)]
Merge pull request #7 from latheiere/master

Corrected code in social_auth/backends/google.py, lines 98-99

13 years agoAdd support Vkontakte.
Slava Bacherikov [Fri, 13 Apr 2012 14:46:42 +0000 (17:46 +0300)]
Add support Vkontakte.

13 years agoLitle change library, add pass response to user_data method of BaseOAuth2.
Slava Bacherikov [Fri, 13 Apr 2012 14:44:13 +0000 (17:44 +0300)]
Litle change library, add pass response to user_data method of BaseOAuth2.

13 years agoMerge branch 'master' of github.com:krvss/django-social-auth
Stas Kravets [Fri, 13 Apr 2012 14:43:00 +0000 (18:43 +0400)]
Merge branch 'master' of github.com:krvss/django-social-auth

13 years agoMerge remote-tracking branch 'upstream/master'
Stas Kravets [Fri, 13 Apr 2012 14:42:33 +0000 (18:42 +0400)]
Merge remote-tracking branch 'upstream/master'

Conflicts:
social_auth/tests/base.py

13 years agoUpdate social_auth/backends/google.py
latheiere [Wed, 11 Apr 2012 12:30:07 +0000 (16:30 +0400)]
Update social_auth/backends/google.py

13 years agoMerge pull request #312 from tymofij/patch-1
Matías Aguirre [Tue, 10 Apr 2012 01:09:43 +0000 (18:09 -0700)]
Merge pull request #312 from tymofij/patch-1

make enabled() actually check

13 years agoremove 'enabled' in that subclass at all, let the base class do the work.
Tim Babych [Mon, 9 Apr 2012 23:04:19 +0000 (02:04 +0300)]
remove 'enabled' in that subclass at all, let the base class do the work.

13 years agomake enabled() actually check whether the LindkedIn backend is enabled in settings.
Tim Babych [Mon, 9 Apr 2012 22:45:53 +0000 (01:45 +0300)]
make enabled() actually check whether the LindkedIn backend is enabled in settings.

13 years agoMerge pull request #311 from Eksmo/master
Matías Aguirre [Mon, 9 Apr 2012 15:38:24 +0000 (08:38 -0700)]
Merge pull request #311 from Eksmo/master

Test fixes

13 years agofixed tests: default pipelines, fixed twitter&facebook, respect for SOCIAL_AUTH_ENABL...
Andrii Kostenko [Mon, 9 Apr 2012 12:45:57 +0000 (16:45 +0400)]
fixed tests: default pipelines, fixed twitter&facebook, respect for SOCIAL_AUTH_ENABLED_BACKEND in google test

13 years agoUpdate context processors comment
Matías Aguirre [Mon, 9 Apr 2012 01:24:43 +0000 (22:24 -0300)]
Update context processors comment

13 years agoChange default value in doc to reflect code
Matías Aguirre [Mon, 9 Apr 2012 01:24:32 +0000 (22:24 -0300)]
Change default value in doc to reflect code

13 years agoMerge branch 'master' of github.com:omab/django-social-auth
Matías Aguirre [Mon, 9 Apr 2012 01:19:09 +0000 (22:19 -0300)]
Merge branch 'master' of github.com:omab/django-social-auth