mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #17420] [MERGED] 0.6.29 #24421
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/17420
Author: @tjbck
Created: 9/12/2025
Status: ✅ Merged
Merged: 9/17/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
3802ab9translate '*required' string in prompts modal + added german translationsa05966aMerge pull request #17340 from Ithanil/i18n_promptsd666851i18n: update kabyle translation932f759feat: add text truncation to ChatItem title displaycf72f55refac24f78feMerge pull request #17356 from ShirasawaSama/patch-199567416Merge pull request #17344 from BoFFire/patch-1bbe6564refacbf3a140UPD: i18n- Translation es-ES v0.6.282185fc6refac📊 Changes
270 files changed (+8702 additions, -4543 deletions)
View changed files
📝
CHANGELOG.md(+60 -0)📝
backend/dev.sh(+1 -1)📝
backend/open_webui/config.py(+59 -0)📝
backend/open_webui/functions.py(+68 -50)📝
backend/open_webui/main.py(+10 -41)📝
backend/open_webui/models/chats.py(+1 -1)📝
backend/open_webui/models/functions.py(+24 -0)📝
backend/open_webui/models/messages.py(+8 -2)📝
backend/open_webui/models/notes.py(+15 -4)📝
backend/open_webui/models/users.py(+11 -1)📝
backend/open_webui/retrieval/utils.py(+66 -25)📝
backend/open_webui/routers/audio.py(+1 -1)📝
backend/open_webui/routers/channels.py(+164 -15)📝
backend/open_webui/routers/chats.py(+1 -1)📝
backend/open_webui/routers/files.py(+0 -5)📝
backend/open_webui/routers/functions.py(+18 -0)📝
backend/open_webui/routers/models.py(+38 -2)📝
backend/open_webui/routers/notes.py(+10 -3)📝
backend/open_webui/routers/openai.py(+42 -8)📝
backend/open_webui/routers/retrieval.py(+22 -11)...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.