]>
git.parisson.com Git - django-social-auth.git/log
Matías Aguirre [Thu, 12 Jul 2012 12:19:22 +0000 (05:19 -0700)]
Merge pull request #396 from krvss/master
Facebook Canvas application authentication
Stas Kravets [Thu, 12 Jul 2012 09:07:08 +0000 (13:07 +0400)]
Facebook canvas application auth example
Matías Aguirre [Mon, 9 Jul 2012 15:48:38 +0000 (12:48 -0300)]
Merge branch 'master' of github.com:omab/django-social-auth
Matías Aguirre [Mon, 9 Jul 2012 15:48:23 +0000 (12:48 -0300)]
Add db module to setup. Closes #395
Matías Aguirre [Mon, 9 Jul 2012 10:21:31 +0000 (03:21 -0700)]
Merge pull request #394 from tonyxiao/master
Fixed bug in flickr.py. Allowing users to change perms setting
tonyxiao [Mon, 9 Jul 2012 09:09:29 +0000 (02:09 -0700)]
Fixed bug where FLICKR_AUTH_EXTRA_ARGUMENTS's `perms` configuration is ignored by the backend.
Matías Aguirre [Mon, 9 Jul 2012 06:19:04 +0000 (03:19 -0300)]
Lazy dict wrapper to void hitting the DB when not needed. Closes #387
Matías Aguirre [Mon, 9 Jul 2012 05:58:25 +0000 (02:58 -0300)]
PEP8. Refs #384
Matías Aguirre [Mon, 9 Jul 2012 05:48:03 +0000 (02:48 -0300)]
Small docs and code improves. Refs #384
Matías Aguirre [Mon, 9 Jul 2012 05:39:43 +0000 (22:39 -0700)]
Merge pull request #384 from niftynei/master
Adds convenience querystring for login redirects
Matías Aguirre [Mon, 9 Jul 2012 04:50:42 +0000 (01:50 -0300)]
Default SOCIAL_AUTH_ASSOCIATE_BY_EMAIL to False to avoid some secury risks (while it's not removed). Closes #356
Matías Aguirre [Mon, 9 Jul 2012 04:47:37 +0000 (01:47 -0300)]
Merge branch 'estebistec'
Conflicts:
README.rst
doc/contributions.rst
social_auth/models.py
Matías Aguirre [Mon, 9 Jul 2012 04:40:52 +0000 (01:40 -0300)]
Small doc changes. Refs #370
Matías Aguirre [Mon, 9 Jul 2012 04:31:35 +0000 (01:31 -0300)]
Merge branch 'alt-storage' of git://github.com/estebistec/django-social-auth into estebistec
Matías Aguirre [Mon, 9 Jul 2012 04:26:58 +0000 (01:26 -0300)]
PEP8
Matías Aguirre [Mon, 9 Jul 2012 03:16:46 +0000 (00:16 -0300)]
Avoid keyerror. Closes #391
Matías Aguirre [Mon, 9 Jul 2012 03:09:19 +0000 (00:09 -0300)]
Check for user in associate_by_email pipeline method. Closes #392
Steven Cummings [Sun, 8 Jul 2012 03:27:33 +0000 (22:27 -0500)]
Document the new SOCIAL_AUTH_MODELS setting
Matías Aguirre [Sun, 8 Jul 2012 01:56:49 +0000 (22:56 -0300)]
Fixes to doc and remove unused module
Matías Aguirre [Sun, 8 Jul 2012 01:50:52 +0000 (18:50 -0700)]
Merge pull request #390 from tonyxiao/patch-1
Updated the readme with description of what each method in the pipeline does
tonyxiao [Sat, 7 Jul 2012 19:27:15 +0000 (12:27 -0700)]
Fixed formatting problem
tonyxiao [Sat, 7 Jul 2012 19:21:41 +0000 (12:21 -0700)]
Added description for what each method in the pipeline does by default
Matías Aguirre [Sat, 7 Jul 2012 18:50:08 +0000 (11:50 -0700)]
Merge pull request #389 from fmoga/master
Mixcloud backend
Florian Moga [Sat, 7 Jul 2012 14:39:14 +0000 (17:39 +0300)]
Add Mixcloud backend
Matías Aguirre [Thu, 5 Jul 2012 04:10:43 +0000 (01:10 -0300)]
Add option to avoid redirect_state parameter. Refs #386
Matías Aguirre [Thu, 5 Jul 2012 03:50:02 +0000 (00:50 -0300)]
Add 1.2.5 compatibility code. Refs #386
Matías Aguirre [Thu, 5 Jul 2012 03:22:57 +0000 (00:22 -0300)]
Remove django 1.4 constant. Refs #386
Matías Aguirre [Wed, 4 Jul 2012 22:01:27 +0000 (19:01 -0300)]
Backward compatibility get_random_string definition. Refs #386
Matías Aguirre [Wed, 4 Jul 2012 19:03:16 +0000 (16:03 -0300)]
Ensure that redirect_uri has state argument on other backends. Refs #386
Matías Aguirre [Wed, 4 Jul 2012 18:03:23 +0000 (15:03 -0300)]
Little improve to state parameter checking. Disable state in Odnoklassniki backend. Refs #386
Matías Aguirre [Wed, 4 Jul 2012 06:57:42 +0000 (03:57 -0300)]
Small docstring changes
Matías Aguirre [Wed, 4 Jul 2012 06:47:49 +0000 (03:47 -0300)]
Doc fixes
Matías Aguirre [Wed, 4 Jul 2012 06:39:32 +0000 (03:39 -0300)]
Add missing backends in example app
Matías Aguirre [Wed, 4 Jul 2012 06:39:19 +0000 (03:39 -0300)]
Misc
Matías Aguirre [Wed, 4 Jul 2012 06:38:55 +0000 (03:38 -0300)]
Add state argument to oauth2 process to secure process. Refs #386
Matías Aguirre [Wed, 4 Jul 2012 06:36:27 +0000 (03:36 -0300)]
Doc styling fixes
Matías Aguirre [Tue, 3 Jul 2012 19:47:35 +0000 (16:47 -0300)]
Fix VKontakteBackend name. Refs #385
Matías Aguirre [Tue, 3 Jul 2012 19:45:49 +0000 (12:45 -0700)]
Merge pull request #385 from kotslon/patch-1
VKontakteBackend starts from two capital letters now instead of one.
Matías Aguirre [Tue, 3 Jul 2012 19:43:30 +0000 (16:43 -0300)]
Fix expiration calculation, add django backward compatibility code. Refs #381
Vitaliy [Tue, 3 Jul 2012 16:30:17 +0000 (22:30 +0600)]
VKontakteBackend starts from two capital letters now instead of one.
Matías Aguirre [Tue, 3 Jul 2012 02:13:47 +0000 (23:13 -0300)]
Code improves and simplifications to dynamic models loading. Refs #370
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
macNugs [Mon, 2 Jul 2012 21:31:43 +0000 (17:31 -0400)]
Add convenience context variable for man in the middle redirects. Redirect fieldname must be set in settings
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
Alexey Boriskin [Mon, 2 Jul 2012 18:25:06 +0000 (22:25 +0400)]
Fixing issue #381: Incorrect handling of expiration time
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
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
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.
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..."
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.
Rami Sayar [Thu, 28 Jun 2012 15:19:18 +0000 (08:19 -0700)]
Handle set_expiry overflow error.
Matías Aguirre [Wed, 27 Jun 2012 05:08:04 +0000 (02:08 -0300)]
Merge branch 'master' of github.com:omab/django-social-auth
Matías Aguirre [Wed, 27 Jun 2012 05:07:48 +0000 (02:07 -0300)]
Fix github new app link
Steven Cummings [Mon, 25 Jun 2012 05:01:08 +0000 (00:01 -0500)]
Replace raw queries/creates in DjangoOpenIDStore with new model module methods
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
Steven Cummings [Mon, 25 Jun 2012 04:19:38 +0000 (23:19 -0500)]
In context-processor, replace type-check with check for auth method
Steven Cummings [Mon, 25 Jun 2012 04:15:11 +0000 (23:15 -0500)]
Replace user-or-id resolution 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
Steven Cummings [Mon, 25 Jun 2012 03:57:17 +0000 (22:57 -0500)]
Merge remote-tracking branch 'upstream/master' into alt-storage
Steven Cummings [Mon, 25 Jun 2012 03:56:12 +0000 (22:56 -0500)]
Moved definition of USERNAME_MAX_LENGTH to models modules
Steven Cummings [Sun, 24 Jun 2012 18:17:36 +0000 (13:17 -0500)]
Move get_user method to specific models backends
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
paulo [Sat, 23 Jun 2012 19:40:29 +0000 (16:40 -0300)]
Made new parameter last for compatibility for positional arguments.
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").
Steven Cummings [Fri, 22 Jun 2012 19:24:33 +0000 (14:24 -0500)]
Merge remote-tracking branch 'upstream/master' into alt-storage
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
Matías Aguirre [Wed, 20 Jun 2012 18:36:38 +0000 (15:36 -0300)]
v0.7.0
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
Matías Aguirre [Fri, 15 Jun 2012 19:26:52 +0000 (12:26 -0700)]
Merge pull request #372 from kulbir/master
Added twilio backend
Kulbir [Fri, 15 Jun 2012 19:15:20 +0000 (00:45 +0530)]
added twilio backend
Matías Aguirre [Tue, 12 Jun 2012 18:47:25 +0000 (15:47 -0300)]
Merge branch 'master' of github.com:omab/django-social-auth
Matías Aguirre [Tue, 12 Jun 2012 18:47:08 +0000 (15:47 -0300)]
Example for multiple partial pipeline usage. Closes #369
Matías Aguirre [Tue, 12 Jun 2012 18:46:07 +0000 (15:46 -0300)]
Allow multiple pipeline breaks. Refs #369
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
Marios [Mon, 11 Jun 2012 22:58:17 +0000 (15:58 -0700)]
Use the actual username data from facebook for the User.username field
Matías Aguirre [Mon, 11 Jun 2012 15:59:09 +0000 (12:59 -0300)]
Fix indentation level. Refs #366
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