Original PR: https://github.com/open-webui/open-webui/pull/23318 Author: @tjbck Created: 4/1/2026 Status: 🔄 Open
Base: main ← Head: dev
main
dev
4632f20
60e4d75
3425826
6d6dfbf
6fdd19b
9190d4b
4578bf5
366454e
640dbb6
a71d927
302 files changed (+30498 additions, -9570 deletions)
📝 .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)
.github/pull_request_template.md
LICENSE
README.md
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/main.py
backend/open_webui/migrations/env.py
backend/open_webui/migrations/versions/56359461a091_add_calendar_tables.py
backend/open_webui/migrations/versions/a3dd5bedd151_add_tasks_and_summary_to_chat.py
backend/open_webui/migrations/versions/b7c8d9e0f1a2_add_last_read_at_to_chat.py
backend/open_webui/migrations/versions/c1d2e3f4a5b6_add_shared_chat_table.py
backend/open_webui/migrations/versions/d4e5f6a7b8c9_add_automation_tables.py
backend/open_webui/migrations/versions/e1f2a3b4c5d6_add_is_pinned_to_note.py
backend/open_webui/models/access_grants.py
backend/open_webui/models/auths.py
backend/open_webui/models/automations.py
backend/open_webui/models/calendar.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/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.