]> git.parisson.com Git - django-social-auth.git/log
django-social-auth.git
14 years agosetup.py file added for correct install with pip
Stas Kravets [Mon, 27 Dec 2010 15:13:34 +0000 (23:13 +0800)]
setup.py file added for correct install with pip

14 years agoA bit of pylint and django-lint
Matías Aguirre [Tue, 28 Dec 2010 12:20:07 +0000 (10:20 -0200)]
A bit of pylint and django-lint

14 years agoImproved user creation handling, closes gh-3
Matías Aguirre [Mon, 27 Dec 2010 19:48:50 +0000 (17:48 -0200)]
Improved user creation handling, closes gh-3

14 years agoSmall doc change
Matías Aguirre [Sun, 26 Dec 2010 21:37:14 +0000 (19:37 -0200)]
Small doc change

14 years agoAdded missing module and remove debugging prints
Matías Aguirre [Fri, 10 Dec 2010 18:22:36 +0000 (16:22 -0200)]
Added missing module and remove debugging prints

14 years agoSignal user updating, still pending extra arguments request
Matías Aguirre [Fri, 10 Dec 2010 17:39:47 +0000 (15:39 -0200)]
Signal user updating, still pending extra arguments request

14 years agoRemoved unnecessary base module, moved clases where they are used
Matías Aguirre [Fri, 10 Dec 2010 14:24:56 +0000 (12:24 -0200)]
Removed unnecessary base module, moved clases where they are used

14 years agoRemoved 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

14 years agoAssociation of multiple social credentials to single user account support, Closes...
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

14 years agoRename variable
Matías Aguirre [Thu, 25 Nov 2010 03:41:19 +0000 (01:41 -0200)]
Rename variable

14 years agoSwitch uid from TextField to CharField
Matías Aguirre [Tue, 23 Nov 2010 15:43:54 +0000 (13:43 -0200)]
Switch uid from TextField to CharField

14 years agoOrkut authentication included, Closes gh-4
Matías Aguirre [Tue, 23 Nov 2010 15:38:09 +0000 (13:38 -0200)]
Orkut authentication included, Closes gh-4

14 years agoOAuth improvements.
Matías Aguirre [Tue, 23 Nov 2010 15:33:33 +0000 (13:33 -0200)]
OAuth improvements.

Changes:
    - Parametrize backend name
    - Common base class between Twitter and Orkut authentication
      mechanism
    - Updated Doc
    - Updated example application with Orkut

14 years agoorkut support
Caio Ariede [Tue, 23 Nov 2010 13:11:17 +0000 (11:11 -0200)]
orkut support

14 years agoLittle improve on custom user class import. Refs gh-3
Matías Aguirre [Tue, 23 Nov 2010 13:08:32 +0000 (11:08 -0200)]
Little improve on custom user class import. Refs gh-3

14 years agoStyle documentation
Matías Aguirre [Tue, 23 Nov 2010 12:57:37 +0000 (10:57 -0200)]
Style documentation

14 years agoDoc fix and added missing check
Matías Aguirre [Tue, 23 Nov 2010 05:45:58 +0000 (03:45 -0200)]
Doc fix and added missing check

14 years agoImprovements and documentation on custom User class definition.
Matías Aguirre [Tue, 23 Nov 2010 05:36:09 +0000 (03:36 -0200)]
Improvements and documentation on custom User class definition.

Closes #2

14 years agoget_user_model() more Django compliant
Caio Ariede [Tue, 23 Nov 2010 01:26:51 +0000 (23:26 -0200)]
get_user_model() more Django compliant

14 years agotypo
Caio Ariede [Sat, 20 Nov 2010 21:36:40 +0000 (19:36 -0200)]
typo

14 years agoAllow setting a custom user model through SOCIAL_AUTH_MODEL_USER
Caio Ariede [Sat, 20 Nov 2010 18:51:59 +0000 (16:51 -0200)]
Allow setting a custom user model through SOCIAL_AUTH_MODEL_USER

14 years agoStore OAuth access token by default
Matías Aguirre [Fri, 19 Nov 2010 19:47:17 +0000 (17:47 -0200)]
Store OAuth access token by default

