mastodon/app/serializers/activitypub
Eugen Rochko 6793bec4c6
Store URIs of follows, follow requests and blocks for ActivityPub (#7160)
Same URI passed between follow request and follow, since they are
the same thing in ActivityPub. Local URIs are generated during
creation using UUIDs and are passed to serializers.
2018-05-04 21:14:34 +02:00
..
accept_follow_serializer.rb
activity_serializer.rb Use atomUri in Undo activity of Announce (#5376) 2017-10-14 14:42:09 +02:00
actor_serializer.rb Add bio fields (#6645) 2018-04-14 12:41:08 +02:00
add_serializer.rb Fix wrong target URIs in ActivityPub Add/Remove (#6668) 2018-03-07 05:58:24 +01:00
block_serializer.rb
collection_serializer.rb Better pagination for ActivityPub outbox (#7356) 2018-05-04 19:19:11 +02:00
delete_actor_serializer.rb Send one Delete of Actor in ActivityPub when account is suspended (#6172) 2018-01-04 14:40:49 +01:00
delete_serializer.rb
emoji_serializer.rb
flag_serializer.rb Federated reports (#6570) 2018-02-28 06:54:55 +01:00
follow_serializer.rb Store URIs of follows, follow requests and blocks for ActivityPub (#7160) 2018-05-04 21:14:34 +02:00
image_serializer.rb Fix nil error in focal_point? (#6537) 2018-02-22 17:42:33 +01:00
like_serializer.rb
note_serializer.rb Do not re-query mentions from serializers (#6858) 2018-03-22 11:31:17 +01:00
outbox_serializer.rb Federate pinned statuses over ActivityPub (#6610) 2018-03-04 09:19:11 +01:00
public_key_serializer.rb
reject_follow_serializer.rb
remove_serializer.rb Fix wrong target URIs in ActivityPub Add/Remove (#6668) 2018-03-07 05:58:24 +01:00
undo_announce_serializer.rb
undo_block_serializer.rb
undo_follow_serializer.rb
undo_like_serializer.rb
update_serializer.rb