Set up virtualenv to use py2
[mediagoblin.git] / mediagoblin / federation /
2014-07-31 Jessica TallonFix some security concerns regrding inpersonation in...
2014-07-30 Jessica TallonFix #927 - Clean up federation code after Elrond's...
2014-07-22 Jessica TallonMerge branch 'Federation'
2014-07-22 Jessica TallonSwitch from slug to ID and clean up style to conform...
2014-07-22 Jessica TallonAdd unseralize for API objects
2014-07-22 Jessica TallonAdd garbage collection task
2014-07-22 Jessica Tallonoops - add decorators for federated APIs
2014-07-22 Jessica TallonAdd test for API object endpoint
2014-07-22 Jessica TallonAdd more tests for federation APIs
2014-07-22 Jessica TallonRequire uploader privileges to upload media to API
2014-07-22 Jessica TallonClean up & Add support to update objects in feed API
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-22 Jessica TallonFix problem with migration - OAuth
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 xray7224Ensures endpoint queries with @oauth_required are validated
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