mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 15:54:15 -05:00
[PR #8122] [MERGED] 0.5.2 #8958
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.