mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 08:34:32 -05:00
[PR #24482] [MERGED] 0.9.3 #131339
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/24482
Author: @tjbck
Created: 5/9/2026
Status: ✅ Merged
Merged: 5/9/2026
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
5bc80b1refac86df8bfrefaccde21b9refac4e6a7baMerge pull request #24356 from Classic298/patch-1989d5fdrefaca32d26erefac4fe2de7refac5c3edc2refac4754ecerefac1f977d0chore: Update SECURITY.md (#24363)📊 Changes
169 files changed (+9981 additions, -3337 deletions)
View changed files
📝
CHANGELOG.md(+98 -0)📝
backend/open_webui/__init__.py(+7 -0)📝
backend/open_webui/config.py(+62 -5)📝
backend/open_webui/env.py(+23 -11)📝
backend/open_webui/functions.py(+1 -1)📝
backend/open_webui/internal/db.py(+10 -0)📝
backend/open_webui/main.py(+187 -46)➕
backend/open_webui/migrations/versions/4de81c2a3af1_add_pinned_note_table.py(+80 -0)➕
backend/open_webui/migrations/versions/a0b1c2d3e4f5_add_memory_user_id_index.py(+22 -0)📝
backend/open_webui/models/calendar.py(+7 -5)📝
backend/open_webui/models/channels.py(+10 -1)📝
backend/open_webui/models/chat_messages.py(+94 -28)📝
backend/open_webui/models/chats.py(+20 -8)📝
backend/open_webui/models/knowledge.py(+14 -4)📝
backend/open_webui/models/memories.py(+1 -1)📝
backend/open_webui/models/notes.py(+39 -6)📝
backend/open_webui/models/prompts.py(+74 -21)➕
backend/open_webui/retrieval/web/brave_llm_context.py(+66 -0)📝
backend/open_webui/retrieval/web/duckduckgo.py(+12 -3)📝
backend/open_webui/retrieval/web/searxng.py(+1 -1)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.