]> git.parisson.com Git - django-social-auth.git/log
django-social-auth.git
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 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

14 years agoLittle admin improvements, clear comment
Matías Aguirre [Tue, 15 Feb 2011 23:24:38 +0000 (21:24 -0200)]
Little admin improvements, clear comment

14 years agoFix fixer :-/
Matías Aguirre [Tue, 15 Feb 2011 03:29:41 +0000 (01:29 -0200)]
Fix fixer :-/

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

14 years agoAdded username purifier method
Matías Aguirre [Tue, 15 Feb 2011 01:07:49 +0000 (23:07 -0200)]
Added username purifier method

14 years agoUpdate doc to notify about incorrect facebook app setup on facebook site
Matías Aguirre [Mon, 14 Feb 2011 23:52:08 +0000 (21:52 -0200)]
Update doc to notify about incorrect facebook app setup on facebook site

14 years agoMerge remote branch 'upstream/master'
Stas Kravets [Mon, 14 Feb 2011 08:54:58 +0000 (11:54 +0300)]
Merge remote branch 'upstream/master'

Conflicts:
example/app/views.py

14 years agoTypo
Matías Aguirre [Sat, 12 Feb 2011 21:28:06 +0000 (19:28 -0200)]
Typo

14 years agov0.2.4
Matías Aguirre [Sat, 12 Feb 2011 21:26:14 +0000 (19:26 -0200)]
v0.2.4

14 years agoTrap errors and pass them by session if defined
Matías Aguirre [Sat, 12 Feb 2011 21:25:50 +0000 (19:25 -0200)]
Trap errors and pass them by session if defined

14 years agoAdded doc warning about imports when using pre_update signal and custom user model...
Matías Aguirre [Tue, 1 Feb 2011 21:12:29 +0000 (19:12 -0200)]
Added doc warning about imports when using pre_update signal and custom user model, updated example

14 years agoShorter comment line
Matías Aguirre [Tue, 1 Feb 2011 16:36:29 +0000 (14:36 -0200)]
Shorter comment line

14 years agofixed an exception when offline access flag is requested
Lior Sion [Tue, 1 Feb 2011 12:29:28 +0000 (20:29 +0800)]
fixed an exception when offline access flag is requested

14 years agoMerge remote branch 'upstream/master'
Stas Kravets [Tue, 1 Feb 2011 10:44:39 +0000 (13:44 +0300)]
Merge remote branch 'upstream/master'

Conflicts:
social_auth/backends/contrib/livejournal.py

14 years agoShow facebook error properly
Matías Aguirre [Tue, 1 Feb 2011 03:09:56 +0000 (01:09 -0200)]
Show facebook error properly

14 years agoRaise error code
Alfredo [Mon, 31 Jan 2011 11:05:36 +0000 (19:05 +0800)]
Raise error code

14 years agov0.2.3
Matías Aguirre [Mon, 31 Jan 2011 13:57:13 +0000 (11:57 -0200)]
v0.2.3

14 years agoRaise exception if current logged in user is different to user associated with Social...
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

14 years agoConvert livejournal backend to self.data instead of request.POST
Matías Aguirre [Fri, 28 Jan 2011 19:40:01 +0000 (17:40 -0200)]
Convert livejournal backend to self.data instead of request.POST

14 years agoUpdate for Yandex to make sure all data passed into OpenID backend.
Stas Kravets [Tue, 25 Jan 2011 17:37:53 +0000 (20:37 +0300)]
Update for Yandex to make sure all data passed into OpenID backend.

14 years agoUpdated LJ and Yandex backends to work with self.data, not self.POST.
Stas Kravets [Tue, 25 Jan 2011 09:14:27 +0000 (12:14 +0300)]
Updated LJ and Yandex backends to work with self.data, not self.POST.

14 years agoMerge remote branch 'upstream/master'
Stas Kravets [Tue, 25 Jan 2011 08:28:01 +0000 (11:28 +0300)]
Merge remote branch 'upstream/master'

14 years agoCheck request method to access it's data
Matías Aguirre [Mon, 24 Jan 2011 13:34:20 +0000 (11:34 -0200)]
Check request method to access it's data

14 years agoUpdate user only if needed
Matías Aguirre [Mon, 24 Jan 2011 12:53:32 +0000 (10:53 -0200)]
Update user only if needed

14 years agoFix dict keys on orkut contrib
Matías Aguirre [Fri, 21 Jan 2011 01:31:46 +0000 (23:31 -0200)]
Fix dict keys on orkut contrib

