Andrew Godwin

Results 369 comments of Andrew Godwin

That's strictly against the OAuth spec: ``` redirect_uri REQUIRED, if the "redirect_uri" parameter was included in the authorization request as described in [Section 4.1.1](https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.1), and their values MUST be identical....

This is _meant_ to be enforced at the code level, in that it's meant to try and look up usernames before insertion to see if they exist (that's what that...

Yeah, this is a pretty nasty problem, because if you take the "correct" activitypub view - that everyone is identified purely by their Actor IRI - then it's actually fine...

Yup, welcome to the world of trying to get fediverse agreement on things! At its heart, Takahē is much more of an ActivityPub server than specifically caring about WebFinger, so...

Yes, keyboard navigation also does not work. I'm not going to guarantee we can fix this - we want to keep the UI relatively simple - but I'm hopeful we...

Yeah, I'll have to go capture some example on-the-wire communication and then figure out what the mismatch is.

I've also seen a bunch of complaints from our json-ld parser saying that there's an ID declared where it shouldn't be - as of yesterday, any incoming messages that we...

Yes, Takahē does not yet support server-side filtering, so this will not work until we implement it. I was hoping to do it at the same time as we do...

Yeah, this somewhat related to https://github.com/jointakahe/takahe/issues/394 but we don't yet have an issue for it separately, so we can use this for that. I will point out that I very...

I think it has to be a new field on the model - we want it to persist even when the post changes to edited, for example. As for accounts...