• v2.3.8 428b57732e

    fix(ui): resolve avatar URL from MinIO; fall back to OAuth provider URL
    Some checks failed
    CI / Backend (push) Successful in 50s
    CI / UI (push) Successful in 34s
    Release / Test backend (push) Successful in 37s
    Release / Check ui (push) Successful in 45s
    Release / Docker / caddy (push) Successful in 35s
    CI / Backend (pull_request) Successful in 49s
    CI / UI (pull_request) Successful in 40s
    Release / Docker / backend (push) Failing after 52s
    Release / Docker / runner (push) Failing after 58s
    Release / Docker / ui (push) Failing after 55s
    Release / Gitea Release (push) Has been skipped

    kamil released this 2026-03-28 19:23:30 +05:00

    Add resolveAvatarUrl(userId, storedValue) helper that tries MinIO first,
    then falls back to the stored HTTP URL for OAuth users (Google/GitHub)
    who have never uploaded a custom avatar.

    Add getUserById() to pocketbase helpers for batch avatar resolution in
    comments. Update all 6 call sites to use the new helper.

    Downloads