Maxim Kukhtenkov
|
70d03e3e9b
|
Update docstring for UserDetailsView and cleanup
|
2016-10-31 20:17:31 -07:00 |
|
Maxim Kukhtenkov
|
5330e0cfb1
|
Add swagger API docs to demo project
|
2016-10-27 17:42:07 -07:00 |
|
Maxim Kukhtenkov
|
37375461df
|
Add info to docs and comments
+ Add comments by @chubz regarding django-allauth hmac pattern from PR #233
+ Cleanup
|
2016-10-24 14:23:44 -07:00 |
|
Maxim Kukhtenkov
|
35fe1ae590
|
Return pk in /rest-auth/user/ instead of id
|
2016-10-17 10:27:03 -07:00 |
|
Maxim Kukhtenkov
|
e662736e4a
|
Merge pull request #256 from briva/patch-1
Return ID user on /rest-auth/user/
|
2016-10-17 10:26:22 -07:00 |
|
Maxim Kukhtenkov
|
0472b44241
|
Merge pull request #273 from Tivix/revert-209-patch-1
Revert "allows registration throttle control"
|
2016-10-17 10:11:18 -07:00 |
|
Maxim Kukhtenkov
|
83e200e576
|
Revert "allows registration throttle control"
|
2016-10-17 10:11:04 -07:00 |
|
Le Pogam Brivael
|
f793447bae
|
Return ID user on /rest-auth/user/
|
2016-09-05 12:44:17 +02:00 |
|
mario
|
3b80fcbca9
|
fix: removed --use-mirrors from pip
|
2016-08-31 18:09:01 +02:00 |
|
mario
|
4246511fb1
|
Merge pull request #235 from syamvilakudy/patch-1
Added missing variable "token"
|
2016-08-31 00:05:32 +02:00 |
|
mario
|
53094041b8
|
Merge pull request #236 from greenstatic/master
changed login into logout in the templates logout_form.html
|
2016-08-31 00:01:33 +02:00 |
|
mario
|
8365d729ac
|
Merge pull request #248 from jberends/master
Refactored demo.settings to use TEMPLATE dictionary settings for django
|
2016-08-31 00:01:01 +02:00 |
|
mario
|
f07429c252
|
Merge pull request #244 from Akay7/FixImportAllauthError
Fix import allauth error
|
2016-08-30 23:58:15 +02:00 |
|
jberends
|
8949b1ffde
|
Refactored the settings of the demo to confirm to the use of TEMPLATE_* settings in django.
|
2016-08-29 14:58:47 +02:00 |
|
Poderyagin Egor
|
2546b17067
|
fix import allauth error
|
2016-08-12 10:46:25 +03:00 |
|
Egor
|
5086eebfdb
|
Merge pull request #5 from Tivix/master
Pull updates
|
2016-08-01 09:00:38 +04:00 |
|
Poderyagin Egor
|
2d54117863
|
added russian language
|
2016-08-01 07:51:44 +03:00 |
|
greenstatic
|
abc72e88f0
|
changed login into logout in the templates logout_form.html
|
2016-07-29 21:23:52 +02:00 |
|
Syam Mohan
|
acf15b6360
|
Added missing variable "token"
|
2016-07-29 18:24:49 +05:30 |
|
mario
|
e9215f4105
|
Bump to v0.8.1
|
2016-07-28 22:45:39 +02:00 |
|
mario
|
18f8178ce6
|
More release changes (0.8.0)
|
2016-07-28 21:16:35 +02:00 |
|
mario
|
9df528f482
|
Changed confirm email url path + test fixes
|
2016-07-28 20:14:26 +02:00 |
|
mariodev
|
0ffc573482
|
Merge pull request #209 from vsevolod-kolchinsky/patch-1
allows registration throttle control
|
2016-07-18 08:14:11 +02:00 |
|
vsevolod kolchinsky
|
ff641cf31c
|
Throttling documentation added
|
2016-07-18 09:09:51 +03:00 |
|
mario
|
235efa4ec1
|
Dropping django 1.7 support
|
2016-07-18 07:20:02 +02:00 |
|
mariodev
|
d26661400d
|
Merge pull request #230 from omidraha/patch-1
Fix patterns function name on the installation pgae.
|
2016-07-18 07:07:19 +02:00 |
|
mariodev
|
c5e0382d25
|
Increased test coverage (#229)
* Added twitter login test
* pep8
* Fixes missing backend attr issue
* Refactored login process
* pep8
* Added more tests for twitter social login
|
2016-07-18 07:06:28 +02:00 |
|
Omid Raha
|
8635cec373
|
Fix patterns function name on the installation pgae.
It's `patterns`,
That used as `from django.conf.urls import patterns`
|
2016-07-16 16:37:49 +04:30 |
|
mariodev
|
976b3bbe4d
|
Merge pull request #220 from hkraal/docs-installation-include-django-sites
Add django.contrib.sites to INSTALLED_APPS
|
2016-06-28 23:05:47 +02:00 |
|
Henk Kraal
|
8812ba11af
|
Added `django.contrib.sites and SITE_ID setting requirements of allauth ` to installation instructions
Fixes #218
|
2016-06-28 22:01:01 +02:00 |
|
mariodev
|
c4e7bdc77f
|
pep8
|
2016-06-28 20:20:53 +02:00 |
|
mariodev
|
118b173282
|
Merge remote-tracking branch 'origin/master'
|
2016-06-28 20:14:26 +02:00 |
|
mariodev
|
8a004bb48a
|
Increased test coverage
+ minor fixes
|
2016-06-28 20:14:05 +02:00 |
|
mariodev
|
2c4f7c2ec5
|
Merge pull request #202 from frewsxcv/patch-1
Update Travis CI config to run on Python 3.5.
|
2016-06-27 20:22:04 +02:00 |
|
Corey Farwell
|
8ffb292b70
|
Update Travis CI config to run on Python 3.5.
|
2016-06-06 20:37:21 -04:00 |
|
vsevolod kolchinsky
|
2a0fa1ab4e
|
allows registration throttle control
|
2016-05-05 09:03:34 +03:00 |
|
mariodev
|
3189a5c7a0
|
Merge pull request #187 from marsam/master
Capture OAuthError in TwitterLoginSerializer
|
2016-04-14 19:08:18 +02:00 |
|
mariodev
|
5e4d85bca9
|
Merge pull request #191 from EnTeQuAk/bugfix/fix-social-login-test
Fix social-adatper tests for allauth>=0.25.0
|
2016-04-14 17:15:16 +02:00 |
|
Girish
|
22667230bb
|
passing on the context/request to serializer
|
2016-04-14 12:54:50 +01:00 |
|
mariuccio
|
f9b6a6cd9f
|
'detail' keyword in success response messages
|
2016-03-31 10:58:14 +02:00 |
|
Christopher Grebs
|
50087549e8
|
Fix social-adatper tests for allauth>=0.25.0
See 742d114abf for more details.
This unfortunately requires bumping up the version to 0.25.0
|
2016-03-14 13:20:24 +01:00 |
|
mariodev
|
49ccfe92a9
|
Merge pull request #190 from rpatterson/master
Documentation fixes
|
2016-03-11 10:31:50 +01:00 |
|
Ross Patterson
|
4463fb8afa
|
Fix docs settings default value
|
2016-03-10 14:12:24 -08:00 |
|
Ross Patterson
|
adf22bcc78
|
Fix reference to missing extras_require
|
2016-03-09 11:51:52 -08:00 |
|
Maxim Kukhtenkov
|
e8cd780ae2
|
Remove unreachable code in LogoutView
|
2016-03-07 18:21:11 -05:00 |
|
mariodev
|
f95c42036b
|
Merge pull request #188 from EnTeQuAk/patch-1
Fix typo in configuration.rst
|
2016-03-07 18:48:00 +01:00 |
|
Christopher Grebs
|
a661f02b8f
|
Fix typo in configuration.rst
|
2016-03-07 18:43:18 +01:00 |
|
Mario Rodas
|
0737da0077
|
Capture OAuthError in TwitterLoginSerializer
|
2016-03-02 15:00:26 -05:00 |
|
Mario Rodas
|
86a487fe21
|
Import allauth.socialaccount only when declared in INSTALLED_APPS
Don't silently ignore ImportError
|
2016-03-02 14:37:27 -05:00 |
|
Maciej Jaworski
|
e3fc4e64e9
|
Merge pull request #178 from jasinai/UnignoreMoFiles
Unignore mo files
|
2016-03-01 12:00:57 +00:00 |
|