14 years agoMerging 'upstream/master'.
Stas Kravets [Thu, 20 Jan 2011 09:20:25 +0000 (12:20 +0300)]
Merging 'upstream/master'.

14 years agoMerge remote branch 'upstream/master'
Stas Kravets [Thu, 20 Jan 2011 09:00:59 +0000 (12:00 +0300)]
Merge remote branch 'upstream/master'

14 years agoDefault to empty string on AX support
Matías Aguirre [Thu, 20 Jan 2011 02:34:50 +0000 (00:34 -0200)]
Default to empty string on AX support

14 years agoUpdated doc. Closes gh-15
Matías Aguirre [Thu, 20 Jan 2011 02:21:10 +0000 (00:21 -0200)]
Updated doc. Closes gh-15

14 years agoMerging 'upstream/master'.
Stas Kravets [Wed, 19 Jan 2011 16:14:34 +0000 (19:14 +0300)]
Merging 'upstream/master'.

14 years agoMerge remote branch 'upstream/master'
Stas Kravets [Wed, 19 Jan 2011 16:11:28 +0000 (19:11 +0300)]
Merge remote branch 'upstream/master'

14 years agoYandex.ru support added; small change in default e-mail value in OpenIDBackend.get_us...
Stas Kravets [Wed, 19 Jan 2011 15:53:41 +0000 (18:53 +0300)]
Yandex.ru support added; small change in default e-mail value in OpenIDBackend.get_user_details in order to make sure it is not None.

14 years agoAmended import path on example
Alfredo [Wed, 19 Jan 2011 15:25:54 +0000 (15:25 +0000)]
Amended import path on example

14 years agoAdded 'enabled' checking to backends
Matías Aguirre [Wed, 19 Jan 2011 14:12:47 +0000 (12:12 -0200)]
Added 'enabled' checking to backends

14 years agoAdded expiration time check for VKontakte.
Stas Kravets [Wed, 19 Jan 2011 14:01:00 +0000 (17:01 +0300)]
Added expiration time check for VKontakte.

14 years agov0.2.2
Matías Aguirre [Wed, 19 Jan 2011 13:22:33 +0000 (11:22 -0200)]
v0.2.2

14 years agoRemove namespace from example settings template
Matías Aguirre [Wed, 19 Jan 2011 13:21:35 +0000 (11:21 -0200)]
Remove namespace from example settings template

14 years agoAdd basic OpenID backend to enabled list
Matías Aguirre [Wed, 19 Jan 2011 13:18:33 +0000 (11:18 -0200)]
Add basic OpenID backend to enabled list

14 years agoFixed openid issue, switch to hashlib from md5 library.
Stas Kravets [Wed, 19 Jan 2011 13:14:22 +0000 (16:14 +0300)]
Fixed openid issue, switch to hashlib from md5 library.

14 years agoMerge remote branch 'upstream/master'
Stas Kravets [Wed, 19 Jan 2011 10:23:07 +0000 (13:23 +0300)]
Merge remote branch 'upstream/master'

14 years agoVKontakte support - initial version.
Stas Kravets [Wed, 19 Jan 2011 09:04:12 +0000 (12:04 +0300)]
VKontakte support - initial version.

14 years agoFix setup.py
Matías Aguirre [Tue, 18 Jan 2011 17:40:43 +0000 (15:40 -0200)]
Fix setup.py

14 years agoMerge branches 'experimental' and 'master'
Matías Aguirre [Tue, 18 Jan 2011 17:15:14 +0000 (15:15 -0200)]
Merge branches 'experimental' and 'master'

14 years agoAdded backends module with contribs section and simpler way to add extra backends...
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

14 years agoRemoved namespace urls flavor from example and doc, they were mostly confused
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

14 years agoUpdate doc to be compatible with django 1.2 and above
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

14 years agov0.1.7
Matías Aguirre [Mon, 17 Jan 2011 22:12:30 +0000 (20:12 -0200)]
v0.1.7

14 years agoRemove username update, username is already generated and loaded in user instance...
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

14 years agoDoc update adding contributor
Matías Aguirre [Mon, 17 Jan 2011 21:30:50 +0000 (19:30 -0200)]
Doc update adding contributor

14 years agoSimplify extra_data update process
Matías Aguirre [Mon, 17 Jan 2011 21:27:28 +0000 (19:27 -0200)]
Simplify extra_data update process

