aboutsummaryrefslogtreecommitdiff
path: root/modules/fediverse/ap_utils.py
Commit message (Expand)AuthorAgeFilesLines
* `USERAGENT` no longer existsGravatar jesopo2019-11-251-1/+1
* give bitbot a unique User-Agent•••closes #206 Gravatar jesopo2019-11-201-2/+1
* Show more fediverse errors to the end userGravatar jesopo2019-11-141-9/+23
* show when a fediverse Note is nothing but an attachmentGravatar jesopo2019-11-041-3/+26
* only .decompose() when it's an empty and unknown tagGravatar jesopo2019-11-041-3/+4
* better line normalisation for fediverse ActivitiesGravatar jesopo2019-11-041-17/+19
* 'element.contents' -> 'element.children' for consistencyGravatar jesopo2019-10-311-1/+1
* use lxml for parsing fedi Notes. html.parse is bad and unpredictableGravatar jesopo2019-10-311-1/+1
* fallback ActivityPub data encoding to utf8Gravatar jesopo2019-10-261-1/+1
* 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 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