]> git.parisson.com Git - django-social-auth.git/log
django-social-auth.git
14 years agoMail.ru OAuth 2.0 support added.
Stas Kravets [Sat, 30 Apr 2011 07:12:47 +0000 (11:12 +0400)]
Mail.ru OAuth 2.0 support added.

14 years agoVKontakte OAuth2 authentication support added.
Stas Kravets [Thu, 28 Apr 2011 11:52:57 +0000 (15:52 +0400)]
VKontakte OAuth2 authentication support added.

14 years agoDjango dependency removed to allow development version usage.
Stas Kravets [Thu, 28 Apr 2011 09:36:11 +0000 (13:36 +0400)]
Django dependency removed to allow development version usage.

14 years agoMerge remote branch 'upstream/master'
Stas Kravets [Thu, 28 Apr 2011 08:50:28 +0000 (12:50 +0400)]
Merge remote branch 'upstream/master'

14 years agoUse request.REQUEST because some providers use form URLs with GET parameters
Matías Aguirre [Wed, 27 Apr 2011 17:20:55 +0000 (14:20 -0300)]
Use request.REQUEST because some providers use form URLs with GET parameters

14 years agoMerged pull request #58 from statico/master.
Matías Aguirre [Wed, 27 Apr 2011 14:23:52 +0000 (07:23 -0700)]
Merged pull request #58 from statico/master.

Fixed a tiny typo

14 years agoFixed a tiny typo in the README
Ian Langworth ☠ [Wed, 27 Apr 2011 07:48:01 +0000 (00:48 -0700)]
Fixed a tiny typo in the README

14 years agov0.3.14
Matías Aguirre [Thu, 21 Apr 2011 16:15:37 +0000 (13:15 -0300)]
v0.3.14

14 years agokorneevm's fix for Issue #55
Seyi Ogunyemi [Thu, 21 Apr 2011 15:52:54 +0000 (16:52 +0100)]
korneevm's fix for Issue #55

14 years agoProperly convert JSONField values to string when doing dumpdata. Closes gh-53
Matías Aguirre [Wed, 20 Apr 2011 13:37:33 +0000 (10:37 -0300)]
Properly convert JSONField values to string when doing dumpdata. Closes gh-53

14 years agoMinor updates of settings and html.
Stas Kravets [Tue, 19 Apr 2011 13:33:54 +0000 (17:33 +0400)]
Minor updates of settings and html.

14 years agoMerge remote branch 'upstream/master'
Stas Kravets [Tue, 19 Apr 2011 13:31:58 +0000 (17:31 +0400)]
Merge remote branch 'upstream/master'

14 years agoUse ValueError instad of JSONDecodeError to support django.utils.simplejson utility...
Matías Aguirre [Mon, 18 Apr 2011 19:13:59 +0000 (16:13 -0300)]
Use ValueError instad of JSONDecodeError to support django.utils.simplejson utility properly on systems where python-simplejson is not present

14 years agoOdnoklassniki OAuth 2.0 authentication support added.
Stas Kravets [Mon, 18 Apr 2011 14:02:30 +0000 (18:02 +0400)]
Odnoklassniki OAuth 2.0 authentication support added.

14 years agoMerge remote branch 'upstream/master'
Stas Kravets [Mon, 18 Apr 2011 08:33:14 +0000 (12:33 +0400)]
Merge remote branch 'upstream/master'

14 years agov0.3.13
Matías Aguirre [Fri, 15 Apr 2011 04:06:28 +0000 (01:06 -0300)]
v0.3.13

14 years agoCorrect user-defined redirect page that overrides django auth app LOGIN_REDIRECT_URL...
Matías Aguirre [Fri, 15 Apr 2011 04:03:55 +0000 (01:03 -0300)]
Correct user-defined redirect page that overrides django auth app LOGIN_REDIRECT_URL. Closes gh-47

14 years agoUpdated doc with user-new signal details
Matías Aguirre [Thu, 14 Apr 2011 13:26:54 +0000 (10:26 -0300)]
Updated doc with user-new signal details

14 years agoFix email association if clause. Closes gh-51.
Matías Aguirre [Thu, 14 Apr 2011 13:07:58 +0000 (10:07 -0300)]
Fix email association if clause. Closes gh-51.

