open-webui/backend/open_webui/retrieval
Athanasios Oikonomou 96758176cc fix: don't over quote forwarded headers
Fix introduced on #15035 is over quoting headers.

Eg mails instead of user@example.com shown as user%40example.com
Eg names instead of First Last shown as First%20Last

Also we are spending some time quoting ids and roles without required.

Keep quote only on user name, initially had problem based on the discussion
https://github.com/open-webui/open-webui/discussions/14391

Also add space in safe characters, in order remove %20 from names.
2025-07-10 22:08:28 +03:00
..
loaders fixed issue where text/html files being detected as text when loaded 2025-07-06 20:10:26 +03:00
models refac: reranker 2025-05-23 01:29:48 +04:00
vector chore: Raise if QDRANT_URI is not set 2025-07-04 13:17:46 +05:30
web refac 2025-07-07 15:56:05 +04:00
utils.py fix: don't over quote forwarded headers 2025-07-10 22:08:28 +03:00