mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-17 12:31:06 -05:00
[PR #997] [MERGED] 0.1.108 #7349
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/997
Author: @tjbck
Created: 3/2/2024
Status: ✅ Merged
Merged: 3/3/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
b85c6effix: ol display issuea12b5ffFix enable signup env9caf6c2Merge pull request #998 from chamburr/patch-1a4c6a8dfix: sonner toast styling issue74809e7fix: user chat delete loophole6d85412refac: ollama.db renamed to webui.dbedb63c2feat: download db from admin settings63c0927feat: tooltipf948227fix: tooltip0bc3e0afeat: tooltip added to sidebar📊 Changes
28 files changed (+1184 additions, -193 deletions)
View changed files
📝
CHANGELOG.md(+20 -0)📝
backend/apps/ollama/main.py(+15 -8)📝
backend/apps/rag/main.py(+34 -14)📝
backend/apps/web/internal/db.py(+11 -1)📝
backend/apps/web/routers/chats.py(+11 -1)📝
backend/apps/web/routers/utils.py(+14 -1)📝
backend/config.py(+12 -1)📝
package.json(+1 -1)📝
src/app.css(+15 -0)📝
src/lib/apis/chats/index.ts(+1 -1)📝
src/lib/apis/ollama/index.ts(+36 -10)📝
src/lib/apis/rag/index.ts(+36 -4)📝
src/lib/apis/utils/index.ts(+32 -0)➕
src/lib/components/admin/Settings/Database.svelte(+63 -0)📝
src/lib/components/admin/SettingsModal.svelte(+35 -0)📝
src/lib/components/chat/MessageInput.svelte(+107 -94)📝
src/lib/components/chat/MessageInput/Models.svelte(+12 -8)📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+1 -1)📝
src/lib/components/chat/Settings/Chats.svelte(+3 -1)📝
src/lib/components/chat/Settings/Connections.svelte(+2 -2)...and 8 more files
📄 Description
Resolves #963 #993 #923
Introduces Playground feature
Resolves #987
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.