open-webui/backend/open_webui/routers
Athanasios Oikonomou c70fedb626 Properly handle ldap3.abstract.attribute.Attribute value
This commit fixes an issue created on commit 2e7a01f30a.

Ldap object is type <class 'ldap3.abstract.attribute.Attribute'>.
So we need to return the value and verify if it's null, string or list.

Fixes #12813
2025-04-13 18:00:42 +03:00
..
audio.py refac: audio 2025-04-12 18:40:09 -07:00
auths.py Properly handle ldap3.abstract.attribute.Attribute value 2025-04-13 18:00:42 +03:00
channels.py
chats.py refac 2025-04-12 18:11:22 -07:00
configs.py refac 2025-04-05 04:12:57 -06:00
evaluations.py refac: rm profile image from feedback user object 2025-03-30 21:23:42 -07:00
files.py Add content param to /search route 2025-04-08 01:00:06 -04:00
folders.py fix: admin folder deletion issue 2025-04-02 17:55:24 -07:00
functions.py
groups.py
images.py
knowledge.py chore: format 2025-04-12 16:35:11 -07:00
memories.py refac 2025-04-12 15:10:43 -07:00
models.py
ollama.py make content parameter optional in OpenAI chat completion API endpoint 2025-04-04 13:30:51 +02:00
openai.py enh: connection tags 2025-03-11 20:37:30 +00:00
pipelines.py Fix error message propagate from pipelines 2025-03-20 22:20:27 +07:00
prompts.py
retrieval.py fix 2025-04-12 23:00:34 -07:00
tasks.py refac: use selected model for merge response 2025-04-02 19:33:20 -07:00
tools.py refac: rename hard to understand cryptic function names 2025-04-10 19:41:17 -07:00
users.py feat: multiple models chat user permissions 2025-04-12 17:37:30 -07:00
utils.py