Commit Graph

175 Commits

Author SHA1 Message Date
Philippe Luickx
02bf6fbe5b bugfix, request.DATA is deprecated, replaced with request.data 2015-08-07 14:31:33 +03:00
Philippe Luickx
ad94008503 appending all views with View 2015-08-07 13:54:45 +03:00
Philippe Luickx
4a3ea85f44 well, that was an easy cleanup, now it is nice and consistent 2015-08-07 13:46:18 +03:00
Philippe Luickx
bd193a1401 you can now login with email and password, without username 2015-08-07 13:43:21 +03:00
Philippe Luickx
74f2ffec7f now also accepting authorization codes from social login (e.g. facebook) 2015-08-07 13:26:57 +03:00
Philippe Luickx
8ea935ef40 conditional import 2015-08-07 11:25:40 +03:00
Nikolay Golub
a9d2a24011 Make names more consistent 2015-07-23 22:33:48 +03:00
Nikolay Golub
f43a6b8d58 move SocialAccount population to the separate method in the SocialLoginSerializer.
It makes easier to get the correct signup for custom user models, because application can subclass SocialLoginSeriaLizer and add required fields to the instance.
2015-07-23 22:22:39 +03:00
mjaworski
bd97eee65a Added changeog notes and updated requirements in demo app 2015-04-28 11:10:58 +02:00
mjaworski
b228791e3b updated version to 0.4.0 2015-04-28 10:59:23 +02:00
mjaworski
86f55483ee merge fix 2015-04-28 10:57:53 +02:00
mjaworski
d351037555 upgrade flake version 2015-04-28 10:56:42 +02:00
Maciej Jaworski
14261d69ed Merge pull request #82 from Tivix/flake8
Flake8
2015-04-28 10:29:05 +02:00
mjaworski
a60df71c07 Flake8 style fixes 2015-04-28 10:22:08 +02:00
mjaworski
ece4c01ada Merge branch 'master' into flake8 2015-04-28 10:04:42 +02:00
mjaworski
9803d9f941 adding static code analysis 2015-04-28 10:04:20 +02:00
Maciej Jaworski
c1f2bb48dd Merge pull request #81 from itbabu/master
Fix TabError: inconsistent use of tabs and spaces in indentation
2015-04-28 08:19:39 +02:00
Marco Badan
4b9b631744 Fix TabError: inconsistent use of tabs and spaces in indentation 2015-04-27 17:06:48 +02:00
Maciej Jaworski
24af3512de Merge pull request #76 from Antwan86/master
Removes a warning due to the usage of django.utils.importlib which is deprecated. Includes backward compatibility for Django 1.5 & 1.6 + Python 2.6.
2015-04-27 14:12:41 +02:00
Antoine
7aa2fdb18c Fixed version check 2015-04-27 20:05:25 +08:00
Antoine
f31827d642 Merge branch 'master' of github.com:Tivix/django-rest-auth 2015-04-27 19:59:40 +08:00
mjaworski
ea782b83e2 fixed url conf in example 2015-04-27 11:01:19 +02:00
Antoine
ee55380a6c Switched to standard import_module as the Django embedded one is deprecated and will be removed in next version 2015-04-17 16:49:32 +01:00
Mateusz Sikora
92ca2e33d6 Merge pull request #75 from Tivix/django-1.8
Django 1.8 compatibility fixes

...lecisz malina 
2015-04-17 10:03:05 +02:00
mjaworski
80a7988a9b Django 1.8 compatibility fixes 2015-04-17 09:53:46 +02:00
Mateusz Sikora
6eb0146c2b Revert "Update .travis.yml"
This reverts commit 4e2cb5beaf.
2015-04-13 15:58:40 +02:00
Mateusz Sikora
4e2cb5beaf Update .travis.yml 2015-04-13 15:23:55 +02:00
mjaworski
e6d56c9e02 Merge branch 'master' of https://github.com/Tivix/django-rest-auth 2015-04-13 15:19:57 +02:00
mjaworski
bef1074052 Replaced references to contrib.auth.model.User with get_user_model(). Closes #68 2015-04-13 15:19:54 +02:00
Mateusz Sikora
d4d390e74d Merge pull request #56 from safaktrgt/master
change PasswordResetConfirmSerializer setpasswordform exception from token invalid  value error to form validation error
2015-04-13 15:11:42 +02:00
mjaworski
d0c5f0a6d9 Merge branch 'master' of https://github.com/Tivix/django-rest-auth 2015-04-13 15:05:26 +02:00
Mateusz Sikora
32ebd551b3 Update .travis.yml 2015-04-13 15:05:10 +02:00
mjaworski
8d4a227509 Added simple redirect to fix #66 2015-04-13 15:04:14 +02:00
mjaworski
0a98594a11 Updated gitignore 2015-04-13 15:03:46 +02:00
Mateusz Sikora
dddde2d618 Merge pull request #65 from rdragos/patch-1
Update installation.rst
2015-04-03 10:37:13 +02:00
Dragoș Alin Rotaru
c152b39951 Update installation.rst
Fixed small typo
2015-04-02 23:53:19 +03:00
Mateusz Sikora
3e7d72a4a8 Update requirements.pip 2015-04-01 16:05:04 +02:00
Mateusz Sikora
926589ac1d Merge pull request #59 from skylerberg/missing-comma
Fix missing comma in installation settings documentation
2015-03-17 08:27:22 +01:00
Skyler Berg
6c69d7eeda Fix missing comma in installation settings documentation 2015-03-16 20:42:30 -07:00
S.Turgut
fe1eff745e change PasswordResetConfirmSerializer setpasswordform from token invalid value error to form validation error 2015-03-11 12:05:45 +02:00
Mateusz Sikora
cf780c3ebd Update requirements.pip 2015-03-11 10:59:55 +01:00
Mateusz Sikora
8182a33c66 #23 - add test case to cover solcial auth for existing user 2015-02-27 13:56:29 +01:00
Mateusz Sikora
4e24b2a842 Update requirements.pip 2015-02-26 10:16:02 +01:00
Mateusz Sikora
e8ac019b4c Merge pull request #55 from vesterbaek/fix_drf_request
DRF 3 bug: get HttpRequest from DRF request object. Similar to issue #43
2015-02-25 17:38:43 +01:00
Mateusz Sikora
b2316f7de7 Merge pull request #54 from vesterbaek/readonly_email
Mark email as read only for user details
2015-02-25 17:38:07 +01:00
Jeppe Vesterbæk
c615cd94aa DRF 3 bug: get HttpRequest from DRF request object. Similar to issue #43 2015-02-25 16:52:51 +01:00
Jeppe Vesterbæk
846040259a Mark email as read only for user details 2015-02-25 16:06:46 +01:00
Mateusz Sikora
200dad30fb Merge branch 'master' of github.com:Tivix/django-rest-auth 2015-02-23 12:57:26 +01:00
Mateusz Sikora
03f5d398f9 update requirements in demo app 2015-02-23 12:57:16 +01:00
Mateusz Sikora
dc809a9a2c update FAQ section in docs 2015-02-23 12:56:42 +01:00