mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
[PR #22072] [CLOSED] feat:add new function to create sub folder directly on the folder button of the sidebar #97500
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/22072
Author: @silenceroom
Created: 3/1/2026
Status: ❌ Closed
Base:
main← Head:feature/folders-parent-id📝 Commits (10+)
32c68e0i18n: improve zh-CN translationec4fe4fi18n: improve zh-TW translation22f074cfix: dictation toggle shortcuts i18n8962afdMerge pull request #21784 from ShirasawaSama/i18n/improve-chinese-translation6ab452aMerge pull request #21785 from EventHorizon-AI/fix/shortcuts-i18n140ab27fix: correct ENABLE_AUDIT_STDOUT stdout filter (#21777)3761b3arefacfebc66eenh: sbom docker gh action8f49725refacf4a1d99refac📊 Changes
128 files changed (+5712 additions, -1595 deletions)
View changed files
📝
.github/workflows/docker-build.yaml(+5 -0)📝
CHANGELOG.md(+46 -0)📝
CONTRIBUTOR_LICENSE_AGREEMENT(+3 -3)📝
backend/open_webui/config.py(+48 -7)📝
backend/open_webui/env.py(+13 -0)📝
backend/open_webui/main.py(+19 -2)📝
backend/open_webui/migrations/versions/8452d01d26d7_add_chat_message_table.py(+5 -0)📝
backend/open_webui/models/access_grants.py(+37 -0)📝
backend/open_webui/models/auths.py(+4 -1)📝
backend/open_webui/models/folders.py(+1 -0)📝
backend/open_webui/models/groups.py(+20 -1)📝
backend/open_webui/models/oauth_sessions.py(+6 -0)📝
backend/open_webui/routers/configs.py(+46 -0)📝
backend/open_webui/routers/folders.py(+3 -3)📝
backend/open_webui/routers/knowledge.py(+24 -43)📝
backend/open_webui/routers/models.py(+9 -20)📝
backend/open_webui/routers/notes.py(+17 -32)📝
backend/open_webui/routers/prompts.py(+9 -20)📝
backend/open_webui/routers/retrieval.py(+1 -0)📝
backend/open_webui/routers/skills.py(+8 -19)...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
Fixed
Breaking Changes
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.