vikunja/pkg/routes/api
kolaente 2f4e3ecb91 fix(api/v2): align avatar upload body limit with global overhead
MaxBodyBytes was set to exactly the configured max file size, but a
multipart request carries extra bytes (boundary, part headers) on top of
the file, so a file at the limit could be rejected by Huma before the
handler runs. Mirror the +2 MB overhead that Echo's global BodyLimit
middleware already allows so a max-sized avatar isn't rejected.
2026-06-02 11:55:25 +00:00
..
v1 refactor(avatar): share avatar resolution between v1 and v2 handlers 2026-06-02 08:17:00 +00:00
v2 fix(api/v2): align avatar upload body limit with global overhead 2026-06-02 11:55:25 +00:00