mastodon/app/lib/activitypub/activity
ThibG 290932602b Reduce usage of LD signatures (#9659)
* 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
2018-12-30 09:48:59 +01:00
..
accept.rb
add.rb
announce.rb
block.rb
create.rb Fix ThreadResolveWorker getting queued with invalid URLs (#9628) 2018-12-26 19:15:53 +01:00
delete.rb
flag.rb
follow.rb Reduce usage of LD signatures (#9659) 2018-12-30 09:48:59 +01:00
like.rb
move.rb Add handler for Move activity (#9629) 2018-12-29 02:24:36 +01:00
reject.rb
remove.rb
undo.rb
update.rb