[PR #16434] [MERGED] 0.6.21 #62988

Closed
opened 2026-05-06 07:28:47 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: dev


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/16434 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 8/10/2025 **Status:** ✅ Merged **Merged:** 8/10/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`c4e0051`](https://github.com/open-webui/open-webui/commit/c4e0051ab2a1cd8f4fc3da98dd3eced137da4c4a) Fix audit get_current_user - [`e2572dc`](https://github.com/open-webui/open-webui/commit/e2572dca43b6fbe2aaad96b313a62de1ae1b2684) Update catalan translation.json - [`c8a02bf`](https://github.com/open-webui/open-webui/commit/c8a02bf8a870a4dd2d4df1026ce68bf8b0f23315) Merge pull request #16431 from aleixdorca/dev - [`25cc804`](https://github.com/open-webui/open-webui/commit/25cc8049c887ca7ce1da96c43e9946c18d0c56dc) Merge pull request #16424 from CERIT-SC/audit-fix - [`cd77858`](https://github.com/open-webui/open-webui/commit/cd778582d537174758a5962c2b136794341bb3f5) fix: undefined model_id issue - [`d5ad0ae`](https://github.com/open-webui/open-webui/commit/d5ad0ae8620416070b4270beb4913c8a578b873a) refac - [`0a261b7`](https://github.com/open-webui/open-webui/commit/0a261b740196a75bb978d17faca6c54137882e04) Update CHANGELOG.md - [`f9d829c`](https://github.com/open-webui/open-webui/commit/f9d829c1cd9f6be48b663c871f45bf5845ce51b5) Updating Irish translations - [`c3ca241`](https://github.com/open-webui/open-webui/commit/c3ca241e5706dc75cf53d1492da68c290969bb62) fix: quick actions input - [`c8966b9`](https://github.com/open-webui/open-webui/commit/c8966b92f1ea4dec5503d7f9fd21fb727921616f) Update CHANGELOG.md ### 📊 Changes **68 files changed** (+537 additions, -373 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-06 07:28:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#62988