Wykres commitów

2 Commity (77b45772bb736b0dab30bc30216c00d0420cac3d)

Autor SHA1 Wiadomość Data
Marnanel Thurman 83b69f2fcb ActivityParser doesn't parse the JSON of incoming messages.
This is because when we validate the message, a little further
down the line, we need access to the exact content of the message.
Parsing it here would destroy the exact content, because Django
doesn't let you read request bodies twice.
2020-09-21 17:43:57 +01:00
Marnanel Thurman 82d8c55701 Added a django-rest-framework parser so we accept uploads of type
"application/activity+json".
2020-09-19 20:29:12 +01:00