[PR #6460] [MERGED] 0.3.35 #8685

Closed
opened 2025-11-11 18:03:11 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/6460
Author: @tjbck
Created: 10/26/2024
Status: Merged
Merged: 10/26/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

  • 565ea92 Merge pull request #6434 from open-webui/main
  • f5c7483 i18n: update french translation fr-FR
  • c162e70 i18n: added hungarian translation hu-Hu
  • badbe4e fix: tools not working
  • f03629d fix: merged response should be used in messages payload
  • 032abba Merge pull request #6458 from duroakos/dev
  • 15cfdc6 refac: chat input file handling
  • dab2308 Merge pull request #6450 from superzazu/fr_fixes
  • 25a37ba chore: format
  • e36acd6 enh: empty file handling behaviour

📊 Changes

12 files changed (+1081 additions, -191 deletions)

View changed files

📝 CHANGELOG.md (+13 -0)
📝 backend/open_webui/apps/webui/models/files.py (+2 -0)
📝 backend/open_webui/apps/webui/routers/files.py (+7 -1)
📝 backend/open_webui/main.py (+9 -2)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 src/lib/components/chat/Chat.svelte (+3 -9)
📝 src/lib/components/chat/MessageInput.svelte (+17 -4)
📝 src/lib/components/chat/Messages/MultiResponseMessages.svelte (+19 -19)
📝 src/lib/i18n/locales/fr-FR/translation.json (+153 -153)
src/lib/i18n/locales/hu-HU/translation.json (+851 -0)
📝 src/lib/i18n/locales/languages.json (+4 -0)

📄 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/6460 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 10/26/2024 **Status:** ✅ Merged **Merged:** 10/26/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`565ea92`](https://github.com/open-webui/open-webui/commit/565ea9269367ad8203baff74501061486cb8a7c0) Merge pull request #6434 from open-webui/main - [`f5c7483`](https://github.com/open-webui/open-webui/commit/f5c74837b1162704a651984498eeba68528da5b5) i18n: update french translation fr-FR - [`c162e70`](https://github.com/open-webui/open-webui/commit/c162e7074ef523eb73e2c756f78c5f1dc8258525) i18n: added hungarian translation hu-Hu - [`badbe4e`](https://github.com/open-webui/open-webui/commit/badbe4ea06e335451b6bd948229365e5934cf6dd) fix: tools not working - [`f03629d`](https://github.com/open-webui/open-webui/commit/f03629de618e4d2a73a64bc99ef41eb1a05174bf) fix: merged response should be used in messages payload - [`032abba`](https://github.com/open-webui/open-webui/commit/032abba88e6b8b78506bb7406fd5576ba977b7d0) Merge pull request #6458 from duroakos/dev - [`15cfdc6`](https://github.com/open-webui/open-webui/commit/15cfdc69a85fc63f1d6c3f6449c7b07ac7fb44f6) refac: chat input file handling - [`dab2308`](https://github.com/open-webui/open-webui/commit/dab2308fe2a1716c89b111fbd2e24c82be7d6546) Merge pull request #6450 from superzazu/fr_fixes - [`25a37ba`](https://github.com/open-webui/open-webui/commit/25a37baeec4e4e859c4eb8afb5a323ab4038873c) chore: format - [`e36acd6`](https://github.com/open-webui/open-webui/commit/e36acd6217a7d6ed703f8873a022a85a1031a74a) enh: empty file handling behaviour ### 📊 Changes **12 files changed** (+1081 additions, -191 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+13 -0) 📝 `backend/open_webui/apps/webui/models/files.py` (+2 -0) 📝 `backend/open_webui/apps/webui/routers/files.py` (+7 -1) 📝 `backend/open_webui/main.py` (+9 -2) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `src/lib/components/chat/Chat.svelte` (+3 -9) 📝 `src/lib/components/chat/MessageInput.svelte` (+17 -4) 📝 `src/lib/components/chat/Messages/MultiResponseMessages.svelte` (+19 -19) 📝 `src/lib/i18n/locales/fr-FR/translation.json` (+153 -153) ➕ `src/lib/i18n/locales/hu-HU/translation.json` (+851 -0) 📝 `src/lib/i18n/locales/languages.json` (+4 -0) </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 2025-11-11 18:03:11 -06: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#8685