mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #15014] [MERGED] 0.6.15 #23679
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/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.