mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #10453] [CLOSED] merge #61395
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/10453
Author: @jwmarb
Created: 2/20/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (10+)
fb3269ftodo: webauth implementationfc49b53todo3b1ea03Merge branch 'open-webui:main' into main7309276feat: webauth implementation15b1c95fix: webauth redirecting to nowhere14e5be1feat: dockerce75627Merge branch 'open-webui:main' into maina2b3bf1fix: routes on local host6adf8f3refactor: remove stuffCaptureandCallfeatures304fdb1todo: branding change📊 Changes
17 files changed (+152 additions, -553 deletions)
View changed files
📝
Dockerfile(+7 -2)📝
backend/open_webui/main.py(+2 -2)📝
backend/open_webui/models/auths.py(+26 -14)📝
backend/open_webui/routers/auths.py(+55 -78)📝
backend/open_webui/static/favicon.png(+0 -0)📝
backend/open_webui/static/logo.png(+0 -0)📝
backend/open_webui/utils/auth.py(+10 -0)📝
src/lib/apis/auths/index.ts(+4 -32)📝
src/lib/components/chat/MessageInput.svelte(+31 -31)📝
src/lib/components/chat/MessageInput/InputMenu.svelte(+2 -2)📝
src/lib/constants.ts(+1 -1)📝
src/routes/(app)/+layout.svelte(+2 -1)📝
src/routes/+layout.svelte(+3 -3)📝
src/routes/auth/+page.svelte(+9 -387)➕
static/favicon.ico(+0 -0)📝
static/favicon.png(+0 -0)📝
static/static/favicon.png(+0 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.