about summary refs log tree commit diff
path: root/app/lib/activitypub/activity.rb
AgeCommit message (Expand)Author
2020-03-09handle possible `nil`multiple creatures
2020-03-01immediately drop announces & creates whose object domain is blockedmultiple creatures
2020-02-21get rid of refereces to now-rejected autoreject helper (& unbreak the server)multiple creatures
2020-02-17add a `manual_only` (manual trust only) moderation option + handle more `reje...multiple creatures
2020-02-15add admin option to toggle whether service/app accounts should be auto-truste...multiple creatures
2019-11-19Do not misattribute inlined boosts if `attributedTo` isn't present (#10967)ThibG
2019-08-08add new `reject unknown` policy option to prevent spam & harassment from larg...multiple creatures
2019-07-24don't include `reject_payload!` auto-rejections in logger because that leaks ...multiple creatures
2019-07-24don't append account urimultiple creatures
2019-07-24moderation logger - add auto-reject reasonsmultiple creatures
2019-07-24add icons to auto-reject logsmultiple creatures
2019-07-24transparancy - log use of admin related method calls & activitypub auto-rejec...multiple creatures
2019-07-22move autoreject check to own module & check for reject before pulling resourcesmultiple creatures
2019-07-22allow autorejecting incoming ap activities by `id`, `@context`, and domain + ...multiple creatures
2019-05-21handle importing posts from json dumpsmultiple creatures
2019-05-21Drop OStatus support. Fix some of the Rspec tests.multiple creatures
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