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
main
dev
83fad5e
8970923
86cce2c
418bd05
a407a7f
06657b8
f1c1004
a87f015
0a87c1e
b312318
429 files changed (+45909 additions, -35177 deletions)
📝 .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)
.github/workflows/format-backend.yaml
.pre-commit-config.yaml
CHANGELOG.md
Dockerfile
backend/dev.sh
backend/open_webui/__init__.py
backend/open_webui/config.py
backend/open_webui/constants.py
backend/open_webui/env.py
backend/open_webui/functions.py
backend/open_webui/internal/db.py
backend/open_webui/internal/migrations/001_initial_schema.py
backend/open_webui/internal/migrations/002_add_local_sharing.py
backend/open_webui/internal/migrations/003_add_auth_api_key.py
backend/open_webui/internal/migrations/004_add_archived.py
backend/open_webui/internal/migrations/005_add_updated_at.py
backend/open_webui/internal/migrations/006_migrate_timestamps_and_charfields.py
backend/open_webui/internal/migrations/007_add_user_last_active_at.py
backend/open_webui/internal/migrations/008_add_memory.py
backend/open_webui/internal/migrations/009_add_models.py
...and 80 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.