mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #16859] [MERGED] 0.6.26 #24260
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/16859
Author: @tjbck
Created: 8/23/2025
Status: ✅ Merged
Merged: 8/28/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
5051bfefeat(document retrieval): Authenticate Azure Document Intelligence using AzureDefaultCredential if API key is not provided9e7ec0efeat: add shift-to-delete to prompts workspacefa1590dUpdate fi-FI translation.json093af75FIX: Playwright Timeout (ms) interpreted as secondsd98a60fAdd files via upload8d73194Merge pull request #16848 from Kylapaallikko/dev8048d4aMerge pull request #16850 from rgaricano/dev-FIX_playwright_timeout3ff773cMerge pull request #16838 from silentoplayz/shift-to-delete-promptsff6946cUPD: i18n es-ES Translation v.0.6.257a59cc9Update translation.json📊 Changes
113 files changed (+2595 additions, -1386 deletions)
View changed files
📝
.github/workflows/docker-build.yaml(+158 -0)📝
CHANGELOG.md(+41 -0)📝
Dockerfile(+9 -2)📝
backend/open_webui/config.py(+22 -1)📝
backend/open_webui/env.py(+19 -0)📝
backend/open_webui/functions.py(+1 -1)📝
backend/open_webui/main.py(+5 -0)📝
backend/open_webui/models/groups.py(+17 -7)📝
backend/open_webui/retrieval/loaders/datalab_marker.py(+2 -2)📝
backend/open_webui/retrieval/loaders/main.py(+14 -7)📝
backend/open_webui/retrieval/utils.py(+4 -0)📝
backend/open_webui/retrieval/web/utils.py(+1 -1)📝
backend/open_webui/routers/auths.py(+5 -3)📝
backend/open_webui/routers/files.py(+12 -2)📝
backend/open_webui/routers/ollama.py(+7 -6)📝
backend/open_webui/routers/retrieval.py(+6 -2)📝
backend/open_webui/routers/tasks.py(+4 -0)📝
backend/open_webui/routers/users.py(+4 -0)📝
backend/open_webui/socket/main.py(+37 -1)📝
backend/open_webui/utils/middleware.py(+55 -31)...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.