14 years agoMerge branch 'master' of https://github.com/mattucf/django-social-auth into mattucf...
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

14 years agov0.1.6
Matías Aguirre [Mon, 17 Jan 2011 17:53:33 +0000 (15:53 -0200)]
v0.1.6

14 years agoFix signal handlers update result checking
Matías Aguirre [Mon, 17 Jan 2011 17:52:06 +0000 (15:52 -0200)]
Fix signal handlers update result checking

14 years agoMerge remote branch 'upstream/master'
Matt Brown [Mon, 17 Jan 2011 16:15:30 +0000 (11:15 -0500)]
Merge remote branch 'upstream/master'

14 years agoSmall doc change. Closes gh-13
Matías Aguirre [Mon, 17 Jan 2011 14:18:47 +0000 (12:18 -0200)]
Small doc change. Closes gh-13

14 years agoMerge branch 'master' of https://github.com/alfredo/django-social-auth into alfredo...
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

14 years agoRemoved unnecesary spacing
Matías Aguirre [Mon, 17 Jan 2011 14:09:47 +0000 (12:09 -0200)]
Removed unnecesary spacing

14 years agoReverted signal processing in user details update; removed django dependency from...
Stas Kravets [Mon, 17 Jan 2011 14:01:22 +0000 (17:01 +0300)]
Reverted signal processing in user details update; removed django dependency from setup - was not good for development version of django.

14 years agoFacebook extended permissions settings implemented
Alfredo [Mon, 17 Jan 2011 11:48:21 +0000 (11:48 +0000)]
Facebook extended permissions settings implemented

14 years agoMerge remote branch 'upstream/master'
Stas Kravets [Mon, 17 Jan 2011 08:45:28 +0000 (11:45 +0300)]
Merge remote branch 'upstream/master'

14 years agoThis change moves extra_data fetch to authenticate, to ensure that it gets updated...
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.

14 years agoModified the twitter backend to use the authenticate url instead of authorize. Fixed...
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.

14 years agoLiveJournal association display added to template.
Stas Kravets [Fri, 14 Jan 2011 15:40:11 +0000 (18:40 +0300)]
LiveJournal association display added to template.

14 years agoRestored changed check
Matías Aguirre [Fri, 14 Jan 2011 06:32:28 +0000 (04:32 -0200)]
Restored changed check

14 years agoMerged krvss work. Small improvements over livejournal support
Matías Aguirre [Fri, 14 Jan 2011 06:25:46 +0000 (04:25 -0200)]
Merged krvss work. Small improvements over livejournal support

14 years agov0.1.5
Matías Aguirre [Fri, 14 Jan 2011 05:14:25 +0000 (03:14 -0200)]
v0.1.5

14 years agoGoogle OAuth support in example proyect
Matías Aguirre [Fri, 14 Jan 2011 05:13:58 +0000 (03:13 -0200)]
Google OAuth support in example proyect

14 years agoUpdate doc about Google OAuth support
Matías Aguirre [Fri, 14 Jan 2011 05:13:24 +0000 (03:13 -0200)]
Update doc about Google OAuth support

14 years agoGoogle OAuth support
Matías Aguirre [Fri, 14 Jan 2011 05:12:53 +0000 (03:12 -0200)]
Google OAuth support

14 years agoMinor style updates.
Stas Kravets [Thu, 13 Jan 2011 15:09:24 +0000 (18:09 +0300)]
Minor style updates.

14 years agov0.1.4
Matías Aguirre [Thu, 13 Jan 2011 02:11:48 +0000 (00:11 -0200)]
v0.1.4

14 years agoSetup signal sender properly. Closes gh-10
Matías Aguirre [Thu, 13 Jan 2011 02:10:19 +0000 (00:10 -0200)]
Setup signal sender properly. Closes gh-10

14 years agoMerging with 0.1.3 version of base library.
Stas Kravets [Wed, 12 Jan 2011 16:07:52 +0000 (19:07 +0300)]
Merging with 0.1.3 version of base library.

14 years agoLiveJournal backend added to social_auth and example.
Stas Kravets [Wed, 12 Jan 2011 11:09:01 +0000 (14:09 +0300)]
LiveJournal backend added to social_auth and example.

14 years agoKeywords change
Matías Aguirre [Wed, 12 Jan 2011 02:39:10 +0000 (00:39 -0200)]
Keywords change

14 years agoKeywords change
Matías Aguirre [Wed, 12 Jan 2011 02:38:08 +0000 (00:38 -0200)]
Keywords change