You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/lib/activitypub/activity
Eugen Rochko 9b50a9dd83 Fix some ActivityPub JSON bugs (#4796)
- Fix assumption that `url` is always a string. Handle it if it's an
  array of strings, array of objects, object, or string, both for
  accounts and for objects
- `sharedInbox` is actually supposed to be under `endpoints`, handle
  both cases and adjust the serializer
7 years ago
..
accept.rb Support more variations of ActivityPub keyId in signature (#4630) 7 years ago
announce.rb Handle duplicate ActivityPub activities (#4639) 7 years ago
block.rb Handle duplicate ActivityPub activities (#4639) 7 years ago
create.rb Fix some ActivityPub JSON bugs (#4796) 7 years ago
delete.rb Define missing JSON-LD properties (#4767) 7 years ago
follow.rb Handle duplicate ActivityPub activities (#4639) 7 years ago
like.rb Handle duplicate ActivityPub activities (#4639) 7 years ago
reject.rb Support more variations of ActivityPub keyId in signature (#4630) 7 years ago
undo.rb Make "unfollow" undo pending outgoing follow request too (#4781) 7 years ago
update.rb Add ActivityPub inbox (#4216) 7 years ago