Commit Graph

  • ff87c9baac spacing Mahaffey 2018-02-05 16:21:44 -0500
  • 077d868493 Added logic to not include username in the Login and UserDetail Serializer when: ACCOUNT_USER_MODEL_USERNAME_FIELD is None Mahaffey 2018-02-05 16:19:49 -0500
  • e46ffd7341 Return 403 instead of 500 error for disconnect view Christopher Dignam 2018-01-28 13:51:53 -0500
  • 8f16c5ddc7 Add settings attribute to check if inactive user login is allowed Peter Bassem Sobhi 2018-01-28 00:50:15 +0200
  • a3057b7aa1 Flake8 fix - unused import Maxim Kukhtenkov 2018-01-20 20:25:58 -0500
  • c009bb9975 Change conditional import from allauth.socialaccount v0.9.3 Maxim Kukhtenkov 2018-01-20 20:01:42 -0500
  • bcd6ab4401 Update configs and changelog for version 0.9.3 + additional fixes Maxim Kukhtenkov 2018-01-19 19:31:49 -0500
  • 6a84d85d91 Add change in documentation and tests for social connect Maxim Kukhtenkov 2018-01-19 18:29:38 -0500
  • 3eb546f633 Add extra info to docs for social connect Maxim Kukhtenkov 2018-01-18 21:11:36 -0500
  • fed6b9840c Refactor social connect views and serializers Maxim Kukhtenkov 2018-01-18 21:08:41 -0500
  • 41ae498be0
    Merge pull request #387 from aleksihakli/master Maxim Kukhtenkov 2018-01-18 21:02:45 -0500
  • 8a4afe746c
    Implement connect social accounts functionality Aleksi Häkli 2017-12-02 16:00:16 +0200
  • 1125e8b1a3 Merge 3fba4b5d43 into a892ca3fa5 mario 2017-12-20 21:16:10 +0000
  • a892ca3fa5 Upgrade requirements for demo project Maxim Kukhtenkov 2017-12-16 16:48:34 -0500
  • 106a0704a7 -Delete auth token after change password if LOGOUT_ON_PASSWORD_CHANGE setting is True -Test to confirm token is not valid after change password if LOGOUT_ON_PASSWORD_CHANGE setting is True Karthik Rao 2017-12-14 20:37:40 +0530
  • f0bef8981f ADD app_name to support django 2.0 Mariano Baragiola 2017-12-12 15:31:20 -0300
  • 3526d2ba0c ADD app_name for django 2.0 compatibility Mariano Baragiola 2017-12-12 11:32:25 -0300
  • 5e6c5a75ea Changes in demo project settings for Django 2.0 compatibility Maxim Kukhtenkov 2017-12-05 12:39:57 -0500
  • 98d5ce314f Fix unit tests Maxim Kukhtenkov 2017-12-05 00:39:32 -0500
  • 7ad440f7a2 Remove Django 1.10 from tests and move imports to top of the file Maxim Kukhtenkov 2017-12-05 00:23:37 -0500
  • fcca39643e
    Merge pull request #391 from michael-k/patch-1 Maxim Kukhtenkov 2017-12-05 00:20:31 -0500
  • 3a2a256821 Fixes import path for django's reverse Michael K 2017-12-04 14:52:58 +0100
  • 864aa60f92 Run tests against Django 2.0 Michael 2017-12-04 13:42:14 +0000
  • ed16455712
    Merge pull request #386 from ducheneaut/patch-1 mario 2017-11-27 08:15:33 +0100
  • 8bd8d604ff
    Prevent double-validation in LoginSerializer Nic Ducheneaut 2017-11-25 14:10:44 -0800
  • 040874b592 added fix to the same users email from Twitter as already registered in different flow Lev Rubel 2017-11-15 11:57:51 +0300
  • 658664a7d4 Merge branch 'master' into pr/367 pr/367 mario 2017-11-12 10:36:13 +0100
  • ee791a402e
    Merge pull request #367 from philippeluickx/d/pre_existing_acounts_check mario 2017-11-12 10:35:36 +0100
  • f89471f980 pep8 cleanups mario 2017-11-12 10:32:27 +0100
  • a670fa9687
    Merge pull request #372 from sloria/test-py36 mario 2017-10-31 21:20:05 +0100
  • 1b51eb8732
    Merge pull request #380 from Tivix/travis-conf-fixes mario 2017-10-31 18:27:42 +0100
  • 8de37ca465 Resend confirmation email When trying to login using an unverified email address, resend confirmation email. Mariano Baragiola 2017-10-31 13:24:37 -0300
  • 2c1649daf1 fix: revert setup.py changes travis-conf-fixes mario 2017-10-31 17:13:57 +0100
  • be2ac99a34 fix: changed travis.yml and setup.py configuration mario 2017-10-31 16:34:29 +0100
  • dfe3f12356 Use same password fields for PasswordChangeSerializer and PasswordResetConfirmSerializer. Thanks @sloria Vašek Dohnal 2017-10-25 15:21:53 +0200
  • cfe6c5b693 Use same password fields for login and registration. Vašek Dohnal 2017-10-25 15:17:01 +0200
  • 28e712cf4b Password whitespace and input in browsable API Vašek Dohnal 2017-10-25 15:09:44 +0200
  • e4c04528a2 Merge pull request #373 from sloria/versioning-compat mario 2017-10-25 14:56:40 +0200
  • b34250ec94
    Handle extra args and kwargs in all POST endpoints Steven Loria 2017-10-24 20:14:12 -0400
  • 05e5c647fa
    Test against Python 3.6 Steven Loria 2017-10-24 19:51:45 -0400
  • 76fd218958
    Prevent logout GET from getting documented by schema generation Steven Loria 2017-10-24 19:44:35 -0400
  • 945008d326 Checking for pre-existing accounts from a different flow when using social connect Philippe Luickx 2017-10-05 12:06:05 +0300
  • 0bf7a9bca5 Merge 703954f590 into 42d039b473 kdzch 2017-10-03 14:53:30 +0000
  • 7302524d75 Merge d6ff813e7a into 42d039b473 Philippe Luickx 2017-10-03 14:53:24 +0000
  • 5216f5affd Merge 341a327840 into 42d039b473 kdzch 2017-10-03 14:53:22 +0000
  • d1f2402e92 Merge 2abe2d6351 into 42d039b473 kdzch 2017-10-03 14:53:22 +0000
  • 42d039b473 Fix urlpatterns format in docs Maxim Kukhtenkov 2017-10-03 10:17:48 -0400
  • 7e708d9ca7 Update configs and changelog for version 0.9.2 v0.9.2 Maxim Kukhtenkov 2017-10-02 15:52:33 -0400
  • 30c89b1cc6 chore: added new test case for custom permission classes + general test module cleanups mario 2017-10-02 21:38:06 +0200
  • 4d9c5d9a3e Merge eae745c255 into 8afba8ca16 Egor 2017-10-02 17:46:07 +0000
  • 617e9b489e Merge a2bc1b5196 into 8afba8ca16 David Gunter 2017-10-02 17:46:00 +0000
  • 8afba8ca16 Merge pull request #341 from bIgBV/add-request-to-context Maxim Kukhtenkov 2017-10-02 12:57:07 -0400
  • 7a0fa017d3 Add MANIFEST.in change from #335 to master branch Maxim Kukhtenkov 2017-10-02 12:31:02 -0400
  • d16ec273e6 Merge pull request #366 from sobolevn/patch-1 Maxim Kukhtenkov 2017-10-02 11:56:54 -0400
  • 99b68b2914 Updates README.rst with svg badges Nikita Sobolev 2017-10-02 18:46:47 +0300
  • 53398f8727 Merge pull request #327 from blablacio/user-details-serializer-context Maxim Kukhtenkov 2017-10-02 11:26:37 -0400
  • 703954f590 urls of allauth need Usuario 2017-09-24 21:08:16 -0500
  • ed8961e3c4 Error authentication with email Usuario 2017-09-24 20:59:43 -0500
  • 602c764a23 Authentication with email Usuario 2017-09-24 20:59:06 -0500
  • e6d1077ae2 Update serializers.py kdzch 2017-09-24 20:32:02 -0500
  • 177c82ae71 Update serializers.py kdzch 2017-09-24 20:27:57 -0500
  • 2abe2d6351 Update serializers.py kdzch 2017-09-24 20:13:20 -0500
  • 341a327840 Update serializers.py kdzch 2017-09-24 15:50:34 -0500
  • b124aaf273 Merge pull request #334 from jrief/fixes/bypass-user-object Mateusz Sikora 2017-09-21 09:43:41 +0200
  • b002ee3d4b Changed PasswordChangeSerializer to not include old_password when user has no usable password samben 2017-09-18 01:58:51 +0800
  • 3fba4b5d43 chore: removed unused import custom-errors-issue-349 mario 2017-08-29 15:20:14 +0200
  • e0c4ffe0d6 chore: refactored error messages mario 2017-08-29 08:04:02 +0200
  • 61a924c7ab Merge pull request #1 from kevinmanncito/optional-trailing-slash Kevin Mann 2017-07-12 10:07:41 -0600
  • ce01a574c7 Making trailing slashes optional for all rest endpoints Kevin Mann 2017-07-12 10:06:06 -0600
  • d6ff813e7a bugfix Philippe Luickx 2017-07-03 11:20:57 +0300
  • 55fa1bbe0e check is_open_for_signup method on adapter for sociallogin Philippe Luickx 2017-06-30 23:13:01 +0300
  • f40c031c80 check for is_open_for_signup method in the adapter on register Philippe Luickx 2017-06-30 23:07:50 +0300
  • e75644b31a Merge branch 'master' of github.com:philippeluickx/django-rest-auth Philippe Luickx 2017-06-30 17:08:33 +0300
  • fdf8680b94 adapted test case and added DRF as pip requirement for tests Philippe Luickx 2017-03-23 13:54:22 +0200
  • 95cfe5e078 Checking for pre-existing accounts from a different flow when using social connect Philippe Luickx 2016-05-27 14:26:44 +0300
  • 46fd16700a also for cookie deletion Grigoriy Beziuk 2017-06-30 14:23:56 +0300
  • 2672263100 Merge pull request #2 from gbezyuk-on-software/master Grigoriy Beziuk 2017-06-30 14:04:58 +0300
  • 18e98d333b Merge pull request #1 from Tivix/master Grigoriy Beziuk 2017-06-30 14:04:02 +0300
  • 6da0703b0d LoginView.get_response modified in order to respect rest_framework_jwt.JWT_AUTH_COOKIE setting Grigoriy Beziuk 2017-06-30 13:59:10 +0300
  • 8a09037cb3 Add Tests for Logout Anonymous User NikosVlagoidis 2017-06-29 16:14:38 +0300
  • 9dfb2dc49e Fix Logout Anonymous User NikosVlagoidis 2017-06-29 16:03:56 +0300
  • 9d1f65eedc Merge pull request #338 from verkaufer/jwt_docs_fix David Gunter 2017-06-28 11:36:04 -0700
  • 98306a35c1 Pass request in the context when initializing LoginSerializer bIgBV 2017-06-24 18:50:50 +0530
  • f0175b4aac Update JWT Support documentation to explain how the library uses django-rest-framework-jwt to handle token encoding. David Gunter 2017-06-15 16:30:21 -0700
  • 8d8c63263d Merge 29192e0928 into 606858fba7 Grigoriy Beziuk 2017-06-12 15:34:36 +0000
  • 606858fba7 Merge pull request #336 from Vitiell0/patch-1 mario 2017-06-12 17:34:31 +0200
  • 2ad73b4f7d Merge pull request #335 from Cahersan/develop develop mario 2017-06-12 17:33:15 +0200
  • a2bc1b5196 Add proper DRF Authentication classes to user authenticated endpoint David Gunter 2017-06-06 12:28:06 -0700
  • 1cc46e7b24 Add user auth status test David Gunter 2017-06-05 20:49:14 -0700
  • 77231029e6 Add endpoint for UserAuthenticationStatus David Gunter 2017-06-05 20:36:39 -0700
  • 8981317b1c Add step to remind user to migrate their database Daniel Vitiello 2017-06-04 16:54:03 -0500
  • aa6eedec6e Merge 5367c488df into eb9e6eb05a Le Pogam Brivael 2017-06-04 21:18:33 +0000
  • af8a1278b8 Merge c285754ad8 into eb9e6eb05a iloveyo123u1 2017-06-04 21:18:32 +0000
  • bebb82fd73 Merge 4a4f02f46a into eb9e6eb05a Mohammad Esmaeilbeygi 2017-06-03 15:41:10 +0000
  • 10fe9e4d9f Merge 9647d8030c into eb9e6eb05a Bruno Soares da Silva 2017-06-01 05:22:18 +0000
  • eb9e6eb05a Merge pull request #331 from nattyg93/patch-1 mario 2017-05-31 19:10:45 +0200
  • 588c0e8408 Added rest_auth to MANIFEST.in Carlos 2017-05-31 17:08:55 +0200
  • 90219295a4 return user object from upstream method invocation Jacob Rief 2017-05-30 09:26:16 +0200
  • c4627cd282 Merge cd47d6d21c into cbda9ee075 Girish 2017-05-28 04:40:01 +0000
  • 937162bd97 Fix docs settings typo Nathanael Gordon 2017-05-17 23:36:09 +1000