about summary refs log tree commit diff
path: root/app/lib/activitypub/activity/accept.rb
AgeCommit message (Collapse)Author
2020-02-21remove autoreject implementation, superseded by monsterfork graylisting + ↵multiple creatures
upstream privacy improvements
2019-07-22allow autorejecting incoming ap activities by `id`, `@context`, and domain + ↵multiple creatures
autoject suspended domains & their subdomains
2018-10-03Fix handling of ActivityPub activities lacking some attributes (#8864)ThibG
2018-08-12Expect relays to answer with accept/reject (#8179)Eugen Rochko
2018-01-08Revert #5772 (#6221)Eugen Rochko
2018-01-03Allow to dereference Follow object for ActivityPub (#5772)Akihiko Odaki
* Allow to dereference Follow object for ActivityPub * Accept IRI as object representation for Accept activity
2017-08-21Support more variations of ActivityPub keyId in signature (#4630)Eugen Rochko
- Tries to avoid performing HTTP request if the keyId is an actor URI - Likewise if the URI is a fragment URI on top of actor URI - Resolves public key, returns owner if the owner links back to the key
2017-08-14Fix ActivityPub follow interaction and add more specs (#4601)unarist
2017-08-10Handle ActivityPub follows correctly (#4571)Eugen Rochko
* Handle ActivityPub follows correctly ActivityPub follows are follow-requests. Always require an Accept. If account is not locked, auto-accept. * Handle ActivityPub Accept/Reject-Follow * Fix wrong method * Fix wrong class