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: main ← Head: dev
main
dev
bb30a83
d4ccd25
6f3e7ed
c7cec21
1c7ff7b
909c94e
ea11521
1909112
24a3148
3cfb650
73 files changed (+675 additions, -195 deletions)
📝 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)
CHANGELOG.md
backend/open_webui/config.py
backend/open_webui/main.py
backend/open_webui/routers/audio.py
backend/open_webui/routers/auths.py
backend/open_webui/routers/pipelines.py
backend/open_webui/routers/retrieval.py
backend/open_webui/routers/users.py
backend/open_webui/socket/main.py
backend/open_webui/utils/auth.py
backend/open_webui/utils/middleware.py
backend/open_webui/utils/response.py
package-lock.json
package.json
src/lib/components/admin/Settings/General.svelte
src/lib/components/channel/Channel.svelte
src/lib/components/channel/MessageInput.svelte
src/lib/components/channel/Messages/Message.svelte
src/lib/components/channel/Messages/Message/ProfilePreview.svelte
src/lib/components/common/Dropdown.svelte
...and 53 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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:
main← Head:dev📝 Commits (10+)
bb30a83Update catalan translation.jsond4ccd25Update translation.json6f3e7eddebug: Add console logs for Google Drive Integration state changesc7cec21debug: Add detailed logging for Google Drive Integration state changes1c7ff7bfix: Initialize enableGoogleDriveIntegration with default value909c94eFix Google Drive integrationea11521Remove unnecessary logging1909112Remove logging24a3148formatting3cfb650Update .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.