about summary refs log tree commit diff
path: root/app/lib/activitypub/activity.rb
AgeCommit message (Expand)Author
2023-02-20Autofix Rubocop remaining Layout rules (#23679)Nick Schonning
2023-02-10Fix unbounded recursion in post discovery (#23506)Claire
2022-09-21Refactor ActivityPub handling to prepare for non-Account actors (#19212)Claire
2022-05-13Refactor how Redis locks are created (#18400)Eugen Rochko
2022-04-28Fix single Redis connection being used across all threads (#18135)Eugen Rochko
2022-03-12Fix not updating a status when newer version is fetched manually (#17745)Eugen Rochko
2022-01-19Add support for editing for published statuses (#16697)Eugen Rochko
2021-11-25Add trending links (#16917)Eugen Rochko
2021-05-19Fix some RedisLocks auto-releasing too fast (#16276)Claire
2021-04-21Fix processing of remote Delete activities (#16084)Claire
2020-10-13Fix a bear check when the activity object is nil (#14981)Takeshi Umeda
2020-09-18Add option to be notified when a followed user posts (#13546)Eugen Rochko
2020-08-30Add support for dereferencing objects through bearcaps (#14683)Eugen Rochko
2020-08-24Fix dereferencing remote statuses not using the correct account (#14656)ThibG
2020-08-24Add support for inlined objects in activity audience (#14514)ThibG
2020-07-22Dereference object URIs in Create and Update messages (#14359)ThibG
2020-07-14Improve group processing (#14279)Takeshi Umeda
2020-07-01Change Redis#exists calls to Redis#exists? to avoid deprecation warning (#14191)Eugen Rochko
2020-01-11Clarify keyword arguments with ** (#12769)Daigo 3 Dango
2019-12-16Add Event activity-type support (#12637)Thomas Citharel
2019-12-04Add basic support for group actors (#12071)Takeshi Umeda
2019-11-04Fix code referencing wrong class (#12263)ThibG
2019-10-24Allow Accept/Reject with a non-embedded object (#12199)puckipedia
2019-06-26Add support for Audio activities (#11189)ThibG
2019-06-04Do not misattribute inlined boosts if `attributedTo` isn't present (#10967)ThibG
2019-03-03Add polls (#10111)Eugen Rochko
2019-02-17Fix Announce activities of unknown statuses not fetching those statuses (#10065)Eugen Rochko
2019-02-17Add logging for rejected ActivityPub payloads and add tests (#10062)Eugen Rochko
2019-02-15Filter incoming Announce activities by relation to local activity (#10041)Eugen Rochko
2019-02-13Alternative handling of private self-boosts (#9998)ThibG
2019-02-02Create Redisable#redis (#9633)ysksn
2018-12-29Add handler for Move activity (#9629)Eugen Rochko
2018-11-16Prevent multiple handlers for Delete of Actor from running (#9292)Eugen Rochko
2018-10-17Improve support for aspects/circles (#8950)Eugen Rochko
2018-08-26Spread out crawling randomly to avoid DDoSing the link (#8445)Eugen Rochko
2018-05-18Resolve unknown status from Add activity, skip Remove if unknown (#7526)Eugen Rochko
2018-05-03Fixes/do not override timestamps (#7336)ThibG
2018-05-03Fixes/do not override timestamps (#7331)ThibG
2018-03-04Federate pinned statuses over ActivityPub (#6610)Eugen Rochko
2018-02-28Federated reports (#6570)Eugen Rochko
2018-02-17Push discovered status through streaming API within a time window (#6484)Eugen Rochko
2018-01-19Process mentions and reblogs even from resolved threads (#6299)ThibG
2017-12-06Using double splat operator (#5859)Yamagishi Kazutoshi
2017-10-17When status is fetched instead of delivered, do not stream it (#5437)Eugen Rochko
2017-10-08Set snowflake IDs for backdated statuses (#5260)Eugen Rochko
2017-09-01Do not rely on activity arriving exactly once after delete arrived (#4754)Eugen Rochko
2017-08-21Support more variations of ActivityPub keyId in signature (#4630)Eugen Rochko
2017-08-13ActivityPub delivery (#4566)Eugen Rochko
2017-08-10Handle ActivityPub follows correctly (#4571)Eugen Rochko
2017-08-08Add ActivityPub inbox (#4216)Eugen Rochko