mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 17:02:01 -05:00
[PR #15481] [CLOSED] fix custom resource loader admin account lookup #46896
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/15481
Author: @toscharfmoc
Created: 7/2/2025
Status: ❌ Closed
Base:
main← Head:feature/fix/custom_resource_loader📝 Commits (10+)
a347350c/feat(static): add avatars in static/avatars/40c2dcdcustom_resources: update to latest config038919ac/feat(static): update agents.jsone838de9custom_resources: update submodule pointer7b6caa5c/feat(+layout): hardcode change to de-DE languagee8d9b42c/chore(locales/ionos): update texts402acc0c/fix(custom_resource_loader): don't handle exceptions with print and exit(1)3112b88c/chore(custom_resource_loader): rewrite env variable checking7480605c/feat(custom_resources): update to latest configa0b7229c/feat(custom_resources): update to latest models config📊 Changes
245 files changed (+9360 additions, -2844 deletions)
View changed files
➕
.env.dev.example(+11 -0)➕
.github/workflows/ionos-dev-docker-build.yaml(+182 -0)📝
.gitignore(+1 -0)➕
.gitmodules(+3 -0)📝
Dockerfile(+1 -0)➕
backend/custom_resource_loader.py(+254 -0)➕
backend/custom_resources(+1 -0)📝
backend/dev.sh(+9 -0)📝
backend/open_webui/config.py(+23 -8)📝
backend/open_webui/env.py(+27 -3)📝
backend/open_webui/main.py(+21 -2)➕
backend/open_webui/middleware.py(+61 -0)📝
backend/open_webui/routers/auths.py(+10 -3)📝
backend/open_webui/routers/channels.py(+2 -4)📝
backend/open_webui/routers/chats.py(+31 -21)📝
backend/open_webui/routers/files.py(+26 -26)📝
backend/open_webui/routers/knowledge.py(+114 -127)📝
backend/open_webui/routers/users.py(+106 -5)➕
backend/open_webui/services/__init__.py(+0 -0)➕
backend/open_webui/services/ionos.py(+45 -0)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.