Eugen Rochko

Results 360 comments of Eugen Rochko

A full relationship object queries 9 different tables, I don't think it's practical to compound that with any of the statuses or accounts APIs which on their own perform a...

Right now each server can perform its own verification rather than trusting the origin server. The oauth approach would not be replicable.

If using `.positive?` has a noticable performance impact, we should change the lint rule to prefer `> 0`

@saper Initial design decision was: - Your domain could be adjusted (even just only at the very start when you're setting up/troubleshooting) - Don't want to have 20.000 copies of...

Deep-linking in iOS and Android relies on a hardcoded list of domains, which is incompatible with the dynamic and decentralized nature of the fediverse. As much as we'd like to,...

I think it would be easiest if you kept the constants in the classes where they were used instead of moving them to the class where the base regex is...

Client-sizing only happens when the image exceeds the server-side processing limit. Processing an image consumes RAM proportional to the dimensions of the image. The processing limit is 4096x4096 pixels.

> On the topic of server processing: I can dig through the code, but it's better to ask: is there an image hashing check? Or is every image treated as...

You should use `TRUSTED_PROXY_IP` so that Mastodon can use the actual forwarded IP address and not the reverse proxy IP address.

Are you sure you're fixing something? Was there an error? There is an automatic alias for boolean columns, and we overwrite what it aliases to.