federation/federation/tests
Jason Robinson 2fa8271af7 Refactor handle_receive to require a RequestType
The ActivityPub protocol handlers require access to HTTP headers,
method and url from the incoming request. Thus require passing in
a RequestType object, which has the same structure as a Django
HttpRequest for compatibility.

This is a breaking backwards compatible change requiring Diaspora
payloads be wrapped in a RequestType object.

Refs: #7
2019-03-03 03:04:08 +02:00
..
django Disable ActivityPub limited features by default when on Django 2019-01-29 21:42:57 +02:00
entities Add username to base Profile entity 2019-03-02 01:42:08 +02:00
factories
fixtures
hostmeta
protocols Refactor handle_receive to require a RequestType 2019-03-03 03:04:08 +02:00
utils Allow passing extra headers to network util fetch_document 2019-03-02 01:24:57 +02:00
__init__.py
conftest.py
test_fetchers.py Add identification of protocol on fetch_remote_profile id parameter 2019-03-02 01:24:57 +02:00
test_inbound.py Refactor handle_receive to require a RequestType 2019-03-03 03:04:08 +02:00
test_outbound.py