Philippe Luickx
|
4bb8c8d12d
|
Merge branch 'master' of https://github.com/philippeluickx/django-rest-auth
|
2015-04-27 19:39:48 +03:00 |
|
Philippe Luickx
|
44ff8a94e5
|
merge commit
|
2015-04-18 13:58:25 +03: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 |
|
Philippe Luickx
|
2c2a60c01e
|
Merge branch 'master' of https://github.com/philippeluickx/django-rest-auth
|
2015-04-15 18:00:44 +03:00 |
|
Philippe Luickx
|
a18c45045e
|
login through email possible, checking allauth settings
|
2015-04-15 18:00:14 +03:00 |
|
Philippe Luickx
|
4b188023ff
|
now I get why response_serializer is used...
|
2015-04-15 18:00:14 +03:00 |
|
Philippe Luickx
|
2fff7a6254
|
register update
|
2015-04-15 18:00:14 +03:00 |
|
Philippe Luickx
|
75f67aad05
|
user added to response on login
|
2015-04-15 18:00:14 +03:00 |
|
Philippe Luickx
|
eb616d107a
|
config error msg
|
2015-04-15 18:00:14 +03:00 |
|
Philippe Luickx
|
dcd88a3f87
|
client class fix
|
2015-04-15 18:00:14 +03:00 |
|
Philippe Luickx
|
68c0a7f87c
|
client class
|
2015-04-15 18:00:14 +03:00 |
|
Philippe Luickx
|
55cc830fdb
|
callback url fix
|
2015-04-15 18:00:14 +03:00 |
|
Philippe Luickx
|
b65ce1770a
|
Bugfix serializer
|
2015-04-15 18:00:13 +03:00 |
|
Philippe Luickx
|
84ac7e90da
|
dummy auth provider to ensure that not logged in users can have access
|
2015-04-15 18:00:13 +03:00 |
|
Philippe Luickx
|
c7ef9eb775
|
some pep cleaning
|
2015-04-15 18:00:13 +03:00 |
|
Philippe Luickx
|
bb5ac3e7ea
|
Social login also accepts an authentication code instead of an access token.
|
2015-04-15 18:00:13 +03:00 |
|
Philippe Luickx
|
cd20ad4846
|
login through email possible, checking allauth settings
|
2015-04-15 17:25:32 +03:00 |
|
Philippe Luickx
|
38607cdc11
|
now I get why response_serializer is used...
|
2015-04-14 13:10:53 +03:00 |
|
Philippe Luickx
|
71a1071208
|
register update
|
2015-04-14 12:12:28 +03:00 |
|
Philippe Luickx
|
6450439520
|
user added to response on login
|
2015-04-14 12:00:58 +03:00 |
|
Philippe Luickx
|
901173a468
|
config error msg
|
2015-04-13 19:14:21 +03: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 |
|
Philippe Luickx
|
724f17d91e
|
client class fix
|
2015-04-13 00:49:53 +03:00 |
|
Philippe Luickx
|
db0b509963
|
client class
|
2015-04-12 20:39:38 +03:00 |
|
Philippe Luickx
|
664a4a0860
|
callback url fix
|
2015-04-12 20:34:21 +03:00 |
|
Philippe Luickx
|
482e6becd9
|
Bugfix serializer
|
2015-04-12 20:28:22 +03:00 |
|
Philippe Luickx
|
8c7445904c
|
dummy auth provider to ensure that not logged in users can have access
|
2015-04-12 20:21:30 +03:00 |
|
Philippe Luickx
|
8e9ddd9849
|
some pep cleaning
|
2015-04-12 20:20:01 +03:00 |
|
Philippe Luickx
|
f9f9d5605f
|
Social login also accepts an authentication code instead of an access token.
|
2015-04-12 20:18:03 +03: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 |
|