Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-26 | Follow-up to #4582 and #5027, removing dead code (#5101) | Eugen Rochko | |
2017-09-05 | Fix mentions in direct statuses not being delivered via AP (#4806) | Eugen Rochko | |
2017-09-01 | Avoid sending some ActivityPub payloads if the receiver will get them ↵ | Eugen Rochko | |
through distribution (#4739) | |||
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-24 | Add configuration to disable private status federation over PuSH (#4582) | Eugen Rochko | |
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-19 | Rename FollowRemoteAccountService to ResolveRemoteAccountService (#3847) | Eugen Rochko | |
Rename Activitypub to ActivityPub | |||
2017-05-13 | Revert HTML CW changes (#3020) | beatrix | |
* selectively Revert "Fix regressions from #2683 (#2970)" This reverts commit 72698bc3b49925a2b2955f32e5a562c1eecd729b. * Revert "Handle hashtags in spoiler_texts (partial fix for #699) (#2683)" This reverts commit e2491680e696d2c285a798ec4c66b26d2748df66. | |||
2017-05-11 | Fix regressions from #2683 (#2970) | Eugen Rochko | |
* Fix regressions from #2683 Properly format spoiler text HTML, while keeping old logic for blankness intact Process hashtags and mentions in spoiler text Format spoiler text for Atom Change "show more" toggle into a button instead of anchor Fix style regression on dropdowns for detailed statuses * Fix lint issue * Convert spoiler text to plaintext in desktop notifications | |||
2017-03-13 | Fix casuality of processing remote mentions such that notifications | Eugen Rochko | |
about them would be processed only after the entire status is processed | |||
2017-02-11 | Mentions in private statuses allow mentioned people to see them | Eugen Rochko | |
2017-02-11 | Make follow requests federate | Eugen Rochko | |
2017-01-05 | Fix undesired delivering of private toot to remote accounts that follow author | Eugen Rochko | |
2016-12-22 | Private posts mentioning non-followers should not notify them, neither ↵ | Eugen Rochko | |
locally nor via Salmon | |||
2016-11-20 | Adding unified streamable notifications | Eugen Rochko | |
2016-11-15 | Fix rubocop issues, introduce usage of frozen literal to improve performance | Eugen Rochko | |
2016-10-03 | Blocking will prevent e-mail notifications from blocked user, blocks in UI | Eugen Rochko | |
2016-09-29 | Improve code style | Eugen Rochko | |
2016-09-18 | Small rubocop offences removed | Eugen Rochko | |
2016-09-17 | Fix how other services used old FollowRemoteAccountService | Eugen Rochko | |
2016-09-04 | Fix wrongful mentions breaking status update | Eugen Rochko | |
2016-09-04 | Case-insensitive search by usernames | Eugen Rochko | |
2016-03-26 | Moving Salmon notifications to background processing, fixing mini-profiler | Eugen Rochko | |
behaviour with Turbolinks enabled, optimizing Rabl for production | |||
2016-03-25 | Fix subscriptions:clear task, refactor feeds, refactor streamable activites | Eugen Rochko | |
and atom feed generation to some extent, as well as the way mentions are stored | |||
2016-03-19 | Adding e-mail notifications about mentions, follows, favourites and reblogs. ↵ | Eugen Rochko | |
Fixing another mention recording bug | |||
2016-03-19 | Fix more subtle bugs with first_or_create | Eugen Rochko | |
2016-03-16 | Fixing small bug with FollowRemoteAccountService usage | Eugen Rochko | |
2016-02-28 | Adding a test for ReblogService, fixing mentions for remote statuses | Eugen Rochko | |
2016-02-25 | Adding a Mention model, test stubs | Eugen Rochko | |