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
puckipedia d2919f7e94 Allow Accept/Reject with a non-embedded object (#12199)
Some ActivityPub servers refuse to embed remote objects into their own
output. This is because they are not the authoritative source for these
objects, and as such embedding them is always a waste of space. The
follow request and follow models contain a URI, so this can be used to
match them.
5 years ago
..
accept.rb Allow Accept/Reject with a non-embedded object (#12199) 5 years ago
add.rb Resolve unknown status from Add activity, skip Remove if unknown (#7526) 7 years ago
announce.rb Refactor controllers for statuses, accounts, and more (#11249) 6 years ago
block.rb Ensure blocked user unfollows blocker if Block/Undo Block are processed out of order (#9687) 6 years ago
create.rb Add voters count support (#11917) 6 years ago
delete.rb Change deletes to preserve soft-deleted statuses in unresolved reports (#11805) 6 years ago
flag.rb Change domain blocks to automatically support subdomains (#11138) 6 years ago
follow.rb Change silences to always require approval on follow (#11975) 6 years ago
like.rb Handle duplicate ActivityPub activities (#4639) 8 years ago
move.rb Fix account migration not affecting followers on origin server (#11980) 6 years ago
reject.rb Allow Accept/Reject with a non-embedded object (#12199) 5 years ago
remove.rb Resolve unknown status from Add activity, skip Remove if unknown (#7526) 7 years ago
undo.rb Fix handling of ActivityPub activities lacking some attributes (#8864) 7 years ago
update.rb Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401) 6 years ago