14 years agov0.3.12
Matías Aguirre [Thu, 14 Apr 2011 03:50:06 +0000 (00:50 -0300)]
v0.3.12

14 years agoAssociate users if the share the same email address and if there's only a single...
Matías Aguirre [Thu, 14 Apr 2011 03:49:52 +0000 (00:49 -0300)]
Associate users if the share the same email address and if there's only a single user entry with same email. Closes gh-49

14 years agoGrouped settings on top of module
Matías Aguirre [Thu, 14 Apr 2011 03:32:40 +0000 (00:32 -0300)]
Grouped settings on top of module

14 years agov0.3.11
Matías Aguirre [Wed, 13 Apr 2011 19:50:46 +0000 (16:50 -0300)]
v0.3.11

14 years agoFixed `settings.SOCIAL_AUTH_USERNAME_FIXER`
Jakub Roztočil [Wed, 13 Apr 2011 16:12:51 +0000 (18:12 +0200)]
Fixed `settings.SOCIAL_AUTH_USERNAME_FIXER`

14 years agoMerging with latest head; Yandex OpenID 2.0 support added - no need to specify Yandex...
Stas Kravets [Mon, 4 Apr 2011 08:27:21 +0000 (12:27 +0400)]
Merging with latest head; Yandex OpenID 2.0 support added - no need to specify Yandex username anymore, but it still works if you do.

14 years agoMerge remote branch 'upstream/master'
Stas Kravets [Mon, 4 Apr 2011 07:54:12 +0000 (11:54 +0400)]
Merge remote branch 'upstream/master'

14 years agov0.3.10
Matías Aguirre [Sat, 2 Apr 2011 02:58:44 +0000 (23:58 -0300)]
v0.3.10

14 years agoFix bug caused by undefined username variable
Matías Aguirre [Fri, 1 Apr 2011 13:51:57 +0000 (10:51 -0300)]
Fix bug caused by undefined username variable

14 years agoUse get_prep_value instead of the database related one. Closes gh-42
Matías Aguirre [Thu, 31 Mar 2011 20:54:36 +0000 (17:54 -0300)]
Use get_prep_value instead of the database related one. Closes gh-42

14 years agov0.3.9
Matías Aguirre [Tue, 29 Mar 2011 18:05:25 +0000 (15:05 -0300)]
v0.3.9

14 years agoUser uuid4 to generate unique usernames. Closes gh-41
Matías Aguirre [Tue, 29 Mar 2011 18:04:21 +0000 (15:04 -0300)]
User uuid4 to generate unique usernames. Closes gh-41

14 years agoTypo
Matías Aguirre [Tue, 29 Mar 2011 17:49:51 +0000 (14:49 -0300)]
Typo

14 years agoUse get_db_prep_value instead of get_db_prep_save. Closes gh-42
Matías Aguirre [Tue, 29 Mar 2011 15:45:20 +0000 (12:45 -0300)]
Use get_db_prep_value instead of get_db_prep_save. Closes gh-42

14 years agoGoogle OpenID testing, improvements pending. Refs gh-25
Matías Aguirre [Fri, 25 Mar 2011 21:36:50 +0000 (18:36 -0300)]
Google OpenID testing, improvements pending. Refs gh-25

14 years agoIgnore some scripts html on example dir
Matías Aguirre [Fri, 25 Mar 2011 16:04:25 +0000 (13:04 -0300)]
Ignore some scripts html on example dir

14 years agoMerge remote branch 'upstream/master'
Stas Kravets [Fri, 25 Mar 2011 10:00:49 +0000 (13:00 +0300)]
Merge remote branch 'upstream/master'

Conflicts:
setup.py

14 years agoFacebook login testing. Refs gh-25
Matías Aguirre [Fri, 25 Mar 2011 08:02:13 +0000 (05:02 -0300)]
Facebook login testing. Refs gh-25

14 years agoTwitter tests using urllib2 module. Refs gh-25
Matías Aguirre [Fri, 25 Mar 2011 05:55:05 +0000 (02:55 -0300)]
Twitter tests using urllib2 module. Refs gh-25

