open-webui/backend/open_webui/routers
Ranjan Mohan 6c6be5de88 Fixed an issue with clearing application cookies during OAuth signout
Closes #8885.

During the OAuth signout flow, although the `token` and `oauth_id_token`
cookies were marked for deletion, a new RedirectResponse is created and
returned. This does not contain the header info from the he Response object
used to mark the cookies to be deleted. Hence the cookies remained.
Fixed this by re-using the headers from the other Response object.
2025-02-18 12:44:14 -05:00
..
audio.py chore: format 2025-02-09 22:20:47 -08:00
auths.py Fixed an issue with clearing application cookies during OAuth signout 2025-02-18 12:44:14 -05:00
channels.py refac 2025-02-16 00:11:18 -08:00
chats.py
configs.py enh: code execution settings 2025-02-17 16:25:50 -08:00
evaluations.py
files.py Move file metadata into the [meta][data] key 2025-02-08 19:35:27 +09:00
folders.py
functions.py
groups.py
images.py refac 2025-02-11 21:13:42 -08:00
knowledge.py chore: format 2025-02-05 00:07:45 -08:00
memories.py chore: format 2025-02-05 00:07:45 -08:00
models.py
ollama.py refac 2025-02-15 16:21:19 -08:00
openai.py fix : o1 should also be applied 2025-02-06 16:53:04 +09:00
pipelines.py refac: pipelines 2025-02-15 22:25:18 -08:00
prompts.py
retrieval.py fix: include_domain does NOT exist 2025-02-17 19:20:49 -08:00
tasks.py fix exception where openrouter doesn't populate - no longer index without fallback 2025-02-15 19:41:41 -05:00
tools.py
users.py fix: user settings save issue 2025-02-11 23:42:31 -08:00
utils.py enh: code execution settings 2025-02-17 16:25:50 -08:00