aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/federation/routing.py
Commit message (Collapse)AuthorAgeFilesLines
* Change 'federation' name to 'api' which is more suitableJessica Tallon2015-02-151-151/+0
|
* Fix #1064 - Add major and minor feed for outbox/feedJessica Tallon2014-12-151-2/+16
|
* Fix #1056 - Add flag to accept URLs without a trailing slashJessica Tallon2014-12-121-28/+44
|
* Fix #1026 - Add inbox feed with major, minor and direct endpointsJessica Tallon2014-12-091-2/+32
|
* Merge branch '905-activities'Jessica Tallon2014-10-071-2/+8
|\ | | | | | | | | | | Add Activity and Generator models which allow for activities to be created. This now works with the feed API.
| * Fix migrations and refactor object_typeJessica Tallon2014-09-021-2/+2
| | | | | | | | | | | | | | - Make changes to objectType to be more pythonic "object_type" - Move object_type to mixins rather than be on the models - Convert migrations to sqlalchemy core rather than ORM (fix) - Change TYPES to use descriptive strings rather than numbers
| * Create activity model and add activity creationJessica Tallon2014-08-221-0/+6
| | | | | | | | | | | | | | | | This creates the Activity and Genrator models from the Activity Streams spec and. I then created a migration which retro-actively create activities for media uploaded and comments created. Through out the code I've added so automatically activties are created when a user peforms an action (uploading media, commenting, etc.).
* | Add /.well-known/webfinger API to lookup user hrefsJessica Tallon2014-09-081-1/+7
|/
* Tidy up federation code and add tests to cover more of the APIsJessica Tallon2014-08-181-6/+6
|
* Switch from slug to ID and clean up style to conform to PEP-8Jessica Tallon2014-07-221-2/+2
|
* Add garbage collection taskJessica Tallon2014-07-221-9/+9
|
* Add test for API object endpointJessica Tallon2014-07-221-1/+1
|
* Add basic upload image capabilitiesxray72242014-07-221-0/+6
|
* Add basic comment support and flesh out some other endpointsJessica Tallon2014-07-221-1/+1
|
* Add .json url for host-meta and fix host-meta problem of not having 'links'xray72242014-07-221-0/+6
|
* Support some webfinger API's and real profile and /api/user/<user>/xray72242014-07-221-2/+14
|
* Support for the comments endpointxray72242014-07-221-0/+5
|
* Adds endpoint /api/image/<uuid> so that you can now view an image endpointJessica Tallon2014-07-221-0/+7
|
* Starts the user (profile) endpoint and lays groundwork for inbox and feed ↵Jessica Tallon2014-07-221-0/+43
endpoint