Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #1064 - Add major and minor feed for outbox/feed | Jessica Tallon | 2014-12-15 | 1 | -2/+16 |
| | |||||
* | Fix #1056 - Add flag to accept URLs without a trailing slash | Jessica Tallon | 2014-12-12 | 1 | -28/+44 |
| | |||||
* | Fix #1026 - Add inbox feed with major, minor and direct endpoints | Jessica Tallon | 2014-12-09 | 1 | -2/+32 |
| | |||||
* | Merge branch '905-activities' | Jessica Tallon | 2014-10-07 | 1 | -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_type | Jessica Tallon | 2014-09-02 | 1 | -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 creation | Jessica Tallon | 2014-08-22 | 1 | -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 hrefs | Jessica Tallon | 2014-09-08 | 1 | -1/+7 |
|/ | |||||
* | Tidy up federation code and add tests to cover more of the APIs | Jessica Tallon | 2014-08-18 | 1 | -6/+6 |
| | |||||
* | Switch from slug to ID and clean up style to conform to PEP-8 | Jessica Tallon | 2014-07-22 | 1 | -2/+2 |
| | |||||
* | Add garbage collection task | Jessica Tallon | 2014-07-22 | 1 | -9/+9 |
| | |||||
* | Add test for API object endpoint | Jessica Tallon | 2014-07-22 | 1 | -1/+1 |
| | |||||
* | Add basic upload image capabilities | xray7224 | 2014-07-22 | 1 | -0/+6 |
| | |||||
* | Add basic comment support and flesh out some other endpoints | Jessica Tallon | 2014-07-22 | 1 | -1/+1 |
| | |||||
* | Add .json url for host-meta and fix host-meta problem of not having 'links' | xray7224 | 2014-07-22 | 1 | -0/+6 |
| | |||||
* | Support some webfinger API's and real profile and /api/user/<user>/ | xray7224 | 2014-07-22 | 1 | -2/+14 |
| | |||||
* | Support for the comments endpoint | xray7224 | 2014-07-22 | 1 | -0/+5 |
| | |||||
* | Adds endpoint /api/image/<uuid> so that you can now view an image endpoint | Jessica Tallon | 2014-07-22 | 1 | -0/+7 |
| | |||||
* | Starts the user (profile) endpoint and lays groundwork for inbox and feed ↵ | Jessica Tallon | 2014-07-22 | 1 | -0/+43 |
endpoint |