[PR #10453] [CLOSED] merge #45587

Closed
opened 2026-04-29 20:01:00 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/10453
Author: @jwmarb
Created: 2/20/2025
Status: Closed

Base: mainHead: main


📝 Commits (10+)

  • fb3269f todo: webauth implementation
  • fc49b53 todo
  • 3b1ea03 Merge branch 'open-webui:main' into main
  • 7309276 feat: webauth implementation
  • 15b1c95 fix: webauth redirecting to nowhere
  • 14e5be1 feat: docker
  • ce75627 Merge branch 'open-webui:main' into main
  • a2b3bf1 fix: routes on local host
  • 6adf8f3 refactor: remove stuff Capture and Call features
  • 304fdb1 todo: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/10453 **Author:** [@jwmarb](https://github.com/jwmarb) **Created:** 2/20/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`fb3269f`](https://github.com/open-webui/open-webui/commit/fb3269fcadbe0d769df7359315034952e1faae8a) todo: webauth implementation - [`fc49b53`](https://github.com/open-webui/open-webui/commit/fc49b53ebf7e47794db134f116180c86d1ea86aa) todo - [`3b1ea03`](https://github.com/open-webui/open-webui/commit/3b1ea03ef6d285ac6e7bccfa7eace802a362864b) Merge branch 'open-webui:main' into main - [`7309276`](https://github.com/open-webui/open-webui/commit/73092762eadc48517db5f58f9207de146a570196) feat: webauth implementation - [`15b1c95`](https://github.com/open-webui/open-webui/commit/15b1c95e84d3d509416685d64e9af35b4d6714eb) fix: webauth redirecting to nowhere - [`14e5be1`](https://github.com/open-webui/open-webui/commit/14e5be15f2ce89d718124a63e4cbccdbeadcccc7) feat: docker - [`ce75627`](https://github.com/open-webui/open-webui/commit/ce7562795c2c568d33d9c3922da27c6def25ff12) Merge branch 'open-webui:main' into main - [`a2b3bf1`](https://github.com/open-webui/open-webui/commit/a2b3bf1e643f4564a2a8c8b0a4a66ed984c8af60) fix: routes on local host - [`6adf8f3`](https://github.com/open-webui/open-webui/commit/6adf8f3758c0282f80711990e7a2fa0eb7732367) refactor: remove stuff `Capture` and `Call` features - [`304fdb1`](https://github.com/open-webui/open-webui/commit/304fdb1aa799a7ec385ac9513498c193637f9586) todo: branding change ### 📊 Changes **17 files changed** (+152 additions, -553 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-29 20:01:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#45587