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
main
dev
3802ab9
a05966a
d666851
932f759
cf72f55
24f78fe
9567416
bbe6564
bf3a140
2185fc6
270 files changed (+8702 additions, -4543 deletions)
📝 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)
CHANGELOG.md
backend/dev.sh
backend/open_webui/config.py
backend/open_webui/functions.py
backend/open_webui/main.py
backend/open_webui/models/chats.py
backend/open_webui/models/functions.py
backend/open_webui/models/messages.py
backend/open_webui/models/notes.py
backend/open_webui/models/users.py
backend/open_webui/retrieval/utils.py
backend/open_webui/routers/audio.py
backend/open_webui/routers/channels.py
backend/open_webui/routers/chats.py
backend/open_webui/routers/files.py
backend/open_webui/routers/functions.py
backend/open_webui/routers/models.py
backend/open_webui/routers/notes.py
backend/open_webui/routers/openai.py
backend/open_webui/routers/retrieval.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/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.