Original PR: https://github.com/open-webui/open-webui/pull/15014 Author: @tjbck Created: 6/16/2025 Status: ✅ Merged Merged: 6/16/2025 Merged by: @tjbck
Base: main ← Head: dev
main
dev
210dc74
1ca70b8
70333c4
5c156c8
af28529
9123c57
88c8ea8
4e61bdd
bebbc24
c70a037
153 files changed (+8212 additions, -3017 deletions)
📝 CHANGELOG.md (+36 -0) 📝 backend/open_webui/config.py (+57 -0) 📝 backend/open_webui/env.py (+1 -0) 📝 backend/open_webui/main.py (+50 -2) 📝 backend/open_webui/models/groups.py (+32 -2) 📝 backend/open_webui/retrieval/loaders/external_document.py (+38 -13) 📝 backend/open_webui/retrieval/loaders/main.py (+4 -4) 📝 backend/open_webui/routers/audio.py (+19 -6) 📝 backend/open_webui/routers/auths.py (+103 -9) 📝 backend/open_webui/routers/files.py (+12 -3) 📝 backend/open_webui/routers/notes.py (+4 -4) 📝 backend/open_webui/routers/ollama.py (+22 -11) 📝 backend/open_webui/routers/retrieval.py (+16 -8) 📝 backend/open_webui/routers/users.py (+36 -1) 📝 backend/open_webui/socket/main.py (+37 -51) 📝 backend/open_webui/static/apple-touch-icon.png (+0 -0) ➕ backend/open_webui/static/custom.css (+0 -0) 📝 backend/open_webui/utils/access_control.py (+1 -1) 📝 backend/open_webui/utils/auth.py (+3 -1) 📝 backend/open_webui/utils/middleware.py (+32 -14)
CHANGELOG.md
backend/open_webui/config.py
backend/open_webui/env.py
backend/open_webui/main.py
backend/open_webui/models/groups.py
backend/open_webui/retrieval/loaders/external_document.py
backend/open_webui/retrieval/loaders/main.py
backend/open_webui/routers/audio.py
backend/open_webui/routers/auths.py
backend/open_webui/routers/files.py
backend/open_webui/routers/notes.py
backend/open_webui/routers/ollama.py
backend/open_webui/routers/retrieval.py
backend/open_webui/routers/users.py
backend/open_webui/socket/main.py
backend/open_webui/static/apple-touch-icon.png
backend/open_webui/static/custom.css
backend/open_webui/utils/access_control.py
backend/open_webui/utils/auth.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/15014
Author: @tjbck
Created: 6/16/2025
Status: ✅ Merged
Merged: 6/16/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
210dc74feat: Add OpenTelemetry Metrics Support via OTLP Exporter1ca70b8Update fi-FI translation.json70333c4feat: Enable Code Interpreter via URL parameter5c156c8Update translation.jsonaf28529Feat: add ability to sort leaderboard9123c57refac88c8ea8Isolated fix to single section4e61bddMerge pull request #14858 from Kylapaallikko/devbebbc24Merge pull request #14860 from Classic298/patch-2c70a037refac📊 Changes
153 files changed (+8212 additions, -3017 deletions)
View changed files
📝
CHANGELOG.md(+36 -0)📝
backend/open_webui/config.py(+57 -0)📝
backend/open_webui/env.py(+1 -0)📝
backend/open_webui/main.py(+50 -2)📝
backend/open_webui/models/groups.py(+32 -2)📝
backend/open_webui/retrieval/loaders/external_document.py(+38 -13)📝
backend/open_webui/retrieval/loaders/main.py(+4 -4)📝
backend/open_webui/routers/audio.py(+19 -6)📝
backend/open_webui/routers/auths.py(+103 -9)📝
backend/open_webui/routers/files.py(+12 -3)📝
backend/open_webui/routers/notes.py(+4 -4)📝
backend/open_webui/routers/ollama.py(+22 -11)📝
backend/open_webui/routers/retrieval.py(+16 -8)📝
backend/open_webui/routers/users.py(+36 -1)📝
backend/open_webui/socket/main.py(+37 -51)📝
backend/open_webui/static/apple-touch-icon.png(+0 -0)➕
backend/open_webui/static/custom.css(+0 -0)📝
backend/open_webui/utils/access_control.py(+1 -1)📝
backend/open_webui/utils/auth.py(+3 -1)📝
backend/open_webui/utils/middleware.py(+32 -14)...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.