mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #1881] [MERGED] 0.1.123 #59681
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/1881
Author: @tjbck
Created: 4/30/2024
Status: ✅ Merged
Merged: 5/2/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
76660f3Improve translation5c887d0feat: doge translation9af6c53Merge pull request #1811 from open-webui/dogebfd33ecfeat: doge i18n placeholder6d90d13feat: doge i18n response message profile imagef935accMerge pull request #1813 from open-webui/doge3321a1b✨ expend the image format type after the file is downloadedf070e8bchore: format236ec28Update translation.json9130428Update translation.json📊 Changes
98 files changed (+5781 additions, -1591 deletions)
View changed files
📝
.env.example(+2 -1)➕
.github/dependabot.yml(+11 -0)📝
.github/workflows/format-build-frontend.yaml(+3 -0)📝
.github/workflows/integration-test.yml(+131 -0)📝
CHANGELOG.md(+26 -0)📝
Dockerfile(+7 -2)📝
backend/apps/images/main.py(+36 -21)📝
backend/apps/openai/main.py(+5 -2)📝
backend/apps/rag/main.py(+71 -9)📝
backend/apps/rag/utils.py(+23 -17)📝
backend/apps/web/models/auths.py(+4 -0)📝
backend/apps/web/models/users.py(+7 -0)📝
backend/apps/web/routers/auths.py(+49 -1)📝
backend/apps/web/routers/users.py(+1 -1)📝
backend/config.py(+18 -1)📝
backend/constants.py(+4 -0)📝
backend/data/config.json(+12 -0)📝
backend/dev.sh(+0 -0)📝
backend/main.py(+11 -6)📝
backend/requirements.txt(+62 -59)...and 78 more files
📄 Description
Resolves #1903 #1859 #1854 #1844 #1852 #463 #1886 #1837
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.