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
main
dev
5051bfe
9e7ec0e
fa1590d
093af75
d98a60f
8d73194
8048d4a
3ff773c
ff6946c
7a59cc9
113 files changed (+2595 additions, -1386 deletions)
📝 .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)
.github/workflows/docker-build.yaml
CHANGELOG.md
Dockerfile
backend/open_webui/config.py
backend/open_webui/env.py
backend/open_webui/functions.py
backend/open_webui/main.py
backend/open_webui/models/groups.py
backend/open_webui/retrieval/loaders/datalab_marker.py
backend/open_webui/retrieval/loaders/main.py
backend/open_webui/retrieval/utils.py
backend/open_webui/retrieval/web/utils.py
backend/open_webui/routers/auths.py
backend/open_webui/routers/files.py
backend/open_webui/routers/ollama.py
backend/open_webui/routers/retrieval.py
backend/open_webui/routers/tasks.py
backend/open_webui/routers/users.py
backend/open_webui/socket/main.py
backend/open_webui/utils/middleware.py
...and 80 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.