Commit Graph

258 Commits

Author SHA1 Message Date
mario
4cf813262f
Merge pull request #481 from OskarPersson/old-password-error-msg
Use translated msg when providing incorrect old password
2019-04-18 19:58:54 +02:00
Bruno Barreto Freitas
07d2bd5c56 Brazilian Portuguese Translation
- django.po file
2019-04-16 10:27:43 -03:00
Jeongsoo Park
d2cd31a560 update revision date 2019-03-20 17:52:51 +09:00
Jeongsoo Park
11e877ba50 add a korean translation mo file 2019-03-20 17:51:09 +09:00
Jeongsoo Park
64b5572172 add a korean translation 2019-03-20 17:44:18 +09:00
mario
bb3b082895
Merge pull request #345 from gbezyuk/master
LoginView.get_response modified in order to respect rest_framework_jwt.JWT_AUTH_COOKIE setting
2019-03-16 14:57:01 +01:00
mario
5c556cd09a
Merge pull request #463 from erdtsksn/feat/translation-tr
feat: Add Turkish(tr) translation
2019-02-03 20:00:03 +01:00
mario
51d6bf4542
Merge pull request #472 from yihuang/master
add translation for Chinese
2019-02-03 19:02:42 +01:00
Jasper Wan
a3d38f4c59 disable django_logout if REST_SESSION_LOGIN is False 2019-02-03 11:42:24 +08:00
Oskar Persson
c437ca22ff Translate msg when providing incorrect old password 2018-11-09 15:58:09 +01:00
yihuang
9913f8eb03 add translation for Chinese 2018-10-28 11:46:19 +08:00
erdtsksn
5d318b3a4b feat: Add Turkish(tr) translation
oth: There is no .mo file because there is a .gitignore entry for that.
2018-10-22 11:38:21 +03:00
mario
479a40d2cc
Merge pull request #437 from dgilge/request
Pass request to authenticate
2018-09-08 17:07:43 +02:00
Václav Dohnal
53f901b3c8 refresh .mo file 2018-06-27 23:22:38 +02:00
Vašek Dohnal
3af4f1a343
fix typo 2018-06-27 23:21:56 +02:00
Vašek Dohnal
b778a5085b
add full project name 2018-06-27 23:20:10 +02:00
Vašek Dohnal
98212a83f5
fix typo 2018-06-27 23:19:48 +02:00
Václav Dohnal
fa3000e8bd add cs translations 2018-06-27 23:18:39 +02:00
Václav Dohnal
b9fd4aba96 add czech (cs) translations stub 2018-06-27 23:06:34 +02:00
Daniel
a1845aef43 Pass request to authenticate 2018-06-14 00:06:20 +02:00
Maxim Kukhtenkov
a3057b7aa1 Flake8 fix - unused import 2018-01-20 20:25:58 -05:00
Maxim Kukhtenkov
c009bb9975 Change conditional import from allauth.socialaccount 2018-01-20 20:10:18 -05:00
Maxim Kukhtenkov
bcd6ab4401 Update configs and changelog for version 0.9.3 + additional fixes 2018-01-19 19:44:31 -05:00
Maxim Kukhtenkov
6a84d85d91 Add change in documentation and tests for social connect 2018-01-19 18:29:38 -05:00
Maxim Kukhtenkov
fed6b9840c Refactor social connect views and serializers
# 347
2018-01-18 21:08:41 -05:00
Aleksi Häkli
8a4afe746c
Implement connect social accounts functionality
Add serializers and views for connecting accounts with minimal
specialization of the existing django-rest-auth interfaces.

Also add viewset which enables listing social account infmration
via the REST API for social authentication driven client applications.

Resolves #347 in GitHub.
2018-01-18 16:56:42 +02:00
Maxim Kukhtenkov
98d5ce314f Fix unit tests 2017-12-05 00:39:32 -05:00
Maxim Kukhtenkov
7ad440f7a2 Remove Django 1.10 from tests and move imports to top of the file 2017-12-05 00:23:37 -05:00
Michael K
3a2a256821 Fixes import path for django's reverse 2017-12-04 15:02:36 +01:00
Nic Ducheneaut
8bd8d604ff
Prevent double-validation in LoginSerializer
Modified branching statement to prevent double-validation when using "email" as the authentication method with Allauth.
2017-11-25 14:10:44 -08:00
mario
658664a7d4 Merge branch 'master' into pr/367 2017-11-12 10:36:13 +01:00
mario
ee791a402e
Merge pull request #367 from philippeluickx/d/pre_existing_acounts_check
Checking for pre-existing accounts
2017-11-12 10:35:36 +01:00
mario
f89471f980 pep8 cleanups 2017-11-12 10:32:27 +01:00
Steven Loria
b34250ec94
Handle extra args and kwargs in all POST endpoints
This fixes compatibility with DRF's versioning
2017-10-24 20:14:12 -04:00
Philippe Luickx
945008d326 Checking for pre-existing accounts from a different flow when using social connect 2017-10-05 12:06:05 +03:00
Maxim Kukhtenkov
7e708d9ca7 Update configs and changelog for version 0.9.2 2017-10-02 15:52:33 -04:00
mario
30c89b1cc6 chore: added new test case for custom permission classes + general test module cleanups 2017-10-02 21:38:06 +02:00
Maxim Kukhtenkov
8afba8ca16 Merge pull request #341 from bIgBV/add-request-to-context
Pass request in the context when initializing `LoginSerializer`
2017-10-02 12:57:07 -04:00
Maxim Kukhtenkov
53398f8727 Merge pull request #327 from blablacio/user-details-serializer-context
Pass context to user defined USER_DETAILS_SERIALIZER
2017-10-02 11:26:37 -04:00
Grigoriy Beziuk
46fd16700a also for cookie deletion 2017-06-30 14:23:56 +03:00
Grigoriy Beziuk
6da0703b0d LoginView.get_response modified in order to respect rest_framework_jwt.JWT_AUTH_COOKIE setting 2017-06-30 13:59:10 +03:00
bIgBV
98306a35c1 Pass request in the context when initializing LoginSerializer 2017-06-24 18:50:50 +05:30
Jacob Rief
90219295a4 return user object from upstream method invocation 2017-05-30 09:26:16 +02:00
mario
13863991ca Merge pull request #321 from mpuhacz/polish-translation
polish translation
2017-05-14 21:52:27 +02:00
Vladislav Manchev
052094d43c Pass context to user defined USER_DETAILS_SERIALIZER 2017-04-26 23:20:10 +02:00
mario
dd3eb3e8c6 fix: few fixes for #312 2017-03-19 21:21:32 +01:00
mario
e665b95643 Merge pull request #312 from swstack/custom-registration-permissions
Custom registration permissions
2017-03-19 13:24:31 +01:00
mpuhacz
bf96f6ab8e polish translation 2017-03-11 15:50:27 +01:00
mpuhacz
d0d348bf6b polish translation 2017-03-11 12:33:25 +01:00
mpuhacz
50325ddb4f polish translation 2017-03-11 12:10:55 +01:00