Commit Graph

199 Commits

Author SHA1 Message Date
Philippe Luickx
391dada483 Merge 1371eb932e into bd97eee65a 2015-04-30 10:25:34 +00:00
Philippe Luickx
1371eb932e cleanup 2015-04-30 13:25:29 +03:00
Philippe Luickx
d0cd73ee2b Merge branch 'master' of https://github.com/philippeluickx/django-rest-auth 2015-04-30 13:24:26 +03:00
Philippe Luickx
a6a2e122da merge commit with upstream 2015-04-30 13:22:17 +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
Philippe Luickx
ec25bbff0e everybody can auth 2015-04-27 19:42:00 +03:00
Philippe Luickx
4bb8c8d12d Merge branch 'master' of https://github.com/philippeluickx/django-rest-auth 2015-04-27 19:39:48 +03: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
Philippe Luickx
44ff8a94e5 merge commit 2015-04-18 13:58:25 +03: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
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