aboutsummaryrefslogtreecommitdiff
path: root/modules/fediverse/ap_actor.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix empty display namesGravatar MineRobber___T2020-01-161-3/+1
|
* Fix empty namesGravatar MineRobber___T2020-01-161-0/+2
| | | Specifically, botsin.space (for sure) returns a display name of `""`. Since that's not meaningful, I just added a check to replace the display name with the username if the display name is empty.
* use fediverse display names when availableGravatar jesopo2019-12-101-0/+2
|
* add `cookies` and `.json()` to utils.http.Response objectsGravatar jesopo2019-11-251-12/+13
|
* show ,fedi latest-tweet also if it's a self-replyGravatar jesopo2019-10-151-0/+2
|
* fedi http headers should be PascalCaseGravatar jesopo2019-09-191-2/+2
|
* `first` is now a Response object, not a dictGravatar jesopo2019-09-171-1/+1
|
* 'responsedata' -> 'response.data'Gravatar jesopo2019-09-171-1/+1
|
* pass full Response from ap_utils.activity_request, use it for Actor 404Gravatar jesopo2019-09-171-10/+13
|
* dict()ify inbox headersGravatar jesopo2019-09-151-1/+1
|
* actually pass signature and related headers to activity_request()Gravatar jesopo2019-09-151-1/+3
|
* don't pass actor to Inbox ctor but pass sending actor to .sendGravatar jesopo2019-09-151-5/+4
|
* pass Actor to InboxGravatar jesopo2019-09-151-3/+4
|
* 'ap_utils.request' -> 'ap_utils.activity_request'. dont pass privkeyGravatar jesopo2019-09-151-2/+2
|
* pass whole PrivateKey object to ap_security, not just the keyGravatar jesopo2019-09-151-1/+1
|
* 'security' -> 'ap_security'Gravatar jesopo2019-09-151-2/+2
|
* key_id -> key.id, missing urllib importGravatar jesopo2019-09-151-1/+1
|
* Inbox.send should have a `self` paramGravatar jesopo2019-09-151-1/+1
|
* re-merge fediverse an fediverse_server, so they can share utilsGravatar jesopo2019-09-151-0/+55