]>
git.parisson.com Git - django-social-auth.git/log
Matías Aguirre [Mon, 31 Jan 2011 13:57:13 +0000 (11:57 -0200)]
v0.2.3
Matías Aguirre [Mon, 31 Jan 2011 13:56:30 +0000 (11:56 -0200)]
Raise exception if current logged in user is different to user associated with Social Account
Matías Aguirre [Fri, 28 Jan 2011 19:40:01 +0000 (17:40 -0200)]
Convert livejournal backend to self.data instead of request.POST
Matías Aguirre [Mon, 24 Jan 2011 13:34:20 +0000 (11:34 -0200)]
Check request method to access it's data
Matías Aguirre [Mon, 24 Jan 2011 12:53:32 +0000 (10:53 -0200)]
Update user only if needed
Matías Aguirre [Fri, 21 Jan 2011 01:31:46 +0000 (23:31 -0200)]
Fix dict keys on orkut contrib
Matías Aguirre [Thu, 20 Jan 2011 02:34:50 +0000 (00:34 -0200)]
Default to empty string on AX support
Matías Aguirre [Thu, 20 Jan 2011 02:21:10 +0000 (00:21 -0200)]
Updated doc. Closes gh-15
Alfredo [Wed, 19 Jan 2011 15:25:54 +0000 (15:25 +0000)]
Amended import path on example
Matías Aguirre [Wed, 19 Jan 2011 14:12:47 +0000 (12:12 -0200)]
Added 'enabled' checking to backends
Matías Aguirre [Wed, 19 Jan 2011 13:22:33 +0000 (11:22 -0200)]
v0.2.2
Matías Aguirre [Wed, 19 Jan 2011 13:21:35 +0000 (11:21 -0200)]
Remove namespace from example settings template
Matías Aguirre [Wed, 19 Jan 2011 13:18:33 +0000 (11:18 -0200)]
Add basic OpenID backend to enabled list
Matías Aguirre [Tue, 18 Jan 2011 17:40:43 +0000 (15:40 -0200)]
Fix setup.py
Matías Aguirre [Tue, 18 Jan 2011 17:15:14 +0000 (15:15 -0200)]
Merge branches 'experimental' and 'master'
Matías Aguirre [Tue, 18 Jan 2011 17:14:54 +0000 (15:14 -0200)]
Added backends module with contribs section and simpler way to add extra backends support. Closes gh-16
Matías Aguirre [Mon, 17 Jan 2011 23:35:10 +0000 (21:35 -0200)]
Removed namespace urls flavor from example and doc, they were mostly confused
Matías Aguirre [Mon, 17 Jan 2011 22:20:17 +0000 (20:20 -0200)]
Update doc to be compatible with django 1.2 and above
Matías Aguirre [Mon, 17 Jan 2011 22:12:30 +0000 (20:12 -0200)]
v0.1.7
Matías Aguirre [Mon, 17 Jan 2011 22:07:42 +0000 (20:07 -0200)]
Remove username update, username is already generated and loaded in user instance. Closes gh-12
Matías Aguirre [Mon, 17 Jan 2011 21:30:50 +0000 (19:30 -0200)]
Doc update adding contributor
Matías Aguirre [Mon, 17 Jan 2011 21:27:28 +0000 (19:27 -0200)]
Simplify extra_data update process
Matías Aguirre [Mon, 17 Jan 2011 21:23:28 +0000 (19:23 -0200)]
Merge branch 'master' of https://github.com/mattucf/django-social-auth into mattucf-master
Matías Aguirre [Mon, 17 Jan 2011 17:53:33 +0000 (15:53 -0200)]
v0.1.6
Matías Aguirre [Mon, 17 Jan 2011 17:52:06 +0000 (15:52 -0200)]
Fix signal handlers update result checking
Matt Brown [Mon, 17 Jan 2011 16:15:30 +0000 (11:15 -0500)]
Merge remote branch 'upstream/master'
Matías Aguirre [Mon, 17 Jan 2011 14:18:47 +0000 (12:18 -0200)]
Small doc change. Closes gh-13
Matías Aguirre [Mon, 17 Jan 2011 14:10:10 +0000 (12:10 -0200)]
Merge branch 'master' of https://github.com/alfredo/django-social-auth into alfredo-master
Matías Aguirre [Mon, 17 Jan 2011 14:09:47 +0000 (12:09 -0200)]
Removed unnecesary spacing
Alfredo [Mon, 17 Jan 2011 11:48:21 +0000 (11:48 +0000)]
Facebook extended permissions settings implemented
Matt Brown [Sun, 16 Jan 2011 03:22:56 +0000 (22:22 -0500)]
This change moves extra_data fetch to authenticate, to ensure that it gets updated in the UserSocialAuth record even if the user account exists already.
Matt Brown [Sun, 16 Jan 2011 02:11:07 +0000 (21:11 -0500)]
Modified the twitter backend to use the authenticate url instead of authorize. Fixed the default value for SOCIAL_AUTH_EXTRA_DATA.
Matías Aguirre [Fri, 14 Jan 2011 06:32:28 +0000 (04:32 -0200)]
Restored changed check
Matías Aguirre [Fri, 14 Jan 2011 06:25:46 +0000 (04:25 -0200)]
Merged krvss work. Small improvements over livejournal support
Matías Aguirre [Fri, 14 Jan 2011 05:14:25 +0000 (03:14 -0200)]
v0.1.5
Matías Aguirre [Fri, 14 Jan 2011 05:13:58 +0000 (03:13 -0200)]
Google OAuth support in example proyect
Matías Aguirre [Fri, 14 Jan 2011 05:13:24 +0000 (03:13 -0200)]
Update doc about Google OAuth support
Matías Aguirre [Fri, 14 Jan 2011 05:12:53 +0000 (03:12 -0200)]
Google OAuth support
Stas Kravets [Thu, 13 Jan 2011 15:09:24 +0000 (18:09 +0300)]
Minor style updates.
Matías Aguirre [Thu, 13 Jan 2011 02:11:48 +0000 (00:11 -0200)]
v0.1.4
Matías Aguirre [Thu, 13 Jan 2011 02:10:19 +0000 (00:10 -0200)]
Setup signal sender properly. Closes gh-10
Stas Kravets [Wed, 12 Jan 2011 16:07:52 +0000 (19:07 +0300)]
Merging with 0.1.3 version of base library.
Stas Kravets [Wed, 12 Jan 2011 11:09:01 +0000 (14:09 +0300)]
LiveJournal backend added to social_auth and example.
Matías Aguirre [Wed, 12 Jan 2011 02:39:10 +0000 (00:39 -0200)]
Keywords change
Matías Aguirre [Wed, 12 Jan 2011 02:38:08 +0000 (00:38 -0200)]
Keywords change
Matías Aguirre [Mon, 10 Jan 2011 23:08:33 +0000 (21:08 -0200)]
Increase version number
Matías Aguirre [Mon, 10 Jan 2011 23:07:54 +0000 (21:07 -0200)]
Moved auth backend access to auth module, small docstring changes
Matías Aguirre [Mon, 10 Jan 2011 18:40:06 +0000 (16:40 -0200)]
Fix doc variable value. Closes gh-9
Matías Aguirre [Sun, 9 Jan 2011 21:50:12 +0000 (19:50 -0200)]
Reset headings margin and padding
Matías Aguirre [Sun, 9 Jan 2011 21:44:24 +0000 (19:44 -0200)]
Reposition badges
Matías Aguirre [Sun, 9 Jan 2011 17:35:45 +0000 (15:35 -0200)]
Remove images border and position badges properly
Matías Aguirre [Sun, 9 Jan 2011 15:16:54 +0000 (13:16 -0200)]
Validation badges
Matías Aguirre [Sun, 9 Jan 2011 15:13:42 +0000 (13:13 -0200)]
HTML validation changes
Matías Aguirre [Sun, 9 Jan 2011 15:04:30 +0000 (13:04 -0200)]
Declare encoding
Matías Aguirre [Sun, 9 Jan 2011 15:01:26 +0000 (13:01 -0200)]
HTML validation changes
Matías Aguirre [Sun, 9 Jan 2011 14:46:05 +0000 (12:46 -0200)]
Added robots.txt and marked some link targets and nofollow
Matías Aguirre [Sun, 9 Jan 2011 14:30:11 +0000 (12:30 -0200)]
Uniform title
Matías Aguirre [Sun, 9 Jan 2011 13:59:41 +0000 (11:59 -0200)]
Small html changes on template
Matías Aguirre [Thu, 6 Jan 2011 14:16:05 +0000 (12:16 -0200)]
Updated doc
Matías Aguirre [Thu, 6 Jan 2011 13:01:58 +0000 (11:01 -0200)]
Remove image border on example
Matías Aguirre [Thu, 6 Jan 2011 12:51:25 +0000 (10:51 -0200)]
v0.1.2
Matías Aguirre [Thu, 6 Jan 2011 12:47:21 +0000 (10:47 -0200)]
easy_install installation example
Matías Aguirre [Thu, 6 Jan 2011 12:41:14 +0000 (10:41 -0200)]
Updated demo information
Matías Aguirre [Thu, 6 Jan 2011 03:52:44 +0000 (01:52 -0200)]
Docs
Matías Aguirre [Thu, 6 Jan 2011 03:40:11 +0000 (01:40 -0200)]
Example little improvements, added demo to README file
Matías Aguirre [Thu, 6 Jan 2011 02:58:28 +0000 (00:58 -0200)]
Common templates directory
Matías Aguirre [Thu, 6 Jan 2011 02:58:21 +0000 (00:58 -0200)]
Common templates directory
Matías Aguirre [Thu, 6 Jan 2011 02:50:38 +0000 (00:50 -0200)]
Small styling
Matías Aguirre [Thu, 6 Jan 2011 02:46:22 +0000 (00:46 -0200)]
Example app styling
Matías Aguirre [Wed, 5 Jan 2011 19:26:38 +0000 (17:26 -0200)]
Updated README with link to issues section
Matías Aguirre [Wed, 5 Jan 2011 19:24:58 +0000 (17:24 -0200)]
Updated attributions on README.rst file
Matías Aguirre [Wed, 5 Jan 2011 19:23:12 +0000 (17:23 -0200)]
Removed unneeded str() call. Closes gh-8
Jannis Leidel [Wed, 5 Jan 2011 19:16:05 +0000 (20:16 +0100)]
Fixed typo.
Jannis Leidel [Wed, 5 Jan 2011 16:40:55 +0000 (17:40 +0100)]
Use Django's md5_constructor for backwards compatibility.
Matías Aguirre [Wed, 5 Jan 2011 15:10:35 +0000 (13:10 -0200)]
Correct documentation, Closes gh-7
Matías Aguirre [Wed, 5 Jan 2011 15:08:43 +0000 (13:08 -0200)]
Replaced deprecated md5 import, Refs gh-7
Matías Aguirre [Wed, 5 Jan 2011 14:43:32 +0000 (12:43 -0200)]
Increased version to 0.1.1
Matías Aguirre [Wed, 5 Jan 2011 14:20:26 +0000 (12:20 -0200)]
Amend documentation and add contribution
Matías Aguirre [Wed, 5 Jan 2011 14:10:22 +0000 (12:10 -0200)]
Merge branch 'master' of github.com:omab/django-social-auth
Matías Aguirre [Wed, 5 Jan 2011 14:04:07 +0000 (12:04 -0200)]
Merge branch 'master' of https://github.com/jezdez/django-social-auth into jezdez-master
Jannis Leidel [Wed, 5 Jan 2011 13:22:47 +0000 (21:22 +0800)]
Minor rST bugfix to allow correct rendering on PyPI.
Matías Aguirre [Wed, 5 Jan 2011 13:56:13 +0000 (11:56 -0200)]
Updated setup.py file to install properly, added version to social_auth module
Jannis Leidel [Wed, 5 Jan 2011 13:22:47 +0000 (14:22 +0100)]
Minor rST bugfix to allow correct rendering on PyPI.
Matías Aguirre [Wed, 5 Jan 2011 03:16:39 +0000 (01:16 -0200)]
Attributions added
Matías Aguirre [Wed, 5 Jan 2011 03:00:37 +0000 (01:00 -0200)]
Updated setup.py and README with installation instructions
Matías Aguirre [Wed, 5 Jan 2011 01:19:20 +0000 (23:19 -0200)]
setup.py updated
Stas Kravets [Mon, 27 Dec 2010 15:13:34 +0000 (23:13 +0800)]
setup.py file added for correct install with pip
Matías Aguirre [Tue, 28 Dec 2010 12:20:07 +0000 (10:20 -0200)]
A bit of pylint and django-lint
Stas Kravets [Tue, 28 Dec 2010 08:39:01 +0000 (11:39 +0300)]
Added new option to control saving of updates, fixed update signal results check.
Matías Aguirre [Mon, 27 Dec 2010 19:48:50 +0000 (17:48 -0200)]
Improved user creation handling, closes gh-3
Stas Kravets [Mon, 27 Dec 2010 16:44:54 +0000 (19:44 +0300)]
removed dependencies to avoid potential conflicts
Stas Kravets [Mon, 27 Dec 2010 15:13:34 +0000 (18:13 +0300)]
setup.py file added for correct install with pip
Matías Aguirre [Sun, 26 Dec 2010 21:37:14 +0000 (19:37 -0200)]
Small doc change
Matías Aguirre [Fri, 10 Dec 2010 18:22:36 +0000 (16:22 -0200)]
Added missing module and remove debugging prints
Matías Aguirre [Fri, 10 Dec 2010 17:39:47 +0000 (15:39 -0200)]
Signal user updating, still pending extra arguments request
Matías Aguirre [Fri, 10 Dec 2010 14:24:56 +0000 (12:24 -0200)]
Removed unnecessary base module, moved clases where they are used
Matías Aguirre [Fri, 10 Dec 2010 14:24:15 +0000 (12:24 -0200)]
Removed unnecessary base module, moved clases where they are used
Matías Aguirre [Thu, 25 Nov 2010 17:48:28 +0000 (15:48 -0200)]
Association of multiple social credentials to single user account support, Closes gh-5
Matías Aguirre [Thu, 25 Nov 2010 03:41:19 +0000 (01:41 -0200)]
Rename variable
Matías Aguirre [Tue, 23 Nov 2010 15:43:54 +0000 (13:43 -0200)]
Switch uid from TextField to CharField