Andrew Godwin

Results 13 issues of Andrew Godwin

It was pointed out in https://code.djangoproject.com/ticket/32586 that the initial ASGI requirement that header names in responses MUST be lowercased - inherited from ASGI 1, I believe - doesn't actually match...

Channels 2 needs multiplexing support, as it's not yet implemented. It'll need a substantially different design to the Channels 1 one, but it should be easier to make it nest...

enhancement
exp/intermediate

Right now, the tests only cover single-host mode; it would be nice to have proper tests for sharded mode as it's the easiest one to get wrong.

enhancement
exp/intermediate

We should probably do this for at least these images just to lessen the load on other servers. We can stash them in the same fields we use for locally...

feature

It is unclear to me as yet if it is the job of: * The reply author's server to send the reply to all servers of the original posts' author's...

bug
area/activitypub

Along with the option to hide them in profile settings

feature
area/identities

Anything that resolves to local IP ranges should not be allowed for actor fetching.

bug
area/activitypub
pri/medium

We have federation issues with GoToSocial at least in terms of fetching identities - something about our JSON-LD canonicalisation pass is erasing most of the values.

bug
area/activitypub

We need a way to support the ability for clients to subscribe to push notifications. Rough thoughts: - API tokens are already tied to Identity, which is good. Tokens can...

feature
area/api
pri/low

We want to support local users uploading video in two senses: * Normal video files (MP4, MKV, MOV, etc.) * Animated GIFs/PNGs We only want to allow videos to be...

feature
area/posts
area/api
pri/medium