.. |
fixtures
|
Added fixtures for OAuth tests.
|
2009-08-03 23:51:41 -06:00 |
templates
|
Added CSRF protection to OAuth authorization
|
2009-06-01 14:55:12 -07:00 |
__init__.py
|
Added namespacing to the piston package.
|
2010-03-04 16:14:35 +02:00 |
authentication.py
|
support for multiple authenticators per resource w/ testcase and backwards compat
|
2010-01-11 18:02:33 +02:00 |
decorator.py
|
consumer management, documentation generation, api views
|
2009-04-24 09:25:43 +02:00 |
doc.py
|
Merge with upstream changes.
|
2010-06-25 12:12:10 +03:00 |
emitters.py
|
fixed an issue where property fields were getting dropped by the emitter if their value evaluated to False
|
2010-05-11 23:26:05 -04:00 |
forms.py
|
oauth 1.0a compat, outsourcing secret/verifier generation to django, updating a few oauth models
|
2009-09-11 12:15:31 +03:00 |
handler.py
|
Always populate request.data to enable POST/PUT/content-type agnostic handlers. E.g. if an API allows both POSTs with url encoded content or a JSON dictionary, the same handler can tackle both. If the handler needs to do something specific it can still look at the content-type.
|
2010-02-01 13:15:09 -03:00 |
handlers_doc.py
|
Changed the way documentation is generated.
|
2010-02-22 10:00:14 +02:00 |
managers.py
|
Moved generate_random_codes() into a manager base class
|
2009-06-06 12:03:03 -07:00 |
middleware.py
|
adding streaming, requires some middleware, adding that too
|
2009-05-12 12:21:08 +02:00 |
models.py
|
Fix for issue 117 on jespern's bitbucket - added an admin.py file and moved the registration of piston's models with the admin app into it
|
2010-05-28 08:52:57 -04:00 |
oauth.py
|
oauth 1.0a spec ready oauth.py
|
2009-09-08 13:49:43 +03:00 |
resource.py
|
actually, I'm sorry, that's kind of retarded, lets refactor that
|
2010-07-18 14:26:09 +03:00 |
signals.py
|
- Added Consumer to request object.
|
2009-08-04 15:15:58 -06:00 |
store.py
|
oauth 1.0a compat, outsourcing secret/verifier generation to django, updating a few oauth models
|
2009-09-11 12:15:31 +03:00 |
test.py
|
Added ability to send POST requests via OAuth. Only sign requests if the Content-Type is "application/x-www-form-urlencoded".
|
2009-08-04 18:05:30 -06:00 |
tests.py
|
Fixed Resource.error_handler to include em_format.
|
2010-06-25 15:19:14 +03:00 |
utils.py
|
cleaning up for style, adding rockhoward to AUTHORS.txt
|
2010-04-07 18:26:17 +03:00 |
validate_jsonp.py
|
added a module to validate a json callback function to prevent possible security issue
|
2010-02-15 17:51:50 +00:00 |