Commit Graph

5 Commits (c7adf8082726ed3059de1c09bcc7b1cde5ca2909)

Author SHA1 Message Date
Eugen Rochko 4eeff26533
Change account domain block to clear out notifications and follows ()
Eugen Rochko f2b743e715
Refactor all ActivityPub deliveries to be serialized and signed through one concern ()
ThibG 290932602b Reduce usage of LD signatures ()
* Do not LDS-sign Follow, Accept, Reject, Undo, Block

* Do not use LDS for Create activities of private toots

* Minor cleanup

* Ignore unsigned activities instead of misattributing them

* Use status.distributable? instead of querying visibility directly
Eugen Rochko d98de8ada7
Get rid of all batch order warnings ()
Eugen Rochko 10f51c9886
Fix domain hiding logic ()
* Send rejections to followers when user hides domain they're on

* Use account domain blocks for "authorized followers" action

Replace soft-blocking (block & unblock) behaviour with follow rejection

* Split sync and async work of account domain blocking

Do not create domain block when removing followers by domain, that
is probably unexpected from the user's perspective.

* Adjust confirmation message for domain block

* yarn manage:translations