| 
							
							
								 Maxim Kukhtenkov | 592ea78edc | Merge pull request #289 from squallcs12/refactor/allow-VerifyEmailView-work-with-swagger Make VerifyEmailView display data field in swagger | 2016-12-21 11:05:28 -08:00 |  | 
			
				
					| 
							
							
								 Maxim Kukhtenkov | 5ec3b73dec | Merge pull request #284 from Akay7/RussianLanguage Russian language | 2016-12-10 13:52:13 -05:00 |  | 
			
				
					| 
							
							
								 Maxim Kukhtenkov | d20a601fdd | Merge pull request #286 from Tivix/jwt-serializer-with-custom-user-model JWT serializer with custom user model | 2016-12-09 10:12:52 -05:00 |  | 
			
				
					| 
							
							
								 Bang Dao | d2917e9f3f | refactor allow VerifyEmailView display data field in swagger | 2016-12-09 16:53:09 +07:00 |  | 
			
				
					| 
							
							
								 Maxim Kukhtenkov | f200b8d6f0 | Remove redundant required=Truefrom serializer fields`required=True` is default setting | 2016-12-07 21:47:07 -05:00 |  | 
			
				
					| 
							
							
								 Maxim Kukhtenkov | f79537de77 | Update API endpoints docs and docstring https://github.com/Tivix/django-rest-auth/issues/280 | 2016-12-07 19:12:01 -05:00 |  | 
			
				
					| 
							
							
								 Maxim Kukhtenkov | 6812deeeb4 | Rename variable for clarity We have two variables named `token` which have different data types | 2016-12-02 16:35:13 -08:00 |  | 
			
				
					| 
							
							
								 Maxim Kukhtenkov | f09bbaf877 | Merge pull request #283 from DigiCred/master fix: social login using auth code flow | 2016-12-02 16:08:13 -08:00 |  | 
			
				
					| 
							
							
								 Maxim Kukhtenkov | ca62f44061 | Append more information to comment Explain why we are defining JWTUserDetailsSerializer in registration/serializers.py instead of getting it from app_settings.py | 2016-11-30 20:03:34 -08:00 |  | 
			
				
					| 
							
							
								 Maxim Kukhtenkov | 42ae22152a | Remove dependency on allauth for logout on GET | 2016-11-30 17:39:57 -08:00 |  | 
			
				
					| 
							
							
								 Ankit Popli | 139dd4a4e4 | refactor: remove redundant check as suggested by @maxim-kht | 2016-11-28 11:42:06 +05:30 |  | 
			
				
					| 
							
							
								 Maxim Kukhtenkov | dd6db3563f | Allow using custom UserDetailsSerializer with JWTSerializer - update | 2016-11-27 17:57:55 -08:00 |  | 
			
				
					| 
							
							
								 Maxim Kukhtenkov | 7fc875a4f5 | Change handling for logout on GET + Make it require allauth
+ Add a note to docs that it’s not a recommended setting | 2016-11-27 03:37:05 -08:00 |  | 
			
				
					| 
							
							
								 Egor Poderyagin | 49ddf00d57 | update messages in agreement to comment of pull request | 2016-11-27 09:38:18 +03:00 |  | 
			
				
					| 
							
							
								 Egor Poderyagin | 89b48ce053 | update language file | 2016-11-27 09:25:48 +03:00 |  | 
			
				
					| 
							
							
								 Egor Poderyagin | a9c6900e26 | Merge branch 'RussianLanguage' of https://github.com/Akay7/django-rest-auth into RussianLanguage | 2016-11-27 08:05:30 +03:00 |  | 
			
				
					| 
							
							
								 Ankit Popli | 4599adf92b | fix: social login using auth code flow 'access_token' in attrs always returns True, we need to check whether
the token is empty or not | 2016-11-25 20:33:43 +05:30 |  | 
			
				
					| 
							
							
								 Maxim Kukhtenkov | a907efc06b | Allow using custom UserDetailsSerializer with JWTSerializer | 2016-10-31 20:45:33 -07:00 |  | 
			
				
					| 
							
							
								 Maxim Kukhtenkov | 70d03e3e9b | Update docstring for UserDetailsView and cleanup | 2016-10-31 20:17:31 -07:00 |  | 
			
				
					| 
							
							
								 Maxim Kukhtenkov | 37375461df | Add info to docs and comments + Add comments by @chubz regarding django-allauth hmac pattern from PR #233
