kadir
f1f434dce1
Updated project to Django 5.0.2 and made necessary changes to accommodate removed methods in this version.
...
- Added the orce_str method to the
est_auth\serializers.py file.
- Added the gettext_lazy method to the iews.py file.
- Replaced url functions with path functions in the urlpatterns list.
With these changes, I've updated the project to be compatible with the latest Django version and adjusted for removed methods, thereby enhancing project stability.
2024-03-13 19:26:50 +03: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
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
mario
f89471f980
pep8 cleanups
2017-11-12 10:32:27 +01: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
mario
30c89b1cc6
chore: added new test case for custom permission classes + general test module cleanups
2017-10-02 21:38:06 +02:00
mario
dd3eb3e8c6
fix: few fixes for #312
2017-03-19 21:21:32 +01:00
Joao Ricardo
60a585339b
Fix typo on test variable name
2017-01-29 13:17:33 -02:00
mario
9df528f482
Changed confirm email url path + test fixes
2016-07-28 20:14:26 +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
mjaworski
2572475971
fixed code quality
2016-03-01 11:51:01 +00: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
mariodev
ef56efc0c8
Merge pull request #152 from caruccio/logout-on-get
...
Allow logout on GET
2016-02-26 13:38:01 +01:00
Jon Gregorowicz
8b5e5173d0
Added newline to pip file
2016-02-16 00:43:19 -05:00
Jon Gregorowicz
e3a1ba520e
Added tests for JWT, fixed merge issues
2016-02-16 00:42:18 -05:00
Jon Gregorowicz
f8a9cc152d
Merge branch 'master' into jwt-support
...
# Conflicts:
# docs/configuration.rst
# rest_auth/registration/views.py
# rest_auth/tests/test_api.py
# rest_auth/utils.py
# rest_auth/views.py
2016-02-15 23:35:32 -05:00
mariodev
00415301d6
Merge pull request #145 from mdentremont/topic/131
...
#131 : Do not raise 400 when resetting password for non-existing account
2016-01-14 23:53:31 +01:00
mario
ae8a26b708
Return token only when verification is mandatory
2016-01-11 22:33:14 +01:00
Mateus Caruccio
70a4dc9a13
Allow logout on GET
2016-01-09 01:11:35 -02:00
mariodev
334a29c4d9
Merge pull request #151 from Tivix/pr/130
...
Refactored registration logic
2016-01-06 18:26:47 +01:00
mariodev
d63232224e
Merge pull request #150 from Tivix/pr/141
...
Ability to login using e-mail (without allauth)
2016-01-06 18:16:51 +01:00
mario
b12ed79bb1
Merge branch 'master' into pr/141
2016-01-05 22:32:38 +01:00
Tabatha Memmott
55fb36ec91
url change for tests
2016-01-05 11:46:01 -08:00
mario
073dd3e765
Fixed flake8 warnings
2016-01-05 15:09:31 +01:00
mario
99c4dc9d05
Brought back pass verification + added test
2016-01-05 14:56:11 +01:00
Jon Gregorowicz
19e234d1dc
* Added support for REST_USE_JWT
...
* Added JWTSerializer
* Added JWT encoding support, based on django-rest-framework-jwt
* Tests for JWT authentication
2016-01-04 12:45:33 -05:00
Matt d'Entremont
d36a9bc1cb
#131 : Do not raise 400 when resetting password for non-existing account
...
- Do not raises validation error if email doesn't exist
- Update unit test
2016-01-04 10:17:47 -04:00
mario
ec91620550
Merge branch 'master' into pr/130
2016-01-02 17:32:40 +01:00
mariodev
4a56a9e7e5
Merge pull request #140 from Akay7/TestResetPass
...
Test reset pass
2015-12-22 11:57:01 +01:00
mario
4c8db510b0
Fixed test exception.
2015-12-22 09:28:35 +01:00
ron8mcr
f848c8b6fa
Merge remote-tracking branch 'Tivix/django-rest-auth/master'
2015-12-15 17:06:47 +07:00
Poderyagin Egor
bb2fb65f7d
Auth by email
2015-12-13 23:43:33 +03:00
Poderyagin Egor
a93b7f5cec
Added test case for reset by email in different case
2015-12-13 22:24:27 +03:00
mario
72062408aa
Reorganized test files
2015-12-04 09:32:03 +01:00