aboutsummaryrefslogtreecommitdiff
path: root/modules/fediverse_server.py
Commit message (Collapse)AuthorAgeFilesLines
* move fediverse_server to a directory module, add rough outline of tootGravatar jesopo2019-09-131-186/+0
| | | | federation
* make context/conversation a "valid" URIGravatar jesopo2019-09-111-1/+2
|
* inbox should have https:// on itGravatar jesopo2019-09-111-4/+9
|
* use correct link "type" for webfinger responseGravatar jesopo2019-09-111-1/+3
|
* return `url` on actorGravatar jesopo2019-09-111-1/+1
|
* force "acct:" on `resource` key on webfinger responseGravatar jesopo2019-09-111-1/+1
|
* remove (i think) unneeded @context, add user summary and nameGravatar jesopo2019-09-111-5/+3
|
* set content_type=ACTIVITY_TYPE on outboxGravatar jesopo2019-09-101-0/+1
|
* remove unused duplicate ACTIVITY_TYPEGravatar jesopo2019-09-101-1/+0
|
* '_prepare_actitivy' -> '_prepare_activity'Gravatar jesopo2019-09-101-1/+1
|
* get_activities is a list, not a dictGravatar jesopo2019-09-101-3/+3
|
* implement first draft of fediverse outboxGravatar jesopo2019-09-101-5/+85
|
* return error codes from webfingerGravatar jesopo2019-09-101-0/+4
|
* fix setting exported from fediverse_server.pyGravatar jesopo2019-09-101-2/+3
|
* split out fediverse server to it's own moduleGravatar jesopo2019-09-101-0/+95