mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #23316] [CLOSED] Trau 303 #50193
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/23316
Author: @kbosnjak1211
Created: 4/1/2026
Status: ❌ Closed
Base:
main← Head:TRAU-303📝 Commits (10+)
657ae8dUpdate gitignore, resolve tip-tap dependencies conflictsce9b687Rebased Bump tiptap components to 3.0.7; bump node do 22.x or higher8d9d1f8Add rebase from main:16af2a8Removed git workflow to push to GCP using gh actions839b968Rebased Removed workflow to release to pypie68b057REBASEDc4941cbRebased Add markdownify for Confluence tool (#7)8ca6f42Add trigger deploy (#8)687cc62Add is user admin check to display update toast only to admins (#9)b4b43c0Add comments for Python 3.11 local setup📊 Changes
135 files changed (+9411 additions, -4459 deletions)
View changed files
📝
.dockerignore(+2 -0)➖
.github/workflows/release-pypi.yml(+0 -36)➕
.github/workflows/upstream-sync.yml(+65 -0)📝
.gitignore(+16 -24)➕
CONTRIBUTING.md(+109 -0)📝
Dockerfile(+8 -2)➕
KEEPER_CHANGELOG.md(+47 -0)📝
README.md(+27 -0)➕
TRIGGER-DEPLOY.md(+1 -0)➕
backend/open_webui/internal/migrations/019_add_providers_table.py(+152 -0)📝
backend/open_webui/langfuse/__init__.py(+0 -0)➕
backend/open_webui/langfuse/metrics.py(+166 -0)📝
backend/open_webui/main.py(+35 -19)📝
backend/open_webui/models/groups.py(+8 -1)➕
backend/open_webui/models/providers.py(+287 -0)📝
backend/open_webui/routers/auths.py(+100 -7)➕
backend/open_webui/routers/langfuse.py(+107 -0)📝
backend/open_webui/routers/models.py(+214 -12)➕
backend/open_webui/routers/providers.py(+136 -0)📝
backend/open_webui/routers/users.py(+26 -9)...and 80 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions to discuss your idea/fix with the community before creating a pull request, and describe your changes before submitting a pull request.
This is to ensure large feature PRs are discussed with the community first, before starting work on it. If the community does not want this feature or it is not relevant for Open WebUI as a project, it can be identified in the discussion before working on the feature and submitting the PR.
Before submitting, make sure you've checked the following:
devbranch. PRs targetingmainwill be immediately closed.devto ensure no unrelated commits (e.g. frommain) are included. Push updates to the existing PR branch instead of closing and reopening.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.