Original PR: https://github.com/open-webui/open-webui/pull/16434 Author: @tjbck Created: 8/10/2025 Status: ✅ Merged Merged: 8/10/2025 Merged by: @tjbck
Base: main ← Head: dev
main
dev
c4e0051
e2572dc
c8a02bf
25cc804
cd77858
d5ad0ae
0a261b7
f9d829c
c3ca241
c8966b9
68 files changed (+537 additions, -373 deletions)
📝 CHANGELOG.md (+14 -0) 📝 backend/open_webui/env.py (+8 -2) 📝 backend/open_webui/main.py (+1 -1) 📝 backend/open_webui/routers/users.py (+10 -0) 📝 backend/open_webui/utils/audit.py (+1 -1) 📝 package-lock.json (+2 -2) 📝 package.json (+1 -1) 📝 src/lib/apis/users/index.ts (+27 -0) 📝 src/lib/components/admin/Users/UserList/EditUserModal.svelte (+32 -1) 📝 src/lib/components/chat/ContentRenderer/FloatingButtons.svelte (+1 -1) 📝 src/lib/components/common/RichTextInput/FormattingButtons.svelte (+2 -2) ➕ src/lib/components/icons/ArrowRightTag.svelte (+20 -0) 📝 src/lib/i18n/locales/ar-BH/translation.json (+1 -0) 📝 src/lib/i18n/locales/ar/translation.json (+1 -0) 📝 src/lib/i18n/locales/bg-BG/translation.json (+1 -0) 📝 src/lib/i18n/locales/bn-BD/translation.json (+1 -0) 📝 src/lib/i18n/locales/bo-TB/translation.json (+1 -0) 📝 src/lib/i18n/locales/ca-ES/translation.json (+55 -54) 📝 src/lib/i18n/locales/ceb-PH/translation.json (+1 -0) 📝 src/lib/i18n/locales/cs-CZ/translation.json (+1 -0)
CHANGELOG.md
backend/open_webui/env.py
backend/open_webui/main.py
backend/open_webui/routers/users.py
backend/open_webui/utils/audit.py
package-lock.json
package.json
src/lib/apis/users/index.ts
src/lib/components/admin/Users/UserList/EditUserModal.svelte
src/lib/components/chat/ContentRenderer/FloatingButtons.svelte
src/lib/components/common/RichTextInput/FormattingButtons.svelte
src/lib/components/icons/ArrowRightTag.svelte
src/lib/i18n/locales/ar-BH/translation.json
src/lib/i18n/locales/ar/translation.json
src/lib/i18n/locales/bg-BG/translation.json
src/lib/i18n/locales/bn-BD/translation.json
src/lib/i18n/locales/bo-TB/translation.json
src/lib/i18n/locales/ca-ES/translation.json
src/lib/i18n/locales/ceb-PH/translation.json
src/lib/i18n/locales/cs-CZ/translation.json
...and 48 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/16434
Author: @tjbck
Created: 8/10/2025
Status: ✅ Merged
Merged: 8/10/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
c4e0051Fix audit get_current_usere2572dcUpdate catalan translation.jsonc8a02bfMerge pull request #16431 from aleixdorca/dev25cc804Merge pull request #16424 from CERIT-SC/audit-fixcd77858fix: undefined model_id issued5ad0aerefac0a261b7Update CHANGELOG.mdf9d829cUpdating Irish translationsc3ca241fix: quick actions inputc8966b9Update CHANGELOG.md📊 Changes
68 files changed (+537 additions, -373 deletions)
View changed files
📝
CHANGELOG.md(+14 -0)📝
backend/open_webui/env.py(+8 -2)📝
backend/open_webui/main.py(+1 -1)📝
backend/open_webui/routers/users.py(+10 -0)📝
backend/open_webui/utils/audit.py(+1 -1)📝
package-lock.json(+2 -2)📝
package.json(+1 -1)📝
src/lib/apis/users/index.ts(+27 -0)📝
src/lib/components/admin/Users/UserList/EditUserModal.svelte(+32 -1)📝
src/lib/components/chat/ContentRenderer/FloatingButtons.svelte(+1 -1)📝
src/lib/components/common/RichTextInput/FormattingButtons.svelte(+2 -2)➕
src/lib/components/icons/ArrowRightTag.svelte(+20 -0)📝
src/lib/i18n/locales/ar-BH/translation.json(+1 -0)📝
src/lib/i18n/locales/ar/translation.json(+1 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+1 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+1 -0)📝
src/lib/i18n/locales/bo-TB/translation.json(+1 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+55 -54)📝
src/lib/i18n/locales/ceb-PH/translation.json(+1 -0)📝
src/lib/i18n/locales/cs-CZ/translation.json(+1 -0)...and 48 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.