open-webui/backend/open_webui/utils
Kangyun Wang 564c0fed95 Fallback using email
- Use Email ass fallback for missing "name" field
- "email" because the email scope is required unlike the profile scope
2025-01-27 13:11:20 +01:00
..
images
access_control.py enh/refac: permissions 2025-01-15 23:01:43 -08:00
auth.py fix: API_KEY_ALLOWED_ENDPOINTS 2025-01-03 13:08:21 -08:00
chat.py fix: actions 2025-01-03 21:31:24 -08:00
middleware.py refac 2025-01-23 13:45:45 -08:00
misc.py
models.py refac 2024-12-21 09:59:12 -07:00
oauth.py Fallback using email 2025-01-27 13:11:20 +01:00
payload.py enh: reasoning_effort param support for openai 2025-01-22 12:07:04 -08:00
pdf_generator.py solves the lack of line breaks in chat download as pdf #8405 2025-01-08 16:49:53 +01:00
plugin.py
response.py fix: usage stats 2024-12-30 15:52:07 -08:00
security_headers.py chore: format 2024-11-30 23:36:30 -08:00
task.py enh: image prompt enhancer 2025-01-16 00:06:37 -08:00
tools.py
webhook.py