[PR #8122] [MERGED] 0.5.2 #8958

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

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (10+)

  • bb30a83 Update catalan translation.json
  • d4ccd25 Update translation.json
  • 6f3e7ed debug: Add console logs for Google Drive Integration state changes
  • c7cec21 debug: Add detailed logging for Google Drive Integration state changes
  • 1c7ff7b fix: Initialize enableGoogleDriveIntegration with default value
  • 909c94e Fix Google Drive integration
  • ea11521 Remove unnecessary logging
  • 1909112 Remove logging
  • 24a3148 formatting
  • 3cfb650 Update .gitignore

📊 Changes

73 files changed (+675 additions, -195 deletions)

View changed files

📝 CHANGELOG.md (+17 -0)
📝 backend/open_webui/config.py (+23 -11)
📝 backend/open_webui/main.py (+7 -0)
📝 backend/open_webui/routers/audio.py (+1 -1)
📝 backend/open_webui/routers/auths.py (+14 -0)
📝 backend/open_webui/routers/pipelines.py (+3 -7)
📝 backend/open_webui/routers/retrieval.py (+1 -1)
📝 backend/open_webui/routers/users.py (+11 -1)
📝 backend/open_webui/socket/main.py (+49 -15)
📝 backend/open_webui/utils/auth.py (+10 -5)
📝 backend/open_webui/utils/middleware.py (+5 -1)
📝 backend/open_webui/utils/response.py (+6 -19)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 src/lib/components/admin/Settings/General.svelte (+38 -2)
📝 src/lib/components/channel/Channel.svelte (+52 -2)
📝 src/lib/components/channel/MessageInput.svelte (+55 -33)
📝 src/lib/components/channel/Messages/Message.svelte (+8 -5)
src/lib/components/channel/Messages/Message/ProfilePreview.svelte (+85 -0)
📝 src/lib/components/common/Dropdown.svelte (+4 -2)

...and 53 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/8122 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 12/26/2024 **Status:** ✅ Merged **Merged:** 12/27/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`bb30a83`](https://github.com/open-webui/open-webui/commit/bb30a83520a9279f722f02b1b4647a85ac39085b) Update catalan translation.json - [`d4ccd25`](https://github.com/open-webui/open-webui/commit/d4ccd25760f5022a5216c86e10a11ae7b91aaa7a) Update translation.json - [`6f3e7ed`](https://github.com/open-webui/open-webui/commit/6f3e7ed0e9ee3d4fec521cf1646f28cc77e8460f) debug: Add console logs for Google Drive Integration state changes - [`c7cec21`](https://github.com/open-webui/open-webui/commit/c7cec2131cef2982cce354d7a80eee6bdbb71994) debug: Add detailed logging for Google Drive Integration state changes - [`1c7ff7b`](https://github.com/open-webui/open-webui/commit/1c7ff7b1dccdc48a191373fc3490aa2ef0b18b95) fix: Initialize enableGoogleDriveIntegration with default value - [`909c94e`](https://github.com/open-webui/open-webui/commit/909c94e983ff364431a8bd631e7b662cf100e8ac) Fix Google Drive integration - [`ea11521`](https://github.com/open-webui/open-webui/commit/ea115219610d5ff0c6a9a8e1c0d5bee1ff5bfe0b) Remove unnecessary logging - [`1909112`](https://github.com/open-webui/open-webui/commit/190911206b68f4f8bb76ed28a93d8395508a89c0) Remove logging - [`24a3148`](https://github.com/open-webui/open-webui/commit/24a314876bd7dd7ebbb0a42457a71cb3f1f43f5a) formatting - [`3cfb650`](https://github.com/open-webui/open-webui/commit/3cfb6507c5f0b8cc0107c4936d84d0f06af79c97) Update .gitignore ### 📊 Changes **73 files changed** (+675 additions, -195 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+17 -0) 📝 `backend/open_webui/config.py` (+23 -11) 📝 `backend/open_webui/main.py` (+7 -0) 📝 `backend/open_webui/routers/audio.py` (+1 -1) 📝 `backend/open_webui/routers/auths.py` (+14 -0) 📝 `backend/open_webui/routers/pipelines.py` (+3 -7) 📝 `backend/open_webui/routers/retrieval.py` (+1 -1) 📝 `backend/open_webui/routers/users.py` (+11 -1) 📝 `backend/open_webui/socket/main.py` (+49 -15) 📝 `backend/open_webui/utils/auth.py` (+10 -5) 📝 `backend/open_webui/utils/middleware.py` (+5 -1) 📝 `backend/open_webui/utils/response.py` (+6 -19) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `src/lib/components/admin/Settings/General.svelte` (+38 -2) 📝 `src/lib/components/channel/Channel.svelte` (+52 -2) 📝 `src/lib/components/channel/MessageInput.svelte` (+55 -33) 📝 `src/lib/components/channel/Messages/Message.svelte` (+8 -5) ➕ `src/lib/components/channel/Messages/Message/ProfilePreview.svelte` (+85 -0) 📝 `src/lib/components/common/Dropdown.svelte` (+4 -2) _...and 53 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 18:10:33 -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#8958