ThibG
47eaba870e
Fix handling of ActivityPub activities lacking some attributes ( #8864 )
2018-10-03 23:44:13 +02:00
Eugen Rochko
3fe1f95dd0
Expect relays to answer with accept/reject ( #8179 )
2018-08-12 18:16:26 +02:00
Eugen Rochko
5f70533e8a
Fix #5708 : Reject->Follow will remove the follow if it exists ( #6571 )
2018-02-28 06:55:06 +01:00
Eugen Rochko
dccc1a74ad
Support more variations of ActivityPub keyId in signature ( #4630 )
...
- 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-21 22:57:34 +02:00
unarist
83b48812e4
Fix ActivityPub follow interaction and add more specs ( #4601 )
2017-08-14 16:57:46 +02:00
Eugen Rochko
719a5212be
Handle ActivityPub follows correctly ( #4571 )
...
* 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
2017-08-10 22:33:12 +02:00