aboutsummaryrefslogtreecommitdiff
path: root/modules/fediverse/ap_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* support AP Notes with content outside of HTML tags (e.g. pleroma)Gravatar jesopo2019-10-151-9/+12
|
* show `first` toot if it's a boost, fix Note boost formattingGravatar jesopo2019-10-151-1/+2
|
* actually explicitly strip "unknown" html tags from fedi notesGravatar jesopo2019-10-141-5/+8
|
* format multi-line toots on a single line using things like double spaceGravatar jesopo2019-10-091-2/+24
|
* prefer `url` over `id` as it's usually a more user-friendly urlGravatar jesopo2019-10-081-1/+2
|
* support !fedi with a URL to a NoteGravatar jesopo2019-10-041-7/+7
|
* 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 itGravatar jesopo2019-09-161-4/+5
| | | | closes #118
* 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