1. 05 Jul, 2026 1 commit
    • fix(user): harden account email and password handling · 5fc35e28
      - normalize emails (trim + lowercase) and enforce uniqueness across
        registration, OAuth auto-registration, and email binding
      - serialize concurrent writers on the same normalized email within a
        transaction to avoid duplicate accounts
      - resolve password reset to a single matching account and reject
        ambiguous or absent matches
      - require an existing password before self-service password change and
        reject login for accounts without a usable password
      CaIon committed
  2. 04 Jul, 2026 9 commits
  3. 03 Jul, 2026 16 commits
  4. 02 Jul, 2026 8 commits
  5. 01 Jul, 2026 2 commits
  6. 30 Jun, 2026 4 commits