Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-22 | allow autorejecting incoming ap activities by `id`, `@context`, and domain + ↵ | multiple creatures | |
autoject suspended domains & their subdomains | |||
2018-10-03 | Fix handling of ActivityPub activities lacking some attributes (#8864) | ThibG | |
2018-08-12 | Expect relays to answer with accept/reject (#8179) | Eugen Rochko | |
2018-01-08 | Revert #5772 (#6221) | Eugen Rochko | |
2018-01-03 | Allow 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-21 | Support 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-14 | Fix ActivityPub follow interaction and add more specs (#4601) | unarist | |
2017-08-10 | Handle 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 |