14 years agoAmmend doc
Matías Aguirre [Wed, 17 Nov 2010 00:19:14 +0000 (22:19 -0200)]
Ammend doc

14 years agoAmmend doc
Matías Aguirre [Wed, 17 Nov 2010 00:17:25 +0000 (22:17 -0200)]
Ammend doc

14 years agoAmmend doc
Matías Aguirre [Wed, 17 Nov 2010 00:16:24 +0000 (22:16 -0200)]
Ammend doc

14 years agoAdded callable function to supply possible username
Matías Aguirre [Wed, 17 Nov 2010 00:15:14 +0000 (22:15 -0200)]
Added callable function to supply possible username

14 years agoRedirect user to an error url if configured
Matías Aguirre [Mon, 15 Nov 2010 21:55:58 +0000 (19:55 -0200)]
Redirect user to an error url if configured

14 years agoTypo
Matías Aguirre [Mon, 15 Nov 2010 21:44:34 +0000 (19:44 -0200)]
Typo

14 years agoREADME updates
Matías Aguirre [Mon, 15 Nov 2010 21:40:44 +0000 (19:40 -0200)]
README updates

14 years agoREADME updates
Matías Aguirre [Mon, 15 Nov 2010 21:39:11 +0000 (19:39 -0200)]
README updates

14 years agoREADME updates
Matías Aguirre [Mon, 15 Nov 2010 21:37:52 +0000 (19:37 -0200)]
README updates

14 years agoRemoved incorrect namespace name from complete url in view, replaced with setting...
Matías Aguirre [Mon, 15 Nov 2010 21:30:57 +0000 (19:30 -0200)]
Removed incorrect namespace name from complete url in view, replaced with setting value

14 years agoRemoved oauth module in favor of oauth original code
Matías Aguirre [Mon, 15 Nov 2010 20:56:16 +0000 (18:56 -0200)]
Removed oauth module in favor of oauth original code

14 years agoRemove max_length from TextFields and replace short text fields with CharFields
Matías Aguirre [Mon, 15 Nov 2010 19:03:52 +0000 (17:03 -0200)]
Remove max_length from TextFields and replace short text fields with CharFields

14 years agoSmall docstrings, code a little pylinted and checked
Matías Aguirre [Fri, 12 Nov 2010 19:37:50 +0000 (17:37 -0200)]
Small docstrings, code a little pylinted and checked

14 years agoFix twitter process with custom redirect parameter
Matías Aguirre [Fri, 12 Nov 2010 18:27:58 +0000 (16:27 -0200)]
Fix twitter process with custom redirect parameter

14 years agothere is no need to specify the url callback on Twitter
Caio Ariede [Fri, 12 Nov 2010 15:50:15 +0000 (13:50 -0200)]
there is no need to specify the url callback on Twitter

14 years agoLink sections in README
Matías Aguirre [Thu, 11 Nov 2010 18:41:05 +0000 (16:41 -0200)]
Link sections in README

14 years agoLink sections in README
Matías Aguirre [Thu, 11 Nov 2010 18:40:03 +0000 (16:40 -0200)]
Link sections in README

14 years agoSilly simplication
Matías Aguirre [Tue, 9 Nov 2010 14:57:42 +0000 (12:57 -0200)]
Silly simplication

14 years agoMore doc improvements
Matías Aguirre [Tue, 9 Nov 2010 14:56:17 +0000 (12:56 -0200)]
More doc improvements

14 years agoFixed code licence, apps names where incorrect. Updated documentation
Matías Aguirre [Tue, 9 Nov 2010 14:33:34 +0000 (12:33 -0200)]
Fixed code licence, apps names where incorrect. Updated documentation

14 years agoFile rename
Matías Aguirre [Mon, 8 Nov 2010 10:10:07 +0000 (08:10 -0200)]
File rename

14 years agoCommiting missing files
Matías Aguirre [Mon, 8 Nov 2010 10:08:13 +0000 (08:08 -0200)]
Commiting missing files

14 years agoInitial commit for django-social-auth
Matías Aguirre [Mon, 8 Nov 2010 10:07:59 +0000 (08:07 -0200)]
Initial commit for django-social-auth