mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-16 20:11:53 -05:00
[PR #14666] [CLOSED] Bugfix/fix migration scripts #10341
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/14666
Author: @philszalay
Created: 6/4/2025
Status: ❌ Closed
Base:
main← Head:bugfix/fix_migration_scripts📝 Commits (10+)
52b9ba2Fix bug with assistant editing for admind99e1beReplace name with first and last name183db1bUpdate first and last name on prompts18850f8Add login screen300c9baAdd mockup for reset password pages8722175Add four steps for company registrationfa5dd98Add icon for show passworddf2a777Add styles for progress bar company creation2a08e15Bugfix: Regular users unable to see/use own assistants8e9d6c1Bugfix: 500 Error on Shared Chat Message📊 Changes
369 files changed (+26482 additions, -5251 deletions)
View changed files
➖
.github/workflows/build-release.yml(+0 -72)➖
.github/workflows/codespell.disabled(+0 -25)➖
.github/workflows/deploy-to-hf-spaces.yml(+0 -63)➕
.github/workflows/docker-build-push.yml(+209 -0)➖
.github/workflows/docker-build.yaml(+0 -477)➖
.github/workflows/format-backend.yaml(+0 -39)➖
.github/workflows/format-build-frontend.yaml(+0 -57)➖
.github/workflows/integration-test.disabled(+0 -255)➖
.github/workflows/lint-backend.disabled(+0 -27)➖
.github/workflows/lint-frontend.disabled(+0 -21)➖
.github/workflows/release-pypi.yml(+0 -32)📝
Dockerfile(+4 -1)➕
backend/beyond_the_loop/dev.sh(+12 -0)📝
backend/beyond_the_loop/models/auths.py(+51 -9)➕
backend/beyond_the_loop/models/companies.py(+328 -0)➕
backend/beyond_the_loop/models/completions.py(+87 -0)📝
backend/beyond_the_loop/models/groups.py(+7 -11)➕
backend/beyond_the_loop/models/model_costs.py(+87 -0)📝
backend/beyond_the_loop/models/models.py(+116 -38)➕
backend/beyond_the_loop/models/prompts.py(+268 -0)...and 80 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.