| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-29 | Rename test modules to 1.6 style | Tom Christie | |
| 2013-03-28 | Remove client credentials from all OAuth 2 tests | Pierre Dulac | |
| 2013-03-27 | Complete remove of client checks from oauth2 | Fernando Rocha | |
| Signed-off-by: Fernando Rocha <fernandogrd@gmail.com> | |||
| 2013-03-27 | client credentials should be optional (fix #759) | Fernando Rocha | |
| client credentials should only be required on token request Signed-off-by: Fernando Rocha <fernandogrd@gmail.com> | |||
| 2013-03-10 | Add the implementation for TokenHasReadWriteScope permissions w/ oauth 1 | Pierre Dulac | |
| 2013-03-10 | Add TokenHasReadWriteScope class for permissions based on scopes | Pierre Dulac | |
| 2013-03-08 | Fix crazy typo. | Tom Christie | |
| 2013-03-08 | Merge | Tom Christie | |
| 2013-03-08 | Fixes for auth header checking. | Tom Christie | |
| 2013-03-07 | Merge OAuth2 work. | Tom Christie | |
| 2013-03-07 | Merge & clean OAuth support | Tom Christie | |
| 2013-03-06 | Fix import errors | Pierre Dulac | |
| 2013-03-02 | Add new OAuth2 tests | Pierre Dulac | |
| 2013-03-01 | Use django.utils to import the unittest module | Pierre Dulac | |
| for a cross python versions compatibility | |||
| 2013-03-01 | Improve the `django-oauth2-provider` import block | Pierre Dulac | |
| to avoid naming collision with `oauth2` used for OAuth 1 | |||
| 2013-03-01 | Merge branch 'master' into oauth2-authentication | Pierre Dulac | |
| Conflicts: rest_framework/tests/authentication.py | |||
| 2013-03-01 | Add tests for OAuth2 authentication | Pierre Dulac | |
| 2013-02-28 | Auth is no longer lazy. Closes #667. | Tom Christie | |
| More consistent auth failure behavior. | |||
| 2013-02-27 | import compat version of unittest | swistakm | |
| 2013-02-26 | OAuth tests now are skipped unless django-oauth-plus and oauth2 are installed. | swistakm | |
| 2013-02-25 | add tests for OAuth authentication | swistakm | |
| 2013-02-25 | Replaced status numbers with the statuses constants from the status model. | Omer Katz | |
| 2013-02-04 | Cleanup imports | Tom Christie | |
| Mostly adding `from __future__ import unicode_literals` everywhere. | |||
| 2013-02-01 | 3.2, 3.3 compat | Tom Christie | |
| 2013-02-01 | Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into ↵ | Tom Christie | |
| working Conflicts: rest_framework/authentication.py rest_framework/relations.py rest_framework/serializers.py rest_framework/settings.py rest_framework/tests/authentication.py rest_framework/tests/genericrelations.py rest_framework/tests/generics.py rest_framework/tests/relations_hyperlink.py rest_framework/tests/relations_nested.py rest_framework/tests/relations_pk.py rest_framework/tests/serializer.py | |||
| 2013-01-21 | WWW-Authenticate responses | Tom Christie | |
| 2013-01-05 | deprecate simplejson | Juan Riaza | |
| 2013-01-02 | Merge remote-tracking branch 'reference/py3k' into p3k | Xavier Ordoquy | |
| 2012-12-19 | urls, patterns, include imports move to compat to support incoming 1.3 thru ↵ | Tom Christie | |
| 1.6 import compatability | |||
| 2012-12-07 | Reverted #458 | Tom Christie | |
| When incorrect parameters are supplied to the obtain auth token view 400 *is* the correct response. | |||
| 2012-12-02 | Merge remote-tracking branch 'reference/master' into p3k | Xavier Ordoquy | |
| 2012-11-29 | fix forgotten 400 test | Pavel Savchenko | |
| 2012-11-28 | also update test with response code 401 | Pavel Savchenko | |
| 2012-11-24 | Every (base) test should now pass with python3. | Xavier Ordoquy | |
| 2012-11-23 | Default encoding should probably be latin-1 as some RFC seems to imply it. | Xavier Ordoquy | |
| 2012-11-22 | 6 first tests passes under python 3.2 | Xavier Ordoquy | |
| 2012-11-22 | Fixed test with base64. | Xavier Ordoquy | |
| 2012-11-22 | First passing test under p3k \o/ | Xavier Ordoquy | |
| 2012-11-14 | Renamed AuthTokenView to ObtainAuthToken, added obtain_auth_token var, ↵ | Rob Romano | |
| updated tests & docs. Left authtoken.urls in place as example. | |||
| 2012-11-14 | Updates to login view for TokenAuthentication from feedback from Tom | Rob Romano | |
| 2012-11-14 | Added authtoken login/logout urlpatterns and views | Rob Romano | |
| 2012-10-09 | Tweak authtoken | Tom Christie | |
| 2012-09-20 | Change package name: djangorestframework -> rest_framework | Tom Christie | |
