Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-26 | Add ActivityPub serializer for Undo of Announce (#4703) | Eugen Rochko | |
2017-08-26 | Add handling of Linked Data Signatures in payloads (#4687) | Eugen Rochko | |
* Add handling of Linked Data Signatures in payloads * Add a way to sign JSON, fix canonicalization of signature options * Fix signatureValue encoding, send out signed JSON when distributing * Add missing security context | |||
2017-08-13 | ActivityPub delivery (#4566) | Eugen Rochko | |
* Deliver ActivityPub Like * Deliver ActivityPub Undo-Like * Deliver ActivityPub Create/Announce activities * Deliver ActivityPub creates from mentions * Deliver ActivityPub Block/Undo-Block * Deliver ActivityPub Accept/Reject-Follow * Deliver ActivityPub Undo-Follow * Deliver ActivityPub Follow * Deliver ActivityPub Delete activities Incidentally fix #889 * Adjust BatchedRemoveStatusService for ActivityPub * Add tests for ActivityPub workers * Add tests for FollowService * Add tests for FavouriteService, UnfollowService and PostStatusService * Add tests for ReblogService, BlockService, UnblockService, ProcessMentionsService * Add tests for AuthorizeFollowService, RejectFollowService, RemoveStatusService * Add tests for BatchedRemoveStatusService * Deliver updates to a local account to ActivityPub followers * Minor adjustments | |||
2017-06-12 | Fix regression from #3672 - Do not use pipeline around zscore (#3704) | Eugen Rochko | |
2017-06-11 | Fix removal of status sending the original status to mentioned users instead ↵ | Eugen Rochko | |
of delete Salmon (#3672) * Fix removal of status sending the original status to mentioned users instead of delete Salmon, add test * Create remove_status_service_spec.rb | |||
2017-04-06 | Fix wrong pubsub channel on public timelines | Eugen Rochko | |
2017-04-06 | Fix notifications delivered to wrong pubsub channel, optimized ↵ | Eugen Rochko | |
RemoveStatusService, slightly optimized FanOutOnWriteService again | |||
2017-04-05 | Replace calls to FeedManager#inline_render and #broadcast | Eugen Rochko | |
2017-02-22 | Fix #651 - Do not reinsert original status into all followers feeds | Eugen Rochko | |
upon un-reblogging. Check if the reblog was in the feed in the first place. It might have been filtered on distribution. | |||
2017-02-12 | Deduplicate delete salmons (send only one per mentioned-account domain) | Eugen Rochko | |
2017-02-11 | Make follow requests federate | Eugen Rochko | |
2017-02-02 | Cleaning up format of broadcast real-time messages, removing | Eugen Rochko | |
redis-backed "mentions" timeline as redundant (given notifications) | |||
2017-01-07 | Fix #147 - Unreblogging will leave original status in feeds | Eugen Rochko | |
2016-12-18 | Removing external hub completely, fix #333 fixing digit-only hashtags, | Eugen Rochko | |
removing web app capability from non-webapp pages | |||
2016-12-06 | Improve suspend account service | Eugen Rochko | |
2016-11-29 | Fix trying to PuSH-publish updates of remote removals | Eugen | |
2016-11-28 | Adding embedded PuSH server | Eugen Rochko | |
2016-11-15 | Fix rubocop issues, introduce usage of frozen literal to improve performance | Eugen Rochko | |
2016-11-09 | Status removal is broadcast to public/hashtag timelines too | Eugen Rochko | |
2016-10-16 | Fix RemoveStatusService trying to send delete salmons on behalf of remote ↵ | Eugen Rochko | |
statuses | |||
2016-10-14 | Fix remove status service sending salmons | Eugen Rochko | |
2016-09-29 | Improve code style | Eugen Rochko | |
2016-09-12 | Adding a notification stack for error messages | Eugen Rochko | |
2016-09-12 | Send "delete" Salmons to remote mentioned accounts on status removal | Eugen Rochko | |
Fixes #27 | |||
2016-09-09 | Refactored generation of unique tags, URIs and object URLs into own classes, | Eugen Rochko | |
as well as formatting of content | |||
2016-09-05 | RemoveStatusService fleshed out, still doesn't send Salmon slaps though | Eugen Rochko | |
2016-09-04 | Handle delete Salmons, todo: clean up timelines | Eugen Rochko | |