Dominik Süß

Results 119 comments of Dominik Süß

I really like the gitea approach: On first registration prompt the user for a desired username/displayname but prefill it with claims from the token. This also offers an easy fallback...

@msirringhaus If there is any need for testing or help to implement parts of the spec, feel free to contact me. I've familiarized myself with the code yesterday and should...

As this does not cause any issues and implementing checks for possible deployment overrides is a pretty involved topic, we'll close this issue for now. If this turns out to...

I had an idea for a graceful migration path: * Introduce a config flag to try matching the email to existing users * If a user already exists for a...

> I had an idea for a graceful migration path: > > * Introduce a config flag to try matching the email to existing users > > * If a...

No problem, I'm just happy to hack on something not work-related :grin: I've added the docs and example config. I always seem to forget at least one place when adding...

Can verify that by using S3, external postgres and a SSL-Terminating Proxy, GtS does not touch the disk at all.

As a reference: I've built a small proof-of-concept by executing ffmpeg in a subprocess which can be found here: https://github.com/superseriousbusiness/gotosocial/compare/main...theSuess:gotosocial:video-support

I think transpiring ffmpeg is a huge endeavor - even if we only do the calls required (extracting Thumbnail + fetching size information), mainly because of the many codecs/options hidden...