mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[PR #8351] [MERGED] 0.5.5 #22207
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/8351
Author: @tjbck
Created: 1/5/2025
Status: ✅ Merged
Merged: 1/22/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
3321885add option to add database schema as env var6f1065bMerge branch 'dev' of github.com:open-webui/open-webui61303a2refac: styling15a182crefac: styling960683efix: torch mps not workinga0e63b0fix: searchapi engine not showing8117bf8Add admin check0c5bb6dMerge pull request #8371 from tarmst/fix-admins-added-to-groups-from-oauth-group-mgmt82ff6c3use ldap3.NONE for parameter get_info in ldap_auth function to accelerate login70a6a0dFix errors for RangeErrors, Fix for accessing undefined objects in Chat.svelte📊 Changes
196 files changed (+7457 additions, -4103 deletions)
View changed files
📝
.github/workflows/integration-test.disabled(+2 -0)📝
CHANGELOG.md(+25 -1)📝
backend/open_webui/__init__.py(+19 -0)📝
backend/open_webui/config.py(+173 -34)📝
backend/open_webui/constants.py(+1 -0)📝
backend/open_webui/env.py(+4 -0)📝
backend/open_webui/internal/db.py(+4 -2)📝
backend/open_webui/main.py(+9 -0)📝
backend/open_webui/models/chats.py(+1 -1)📝
backend/open_webui/models/groups.py(+21 -3)📝
backend/open_webui/models/users.py(+13 -1)📝
backend/open_webui/retrieval/utils.py(+14 -2)📝
backend/open_webui/retrieval/vector/dbs/chroma.py(+2 -2)📝
backend/open_webui/retrieval/vector/dbs/milvus.py(+2 -1)📝
backend/open_webui/retrieval/vector/dbs/pgvector.py(+24 -19)📝
backend/open_webui/retrieval/web/bing.py(+1 -1)📝
backend/open_webui/routers/auths.py(+16 -4)📝
backend/open_webui/routers/files.py(+2 -0)📝
backend/open_webui/routers/groups.py(+5 -0)📝
backend/open_webui/routers/images.py(+20 -3)...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.