mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
[PR #4306] [CLOSED] 🤖 Limit the size and number of uploaded files #8244
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/4306
Author: @Yanyutin753
Created: 8/3/2024
Status: ❌ Closed
Base:
dev← Head:tem_files_limit📝 Commits (10+)
001c845💄 Limit the size and number of uploaded filesdd6856e💄 Limit the size and number of uploaded files81f4819💄 Limit the size and number of uploaded files4d23831💄 Limit the size and number of uploaded filesf1e190b💄 Limit the size and number of uploaded files030fefb💄Fix formate901ddf💄Fix format86a12c0👀 Fix Common users cannot upload filesf561c5b⭐ Feat paste upload files and make restrictionsb945443Merge branch 'dev' of https://github.com/open-webui/open-webui into tem_files_limit📊 Changes
47 files changed (+481 additions, -70 deletions)
View changed files
📝
backend/apps/rag/main.py(+25 -0)📝
backend/config.py(+12 -0)📝
src/lib/apis/rag/index.ts(+29 -0)📝
src/lib/components/admin/Settings/Documents.svelte(+37 -0)📝
src/lib/components/chat/MessageInput.svelte(+108 -61)📝
src/lib/components/workspace/Documents.svelte(+27 -8)📝
src/lib/i18n/locales/ar-BH/translation.json(+6 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+6 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+6 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+6 -0)📝
src/lib/i18n/locales/ceb-PH/translation.json(+6 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+6 -0)📝
src/lib/i18n/locales/dg-DG/translation.json(+6 -0)📝
src/lib/i18n/locales/en-GB/translation.json(+6 -0)📝
src/lib/i18n/locales/en-US/translation.json(+6 -0)📝
src/lib/i18n/locales/es-ES/translation.json(+6 -0)📝
src/lib/i18n/locales/fa-IR/translation.json(+6 -0)📝
src/lib/i18n/locales/fi-FI/translation.json(+6 -0)📝
src/lib/i18n/locales/fr-CA/translation.json(+6 -0)📝
src/lib/i18n/locales/fr-FR/translation.json(+6 -0)...and 27 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.