14 years agoUpdated django version and added requirements.txt file
Matías Aguirre [Thu, 24 Mar 2011 21:17:25 +0000 (18:17 -0300)]
Updated django version and added requirements.txt file

14 years agoCreate random username if none was supplied or generated. Closes gh-40
Matías Aguirre [Thu, 24 Mar 2011 21:05:36 +0000 (18:05 -0300)]
Create random username if none was supplied or generated. Closes gh-40

14 years agoRemove static directory setting
Matías Aguirre [Mon, 21 Mar 2011 05:10:08 +0000 (02:10 -0300)]
Remove static directory setting

14 years agoDoc improvements
Matías Aguirre [Mon, 21 Mar 2011 04:50:30 +0000 (01:50 -0300)]
Doc improvements

14 years agoInitial documentation migration to sphinx
Matías Aguirre [Mon, 21 Mar 2011 04:10:18 +0000 (01:10 -0300)]
Initial documentation migration to sphinx

14 years agoMerge remote branch 'upstream/master'
Stas Kravets [Fri, 18 Mar 2011 13:44:10 +0000 (16:44 +0300)]
Merge remote branch 'upstream/master'

14 years agoRemoved unneeded var
Matías Aguirre [Tue, 15 Mar 2011 23:49:20 +0000 (20:49 -0300)]
Removed unneeded var

14 years agoAmend doc
Matías Aguirre [Tue, 15 Mar 2011 23:41:27 +0000 (20:41 -0300)]
Amend doc

14 years agoUpdate doc and version. Google OAuth2 support complete, so far.
Matías Aguirre [Tue, 15 Mar 2011 23:39:59 +0000 (20:39 -0300)]
Update doc and version. Google OAuth2 support complete, so far.

14 years agov0.3.7
Matías Aguirre [Tue, 15 Mar 2011 22:25:25 +0000 (19:25 -0300)]
v0.3.7

14 years agoBug fix
Matías Aguirre [Tue, 15 Mar 2011 22:25:10 +0000 (19:25 -0300)]
Bug fix

14 years agov0.3.6
Matías Aguirre [Tue, 15 Mar 2011 22:16:07 +0000 (19:16 -0300)]
v0.3.6

14 years agoFix Google OAuth process
Matías Aguirre [Tue, 15 Mar 2011 22:11:33 +0000 (19:11 -0300)]
Fix Google OAuth process

14 years agoUpdated doc
Matías Aguirre [Tue, 15 Mar 2011 21:35:59 +0000 (18:35 -0300)]
Updated doc

14 years agov0.3.5
Matías Aguirre [Tue, 15 Mar 2011 21:33:49 +0000 (18:33 -0300)]
v0.3.5

14 years agoUpdated README
Matías Aguirre [Tue, 15 Mar 2011 21:33:24 +0000 (18:33 -0300)]
Updated README

14 years agov0.3.4
Matías Aguirre [Tue, 15 Mar 2011 21:27:56 +0000 (18:27 -0300)]
v0.3.4

14 years agoGoogle OAuth2 support
Matías Aguirre [Tue, 15 Mar 2011 21:27:26 +0000 (18:27 -0300)]
Google OAuth2 support

14 years agoMerge remote branch 'upstream/master'
Stas Kravets [Thu, 10 Mar 2011 13:26:53 +0000 (16:26 +0300)]
Merge remote branch 'upstream/master'

Conflicts:
setup.py

14 years agoUpdated readme
Matías Aguirre [Mon, 7 Mar 2011 02:08:01 +0000 (00:08 -0200)]
Updated readme

14 years agov0.3.3
Matías Aguirre [Sun, 6 Mar 2011 15:26:59 +0000 (13:26 -0200)]
v0.3.3

14 years agoMerged sanitize redirect url checker. Closes gh-38
Matías Aguirre [Sun, 6 Mar 2011 15:26:25 +0000 (13:26 -0200)]
Merged sanitize redirect url checker. Closes gh-38

14 years agoMerge branch 'master' of https://github.com/djm/django-social-auth into djm-master
Matías Aguirre [Sun, 6 Mar 2011 15:05:31 +0000 (13:05 -0200)]
Merge branch 'master' of https://github.com/djm/django-social-auth into djm-master

