]> git.parisson.com Git - django-social-auth.git/log
django-social-auth.git
12 years agoCode improves and simplifications to dynamic models loading. Refs #370
Matías Aguirre [Tue, 3 Jul 2012 02:13:47 +0000 (23:13 -0300)]
Code improves and simplifications to dynamic models loading. Refs #370

12 years agoMerge remote-tracking branch 'estebistec/alt-storage' into estebistec
Matías Aguirre [Mon, 2 Jul 2012 22:36:42 +0000 (19:36 -0300)]
Merge remote-tracking branch 'estebistec/alt-storage' into estebistec

Conflicts:
social_auth/models.py

12 years agoMerge pull request #383 from uruz/master
Matías Aguirre [Mon, 2 Jul 2012 18:46:27 +0000 (11:46 -0700)]
Merge pull request #383 from uruz/master

Fixing #381: Incorrect handling of expiration time

12 years agoFixing issue #381: Incorrect handling of expiration time
Alexey Boriskin [Mon, 2 Jul 2012 18:25:06 +0000 (22:25 +0400)]
Fixing issue #381: Incorrect handling of expiration time

12 years agoMerge pull request #380 from kirkchris/master
Matías Aguirre [Sun, 1 Jul 2012 07:44:11 +0000 (00:44 -0700)]
Merge pull request #380 from kirkchris/master

IntegrityError Fix for updating extra_data when new user account

12 years agoMerge pull request #379 from t0m/patch-1
Matías Aguirre [Sat, 30 Jun 2012 03:24:48 +0000 (20:24 -0700)]
Merge pull request #379 from t0m/patch-1

Fix typo in configuration docs

12 years agoFix for integrity error on new auth for update_dict
Chris Kirk [Sat, 30 Jun 2012 02:07:32 +0000 (19:07 -0700)]
Fix for integrity error on new auth for update_dict

So extra_data is only updated instead of overwritten it was changed
here:
https://github.com/omab/django-social-auth/commit/cafe06eef838a7ee54312e
c42a84a03ade835c0d. However this results in an Integrity error if a new
account is being created for the first time. This fixes that.

12 years agoFix typo in configuration docs
Tom Terrace [Sat, 30 Jun 2012 01:23:36 +0000 (22:23 -0300)]
Fix typo in configuration docs
"The function parameters will..." -> "The function parameters are..."

12 years agoMerge pull request #378 from sayar/fix-tz-overflow
Matías Aguirre [Thu, 28 Jun 2012 18:56:58 +0000 (11:56 -0700)]
Merge pull request #378 from sayar/fix-tz-overflow

Handle set_expiry Overflow Error.

12 years agoHandle set_expiry overflow error.
Rami Sayar [Thu, 28 Jun 2012 15:19:18 +0000 (08:19 -0700)]
Handle set_expiry overflow error.

12 years agoMerge branch 'master' of github.com:omab/django-social-auth
Matías Aguirre [Wed, 27 Jun 2012 05:08:04 +0000 (02:08 -0300)]
Merge branch 'master' of github.com:omab/django-social-auth

12 years agoFix github new app link
Matías Aguirre [Wed, 27 Jun 2012 05:07:48 +0000 (02:07 -0300)]
Fix github new app link

12 years agoReplace raw queries/creates in DjangoOpenIDStore with new model module methods
Steven Cummings [Mon, 25 Jun 2012 05:01:08 +0000 (00:01 -0500)]
Replace raw queries/creates in DjangoOpenIDStore with new model module methods

12 years agoReplace raw queries of social auth by uid/provider, and social auth user creation...
Steven Cummings [Mon, 25 Jun 2012 04:30:22 +0000 (23:30 -0500)]
Replace raw queries of social auth by uid/provider, and social auth user creation with new methods in models modules

12 years agoIn context-processor, replace type-check with check for auth method
Steven Cummings [Mon, 25 Jun 2012 04:19:38 +0000 (23:19 -0500)]
In context-processor, replace type-check with check for auth method

12 years agoReplace user-or-id resolution with new models module method
Steven Cummings [Mon, 25 Jun 2012 04:15:11 +0000 (23:15 -0500)]
Replace user-or-id resolution with new models module method

12 years agoReplace raw ORM query for User by email with new models module method
Steven Cummings [Mon, 25 Jun 2012 04:07:46 +0000 (23:07 -0500)]
Replace raw ORM query for User by email with new models module method

12 years agoMerge remote-tracking branch 'upstream/master' into alt-storage
Steven Cummings [Mon, 25 Jun 2012 03:57:17 +0000 (22:57 -0500)]
Merge remote-tracking branch 'upstream/master' into alt-storage

12 years agoMoved definition of USERNAME_MAX_LENGTH to models modules
Steven Cummings [Mon, 25 Jun 2012 03:56:12 +0000 (22:56 -0500)]
Moved definition of USERNAME_MAX_LENGTH to models modules

12 years agoMove get_user method to specific models backends
Steven Cummings [Sun, 24 Jun 2012 18:17:36 +0000 (13:17 -0500)]
Move get_user method to specific models backends

12 years agoMerge pull request #374 from czpython/master
Matías Aguirre [Sun, 24 Jun 2012 22:16:39 +0000 (15:16 -0700)]
Merge pull request #374 from czpython/master

Added new "method" parameter

12 years agoMade new parameter last for compatibility for positional arguments.
paulo [Sat, 23 Jun 2012 19:40:29 +0000 (16:40 -0300)]
Made new parameter last for compatibility for positional arguments.