+ Cleanup | 2016-10-24 14:23:44 -07:00 |  | 
			
				
					| 
							
							
								 Maxim Kukhtenkov | 35fe1ae590 | Return pkin /rest-auth/user/ instead ofid | 2016-10-17 10:27:03 -07:00 |  | 
			
				
					| 
							
							
								 Maxim Kukhtenkov | e662736e4a | Merge pull request #256 from briva/patch-1 Return ID user on /rest-auth/user/ | 2016-10-17 10:26:22 -07:00 |  | 
			
				
					| 
							
							
								 Maxim Kukhtenkov | 83e200e576 | Revert "allows registration throttle control" | 2016-10-17 10:11:04 -07:00 |  | 
			
				
					| 
							
							
								 Le Pogam Brivael | f793447bae | Return ID user on /rest-auth/user/ | 2016-09-05 12:44:17 +02:00 |  | 
			
				
					| 
							
							
								 Poderyagin Egor | 2546b17067 | fix import allauth error | 2016-08-12 10:46:25 +03:00 |  | 
			
				
					| 
							
							
								 Poderyagin Egor | 2d54117863 | added russian language | 2016-08-01 07:51:44 +03:00 |  | 
			
				
					| 
							
							
								 mario | 9df528f482 | Changed confirm email url path + test fixes | 2016-07-28 20:14:26 +02:00 |  | 
			
				
					| 
							
							
								 mariodev | 0ffc573482 | Merge pull request #209 from vsevolod-kolchinsky/patch-1 allows registration throttle control | 2016-07-18 08:14:11 +02:00 |  | 
			
				
					| 
							
							
								 mariodev | c5e0382d25 | Increased test coverage (#229) * Added twitter login test
* pep8
* Fixes missing backend attr issue
* Refactored login process
* pep8
* Added more tests for twitter social login | 2016-07-18 07:06:28 +02:00 |  | 
			
				
					| 
							
							
								 mariodev | c4e7bdc77f | pep8 | 2016-06-28 20:20:53 +02:00 |  | 
			
				
					| 
							
							
								 mariodev | 8a004bb48a | Increased test coverage + minor fixes | 2016-06-28 20:14:05 +02:00 |  | 
			
				
					| 
							
							
								 vsevolod kolchinsky | 2a0fa1ab4e | allows registration throttle control | 2016-05-05 09:03:34 +03:00 |  | 
			
				
					| 
							
							
								 mariodev | 3189a5c7a0 | Merge pull request #187 from marsam/master Capture OAuthError in TwitterLoginSerializer | 2016-04-14 19:08:18 +02:00 |  | 
			
				
					| 
							
							
								 mariodev | 5e4d85bca9 | Merge pull request #191 from EnTeQuAk/bugfix/fix-social-login-test Fix social-adatper tests for allauth>=0.25.0 | 2016-04-14 17:15:16 +02:00 |  | 
			
				
					| 
							
							
								 Girish | 22667230bb | passing on the context/request to serializer | 2016-04-14 12:54:50 +01:00 |  | 
			
				
					| 
							
							
								 Christopher Grebs | 50087549e8 | Fix social-adatper tests for allauth>=0.25.0 See 742d114abffor more details.
This unfortunately requires bumping up the version to 0.25.0 | 2016-03-14 13:20:24 +01:00 |  | 
			
				
					| 
							
							
								 Maxim Kukhtenkov | e8cd780ae2 | Remove unreachable code in LogoutView | 2016-03-07 18:21:11 -05:00 |  | 
			
				
					| 
							
							
								 Mario Rodas | 0737da0077 | Capture OAuthError in TwitterLoginSerializer | 2016-03-02 15:00:26 -05:00 |  | 
			
				
					| 
							
							
								 Mario Rodas | 86a487fe21 | Import allauth.socialaccount only when declared in INSTALLED_APPS Don't silently ignore ImportError | 2016-03-02 14:37:27 -05:00 |  | 
			
				
					| 
							
							
								 Maciej Jaworski | e3fc4e64e9 | Merge pull request #178 from jasinai/UnignoreMoFiles Unignore mo files | 2016-03-01 12:00:57 +00:00 |  | 
			
				
					| 
							
							
								 mjaworski | 2572475971 | fixed code quality | 2016-03-01 11:51:01 +00:00 |  | 
			
				
					| 
							
							
								 mariodev | eda3d7b6d2 | Merge pull request #168 from Haos616/master Fixed errors messages for PasswordResetSerializer | 2016-02-29 21:56:16 +01:00 |  | 
			
				
					| 
							
							
								 Jon Gregorowicz | 4ba9841bc5 | Merge changes | 2016-02-29 08:01:39 -05:00 |  | 
			
				
					| 
							
							
								 Jon Gregorowicz | 1eb4b45e50 | Fixing tests | 2016-02-29 07:57:54 -05:00 |  | 
			
				
					| 
							
							
								 Jon Gregorowicz | 85c2fe4661 | Merge branch 'master' into jwt-support | 2016-02-29 07:48:37 -05:00 |  | 
			
				
					| 
							
							
								 Jon Gregorowicz | e3901516cb | Merge branch 'master' into jwt-support # Conflicts:
#	docs/changelog.rst
#	rest_auth/registration/views.py | 2016-02-29 07:45:43 -05:00 |  | 
			
				
					| 
							
							
								 Andreas Bissinger | 9a0cbc81eb | typo fix | 2016-02-29 12:53:08 +01:00 |  | 
			
				
					| 
							
							
								 mariodev | ef56efc0c8 | Merge pull request #152 from caruccio/logout-on-get Allow logout on GET | 2016-02-26 13:38:01 +01:00 |  | 
			
				
					| 
							
							
								 Nicola Hauke | 340f0651c9 | Adds the german mo file | 2016-02-23 18:27:29 +01:00 |  | 
			
				
					| 
							
							
								 Maciej Jaworski | b6dfd69009 | Merge pull request #177 from tevinjoseph/master fixed pep8 error in social_serializers | 2016-02-23 13:27:01 +00:00 |  |