This website requires JavaScript.
Explore
Help
Sign in
bgme
/
mastodon
Watch
1
Star
0
Fork
You've already forked mastodon
0
mirror of
https://github.com/yingziwu/mastodon.git
synced
2026-02-08 13:35:14 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3
ea710df180
mastodon
/
app
/
serializers
/
activitypub
History
Download ZIP
Download TAR.GZ
Claire
d4a4a7177a
Fix crash when serializing quotes of deleted posts for ActivityPub (
#36381
)
2025-10-09 13:52:38 +00:00
..
accept_follow_serializer.rb
accept_quote_request_serializer.rb
Accept remote quotes of local quotes according to set policy (
#35629
)
2025-08-04 15:27:46 +00:00
activity_serializer.rb
Remove unused E2EE messaging code (
#31193
)
2024-09-18 09:27:43 +00:00
actor_serializer.rb
Change ActivityPub path generation to all happen in
ActivityPub::TagManager
(
#33527
)
2025-01-13 09:39:05 +00:00
add_serializer.rb
Change ActivityPub path generation to all happen in
ActivityPub::TagManager
(
#33527
)
2025-01-13 09:39:05 +00:00
block_serializer.rb
collection_serializer.rb
Remove unused E2EE messaging code (
#31193
)
2024-09-18 09:27:43 +00:00
context_serializer.rb
Implement FEP 7888: Part 1 - publish conversation context (
#35959
)
2025-09-05 19:28:29 +00:00
delete_actor_serializer.rb
delete_quote_authorization_serializer.rb
Change serialization of
Delete
activities for
QuoteAuthorization
to inline the latter (
#35725
)
2025-08-11 08:55:18 +00:00
delete_serializer.rb
emoji_serializer.rb
flag_serializer.rb
follow_serializer.rb
hashtag_serializer.rb
image_serializer.rb
like_serializer.rb
move_serializer.rb
note_serializer.rb
Fix crash when serializing quotes of deleted posts for ActivityPub (
#36381
)
2025-10-09 13:52:38 +00:00
outbox_serializer.rb
public_key_serializer.rb
quote_authorization_serializer.rb
Fix QuoteAuthorization id not being properly serialized when federating revocation (
#36083
)
2025-09-11 09:37:56 +00:00
quote_request_serializer.rb
Inline
instrument
quote post in outgoing
QuoteRequest
activities (
#35713
)
2025-08-07 13:19:18 +00:00
reject_follow_serializer.rb
reject_quote_request_serializer.rb
Reject incoming
QuoteRequest
activities (
#34480
)
2025-04-25 23:28:09 +00:00
remove_serializer.rb
Change ActivityPub path generation to all happen in
ActivityPub::TagManager
(
#33527
)
2025-01-13 09:39:05 +00:00
undo_announce_serializer.rb
undo_block_serializer.rb
undo_follow_serializer.rb
undo_like_serializer.rb
update_poll_serializer.rb
update_serializer.rb
vote_serializer.rb