mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #4917] [MERGED] 🤖 Limit the size and number of uploaded files #21584
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/4917
Author: @Yanyutin753
Created: 8/26/2024
Status: ✅ Merged
Merged: 8/27/2024
Merged by: @tjbck
Base:
dev← Head:upload_files_limit📝 Commits (10+)
b6da4ba💄 Limit the size and number of uploaded filesb01d72a💄Fix format7754785👀 Fix Common users cannot upload filesebca735💄Fix format29cbdbc💄Fix format6004096refac: do not change default behaviour09cba5brefac: rm sub standard code69c4687refacef28330refac: do NOT change default behaviour in a PR628310brefac📊 Changes
50 files changed (+474 additions, -57 deletions)
View changed files
📝
backend/apps/rag/main.py(+23 -0)📝
backend/config.py(+20 -0)📝
backend/main.py(+4 -0)📝
src/lib/components/admin/Settings.svelte(+4 -1)📝
src/lib/components/admin/Settings/Documents.svelte(+75 -8)📝
src/lib/components/chat/Chat.svelte(+10 -0)📝
src/lib/components/chat/MessageInput.svelte(+47 -48)📝
src/lib/components/workspace/Documents.svelte(+1 -0)📝
src/lib/i18n/locales/ar-BH/translation.json(+7 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+7 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+7 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+7 -0)📝
src/lib/i18n/locales/ceb-PH/translation.json(+7 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+7 -0)📝
src/lib/i18n/locales/dg-DG/translation.json(+7 -0)📝
src/lib/i18n/locales/en-GB/translation.json(+7 -0)📝
src/lib/i18n/locales/en-US/translation.json(+7 -0)📝
src/lib/i18n/locales/es-ES/translation.json(+7 -0)📝
src/lib/i18n/locales/fa-IR/translation.json(+7 -0)📝
src/lib/i18n/locales/fi-FI/translation.json(+7 -0)...and 30 more files
📄 Description
Pull Request Checklist
devbranch.Changelog Entry
Description
Limit the size and number of uploaded files #4327
Warning
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.