Commit Graph

  • 411cc298b3 Update demo.rst Will 2015-12-21 11:01:41 -0500
  • f848c8b6fa Merge remote-tracking branch 'Tivix/django-rest-auth/master' ron8mcr 2015-12-15 17:06:47 +0700
  • bb2fb65f7d Auth by email Poderyagin Egor 2015-12-13 23:43:33 +0300
  • a93b7f5cec Added test case for reset by email in different case Poderyagin Egor 2015-12-13 22:24:27 +0300
  • 9b32251ce3 Merge af8424f0a1 into 4889cb5518 Egor 2015-12-13 19:08:34 +0000
  • af8424f0a1 Test for restore password by email in different case Poderyagin Egor 2015-12-13 22:03:38 +0300
  • 56773d8618 Merge pull request #1 from Tivix/master Egor 2015-12-13 21:58:58 +0300
  • 4889cb5518 Merge pull request #138 from tomcounsell/patch-1 mariodev 2015-12-11 12:33:37 +0100
  • fb435fbea4 Update installation.rst Tom Counsell 2015-12-11 18:08:39 +0700
  • 41946d16a0 Merge pull request #137 from Akay7/PasswordResetCaseUnsensetive mariodev 2015-12-10 13:25:01 +0100
  • 9b7ede752b Make email in password reset serializer Case unsensetive Poderyagin Egor 2015-12-10 18:13:28 +0600
  • eb57477607 Use the new urlpatterns syntax for Django 1.9. Noel Martin Llevares 2015-12-07 23:27:04 +0800
  • f1e96be7e6 Merge pull request #133 from Tivix/cleanup_tests mariodev 2015-12-04 09:46:33 +0100
  • afcf2a5043 Fixed reqs path for travis mario 2015-12-04 09:43:17 +0100
  • 72062408aa Reorganized test files mario 2015-12-04 09:32:03 +0100
  • cc963ca1a1 fix import complete_social_login anyone_j 2015-11-26 14:38:25 +0500
  • 52f04ba224 Update tests and fix register serializer ron8mcr 2015-11-24 22:04:57 +0700
  • 65b29d3515 None as success_url for complete_signup in RegisterView ron8mcr 2015-11-24 21:16:39 +0700
  • 30fd6414ce Explict Allow Any for register view ron8mcr 2015-11-24 21:07:20 +0700
  • 10ae7acac9 Rewrite registration logic Roman Gorbil 2015-11-24 17:11:46 +0700
  • b8c3ae9c68 version 0.6.0 v0.6.0 mario 2015-11-24 08:40:41 +0100
  • f3151ad5c0 Fixed try/catch in logout view mario 2015-11-23 22:52:59 +0100
  • d9b8f3faf6 Added non existing e-mail validation on password reset mario 2015-11-23 22:17:32 +0100
  • 52283aed70 Merge pull request #129 from ron8mcr/master mariodev 2015-11-23 20:55:08 +0100
  • fac959ea80 raise_exception=True for views ron8mcr 2015-11-23 21:04:56 +0700
  • a7dce879c4 Merge c74fb6d1d1 into d90717e9bd mariodev 2015-11-19 20:54:08 +0000
  • c74fb6d1d1 Fixed (the other) flake8 mario 2015-11-19 21:54:01 +0100
  • 9447feca24 Fixed flake8 mario 2015-11-19 21:46:03 +0100
  • 160e71e3fe Include user and token details in login/register response mario 2015-11-19 20:08:27 +0100
  • d90717e9bd Added SO link to README.rst mario 2015-11-19 10:45:13 +0100
  • 680bb56e99 Clean up demo codebase mario 2015-11-19 10:36:55 +0100
  • 6ace9de268 Compatibility updates mario 2015-11-19 09:38:57 +0100
  • 315f6f2844 Merge pull request #118 from mdentremont/topic/py3-fix Mateusz Sikora 2015-11-06 15:16:07 +0100
  • 7292059121 Merge c873742394 into 8a6e13c1fe Mateusz Sikora 2015-11-06 14:14:34 +0000
  • 8a6e13c1fe update travis config Mateusz Sikora 2015-11-06 15:12:21 +0100
  • c873742394 test Mateusz Sikora 2015-11-06 14:36:45 +0100
  • 51c7e78c45 disable travis cache Mateusz Sikora 2015-11-06 14:20:30 +0100
  • 3eaa491fb1 fix flake8 Mateusz Sikora 2015-11-06 14:09:47 +0100
  • 57a879f6c0 Merge branch 'master' of github.com:Tivix/django-rest-auth Mateusz Sikora 2015-11-06 14:09:23 +0100
  • 60581fc375 fix issue with setting POST attribute in request Mateusz Sikora 2015-11-06 14:07:12 +0100
  • 5afed21ab2 Merge pull request #119 from fleischie/master Mateusz Sikora 2015-11-06 13:39:18 +0100
  • 77db2d8d64 change auth method demo app Mateusz Sikora 2015-11-06 13:23:55 +0100
  • f1858e4ce4 Bypass AssertionErrors on nested Hyperlinked fields Karl Fleischmann 2015-10-28 00:55:08 +0100
  • 7fbdcff5e0 Alter a statement to make it python3 compatible Matt d'Entremont 2015-10-26 10:13:27 -0300
  • b835bb56bd Removed trailing whitespace at comment demokrates 2015-10-21 15:37:00 +0200
  • 6642e6f10a Update views.py demokrates 2015-10-21 15:04:09 +0200
  • 2189ea34f6 Merge 632db51501 into ba5edbaf62 Dmitry Nazarov 2015-10-21 12:46:09 +0000
  • ba5edbaf62 fix update_session_auth_hash for django <1.7 Mateusz Sikora 2015-10-19 10:12:25 +0200
  • 6ba1916c48 Merge pull request #112 from Aerstone/master Mateusz Sikora 2015-10-19 09:52:22 +0200
  • 48eb40ae47 adding not Bhaarat Sharma 2015-10-18 08:23:36 -0400
  • 296a49a04b Don't log the user out after change password - Django 1.7 Bhaarat Sharma 2015-10-18 00:20:50 -0400
  • 632db51501 It is admitted as bad style to catch any exception: in that case you can not say what is the reason of crash when it happens. Also there is no need to check for exception here, if you just want to cut off anonymous users Dmitry Nazarov 2015-10-09 16:48:01 +0300
  • 456b6b34de Fix the optional deps for allauth.socialaccount mario 2015-10-04 12:41:07 +0200
  • 8c29bb60cb Adds check for optional deps in INSTALLED_APPS Nick Spacek 2015-10-01 09:51:25 -0300
  • 2a2d6c3a4d version 0.5.0 Mateusz Sikora 2015-08-20 11:28:45 +0200
  • b6b43c1c02 LoginSerializer allow_blank fix Philippe Luickx 2015-08-17 13:35:20 +0300
  • ac60198e6a SocialLoginSerializer allow_blank fix Philippe Luickx 2015-08-17 13:34:59 +0300
  • 27e0f223ed Update README.rst Mateusz Sikora 2015-08-14 15:20:20 +0200
  • 554ce1bafd Update .travis.yml Mateusz Sikora 2015-08-14 15:12:08 +0200
  • 680f24e43d Fix the optional deps for allauth.socialaccount mario 2015-10-04 12:41:07 +0200
  • 74fa6cdf38 Merge pull request #107 from nickspacek/fixes-optional-socialaccount Mateusz Sikora 2015-10-02 11:45:23 -0400
  • 0ae97701c8 Adds check for optional deps in INSTALLED_APPS Nick Spacek 2015-10-01 09:51:25 -0300
  • 18f1a16715 Merge 3a15e58d53 into d25df33a79 Eugena Mihailikova 2015-09-29 12:49:34 +0000
  • 3a15e58d53 launching change_password with changed settings in swagger eugena 2015-09-29 17:49:23 +0500
  • 3cedbdc9bd Ability to use simplified login eugena 2015-09-29 16:17:03 +0500
  • 825b7c8def Ability to use simplified login eugena 2015-09-29 16:15:56 +0500
  • 04136c6e35 Customization of including of user details urls eugena 2015-09-29 16:12:48 +0500
  • b56f909002 Ability to switch off new password confirmation on password change endpoint eugena 2015-09-29 13:00:23 +0500
  • d25df33a79 version 0.5.0 v0.5.0 Mateusz Sikora 2015-08-20 11:28:45 +0200
  • 316d5c4233 Merge pull request #100 from philippeluickx/master Mateusz Sikora 2015-08-17 12:37:33 +0200
  • c22b77724d LoginSerializer allow_blank fix Philippe Luickx 2015-08-17 13:35:20 +0300
  • 4cf33ff9fa SocialLoginSerializer allow_blank fix Philippe Luickx 2015-08-17 13:34:59 +0300
  • 3527afccc6 Update README.rst Mateusz Sikora 2015-08-14 15:20:20 +0200
  • 7d23048316 Update .travis.yml Mateusz Sikora 2015-08-14 15:12:08 +0200
  • 1cdbc95dbb Merge pull request #85 from iraycd/patch-1 Mateusz Sikora 2015-08-14 13:59:53 +0200
  • 4d2c302ce2 Merge branch 'master' of github.com:Tivix/django-rest-auth Mateusz Sikora 2015-08-14 13:51:00 +0200
  • f9ef1ff4c5 Merge branch 'philippeluickx-development' Mateusz Sikora 2015-08-14 13:50:09 +0200
  • 388314f831 fix flake8 Mateusz Sikora 2015-08-14 13:49:47 +0200
  • 1b667fa4ab Merge branch 'development' of https://github.com/philippeluickx/django-rest-auth into philippeluickx-development Mateusz Sikora 2015-08-14 13:45:27 +0200
  • cb27b9fef9 Merge pull request #97 from Greyvend/patch-1 Mateusz Sikora 2015-08-14 13:40:29 +0200
  • 64ab8be2f0 catching incorrect input Philippe Luickx 2015-08-13 10:56:25 +0300
  • 17398ab363 Update installation.rst Serge Mosin 2015-08-11 20:22:10 +0500
  • 7f86c4ce02 Merge pull request #94 from alacritythief/master Mateusz Sikora 2015-08-10 12:15:14 +0200
  • 5a6c8f549b bugfix Philippe Luickx 2015-08-10 11:24:21 +0300
  • 02bf6fbe5b bugfix, request.DATA is deprecated, replaced with request.data Philippe Luickx 2015-08-07 14:31:33 +0300
  • ad94008503 appending all views with View Philippe Luickx 2015-08-07 13:54:45 +0300
  • 4a3ea85f44 well, that was an easy cleanup, now it is nice and consistent Philippe Luickx 2015-08-07 13:46:18 +0300
  • bd193a1401 you can now login with email and password, without username Philippe Luickx 2015-08-07 13:43:21 +0300
  • 74f2ffec7f now also accepting authorization codes from social login (e.g. facebook) Philippe Luickx 2015-08-07 13:26:57 +0300
  • 8ea935ef40 conditional import Philippe Luickx 2015-08-07 11:25:40 +0300
  • dd3db28325 replaced request.DATA with request.data for compatibility with DRF 3.2 Andy Wong 2015-08-06 13:49:26 -0400
  • a9d2a24011 Make names more consistent Nikolay Golub 2015-07-23 22:33:48 +0300
  • f43a6b8d58 move SocialAccount population to the separate method in the SocialLoginSerializer. Nikolay Golub 2015-07-23 22:22:39 +0300
  • ce81906f59 Note for old_password. Ray Ch 2015-05-23 01:28:40 +0530
  • f4160f6577 Added old password to Password Change Ray Ch 2015-05-23 01:17:06 +0530
  • 391dada483 Merge 1371eb932e into bd97eee65a Philippe Luickx 2015-04-30 10:25:34 +0000
  • 1371eb932e cleanup Philippe Luickx 2015-04-30 13:25:29 +0300
  • d0cd73ee2b Merge branch 'master' of https://github.com/philippeluickx/django-rest-auth Philippe Luickx 2015-04-30 13:24:26 +0300
  • a6a2e122da merge commit with upstream Philippe Luickx 2015-04-30 13:22:17 +0300
  • bd97eee65a Added changeog notes and updated requirements in demo app v0.4.0 mjaworski 2015-04-28 11:10:58 +0200