[PR #726] [MERGED] feat: admin settings #20435

Closed
opened 2026-04-20 02:57:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/726
Author: @tjbck
Created: 2/14/2024
Status: Merged
Merged: 2/14/2024
Merged by: @tjbck

Base: mainHead: disable-chat-delete


📝 Commits (3)

📊 Changes

13 files changed (+528 additions, -53 deletions)

View changed files

📝 backend/apps/web/main.py (+12 -1)
📝 backend/apps/web/routers/auths.py (+40 -4)
📝 backend/apps/web/routers/chats.py (+11 -1)
📝 backend/apps/web/routers/users.py (+19 -1)
📝 backend/config.py (+4 -1)
📝 src/lib/apis/auths/index.ts (+57 -0)
📝 src/lib/apis/chats/index.ts (+1 -1)
📝 src/lib/apis/users/index.ts (+57 -0)
src/lib/components/admin/Settings/General.svelte (+108 -0)
src/lib/components/admin/Settings/Users.svelte (+82 -0)
src/lib/components/admin/SettingsModal.svelte (+107 -0)
📝 src/lib/components/layout/Sidebar.svelte (+11 -3)
📝 src/routes/(app)/admin/+page.svelte (+19 -41)

📄 Description

Resolves #681


🔄 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/726 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 2/14/2024 **Status:** ✅ Merged **Merged:** 2/14/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `disable-chat-delete` --- ### 📝 Commits (3) - [`511e939`](https://github.com/open-webui/open-webui/commit/511e939b5dbdf1d9fb1df02f2430b094b99ba0e8) feat: admin settings - [`43b05fa`](https://github.com/open-webui/open-webui/commit/43b05fa7dd20547f319a0cc4a58f72f2d696c9d6) chore: version update - [`e343d4d`](https://github.com/open-webui/open-webui/commit/e343d4d0a3693075a381142a8a2bb62e01dd08eb) fix: typo ### 📊 Changes **13 files changed** (+528 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `backend/apps/web/main.py` (+12 -1) 📝 `backend/apps/web/routers/auths.py` (+40 -4) 📝 `backend/apps/web/routers/chats.py` (+11 -1) 📝 `backend/apps/web/routers/users.py` (+19 -1) 📝 `backend/config.py` (+4 -1) 📝 `src/lib/apis/auths/index.ts` (+57 -0) 📝 `src/lib/apis/chats/index.ts` (+1 -1) 📝 `src/lib/apis/users/index.ts` (+57 -0) ➕ `src/lib/components/admin/Settings/General.svelte` (+108 -0) ➕ `src/lib/components/admin/Settings/Users.svelte` (+82 -0) ➕ `src/lib/components/admin/SettingsModal.svelte` (+107 -0) 📝 `src/lib/components/layout/Sidebar.svelte` (+11 -3) 📝 `src/routes/(app)/admin/+page.svelte` (+19 -41) </details> ### 📄 Description Resolves #681 --- <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-20 02:57:50 -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#20435