mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #23035] [MERGED] 0.8.11 #26985
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/23035
Author: @tjbck
Created: 3/25/2026
Status: ✅ Merged
Merged: 3/25/2026
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
83fad5erefac8970923refac86cce2cUpdate fi-FI translation.json (#22542)418bd05refac: refined shimmer effect (#22516)a407a7fUpdated pt-PT Translation (#22587)06657b8fix: handle non-dict history/messages in chat_message migration (#22588)f1c1004fix: ddgsa87f015i18n: Update Catalan translation.json (#22570)0a87c1erefacb312318refac: rm mariadb dep📊 Changes
429 files changed (+45909 additions, -35177 deletions)
View changed files
📝
.github/workflows/format-backend.yaml(+3 -6)➕
.pre-commit-config.yaml(+8 -0)📝
CHANGELOG.md(+146 -1)📝
Dockerfile(+11 -10)📝
backend/dev.sh(+1 -1)📝
backend/open_webui/__init__.py(+32 -39)📝
backend/open_webui/config.py(+1508 -1793)📝
backend/open_webui/constants.py(+61 -79)📝
backend/open_webui/env.py(+302 -424)📝
backend/open_webui/functions.py(+85 -95)📝
backend/open_webui/internal/db.py(+20 -30)📝
backend/open_webui/internal/migrations/001_initial_schema.py(+24 -24)📝
backend/open_webui/internal/migrations/002_add_local_sharing.py(+2 -4)📝
backend/open_webui/internal/migrations/003_add_auth_api_key.py(+2 -4)📝
backend/open_webui/internal/migrations/004_add_archived.py(+2 -2)📝
backend/open_webui/internal/migrations/005_add_updated_at.py(+16 -20)📝
backend/open_webui/internal/migrations/006_migrate_timestamps_and_charfields.py(+20 -20)📝
backend/open_webui/internal/migrations/007_add_user_last_active_at.py(+6 -6)📝
backend/open_webui/internal/migrations/008_add_memory.py(+2 -2)📝
backend/open_webui/internal/migrations/009_add_models.py(+2 -2)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.