| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-05 | Fix serialization exception when using non-existent consumer | Alex Burgel | |
| 2013-04-25 | Cleanup docstrings | Tom Christie | |
| 2013-04-03 | Fix the fact that InvalidConsumerError and InvalidTokenError wasn't imported ↵ | Atle Frenvik Sveen | |
| correctly from oauth_provider | |||
| 2013-04-03 | Fix bug with inactive user accessing OAuth | Tom Christie | |
| 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-22 | If oauth is not attempted don't throw an error. Fixes #748. | Tom Christie | |
| 2013-03-08 | Fixes for auth header checking. | Tom Christie | |
| 2013-03-08 | More bits of cleanup | Tom Christie | |
| 2013-03-07 | Merge OAuth2 work. | Tom Christie | |
| 2013-03-07 | Clean ups. | Tom Christie | |
| 2013-03-07 | Fix Py3k syntax errors | Tom Christie | |
| 2013-03-07 | Merge & clean OAuth support | Tom Christie | |
| 2013-03-02 | Properly fail to wrong Authorization token type | Pierre Dulac | |
| 2013-03-01 | Clean up some print and comments | Pierre Dulac | |
| 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 | Add the OAuth2Authentication class | Pierre Dulac | |
| 2013-02-26 | Move oauth2 and django-oauth-plus imports to compat and fix some minor issues | swistakm | |
| - alias oauth2 as oauth - remove rouge print - remove docstring markups - OAuthAuthentication.authenticate() now returns (user, token) two-tuple on success - don't set request.user because it's already set | |||
| 2013-02-25 | add OAuthAuthentication class | swistakm | |
| 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-07 | Introduced HTTP_HEADER_ENCODING. | Xavier Ordoquy | |
| 2013-01-03 | Also use the compat module in that file. | 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 | First passing test under p3k \o/ | Xavier Ordoquy | |
| 2012-11-13 | Implementing 401 vs 403 responses | Tom Christie | |
| 2012-10-17 | Add docs for 401 vs 403 responses | Tom Christie | |
| 2012-10-15 | Explicit CSRF failure message. Fixes #60. | Tom Christie | |
| 2012-10-15 | Tweak parsers to take parser_context | Tom Christie | |
| 2012-10-10 | Fix session auth | Tom Christie | |
| 2012-10-09 | Tweak authtoken | Tom Christie | |
| 2012-09-20 | Change package name: djangorestframework -> rest_framework | Tom Christie | |
