open-webui/backend/open_webui/utils
Tim Jaeryang Baek d6664369a1
Merge pull request #14886 from Constantinople-AI/fix-no-arg-mcp-call
Isolated fix to single section
2025-06-16 15:28:48 +04:00
..
images
telemetry feat: Add OpenTelemetry Metrics Support via OTLP Exporter 2025-06-10 10:52:10 -07:00
access_control.py Configure LDAP group synchronization with Open WebUI 2025-06-11 23:55:31 +09:00
audit.py enh: failed login attempts audit log 2025-04-23 00:06:44 +09:00
auth.py fix: trusted header email case sensitive issue 2025-06-12 12:22:15 +04:00
chat.py refac: reserved __user__ param format 2025-06-04 15:53:07 +04:00
code_interpreter.py chore: format 2025-05-10 19:00:01 +04:00
embeddings.py refac: embeddings endpoint 2025-06-05 00:37:31 +04:00
filter.py refac 2025-05-28 01:41:49 +04:00
logger.py
middleware.py Merge pull request #14886 from Constantinople-AI/fix-no-arg-mcp-call 2025-06-16 15:28:48 +04:00
misc.py refac 2025-06-10 13:16:44 +04:00
models.py chore: format 2025-05-29 02:36:33 +04:00
oauth.py fix: Trailing slash was never removed from request.base_url because it's not a string but rather a starlette.datastructures.URL 2025-06-12 12:29:08 -07:00
payload.py refac 2025-06-10 16:52:37 +04:00
pdf_generator.py
plugin.py refac 2025-05-28 01:42:42 +04:00
redis.py refac: async redis 2025-06-09 15:37:05 +04:00
response.py refac 2025-06-10 13:16:44 +04:00
security_headers.py
task.py feat: follow ups 2025-06-03 18:07:29 +04:00
tools.py fix(tools): not all arguments converted during string formatting 2025-06-11 21:36:36 +08:00
webhook.py