aboutsummaryrefslogtreecommitdiff
path: root/modules/fediverse/ap_utils.py
Commit message (Expand)AuthorAgeFilesLines
* add missing "import urllib.parse" to ap_utils.pyGravatar jesopo2019-09-231-0/+1
* pass full Response from ap_utils.activity_request, use it for Actor 404Gravatar jesopo2019-09-171-3/+2
* return content warning from ap_utils.format_note and show it•••closes #118 Gravatar jesopo2019-09-161-4/+5
* use `json_body=True` for ActivityPub requestsGravatar jesopo2019-09-161-1/+2
* refactor AP Note stringifying out to ap_utils.pyGravatar jesopo2019-09-161-0/+22
* `data` -> `post_data`Gravatar jesopo2019-09-151-1/+1
* actually pass signature and related headers to activity_request()Gravatar jesopo2019-09-151-2/+2
* actually use `method` arg on activity_request()Gravatar jesopo2019-09-151-1/+1
* re-merge fediverse an fediverse_server, so they can share utilsGravatar jesopo2019-09-151-0/+56