litellm/ui
ryan-crabbe-berri 055f8f067d feat(proxy): filter /key/list by user email via the user relation
Adds a user_email query param resolved as a Prisma relation condition,
so Postgres semi-joins keys to users in one query with complete results
and nothing materialized in the proxy. The deleted-keys table has no
user relation (its rows may reference vanished users), so that path
resolves ids with a bounded raw lookup that mirrors the relation
filter's wildcard semantics. The Admin UI Virtual Keys filter drawer
gains a User Email field wired through useKeys
2026-07-27 13:09:59 -07:00
..
litellm-dashboard feat(proxy): filter /key/list by user email via the user relation 2026-07-27 13:09:59 -07:00
Dockerfile feat: add componentized proxy deployment with gateway, backend, ui, and migrations (#27557) 2026-05-16 09:25:17 -07:00
nginx.conf fix(ui): serve /ui/assets from the nginx image instead of SPA fallback (#34066) 2026-07-21 09:22:02 -07:00