[PR #4273] [MERGED] 0.3.11 #8231

Closed
opened 2025-11-11 17:48:20 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/4273
Author: @tjbck
Created: 8/1/2024
Status: Merged
Merged: 8/2/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

  • 8b71ce2 refac: styling
  • 8ec3ed1 refac: file handling
  • 8dc73fd enh: remove /health logging
  • 133f223 feat: enter selects first model in list
  • 7e03624 fix: send tags to upload doc handler in modal dialog
  • 376b2d0 Merge pull request #3972 from jonathan-rohde/fix/missing-tags-add-doc-modal
  • 51bdb4c Merge pull request #3962 from thearyadev/feat/enter-to-select-model
  • c6eba8c enh: add e2e tests for document list
  • c3f90ba enh: add translation keys
  • b42d288 enh: add missing file

📊 Changes

100 files changed (+4217 additions, -1574 deletions)

View changed files

📝 CHANGELOG.md (+31 -0)
📝 Dockerfile (+1 -1)
📝 backend/apps/audio/main.py (+177 -48)
📝 backend/apps/images/main.py (+15 -0)
📝 backend/apps/images/utils/comfyui.py (+165 -8)
📝 backend/apps/ollama/main.py (+8 -2)
📝 backend/apps/openai/main.py (+8 -2)
📝 backend/apps/rag/main.py (+7 -0)
📝 backend/apps/socket/main.py (+2 -4)
📝 backend/apps/webui/main.py (+227 -280)
📝 backend/apps/webui/models/chats.py (+32 -0)
📝 backend/apps/webui/models/models.py (+2 -10)
📝 backend/apps/webui/routers/chats.py (+1 -1)
📝 backend/apps/webui/routers/utils.py (+15 -2)
📝 backend/config.py (+60 -0)
📝 backend/main.py (+100 -94)
📝 backend/requirements.txt (+7 -7)
📝 backend/utils/misc.py (+54 -32)
cypress/data/example-doc.txt (+9 -0)
cypress/e2e/documents.cy.ts (+46 -0)

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

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/4273 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 8/1/2024 **Status:** ✅ Merged **Merged:** 8/2/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`8b71ce2`](https://github.com/open-webui/open-webui/commit/8b71ce23bbb6329bd5e1f516b716b1880c01e6b0) refac: styling - [`8ec3ed1`](https://github.com/open-webui/open-webui/commit/8ec3ed1830c4ed6742f647582c14cf7001201930) refac: file handling - [`8dc73fd`](https://github.com/open-webui/open-webui/commit/8dc73fdbdbc070cfa7fd01034277296a10b938dc) enh: remove /health logging - [`133f223`](https://github.com/open-webui/open-webui/commit/133f223df6541716d4f1b86c1dd1c3a48b6829c5) feat: enter selects first model in list - [`7e03624`](https://github.com/open-webui/open-webui/commit/7e03624408098bda2113f7b4662a866c1f91fbb9) fix: send tags to upload doc handler in modal dialog - [`376b2d0`](https://github.com/open-webui/open-webui/commit/376b2d0297820854521ec83de0f1fcd8170a178a) Merge pull request #3972 from jonathan-rohde/fix/missing-tags-add-doc-modal - [`51bdb4c`](https://github.com/open-webui/open-webui/commit/51bdb4cbeaa96fbdc1fe4948ebc841d4c0555960) Merge pull request #3962 from thearyadev/feat/enter-to-select-model - [`c6eba8c`](https://github.com/open-webui/open-webui/commit/c6eba8c0a1bd47a77cb225482383bd079cdaa66a) enh: add e2e tests for document list - [`c3f90ba`](https://github.com/open-webui/open-webui/commit/c3f90ba3477b0a069337e4856495cc2b485d3252) enh: add translation keys - [`b42d288`](https://github.com/open-webui/open-webui/commit/b42d2886a260fb21e948771893d17141cc23237c) enh: add missing file ### 📊 Changes **100 files changed** (+4217 additions, -1574 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+31 -0) 📝 `Dockerfile` (+1 -1) 📝 `backend/apps/audio/main.py` (+177 -48) 📝 `backend/apps/images/main.py` (+15 -0) 📝 `backend/apps/images/utils/comfyui.py` (+165 -8) 📝 `backend/apps/ollama/main.py` (+8 -2) 📝 `backend/apps/openai/main.py` (+8 -2) 📝 `backend/apps/rag/main.py` (+7 -0) 📝 `backend/apps/socket/main.py` (+2 -4) 📝 `backend/apps/webui/main.py` (+227 -280) 📝 `backend/apps/webui/models/chats.py` (+32 -0) 📝 `backend/apps/webui/models/models.py` (+2 -10) 📝 `backend/apps/webui/routers/chats.py` (+1 -1) 📝 `backend/apps/webui/routers/utils.py` (+15 -2) 📝 `backend/config.py` (+60 -0) 📝 `backend/main.py` (+100 -94) 📝 `backend/requirements.txt` (+7 -7) 📝 `backend/utils/misc.py` (+54 -32) ➕ `cypress/data/example-doc.txt` (+9 -0) ➕ `cypress/e2e/documents.cy.ts` (+46 -0) _...and 80 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 2025-11-11 17:48:20 -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#8231