aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/federation
Commit message (Expand)AuthorAgeFilesLines
* Switch from slug to ID and clean up style to conform to PEP-8Jessica Tallon2014-07-223-29/+70
* Add unseralize for API objectsJessica Tallon2014-07-221-35/+16
* Add garbage collection taskJessica Tallon2014-07-223-17/+81
* oops - add decorators for federated APIsJessica Tallon2014-07-221-0/+51
* Add test for API object endpointJessica Tallon2014-07-222-4/+4
* Add more tests for federation APIsJessica Tallon2014-07-221-4/+21
* Require uploader privileges to upload media to APIJessica Tallon2014-07-221-1/+2
* Clean up & Add support to update objects in feed APIJessica Tallon2014-07-221-19/+86
* Fix problem where feed posting wasn't returning correct objectJessica Tallon2014-07-221-3/+7
* Fix image upload problem in APIJessica Tallon2014-07-221-2/+6
* Adds the unit-tests for API and cleans up APIxray72242014-07-221-4/+6
* Clean up code (after linting)xray72242014-07-221-19/+18
* Refactors api uploading to media managersxray72242014-07-221-30/+14
* Fix some problems with comments and image postingxray72242014-07-221-6/+8
* Add some more code to work better with image uploadsxray72242014-07-221-3/+18
* Add basic upload image capabilitiesxray72242014-07-222-1/+61
* Add basic comment support and flesh out some other endpointsJessica Tallon2014-07-222-4/+80
* Add .json url for host-meta and fix host-meta problem of not having 'links'xray72242014-07-222-1/+7
* Support some webfinger API's and real profile and /api/user/<user>/xray72242014-07-222-6/+71
* Support for the comments endpointxray72242014-07-222-2/+29
* Use the the slug as the UUID instead of a newly generated UUIDxray72242014-07-221-1/+1
* Add image URL's (thumb & full)Jessica Tallon2014-07-221-2/+2
* Adds comments for the MediaEntry apiJessica Tallon2014-07-221-2/+2
* Changes serialization to .serialize method on object - MediaEntryJessica Tallon2014-07-221-21/+1
* Adds endpoint /api/image/<uuid> so that you can now view an image endpointJessica Tallon2014-07-222-3/+46
* Starts the user (profile) endpoint and lays groundwork for inbox and feed end...Jessica Tallon2014-07-223-0/+85