Fix problem where feed posting wasn't returning correct object
[mediagoblin.git] / mediagoblin / federation / views.py
2014-07-22 Jessica TallonFix problem where feed posting wasn't returning correct...
2014-07-22 Jessica TallonFix image upload problem in API
2014-07-22 xray7224Adds the unit-tests for API and cleans up API
2014-07-22 xray7224Clean up code (after linting)
2014-07-22 xray7224Refactors api uploading to media managers
2014-07-22 xray7224Fix some problems with comments and image posting
2014-07-22 xray7224Add some more code to work better with image uploads
2014-07-22 xray7224Add basic upload image capabilities
2014-07-22 Jessica TallonAdd basic comment support and flesh out some other...
2014-07-22 xray7224Add .json url for host-meta and fix host-meta problem...
2014-07-22 xray7224Support some webfinger API's and real profile and ...
2014-07-22 xray7224Support for the comments endpoint
2014-07-22 xray7224Use the the slug as the UUID instead of a newly generat...
2014-07-22 Jessica TallonAdd image URL's (thumb & full)
2014-07-22 Jessica TallonAdds comments for the MediaEntry api
2014-07-22 Jessica TallonChanges serialization to .serialize method on object...
2014-07-22 Jessica TallonAdds endpoint /api/image/<uuid> so that you can now...
2014-07-22 Jessica TallonStarts the user (profile) endpoint and lays groundwork...
2013-07-22 xray7224Renames OAuth1 code to federation
2013-07-22 xray7224Refactor WTFormData
2013-07-20 Jessica TallonFixes some typo's and removes unused imports
2013-07-18 xray7224Adds test for request_tokens
2013-07-16 xray7224Adds some tests for the OAuth and some docs
2013-07-14 xray7224Fixes tests
2013-07-14 xray7224Merge branch 'master' of git://gitorious.org/mediagobli...
2013-07-14 xray7224Using nonce now, preventing OAuth replay attacks
2013-07-14 xray7224Merge branch 'master' of git://gitorious.org/mediagobli...
2013-07-11 xray7224Adds the decorator
2013-07-11 xray7224Cleans up some of the OAuth code
2013-07-11 xray7224Finishes most of oauth, just decorator to complete
2013-07-11 xray7224Adds more support for oauth - access_token & decorators...
2013-07-11 xray7224Adds oauth support up until authorization
2013-07-11 xray7224Client registration now supports application/x-www...
2013-07-11 xray7224Adds update ability
2013-07-11 xray7224Adds more support to begin to deal with updates
2013-07-11 xray7224Working client registration
2013-07-11 xray7224Moves json_response into tools/json.py