12 years agoAdded new keyword argument for developers to override the OAuth default http method...
paulo [Sat, 23 Jun 2012 19:32:25 +0000 (16:32 -0300)]
Added new keyword argument for developers to override the OAuth default http method ("GET").

12 years agoMerge remote-tracking branch 'upstream/master' into alt-storage
Steven Cummings [Fri, 22 Jun 2012 19:24:33 +0000 (14:24 -0500)]
Merge remote-tracking branch 'upstream/master' into alt-storage

12 years agoImplemented working alternate storage backend, based on MongoEngine.
Steven Cummings [Fri, 22 Jun 2012 19:23:35 +0000 (14:23 -0500)]
Implemented working alternate storage backend, based on MongoEngine.

It doesn't necessarily need to live in the primary codebase, it is simply a proof of the original idea. With the appearance of a fair number of helper methods to decouple social auth from django models, it really is looking like a backend is in order. More details:

+ Add MongoEngine models
* Add several methods to both models modules to decouple social auth core and default pipelines from Django ORM code
* In social pipelines, make sure uid is a str value
* Only load django admin settings if current models are django models
+ Add a conf module to manage loading specific Django settings and default values to use

12 years agov0.7.0
Matías Aguirre [Wed, 20 Jun 2012 18:36:38 +0000 (15:36 -0300)]
v0.7.0

12 years agoLoad social_auth models based on a configuration setting
Steven Cummings [Fri, 15 Jun 2012 03:22:43 +0000 (22:22 -0500)]
Load social_auth models based on a configuration setting

* This provides the ability to supply alternate storage modules
* Moved models into django_models module, and gave each model an app_label
* Defined a configuration setting, SOCIAL_AUTH_MODELS, that defaults to the django models
* Still need to define the protocol for implementing new storage modules

12 years agoMerge pull request #372 from kulbir/master
Matías Aguirre [Fri, 15 Jun 2012 19:26:52 +0000 (12:26 -0700)]
Merge pull request #372 from kulbir/master

Added twilio backend

12 years agoadded twilio backend
Kulbir [Fri, 15 Jun 2012 19:15:20 +0000 (00:45 +0530)]
added twilio backend

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

12 years agoExample for multiple partial pipeline usage. Closes #369
Matías Aguirre [Tue, 12 Jun 2012 18:47:08 +0000 (15:47 -0300)]
Example for multiple partial pipeline usage. Closes #369

12 years agoAllow multiple pipeline breaks. Refs #369
Matías Aguirre [Tue, 12 Jun 2012 18:46:07 +0000 (15:46 -0300)]
Allow multiple pipeline breaks. Refs #369

12 years agoMerge pull request #368 from assiotis/master
Matías Aguirre [Tue, 12 Jun 2012 04:54:43 +0000 (21:54 -0700)]
Merge pull request #368 from assiotis/master

facebook username field not used

12 years agoUse the actual username data from facebook for the User.username field
Marios [Mon, 11 Jun 2012 22:58:17 +0000 (15:58 -0700)]
Use the actual username data from facebook for the User.username field

12 years agoFix indentation level. Refs #366
Matías Aguirre [Mon, 11 Jun 2012 15:59:09 +0000 (12:59 -0300)]
Fix indentation level. Refs #366

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

12 years agoThe way to retrieve the correct value for expires variable depends on whether this
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

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

12 years agoDefine userpic var properly. Closes #365
Matías Aguirre [Sun, 10 Jun 2012 18:03:28 +0000 (15:03 -0300)]
Define userpic var properly. Closes #365

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

12 years agoFound a bug where if a bitbucket user has multiple email addresses associated with...
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.

12 years agoMerge pull request #362 from hannes2000/protected_user_fields
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

12 years agoadded SOCIAL_AUTH_PROTECTED_USER_FIELDS doc to correct file
Hannes Struss [Fri, 8 Jun 2012 07:39:41 +0000 (09:39 +0200)]
added SOCIAL_AUTH_PROTECTED_USER_FIELDS doc to correct file

12 years agoadded documentation for SOCIAL_AUTH_PROTECTED_USER_FIELDS
Hannes Struss [Thu, 7 Jun 2012 16:52:54 +0000 (18:52 +0200)]
added documentation for SOCIAL_AUTH_PROTECTED_USER_FIELDS

12 years agointroduced setting 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.

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

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

12 years agoUpdated Google backend doc to include GOOGLE_OAUTH2_USE_UNIQUE_USER_ID
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

12 years agoadded docs & setting example for douban support
Sean Lee [Thu, 7 Jun 2012 05:32:47 +0000 (13:32 +0800)]
added docs & setting example for douban support

12 years agoadded douban oauth support
Sean Lee [Thu, 7 Jun 2012 05:23:59 +0000 (13:23 +0800)]
added douban oauth support

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

12 years agoPEP8
Matías Aguirre [Mon, 4 Jun 2012 17:27:38 +0000 (14:27 -0300)]
PEP8

12 years agoVerbose unicode for UserSocialAuth model. Closes #357
Matías Aguirre [Mon, 4 Jun 2012 17:27:30 +0000 (14:27 -0300)]
Verbose unicode for UserSocialAuth model. Closes #357

12 years agoupdated the README for evernote
Hassek [Mon, 4 Jun 2012 17:16:40 +0000 (12:46 -0430)]
updated the README for evernote

12 years agoupdated docs and better exception handling when a user declines the Auth connection
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

12 years agoAdd comment explaining is_new/login issue. Refs #354
Matías Aguirre [Wed, 30 May 2012 18:21:18 +0000 (15:21 -0300)]
Add comment explaining is_new/login issue. Refs #354

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.