litellm/ui
ryan-crabbe-berri 139dc60e5b feat(proxy): filter /key/list by user email
Adds a user_email query param to /key/list that resolves the email to
matching user IDs via a case-insensitive substring lookup on the user
table, then narrows the key where-clause with an ANDed user_id in-filter
so it can only restrict the caller's existing visibility. An email that
matches no users returns zero keys instead of silently dropping the
filter. The Admin UI Virtual Keys filter drawer gains a User Email field
wired through useKeys
2026-07-25 09:50:12 -07:00
..
litellm-dashboard feat(proxy): filter /key/list by user email 2026-07-25 09:50:12 -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