mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
[PR #19573] [MERGED] refac/db: update user table #25250
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/19573
Author: @tjbck
Created: 11/28/2025
Status: ✅ Merged
Merged: 11/28/2025
Merged by: @tjbck
Base:
dev← Head:update-user-table📝 Commits (8)
369298arefac: user table db migration0a4358crefac: oauth_sub -> oauth migration742832arefacdcf50c4refac: api_key table migration8ef482arefac: user oauth displayc2634d4refac70948f8enh/refac: deprecate USER_POOL33b59adrefac📊 Changes
16 files changed (+476 additions, -140 deletions)
View changed files
📝
backend/open_webui/main.py(+4 -2)➕
backend/open_webui/migrations/versions/b10670c03dd5_update_user_table.py(+251 -0)📝
backend/open_webui/models/auths.py(+2 -2)📝
backend/open_webui/models/users.py(+155 -39)📝
backend/open_webui/routers/auths.py(+1 -2)📝
backend/open_webui/routers/channels.py(+3 -7)📝
backend/open_webui/routers/users.py(+3 -26)📝
backend/open_webui/socket/main.py(+16 -40)📝
backend/open_webui/utils/auth.py(+2 -5)📝
backend/open_webui/utils/middleware.py(+2 -3)📝
backend/open_webui/utils/oauth.py(+9 -6)📝
backend/open_webui/utils/telemetry/metrics.py(+1 -2)📝
src/lib/components/admin/Users/UserList/EditUserModal.svelte(+8 -3)📝
src/lib/components/channel/Messages/Message/UserStatus.svelte(+1 -1)📝
src/lib/components/layout/Sidebar/UserMenu.svelte(+2 -2)📝
src/routes/+layout.svelte(+16 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.