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:
Target branch: Verify that the pull request targets the dev branch. Not targeting the dev branch will lead to immediate closure of the PR.
Description: Provide a concise description of the changes made in this pull request down below.
Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
Documentation: If necessary, update relevant documentation Open WebUI Docs like environment variables, the tutorials, or other documentation sources.
Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
Testing: Perform manual tests to verify the implemented fix/feature works as intended AND does not break any other functionality. Take this as an opportunity to make screenshots of the feature/fix and include it in the PR description.
Agentic AI Code: Confirm this Pull Request is not written by any AI Agent or has at least gone through additional human review AND manual testing. If any AI Agent is the co-author of this PR, it may lead to immediate closure of the PR.
Code review: Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards?
Title Prefix: To clearly categorize this pull request, prefix the pull request title using one of the following:
BREAKING CHANGE: Significant changes that may affect compatibility
build: Changes that affect the build system or external dependencies
ci: Changes to our continuous integration processes or workflows
chore: Refactor, cleanup, or other non-functional code changes
docs: Documentation update or addition
feat: Introduces a new feature or enhancement to the codebase
fix: Bug fix or error correction
i18n: Internationalization or localization changes
perf: Performance improvement
refactor: Code restructuring for better maintainability, readability, or scalability
style: Changes that do not affect the meaning of the code (white space, formatting, missing semi-colons, etc.)
test: Adding missing tests or correcting existing tests
WIP: Work in progress, a temporary label for incomplete or ongoing work
Changelog Entry
Description
[Concisely describe the changes made in this pull request, including any relevant motivation and impact (e.g., fixing a bug, adding a feature, or improving performance)]
Added
[List any new features, functionalities, or additions]
Changed
[List any changes, updates, refactorings, or optimizations]
Deprecated
[List any deprecated functionality or features that have been removed]
Removed
[List any removed features, files, or functionalities]
Fixed
[List any fixes, corrections, or bug fixes]
Security
[List any new or updated security-related changes, including vulnerability fixes]
Breaking Changes
BREAKING CHANGE: [List any breaking changes affecting compatibility or functionality]
Additional Information
[Insert any additional context, notes, or explanations for the changes]
[Reference any related issues, commits, or other relevant information]
Screenshots or Videos
[Attach any relevant screenshots or videos demonstrating the changes]
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.
Note
Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/20826
**Author:** [@Cody-SSC](https://github.com/Cody-SSC)
**Created:** 1/20/2026
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `CHAT-1405-Chat-button-element-missing-a-mouse-hover-element`
---
### 📝 Commits (10+)
- [`fde1acb`](https://github.com/open-webui/open-webui/commit/fde1acbe86bcaddb56ab28b8eb044f38f6576e08) feat: implement bulk chat deletion functionality and UI enhancements
- [`52cb38c`](https://github.com/open-webui/open-webui/commit/52cb38c27a5490e524360ba04243b98eaf7ca092) feat: enhance chat selection functionality with bulk actions and UI updates
- [`d49c45a`](https://github.com/open-webui/open-webui/commit/d49c45a0fa468bf85e11a96cbbbc93f9685702d7) feat: refactor bulk actions to Sidebar and update ChatItem component
- [`b62e4d2`](https://github.com/open-webui/open-webui/commit/b62e4d21a2ff05c3fb76d878e95fd6724d513a1b) fix(healthcheck): change healthcheck_with_db to synchronous for consistency
- [`617131f`](https://github.com/open-webui/open-webui/commit/617131f254fb6abe934389fb9384e6a5ecdc5398) fix(upload): run process_file asynchronously in thread pool executor
- [`bff5396`](https://github.com/open-webui/open-webui/commit/bff5396d7040f967516eec8786d65f8ef80a170a) fix(upload): make upload_file synchronous to prevent blocking during large file processing
- [`8c747d0`](https://github.com/open-webui/open-webui/commit/8c747d098d77f8487fe8839b803ba2541dde9dc7) fix(upload): format upload_file parameters for improved readability
- [`1cc91da`](https://github.com/open-webui/open-webui/commit/1cc91da2742118be9dec0bcfcd92d0302023c0f8) Merge branch 'dev' into kb-health-check-lockups
- [`e845f9e`](https://github.com/open-webui/open-webui/commit/e845f9edd22809262f58e3affffd058b8159ceea) feat(logging/access): reconfigure uvicorn.access logger to provide richer logs. (#253)
- [`9225078`](https://github.com/open-webui/open-webui/commit/9225078bc539d00b362bdeced3769c539651ebdd) fix(knowledge): update knowledge file handling for improved consistency
### 📊 Changes
**527 files changed** (+107725 additions, -71966 deletions)
<details>
<summary>View changed files</summary>
➕ `.bandit.yaml` (+3 -0)
📝 `.dockerignore` (+18 -1)
📝 `.env.example` (+93 -1)
📝 `.eslintrc.cjs` (+0 -1)
➕ `.github/CODEOWNERS` (+1 -0)
➖ `.github/FUNDING.yml` (+0 -1)
📝 `.github/ISSUE_TEMPLATE/bug_report.md` (+3 -3)
📝 `.github/ISSUE_TEMPLATE/feature_request.md` (+2 -2)
📝 `.github/dependabot.yml` (+8 -2)
➕ `.github/workflows/bandit-scan.yaml` (+114 -0)
➕ `.github/workflows/bearer-scan.yaml` (+129 -0)
📝 `.github/workflows/build-release.yml` (+2 -2)
➖ `.github/workflows/codespell.disabled` (+0 -25)
➖ `.github/workflows/deploy-to-hf-spaces.yml` (+0 -63)
📝 `.github/workflows/docker-build.yaml` (+32 -370)
📝 `.github/workflows/format-build-frontend.yaml` (+1 -0)
➖ `.github/workflows/integration-test.yml` (+0 -253)
➖ `.github/workflows/lint-backend.disabled` (+0 -27)
➖ `.github/workflows/lint-frontend.disabled` (+0 -21)
➖ `.github/workflows/release-pypi.yml` (+0 -32)
_...and 80 more files_
</details>
### 📄 Description
# Pull Request Checklist
### Note to first-time contributors: Please open a discussion post in [Discussions](https://github.com/open-webui/open-webui/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:**
- [x] **Target branch:** Verify that the pull request targets the `dev` branch. **Not targeting the `dev` branch will lead to immediate closure of the PR.**
- [ ] **Description:** Provide a concise description of the changes made in this pull request down below.
- [ ] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description.
- [ ] **Documentation:** If necessary, update relevant documentation [Open WebUI Docs](https://github.com/open-webui/docs) like environment variables, the tutorials, or other documentation sources.
- [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation?
- [ ] **Testing:** Perform manual tests to **verify the implemented fix/feature works as intended AND does not break any other functionality**. Take this as an opportunity to **make screenshots of the feature/fix and include it in the PR description**.
- [ ] **Agentic AI Code:** Confirm this Pull Request is **not written by any AI Agent** or has at least **gone through additional human review AND manual testing**. If any AI Agent is the co-author of this PR, it may lead to immediate closure of the PR.
- [ ] **Code review:** Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards?
- [ ] **Title Prefix:** To clearly categorize this pull request, prefix the pull request title using one of the following:
- **BREAKING CHANGE**: Significant changes that may affect compatibility
- **build**: Changes that affect the build system or external dependencies
- **ci**: Changes to our continuous integration processes or workflows
- **chore**: Refactor, cleanup, or other non-functional code changes
- **docs**: Documentation update or addition
- **feat**: Introduces a new feature or enhancement to the codebase
- **fix**: Bug fix or error correction
- **i18n**: Internationalization or localization changes
- **perf**: Performance improvement
- **refactor**: Code restructuring for better maintainability, readability, or scalability
- **style**: Changes that do not affect the meaning of the code (white space, formatting, missing semi-colons, etc.)
- **test**: Adding missing tests or correcting existing tests
- **WIP**: Work in progress, a temporary label for incomplete or ongoing work
# Changelog Entry
### Description
- [Concisely describe the changes made in this pull request, including any relevant motivation and impact (e.g., fixing a bug, adding a feature, or improving performance)]
### Added
- [List any new features, functionalities, or additions]
### Changed
- [List any changes, updates, refactorings, or optimizations]
### Deprecated
- [List any deprecated functionality or features that have been removed]
### Removed
- [List any removed features, files, or functionalities]
### Fixed
- [List any fixes, corrections, or bug fixes]
### Security
- [List any new or updated security-related changes, including vulnerability fixes]
### Breaking Changes
- **BREAKING CHANGE**: [List any breaking changes affecting compatibility or functionality]
---
### Additional Information
- [Insert any additional context, notes, or explanations for the changes]
- [Reference any related issues, commits, or other relevant information]
### Screenshots or Videos
- [Attach any relevant screenshots or videos demonstrating the changes]
### Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](https://github.com/open-webui/open-webui/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms.
> [!NOTE]
> Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/20826
Author: @Cody-SSC
Created: 1/20/2026
Status: ❌ Closed
Base:
dev← Head:CHAT-1405-Chat-button-element-missing-a-mouse-hover-element📝 Commits (10+)
fde1acbfeat: implement bulk chat deletion functionality and UI enhancements52cb38cfeat: enhance chat selection functionality with bulk actions and UI updatesd49c45afeat: refactor bulk actions to Sidebar and update ChatItem componentb62e4d2fix(healthcheck): change healthcheck_with_db to synchronous for consistency617131ffix(upload): run process_file asynchronously in thread pool executorbff5396fix(upload): make upload_file synchronous to prevent blocking during large file processing8c747d0fix(upload): format upload_file parameters for improved readability1cc91daMerge branch 'dev' into kb-health-check-lockupse845f9efeat(logging/access): reconfigure uvicorn.access logger to provide richer logs. (#253)9225078fix(knowledge): update knowledge file handling for improved consistency📊 Changes
527 files changed (+107725 additions, -71966 deletions)
View changed files
➕
.bandit.yaml(+3 -0)📝
.dockerignore(+18 -1)📝
.env.example(+93 -1)📝
.eslintrc.cjs(+0 -1)➕
.github/CODEOWNERS(+1 -0)➖
.github/FUNDING.yml(+0 -1)📝
.github/ISSUE_TEMPLATE/bug_report.md(+3 -3)📝
.github/ISSUE_TEMPLATE/feature_request.md(+2 -2)📝
.github/dependabot.yml(+8 -2)➕
.github/workflows/bandit-scan.yaml(+114 -0)➕
.github/workflows/bearer-scan.yaml(+129 -0)📝
.github/workflows/build-release.yml(+2 -2)➖
.github/workflows/codespell.disabled(+0 -25)➖
.github/workflows/deploy-to-hf-spaces.yml(+0 -63)📝
.github/workflows/docker-build.yaml(+32 -370)📝
.github/workflows/format-build-frontend.yaml(+1 -0)➖
.github/workflows/integration-test.yml(+0 -253)➖
.github/workflows/lint-backend.disabled(+0 -27)➖
.github/workflows/lint-frontend.disabled(+0 -21)➖
.github/workflows/release-pypi.yml(+0 -32)...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. Not targeting thedevbranch will lead to immediate closure of the PR.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.