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 for validating 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 cleary categorize this pull request, prefix the pull request title, using one of the following:
🔄 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/7234
**Author:** [@morgan55555](https://github.com/morgan55555)
**Created:** 11/22/2024
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `dev`
---
### 📝 Commits (2)
- [`52fa697`](https://github.com/open-webui/open-webui/commit/52fa697f74a38fffa115bdb3d6a8d2df270bcbd5) Fix for validation error for UserModel profile_image_url
- [`8ff170f`](https://github.com/open-webui/open-webui/commit/8ff170f3ef112f064a466a2f227ebb578958c9c6) Merge branch 'dev' into dev
### 📊 Changes
**1 file changed** (+7 additions, -4 deletions)
<details>
<summary>View changed files</summary>
📝 `backend/open_webui/apps/webui/routers/auths.py` (+7 -4)
</details>
### 📄 Description
# Pull Request Checklist
- [x] **Target branch:** Please verify that the pull request targets the `dev` branch.
- [x] **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 for validating 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?
- [x] **Prefix:** To cleary categorize this pull request, prefix the pull request title, using one of the following:
- **fix**: Bug fix or error correction
# Changelog Entry
### Description
- Hotfix for new LDAP users. https://github.com/open-webui/open-webui/pull/7162#issuecomment-2493883709
### Fixed
- LDAP users creation should not generate validation error for profile image
---
### Additional Information
- https://github.com/open-webui/open-webui/pull/7162
---
<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/7234
Author: @morgan55555
Created: 11/22/2024
Status: ❌ Closed
Base:
dev← Head:dev📝 Commits (2)
52fa697Fix for validation error for UserModel profile_image_url8ff170fMerge branch 'dev' into dev📊 Changes
1 file changed (+7 additions, -4 deletions)
View changed files
📝
backend/open_webui/apps/webui/routers/auths.py(+7 -4)📄 Description
Pull Request Checklist
devbranch.Changelog Entry
Description
Fixed
Additional Information
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.