Original PR: https://github.com/open-webui/open-webui/pull/10453 Author: @jwmarb Created: 2/20/2025 Status: ❌ Closed
Base: main ← Head: main
main
fb3269f
fc49b53
3b1ea03
7309276
15b1c95
14e5be1
ce75627
a2b3bf1
6adf8f3
Capture
Call
304fdb1
17 files changed (+152 additions, -553 deletions)
📝 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)
Dockerfile
backend/open_webui/main.py
backend/open_webui/models/auths.py
backend/open_webui/routers/auths.py
backend/open_webui/static/favicon.png
backend/open_webui/static/logo.png
backend/open_webui/utils/auth.py
src/lib/apis/auths/index.ts
src/lib/components/chat/MessageInput.svelte
src/lib/components/chat/MessageInput/InputMenu.svelte
src/lib/constants.ts
src/routes/(app)/+layout.svelte
src/routes/+layout.svelte
src/routes/auth/+page.svelte
static/favicon.ico
static/favicon.png
static/static/favicon.png
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.