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:
Target branch: Please verify that the pull request targets the dev branch.
Description: Provide a concise description of the changes made in this pull request.
Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
Documentation: Have you updated relevant documentation Open WebUI Docs, or other documentation sources?
Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
Testing: Have you written and run sufficient tests to validate the changes?
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?
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
Revise the project documentation in Git to align with TBS requirements, and to reflect the shift to CANChat as the primary branding.
Added
SECURITY.md
Changed
Readme, contributor covenant, and other markdown docs.
Deprecated
nil
Removed
nil
Fixed
nil
Security
nil
Breaking Changes
nil
Additional Information
Screenshots or Videos
Contributor License Agreement
🔄 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/15484
**Author:** [@handshape](https://github.com/handshape)
**Created:** 7/2/2025
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `CHAT-738`
---
### 📝 Commits (10+)
- [`26ced7e`](https://github.com/open-webui/open-webui/commit/26ced7ed4affe994d77ad3689e66daebd10e1546) Add functionality to retrive picture for microsoft oauth
- [`ebe779a`](https://github.com/open-webui/open-webui/commit/ebe779adf99a9f9a38344ac9648355a434d82bbe) Add functionality to retrive picture for microsoft oauth
- [`b4779ca`](https://github.com/open-webui/open-webui/commit/b4779ca23db88473b032eccf81396431a88a7215) Fixed: updated get_chat_list_by_user_id method to return all user chats (including those moved to the folders)
- [`33a5000`](https://github.com/open-webui/open-webui/commit/33a500032b0412b1eb7f258b32a0657a1d51cfe7) Milvus: add new config var, MILVUS_DB
- [`83e9dc3`](https://github.com/open-webui/open-webui/commit/83e9dc3e306418b899f16c8a689e599f5b514194) fix: fixess issue #7181
- [`953815d`](https://github.com/open-webui/open-webui/commit/953815dc34bd84f5cea7ec6248731c534cab019d) Split the storage providers into separate classes in preparation for other storage providers like GCS
- [`a599908`](https://github.com/open-webui/open-webui/commit/a59990854d0cd9d847defdf5336ac53b02b955d2) Set default storage provider to local
- [`1afc701`](https://github.com/open-webui/open-webui/commit/1afc7019af57084a12e5cef79ca222c354289df4) add function to retrieve the storage provider so it can be easily tested
- [`2251db7`](https://github.com/open-webui/open-webui/commit/2251db714c2f38f4a9ea57cc09c0b4e2e41c8f1f) Start testing files for provider
- [`0219f7b`](https://github.com/open-webui/open-webui/commit/0219f7bad4fac1d6eb8dcee4b7d755485945cb55) Add test classes for the providers
### 📊 Changes
**320 files changed** (+14617 additions, -58243 deletions)
<details>
<summary>View changed files</summary>
➖ `.github/FUNDING.yml` (+0 -1)
📝 `.github/ISSUE_TEMPLATE/bug_report.md` (+3 -3)
📝 `.github/ISSUE_TEMPLATE/feature_request.md` (+2 -2)
📝 `.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` (+3 -316)
➖ `.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)
📝 `.gitignore` (+3 -0)
📝 `CHANGELOG.md` (+292 -1)
📝 `CODE_OF_CONDUCT.md` (+80 -57)
📝 `Dockerfile` (+5 -1)
📝 `INSTALLATION.md` (+2 -2)
📝 `LICENSE` (+3 -2)
📝 `README.md` (+35 -35)
➕ `SECURITY.md` (+11 -0)
📝 `TROUBLESHOOTING.md` (+7 -7)
_...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) and describe your changes before submitting a pull request.
**Before submitting, make sure you've checked the following:**
- [x] **Target branch:** Please verify that the pull request targets the `dev` branch.
- [ ] **Description:** Provide a concise description of the changes made in this pull request.
- [x] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description.
- [x] **Documentation:** Have you updated relevant documentation [Open WebUI Docs](https://github.com/open-webui/docs), or other documentation sources?
- [x] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation?
- [x] **Testing:** Have you written and run sufficient tests to validate the changes?
- [x] **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?
- [ ] **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
- Revise the project documentation in Git to align with TBS requirements, and to reflect the shift to CANChat as the primary branding.
### Added
- SECURITY.md
### Changed
- Readme, contributor covenant, and other markdown docs.
### Deprecated
- nil
### Removed
- nil
### Fixed
- nil
### Security
- nil
### Breaking Changes
- nil
---
### Additional Information
### Screenshots or Videos
### Contributor License Agreement
---
<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/15484
Author: @handshape
Created: 7/2/2025
Status: ❌ Closed
Base:
dev← Head:CHAT-738📝 Commits (10+)
26ced7eAdd functionality to retrive picture for microsoft oauthebe779aAdd functionality to retrive picture for microsoft oauthb4779caFixed: updated get_chat_list_by_user_id method to return all user chats (including those moved to the folders)33a5000Milvus: add new config var, MILVUS_DB83e9dc3fix: fixess issue [PR #578] [MERGED] add missing OLLAMA_WEBUI_PORT override (#7181)953815dSplit the storage providers into separate classes in preparation for other storage providers like GCSa599908Set default storage provider to local1afc701add function to retrieve the storage provider so it can be easily tested2251db7Start testing files for provider0219f7bAdd test classes for the providers📊 Changes
320 files changed (+14617 additions, -58243 deletions)
View changed files
➖
.github/FUNDING.yml(+0 -1)📝
.github/ISSUE_TEMPLATE/bug_report.md(+3 -3)📝
.github/ISSUE_TEMPLATE/feature_request.md(+2 -2)📝
.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(+3 -316)➖
.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)📝
.gitignore(+3 -0)📝
CHANGELOG.md(+292 -1)📝
CODE_OF_CONDUCT.md(+80 -57)📝
Dockerfile(+5 -1)📝
INSTALLATION.md(+2 -2)📝
LICENSE(+3 -2)📝
README.md(+35 -35)➕
SECURITY.md(+11 -0)📝
TROUBLESHOOTING.md(+7 -7)...and 80 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
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.