mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #10690] [MERGED] feat: OneDrive file picker integration #22580
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/10690
Author: @hurxxxx
Created: 2/24/2025
Status: ✅ Merged
Merged: 2/24/2025
Merged by: @tjbck
Base:
dev← Head:feat/onedrive-file-attach📝 Commits (4)
0335d47feat: add onedrive file picker4cc3102feat: onedrive file picker integrationb2422b3i18n: onedrive related23ff298Merge branch 'dev' into feat/onedrive-file-attach📊 Changes
58 files changed (+965 additions, -99 deletions)
View changed files
📝
backend/open_webui/config.py(+12 -0)📝
backend/open_webui/main.py(+8 -0)📝
backend/open_webui/routers/retrieval.py(+9 -0)📝
src/lib/apis/retrieval/index.ts(+1 -0)📝
src/lib/components/admin/Settings/Documents.svelte(+15 -0)📝
src/lib/components/chat/MessageInput.svelte(+16 -0)📝
src/lib/components/chat/MessageInput/InputMenu.svelte(+42 -0)📝
src/lib/i18n/locales/ar-BH/translation.json(+12 -2)📝
src/lib/i18n/locales/bg-BG/translation.json(+12 -2)📝
src/lib/i18n/locales/bn-BD/translation.json(+12 -2)📝
src/lib/i18n/locales/ca-ES/translation.json(+12 -2)📝
src/lib/i18n/locales/ceb-PH/translation.json(+12 -2)📝
src/lib/i18n/locales/cs-CZ/translation.json(+12 -2)📝
src/lib/i18n/locales/da-DK/translation.json(+12 -2)📝
src/lib/i18n/locales/de-DE/translation.json(+12 -2)📝
src/lib/i18n/locales/dg-DG/translation.json(+12 -2)📝
src/lib/i18n/locales/el-GR/translation.json(+12 -2)📝
src/lib/i18n/locales/en-GB/translation.json(+12 -2)📝
src/lib/i18n/locales/en-US/translation.json(+12 -2)📝
src/lib/i18n/locales/es-ES/translation.json(+12 -2)...and 38 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Additional Information
When registering an application in the Azure Portal, please note the following:
"signInAudience": "AzureADandPersonalMicrosoftAccount" and "accessTokenAcceptedVersion": 2.
Screenshots or Videos
onedrive.webm
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.