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/serializers/activitypub
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
8 years ago
..
accept_follow_serializer.rb Revert #4616 (#4638) 8 years ago
activity_serializer.rb Add _:inReplyToAtomUri to ActivityPub (#4702) 8 years ago
actor_serializer.rb Fix some ActivityPub JSON bugs (#4796) 8 years ago
block_serializer.rb Add ActivityPub inbox (#4216) 8 years ago
collection_serializer.rb Minor ActivityPub JSON fixes (#4214) 8 years ago
delete_serializer.rb Define missing JSON-LD properties (#4767) 8 years ago
follow_serializer.rb Add ActivityPub inbox (#4216) 8 years ago
like_serializer.rb Add ActivityPub inbox (#4216) 8 years ago
note_serializer.rb Define missing JSON-LD properties (#4767) 8 years ago
public_key_serializer.rb Add public key declaration to actors (#4215) 8 years ago
reject_follow_serializer.rb Revert #4616 (#4638) 8 years ago
undo_announce_serializer.rb Add ActivityPub serializer for Undo of Announce (#4703) 8 years ago
undo_block_serializer.rb Add ActivityPub inbox (#4216) 8 years ago
undo_follow_serializer.rb Add ActivityPub inbox (#4216) 8 years ago
undo_like_serializer.rb Add ActivityPub inbox (#4216) 8 years ago
update_serializer.rb Add ActivityPub inbox (#4216) 8 years ago