Commit Graph

518 Commits

Author SHA1 Message Date
Sebastian Pütz
a68fb24ab7 Corner case handling for non existing email address
Special handling if there is no corresponding email address object for the EmailAddress model,
this could happen if the rest_auth app has been installed after some users had already been created.
2020-02-19 14:08:22 +01:00
mario
624ad01afb
Merge pull request #313 from aspyct/feature/fr_localization
Added French translations
2019-04-18 20:02:52 +02:00
mario
04c692bba6
Merge pull request #468 from kneufeld/master
expand JWT acronym in docs
2019-04-18 20:01:15 +02:00
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
mario
bd843f9460
Merge pull request #526 from brunobarretofreitas/portugueseBrazilTranslation
Brazilian Portuguese Translation
2019-04-18 19:56:04 +02:00
Bruno Barreto Freitas
07d2bd5c56 Brazilian Portuguese Translation
- django.po file
2019-04-16 10:27:43 -03:00
mario
998b2b1fbc feat: prep for new release (0.9.5) 2019-04-01 09:51:08 +02:00
mario
c7ff94ced7 feat: prep for new release (0.9.4) 2019-04-01 07:51:51 +02:00
mario
ac44fbe07a
Merge pull request #483 from vthorey/vthorey/installation-doc
Vthorey/installation doc
2019-03-29 19:28:05 +01:00
mario
39252820f7
Merge pull request #521 from toracle/master
Added a korean translation
2019-03-29 19:25:34 +01:00
mario
043cb85374
Merge pull request #522 from gsheni/patch-1
Update installation.rst
2019-03-29 19:24:36 +01:00
Gaurav Sheni
f39d93042e
Update installation.rst 2019-03-26 11:07:27 -04: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
22a76d91ac
Merge pull request #470 from magnunleno/fix/add-missing-allauth-requirement
Adds django-allauth to dev-requirements.txt
2019-02-03 19:47:02 +01:00
mario
51d6bf4542
Merge pull request #472 from yihuang/master
add translation for Chinese
2019-02-03 19:02:42 +01:00
mario
c7cc41e07c
Merge pull request #506 from Jasper0819X/master
disable django_logout if REST_SESSION_LOGIN is False
2019-02-03 19:02:25 +01:00
Jasper Wan
a3d38f4c59 disable django_logout if REST_SESSION_LOGIN is False 2019-02-03 11:42:24 +08:00
Valentino
e891a76c3f Add example of github API in installation doc. 2018-11-12 16:58:07 +01:00
vthorey
25b94db0cc
Update installation.rst 2018-11-12 16:49:36 +01: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
Magnun Leno
ca39ba7ea9 Adds django-allauth to dev-requirements.txt 2018-10-27 02:14:25 -03:00
Kurt Neufeld
f5fe62ce91 expand JWT acronym in docs 2018-10-25 11:28:24 -06: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
mario
25263b3e4a
Merge pull request #442 from illagrenan/master
Add Czech (cs) translations
2018-09-08 17:03:22 +02:00
mario
834e4c4747
Merge pull request #434 from dgilge/DRF3.8
Add DRF 3.8 to Travis config
2018-09-08 17:00:13 +02:00
mario
f5fcf9f083
Merge pull request #452 from rpkilby/gardening
Minor package maintenance
2018-09-08 16:54:51 +02:00
Ryan P Kilby
4b07c3ca92 Add wheel & metdata config 2018-08-21 21:29:15 -07:00
Ryan P Kilby
691c73d556 Update .gitignore from GH 2018-08-21 21:18:41 -07:00
Ryan P Kilby
f0941b4cc2 Merge tools configs into setup.cfg 2018-08-21 21:16:52 -07:00
Ryan P Kilby
033ee8f483 Remove deprecated EZ setup 2018-08-21 21:12:28 -07: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
Daniel
db60e43397 Exclude Python 2.7 for Django 2.0 2018-06-11 09:02:02 +02:00
Daniel
90760548f6 Add DRF 3.8 to Travis config 2018-06-11 08:46:59 +02:00
Maxim Kukhtenkov
95fafe5e0f Remove Django 1.8 from Travis config 2018-06-06 17:10:43 -04:00
Maxim Kukhtenkov
801bad7c61 Update copyright and version number in Docs config 2018-06-06 15:01:22 -04: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