[PR #4322] [MERGED] 0.3.12 #8252

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/4322
Author: @tjbck
Created: 8/3/2024
Status: Merged
Merged: 8/7/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

  • 4919981 add: stores for pagination state
  • 519375b add: skip and limit use in query
  • d119616 add: use skip and limit in api call
  • 62dc486 add: add paginated scroll handler
  • 2c4bc7a refactor: uses of chats.set(...) support pagi sidebar
  • 06a6421 fix: bool eval order
  • f21e9db 💄 Support @Model display model pictures
  • 8f49429 Show only models that are not be hidden
  • 9d75072 i18n: Update catalan translation.json
  • 6657f28 Merge pull request #4309 from aleixdorca/dev

📊 Changes

86 files changed (+2457 additions, -1362 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.md (+24 -21)
📝 .github/workflows/integration-test.yml (+4 -4)
📝 CHANGELOG.md (+22 -0)
📝 backend/apps/openai/main.py (+72 -143)
📝 backend/apps/socket/main.py (+15 -12)
📝 backend/apps/webui/main.py (+2 -43)
📝 backend/apps/webui/models/chats.py (+5 -4)
📝 backend/apps/webui/routers/chats.py (+16 -5)
📝 backend/apps/webui/routers/tools.py (+13 -18)
📝 backend/config.py (+5 -1)
📝 backend/main.py (+12 -15)
📝 backend/requirements.txt (+5 -5)
📝 backend/utils/misc.py (+46 -2)
📝 backend/utils/task.py (+1 -2)
📝 backend/utils/utils.py (+3 -6)
📝 docs/SECURITY.md (+19 -3)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 pyproject.toml (+6 -6)
📝 requirements-dev.lock (+9 -8)

...and 66 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/4322 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 8/3/2024 **Status:** ✅ Merged **Merged:** 8/7/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`4919981`](https://github.com/open-webui/open-webui/commit/49199819db69837f31227cfef3674fbaf8abca72) add: stores for pagination state - [`519375b`](https://github.com/open-webui/open-webui/commit/519375b4c090d864395b6cacecc5c3b9bb3a0d93) add: skip and limit use in query - [`d119616`](https://github.com/open-webui/open-webui/commit/d11961626c56c30deb165f202e842d2ce283ccff) add: use skip and limit in api call - [`62dc486`](https://github.com/open-webui/open-webui/commit/62dc486c8577bef6d0c65fd3777b9425bd85a06d) add: add paginated scroll handler - [`2c4bc7a`](https://github.com/open-webui/open-webui/commit/2c4bc7a2b24ed1889621366186646dca6d41a78f) refactor: uses of `chats.set(...)` support pagi sidebar - [`06a6421`](https://github.com/open-webui/open-webui/commit/06a64219bc03d3fbf8f767d33c9f10ec8a18a65d) fix: bool eval order - [`f21e9db`](https://github.com/open-webui/open-webui/commit/f21e9dbd9aa1fb6122618090f52a70760b88383a) 💄 Support @Model display model pictures - [`8f49429`](https://github.com/open-webui/open-webui/commit/8f494292281f5547677fcdd51dad84e1f2e97542) ⭐ Show only models that are not be hidden - [`9d75072`](https://github.com/open-webui/open-webui/commit/9d7507236f66d5b1b376be40b759ab6500c2c57c) i18n: Update catalan translation.json - [`6657f28`](https://github.com/open-webui/open-webui/commit/6657f28694c3c854182867d670ca0b00169bd616) Merge pull request #4309 from aleixdorca/dev ### 📊 Changes **86 files changed** (+2457 additions, -1362 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.md` (+24 -21) 📝 `.github/workflows/integration-test.yml` (+4 -4) 📝 `CHANGELOG.md` (+22 -0) 📝 `backend/apps/openai/main.py` (+72 -143) 📝 `backend/apps/socket/main.py` (+15 -12) 📝 `backend/apps/webui/main.py` (+2 -43) 📝 `backend/apps/webui/models/chats.py` (+5 -4) 📝 `backend/apps/webui/routers/chats.py` (+16 -5) 📝 `backend/apps/webui/routers/tools.py` (+13 -18) 📝 `backend/config.py` (+5 -1) 📝 `backend/main.py` (+12 -15) 📝 `backend/requirements.txt` (+5 -5) 📝 `backend/utils/misc.py` (+46 -2) 📝 `backend/utils/task.py` (+1 -2) 📝 `backend/utils/utils.py` (+3 -6) 📝 `docs/SECURITY.md` (+19 -3) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `pyproject.toml` (+6 -6) 📝 `requirements-dev.lock` (+9 -8) _...and 66 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:57 -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#8252