mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
[PR #23318] 0.9.0 #27146
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/23318
Author: @tjbck
Created: 4/1/2026
Status: 🔄 Open
Base:
main← Head:dev📝 Commits (10+)
4632f20refac60e4d75refac3425826refac6d6dfbfrefac6fdd19bI18n: improve Chinese translation (#23347)9190d4brefac4578bf5refac366454erefac640dbb6refaca71d927chore: format📊 Changes
302 files changed (+30498 additions, -9570 deletions)
View changed files
📝
.github/pull_request_template.md(+6 -0)📝
LICENSE(+23 -5)📝
README.md(+0 -2)📝
backend/open_webui/config.py(+144 -9)📝
backend/open_webui/constants.py(+11 -0)📝
backend/open_webui/env.py(+115 -7)📝
backend/open_webui/functions.py(+20 -25)📝
backend/open_webui/internal/db.py(+137 -6)📝
backend/open_webui/main.py(+444 -255)📝
backend/open_webui/migrations/env.py(+1 -0)➕
backend/open_webui/migrations/versions/56359461a091_add_calendar_tables.py(+83 -0)➕
backend/open_webui/migrations/versions/a3dd5bedd151_add_tasks_and_summary_to_chat.py(+28 -0)➕
backend/open_webui/migrations/versions/b7c8d9e0f1a2_add_last_read_at_to_chat.py(+27 -0)➕
backend/open_webui/migrations/versions/c1d2e3f4a5b6_add_shared_chat_table.py(+164 -0)➕
backend/open_webui/migrations/versions/d4e5f6a7b8c9_add_automation_tables.py(+55 -0)➕
backend/open_webui/migrations/versions/e1f2a3b4c5d6_add_is_pinned_to_note.py(+23 -0)📝
backend/open_webui/models/access_grants.py(+101 -96)📝
backend/open_webui/models/auths.py(+42 -40)➕
backend/open_webui/models/automations.py(+421 -0)➕
backend/open_webui/models/calendar.py(+824 -0)...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.