mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #15448] [MERGED] 0.6.16 #46883
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/15448
Author: @tjbck
Created: 7/1/2025
Status: ✅ Merged
Merged: 7/14/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
74167f4Merge pull request #15490 from sihyeonn/chore/sh-printbdbc8f0Merge pull request #15501 from Green-PT/fix-oauth-signout-redirected6bbddMerge pull request #15483 from headwAI-GmbH/support-deactivate-update-checke98dc0aMerge pull request #14957 from Classic298/fix-postgresql-null-value-search8661c44feat: configurable db urld2485bbrefac75096c2reface28bc37enh: AUDIT_UVICORN_LOGGER_NAMES1b237c7enh: submit searchParam600344fMerge pull request #15510 from kopero2000/bug/oauth_logout_fix📊 Changes
311 files changed (+16954 additions, -7362 deletions)
View changed files
📝
CHANGELOG.md(+59 -0)📝
backend/open_webui/config.py(+99 -11)📝
backend/open_webui/env.py(+75 -6)📝
backend/open_webui/internal/db.py(+19 -13)📝
backend/open_webui/main.py(+77 -17)➕
backend/open_webui/migrations/versions/d31026856c01_update_folder_table_data.py(+23 -0)📝
backend/open_webui/models/chats.py(+43 -32)📝
backend/open_webui/models/folders.py(+20 -5)📝
backend/open_webui/models/notes.py(+22 -5)📝
backend/open_webui/retrieval/loaders/main.py(+7 -2)📝
backend/open_webui/retrieval/loaders/mistral.py(+1 -0)📝
backend/open_webui/retrieval/models/external.py(+16 -2)📝
backend/open_webui/retrieval/utils.py(+187 -121)📝
backend/open_webui/retrieval/vector/dbs/opensearch.py(+6 -3)📝
backend/open_webui/retrieval/vector/dbs/pgvector.py(+23 -4)📝
backend/open_webui/retrieval/vector/dbs/qdrant.py(+21 -1)📝
backend/open_webui/retrieval/vector/dbs/qdrant_multitenancy.py(+145 -507)📝
backend/open_webui/retrieval/web/brave.py(+3 -1)📝
backend/open_webui/retrieval/web/duckduckgo.py(+2 -2)📝
backend/open_webui/routers/audio.py(+29 -22)...and 80 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.