Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-04 | Cache featured collections, as well as outbox, followers and following (#10467) | ThibG | |
2018-05-04 | Better pagination for ActivityPub outbox (#7356) | Eugen Rochko | |
2018-03-04 | Federate pinned statuses over ActivityPub (#6610) | Eugen Rochko | |
* Federate pinned statuses over ActivityPub * Display pinned toots in web UI Fix #6117 * Fix migration * Fix tests * Update outbox_serializer.rb * Update remove_serializer.rb * Update add_serializer.rb * Update fetch_featured_collection_service.rb | |||
2018-02-02 | Allow retrieval of private statuses (single or in outbox) using HTTP ↵ | puckipedia | |
signatures (#6225) | |||
2017-08-14 | Set correct content-type for ActivityPub JSON (#4592) | Eugen Rochko | |
2017-07-16 | Minor ActivityPub JSON fixes (#4214) | Eugen Rochko | |
- Objects must have attributedTo instead of actor - The current attribute belongs to CollectionPage, not Collection | |||
2017-07-15 | Improve ActivityPub representations (#3844) | Eugen Rochko | |
* Improve webfinger templates and make tests more flexible * Clean up AS2 representation of actor * Refactor outbox * Create activities representation * Add representations of followers/following collections, do not redirect /users/:username route if format is empty * Remove unused translations * ActivityPub endpoint for single statuses, add ActivityPub::TagManager for better URL/URI generation * Add ActivityPub::TagManager#to * Represent all attachments as Document instead of Image/Video specifically (Because for remote ones we may not know for sure) Add mentions and hashtags representation to AP notes * Add AP-resolvable hashtag URIs * Use ActiveModelSerializers for ActivityPub * Clean up unused translations * Separate route for object and activity * Adjust cc/to matrices * Add to/cc to activities, ensure announce activity embeds target status and not the wrapper status, add "id" to all collections |