Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-02-28 | Fix #5708: Reject->Follow will remove the follow if it exists (#6571) | Eugen Rochko | |
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 |