litellm/ui
ryan-crabbe-berri 45f3ac556b refactor(proxy): resolve /key/list user_email via raw id-only lookup
Replaces the take-1000 find_many with a raw SQL query that fetches only
user_id, escapes LIKE wildcards in the fragment, and returns the
complete match set so the key filter never silently drops visible keys.
Fragments matching more than 50k users get a 400 telling the caller to
narrow the search instead of building an IN clause that large
2026-07-25 17:31:30 -07:00
..
litellm-dashboard refactor(proxy): resolve /key/list user_email via raw id-only lookup 2026-07-25 17:31:30 -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