mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #15603] [CLOSED] Cust callback mob #46935
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/15603
Author: @prerna01-nagarro
Created: 7/9/2025
Status: ❌ Closed
Base:
main← Head:cust-callback-mob📝 Commits (10+)
a1fe3c9docs(sync): add internal guide for syncing with Open WebUI upstream76a05f0updated code for pipeline186acc5updated dockerfile4816e3fudpated dteails68655c0Merged PR 4: GPT-67 - Implement the UI changes7d5955dMerged PR 5: GPT-67 - Implement the UI changescbf7645Sidebar css and NavBar css added as per figmac6e717eFeat:[GPT-436] suggestion action items addeddb13b4bupdated code for pipeline1ac4d60updated dockerfile📊 Changes
87 files changed (+1890 additions, -1180 deletions)
View changed files
📝
Dockerfile(+5 -1)📝
README.md(+7 -0)➕
azure-pipeline.yml(+51 -0)📝
backend/open_webui/config.py(+10 -22)📝
backend/open_webui/main.py(+7 -0)📝
backend/open_webui/utils/oauth.py(+53 -28)➕
docs/upstream-sync.md(+60 -0)📝
src/app.css(+91 -0)📝
src/app.html(+60 -121)📝
src/lib/components/admin/Evaluations.svelte(+1 -1)📝
src/lib/components/admin/Settings.svelte(+3 -3)📝
src/lib/components/admin/Users.svelte(+1 -1)📝
src/lib/components/admin/Users/Groups/EditGroupModal.svelte(+1 -1)📝
src/lib/components/channel/Channel.svelte(+1 -1)📝
src/lib/components/channel/Navbar.svelte(+1 -1)📝
src/lib/components/chat/Chat.svelte(+3 -3)📝
src/lib/components/chat/ChatPlaceholder.svelte(+7 -73)📝
src/lib/components/chat/MessageInput.svelte(+98 -128)📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+1 -1)📝
src/lib/components/chat/Navbar.svelte(+31 -48)...and 67 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.