mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-03 07:24:59 -05:00
[PR #21910] [CLOSED] Feat/sharepoint auto select drive #113644
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/21910
Author: @coleleavitt
Created: 2/26/2026
Status: ❌ Closed
Base:
main← Head:feat/sharepoint-auto-select-drive📝 Commits (10+)
cd2f66bfeat(auth): Anthropic/Claude OAuth integrationf73dfdbfeat(sharepoint): Microsoft SharePoint/OneDrive integrationbae443efeat(spaces): real-time multi-user collaboration8c66663feat(ui): Sidebar redesign and UI improvements95154a9feat(admin): user management and access control095b602chore: misc customizations and shared infrastructure563201efeat(branding): add complete branding system with admin UI and themed login8248d3afix(branding): always apply accent CSS variables for tailwind classesd3680dbfeat(oauth): add multi-tenant Microsoft OAuth support via branding presets274889bfeat(branding): add per-preset logos, assets and OAuth UI sections📊 Changes
330 files changed (+50190 additions, -15972 deletions)
View changed files
📝
.gitignore(+4 -0)➕
.oxlintrc.json(+21 -0)➕
BRANDING_SYSTEM_ANALYSIS.md(+353 -0)📝
backend/open_webui/config.py(+228 -242)📝
backend/open_webui/env.py(+32 -82)📝
backend/open_webui/internal/wrappers.py(+7 -5)📝
backend/open_webui/main.py(+200 -135)➕
backend/open_webui/migrations/versions/c3d4e5f6a7b8_merge_heads_add_chat_version.py(+30 -0)➕
backend/open_webui/migrations/versions/d4e5f6a7b8c9_add_role_tables.py(+103 -0)➕
backend/open_webui/migrations/versions/e5f6a7b8c9d0_add_tenant_oauth_config.py(+188 -0)➕
backend/open_webui/migrations/versions/f6a7b8c9d0e1_add_group_oversight.py(+81 -0)➕
backend/open_webui/migrations/versions/f8d6a5e2b1c3_add_chat_user_view_table.py(+40 -0)➕
backend/open_webui/migrations/versions/g7h8i9j0k1l2_oversight_assignments.py(+142 -0)➕
backend/open_webui/migrations/versions/h8i9j0k1l2m3_add_message_limit_table.py(+67 -0)📝
backend/open_webui/models/auths.py(+5 -10)📝
backend/open_webui/models/chat_messages.py(+26 -0)➕
backend/open_webui/models/chat_user_views.py(+233 -0)📝
backend/open_webui/models/chats.py(+183 -136)📝
backend/open_webui/models/files.py(+32 -0)📝
backend/open_webui/models/groups.py(+114 -15)...and 80 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions to discuss your idea/fix with the community before creating a pull request, and describe your changes before submitting a pull request.
This is to ensure large feature PRs are discussed with the community first, before starting work on it. If the community does not want this feature or it is not relevant for Open WebUI as a project, it can be identified in the discussion before working on the feature and submitting the PR.
Before submitting, make sure you've checked the following:
devbranch. PRs targetingmainwill be immediately closed.devto ensure no unrelated commits (e.g. frommain) are included. Push updates to the existing PR branch instead of closing and reopening.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.