14 years agov0.3.2
Matías Aguirre [Sun, 6 Mar 2011 14:53:10 +0000 (12:53 -0200)]
v0.3.2

14 years agoMigration to OAuth2 lib. Closes gh-37. Closes gh-28. Closes gh-31.
Matías Aguirre [Sun, 6 Mar 2011 14:49:42 +0000 (12:49 -0200)]
Migration to OAuth2 lib. Closes gh-37. Closes gh-28. Closes gh-31.

14 years agoMerge branch 'oauth2' of https://github.com/micrypt/django-social-auth into micrypt...
Matías Aguirre [Sun, 6 Mar 2011 14:30:26 +0000 (12:30 -0200)]
Merge branch 'oauth2' of https://github.com/micrypt/django-social-auth into micrypt-oauth2.

14 years agoMerge branch 'master' of https://github.com/bernardokyotoku/django-social-auth into...
Matías Aguirre [Sun, 6 Mar 2011 14:25:07 +0000 (12:25 -0200)]
Merge branch 'master' of https://github.com/bernardokyotoku/django-social-auth into bernardokyotoku-master. Closes gh-36

14 years agoLinkedIn Support from Quard. Closes gh-34
Matías Aguirre [Sun, 6 Mar 2011 14:21:04 +0000 (12:21 -0200)]
LinkedIn Support from Quard. Closes gh-34

14 years agoLinkedIn Support from Quard
Matías Aguirre [Sun, 6 Mar 2011 14:20:57 +0000 (12:20 -0200)]
LinkedIn Support from Quard

14 years agoFixed security hole - redirects via the next param are now properly sanitized to...
Darian Moody [Sun, 6 Mar 2011 02:39:37 +0000 (02:39 +0000)]
Fixed security hole - redirects via the next param are now properly sanitized to disallow redirecting to external hosts; also DRY'd up views file a little.

14 years agoSwitched to python-oauth2
Seyi Ogunyemi [Sun, 6 Mar 2011 01:19:23 +0000 (01:19 +0000)]
Switched to python-oauth2

14 years agoMerge https://github.com/Quard/django-social-auth
Bernardo Kyotoku [Sat, 5 Mar 2011 16:53:11 +0000 (13:53 -0300)]
Merge https://github.com/Quard/django-social-auth

14 years agomax_length=255 correction
Bernardo Kyotoku [Sat, 5 Mar 2011 16:06:48 +0000 (13:06 -0300)]
max_length=255 correction

14 years agoTextField to CharField change
Bernardo Kyotoku [Sat, 5 Mar 2011 15:55:14 +0000 (12:55 -0300)]
TextField to CharField change

14 years agoMerge remote branch 'upstream/master'
Stas Kravets [Sat, 5 Mar 2011 09:43:54 +0000 (12:43 +0300)]
Merge remote branch 'upstream/master'

14 years agoMerge branch 'linkedin'
Vadym Zakovinko [Mon, 28 Feb 2011 17:33:22 +0000 (19:33 +0200)]
Merge branch 'linkedin'

14 years agoreadme with linkedin info
Vadym Zakovinko [Mon, 28 Feb 2011 17:14:47 +0000 (19:14 +0200)]
readme with linkedin info

14 years agoadded linkedin support
Vadym Zakovinko [Mon, 28 Feb 2011 17:07:19 +0000 (19:07 +0200)]
added linkedin support

14 years agoTypo
Matías Aguirre [Mon, 28 Feb 2011 17:01:11 +0000 (15:01 -0200)]
Typo

14 years agoInitial testing suite. Only twitter so far, more to come soon. Refs gh-25
Matías Aguirre [Sun, 27 Feb 2011 16:24:47 +0000 (14:24 -0200)]
Initial testing suite. Only twitter so far, more to come soon. Refs gh-25

14 years agoInitial testing suite. Only twitter so far, more to come soon. Refs gh-25
Matías Aguirre [Sun, 27 Feb 2011 16:24:34 +0000 (14:24 -0200)]
Initial testing suite. Only twitter so far, more to come soon. Refs gh-25

14 years agoSave expiration time if not disabled by setting
Matías Aguirre [Fri, 25 Feb 2011 13:32:42 +0000 (11:32 -0200)]
Save expiration time if not disabled by setting

