about summary refs log tree commit diff
path: root/app/lib/activitypub/activity/follow.rb
AgeCommit message (Expand)Author
2020-03-01fix bug in which someone enabling `reject unknown follows` after accepting a ...multiple creatures
2020-02-21remove autoreject implementation, superseded by monsterfork graylisting + ups...multiple creatures
2020-02-17add a `manual_only` (manual trust only) moderation option + handle more `reje...multiple creatures
2020-02-10fix broken follow reqsmultiple creatures
2020-02-05move rando check into the account model so it can be reused by other anti-har...multiple creatures
2020-01-20Original upstream mergeThibG
2020-01-15fix tired dev operating `vim` without adequate coffee & breaking codemultiple creatures
2020-01-15anti-harassment: add option to toggle whether to allow follows/packmate reque...multiple creatures
2019-11-19Refactor all ActivityPub deliveries to be serialized and signed through one c...Eugen Rochko
2019-08-08add new `reject unknown` policy option to prevent spam & harassment from larg...multiple creatures
2019-07-22allow autorejecting incoming ap activities by `id`, `@context`, and domain + ...multiple creatures
2019-01-10Revert "Revert "Add handler for Move activity (#9629)""Thibaut Girka
2019-01-02Revert "Add handler for Move activity (#9629)"Thibaut Girka
2018-12-30Reduce usage of LD signatures (#9659)ThibG
2018-12-29Add handler for Move activity (#9629)Eugen Rochko
2018-08-17Use correct activity id in Accept when receiving duplicate Follow (fixes #821...ThibG
2018-06-08Do not accept ActivityPub follow requests from blocked user (#7756)Eugen Rochko
2018-05-04Store URIs of follows, follow requests and blocks for ActivityPub (#7160)Eugen Rochko
2017-08-20Handle duplicate ActivityPub activities (#4639)Eugen Rochko
2017-08-10Handle ActivityPub follows correctly (#4571)Eugen Rochko
2017-08-08Add ActivityPub inbox (#4216)Eugen Rochko