Commit Graph

55 Commits

Author SHA1 Message Date
Mateusz Sikora
85688940df create base view and serializer for social authentication 2014-10-02 16:54:55 +02:00
Mateusz Sikora
ad1d189367 update travis config file 2014-10-02 13:14:09 +02:00
Mateusz Sikora
f0cd45f7be fix tests for django 1.7 2014-10-02 12:39:47 +02:00
Mateusz Sikora
d4bc3a29c7 add django 1.7 and python 3.4 to travis.yml 2014-10-02 11:47:44 +02:00
Mateusz Sikora
ff9fd1c3c1 cleanup tests 2014-10-02 11:40:07 +02:00
Mateusz Sikora
34d3627c7c remove unused serializers.py form registration app 2014-10-02 11:31:33 +02:00
Mateusz Sikora
61cafa3cb6 fix tests for djnago 1.5 2014-10-02 11:23:52 +02:00
Mateusz Sikora
459d03e30d revised user details view 2014-10-02 11:18:23 +02:00
Mateusz Sikora
65b5caa3d0 typo 2014-10-01 16:36:34 +02:00
Mateusz Sikora
08fcca9b48 veirfy email view and test 2014-10-01 16:34:51 +02:00
Mateusz Sikora
de1fb3d81f registration with email verification:
- rebuild login view
- check email verification in LoginSerializer depends on allauth settings
- add test for registration with email verification
2014-10-01 15:31:10 +02:00
Mateusz Sikora
f14b3b03f7 django-registration replacement
- remove django-registration references
- integrate with django-allauth
- move all registration stuff to separated app
- update unit tests
2014-10-01 14:13:21 +02:00
Mateusz Sikora
640ce1b970 Update README.md 2014-09-05 15:29:34 +02:00
Mateusz Sikora
4c611afd7f add REST_SESSION_LOGIN setting, v0.2.5 2014-08-27 14:05:07 +02:00
Mateusz Sikora
dc63dd4541 v0.2.4 2014-08-20 11:26:12 +02:00
Mateusz Sikora
c863cfb0e6 move PasswordResetForm as an attribute of PasswordReset view class 2014-08-19 13:24:03 +02:00
Mateusz Sikora
5fccb820ff update README and travis config 2014-07-17 10:41:46 +02:00
Sumit Chachra
17aecc3a02 Merge pull request #8 from josephtoles/master
Fixed typo in README code
2014-07-16 11:10:51 -07:00
Joseph Toles
bf9d44b744 Fixed typo in README code 2014-07-16 11:06:47 -07:00
Mateusz Sikora
ee1aedbe23 add serializer_class attribute to UserDetails view 2014-07-09 16:43:03 +02:00
Mateusz Sikora
445c211ebe make UserProfile fully optional; version 0.2.3 2014-07-08 11:36:59 +02:00
Mateusz Sikora
0a1d239374 v0.2.2: support projects without user profiles and set defaul registration backend 2014-07-03 19:56:02 +02:00
Mateusz Sikora
217b413ba3 version 0.2.1 2014-05-30 11:23:07 +02:00
Mateusz Sikora
44e0f33b25 make IS_TEST not required, enhancement in Login view 2014-05-30 11:17:25 +02:00
Mateusz Sikora
7825890462 Update README.md 2014-05-15 10:44:27 +02:00
Mateusz Sikora
caf6aaf843 Update README.md
add coverage status badge
2014-05-12 23:04:01 +02:00
Mateusz Sikora
d8fc8bb240 change script section in travis.yml 2014-05-12 22:56:39 +02:00
Mateusz Sikora
7ba7ca0b81 integration with coveralls 2014-05-12 22:45:23 +02:00
Mateusz Sikora
6fe14dacd7 version change 2014-05-07 12:00:08 +02:00
Mateusz Sikora
1d9379c43b remove unnecessary settings from tests 2014-05-06 13:08:15 +02:00
Mateusz Sikora
6993e98282 test for password reset process 2014-05-06 00:53:06 +02:00
Mateusz Sikora
d33bbc8021 enhancements in PasswordResetConfirm and Register views 2014-05-05 21:01:23 +02:00
Mateusz Sikora
1cf6052a31 move definition of registration view and user profile model to runtest script 2014-05-05 17:57:47 +02:00
Mateusz Sikora
6e86871f58 Update README.md
add build status from travis-ci
2014-05-03 00:50:49 +02:00
Mateusz Sikora
11cca48391 make compatible with django 1.5 2014-05-03 00:42:29 +02:00
Mateusz Sikora
7e24165c82 disable swagger docs for tests 2014-05-03 00:01:16 +02:00
Mateusz Sikora
d2f9261703 update test_settings 2014-05-02 23:55:39 +02:00
Mateusz Sikora
e32e125a65 missed file 2014-05-02 23:50:54 +02:00
Mateusz Sikora
02b1f3aa20 make 'python setup.py test' working 2014-05-02 23:47:28 +02:00
Mateusz Sikora
2faaa3d5c5 update test_settings 2014-05-02 21:58:41 +02:00
Mateusz Sikora
53860acdeb update test_settings 2014-05-02 21:03:25 +02:00
Mateusz Sikora
1c8d2f6d56 create test_settings 2014-05-02 20:53:42 +02:00
Mateusz Sikora
9431362694 .travis.yml update 2014-05-02 20:37:19 +02:00
Mateusz Sikora
5ba22d4193 travis-ci tests trigger 2014-05-02 20:29:30 +02:00
Mateusz Sikora
9289f13507 add .travis.yml 2014-05-01 22:56:10 +02:00
Mateusz Sikora
2bde528074 test cleanup 2014-05-01 22:32:30 +02:00
Silin Na
4be5debc5f Added urlpattern steps in Installation and changed rest_accounts to rest-auth in README.md 2014-04-30 17:54:29 -07:00
Silin Na
c0da444b06 Changed ul markdown elements in README.md. 2014-04-30 16:25:38 -07:00
Silin Na
60a0dc8f54 Changed user API endpoint contents in README.md 2014-04-30 16:18:21 -07:00
Silin Na
4db59642d5 Explicitly stated POST parameters for user API endpoint in README.md 2014-04-30 15:53:03 -07:00