14 years agoMerging of latest changes.
Stas Kravets [Thu, 24 Feb 2011 14:42:13 +0000 (17:42 +0300)]
Merging of latest changes.

14 years agoMerge remote branch 'upstream/master'
Stas Kravets [Thu, 24 Feb 2011 14:41:57 +0000 (17:41 +0300)]
Merge remote branch 'upstream/master'

14 years agov0.3.1
Matías Aguirre [Wed, 23 Feb 2011 23:39:33 +0000 (21:39 -0200)]
v0.3.1

14 years agoCatch TypeError on int()
Matías Aguirre [Wed, 23 Feb 2011 23:39:17 +0000 (21:39 -0200)]
Catch TypeError on int()

14 years agov0.3.0
Matías Aguirre [Wed, 23 Feb 2011 20:31:42 +0000 (18:31 -0200)]
v0.3.0

14 years agoAdd support for session expiration. Closes gh-29
Matías Aguirre [Wed, 23 Feb 2011 20:30:51 +0000 (18:30 -0200)]
Add support for session expiration. Closes gh-29

14 years agoStore extra data in JSON format, also add method to extend extra values to store...
Matías Aguirre [Wed, 23 Feb 2011 20:24:10 +0000 (18:24 -0200)]
Store extra data in JSON format, also add method to extend extra values to store. Closes gh-30

14 years agoStore extra data in JSON format, also add method to extend extra values to store...
Matías Aguirre [Wed, 23 Feb 2011 19:44:24 +0000 (17:44 -0200)]
Store extra data in JSON format, also add method to extend extra values to store. Closes gh-30

14 years agoAdded socialauth_registered signal for newly registered users. Closes gh-26
Matías Aguirre [Mon, 21 Feb 2011 21:43:02 +0000 (19:43 -0200)]
Added socialauth_registered signal for newly registered users. Closes gh-26

14 years agoMoved transaction management to view, Closes gh-23. Closes gh-24
Matías Aguirre [Mon, 21 Feb 2011 21:16:58 +0000 (19:16 -0200)]
Moved transaction management to view, Closes gh-23. Closes gh-24

14 years agoMerge remote branch 'upstream/master', updating to support latest changes
Stas Kravets [Fri, 18 Feb 2011 16:55:55 +0000 (19:55 +0300)]
Merge remote branch 'upstream/master', updating to support latest changes

Conflicts:
example/templates/done.html
example/templates/home.html

14 years agoMerging with django-social-auth's trunk
Miguel Araujo Perez [Wed, 16 Feb 2011 10:01:41 +0000 (11:01 +0100)]
Merging with django-social-auth's trunk

14 years agoWrapping authenticate within a transaction.commit_on_success decorator, that ensures...
Miguel Araujo Perez [Wed, 16 Feb 2011 09:58:05 +0000 (10:58 +0100)]
Wrapping authenticate within a transaction.commit_on_success decorator, that ensures no inconsistent data can be stored if something fails.

14 years agoSmall css change
Matías Aguirre [Wed, 16 Feb 2011 05:07:10 +0000 (03:07 -0200)]
Small css change

14 years agoGoogle OAuth is always enabled because of anon access, small comment fix
Matías Aguirre [Wed, 16 Feb 2011 05:05:48 +0000 (03:05 -0200)]
Google OAuth is always enabled because of anon access, small comment fix

14 years agov0.2.8
Matías Aguirre [Wed, 16 Feb 2011 01:08:32 +0000 (23:08 -0200)]
v0.2.8

14 years agoMake AUTH_BACKEND a mandatory attribute
Matías Aguirre [Wed, 16 Feb 2011 01:08:12 +0000 (23:08 -0200)]
Make AUTH_BACKEND a mandatory attribute

14 years agov0.2.7
Matías Aguirre [Wed, 16 Feb 2011 00:48:51 +0000 (22:48 -0200)]
v0.2.7

14 years agoDisconnect account feature
Matías Aguirre [Wed, 16 Feb 2011 00:48:29 +0000 (22:48 -0200)]
Disconnect account feature

14 years agov0.2.6
Matías Aguirre [Tue, 15 Feb 2011 23:24:56 +0000 (21:24 -0200)]
v0.2.6