open-webui/backend/open_webui/routers
Timothy Jaeryang Baek ec62104211
Merge pull request #8978 from antpyykk-kone/feature/separate-auth-cookie-config
fix: Separate cookie configuration between session & auth cookies to prevent oauth flow from breaking
2025-01-27 10:32:13 -08:00
..
audio.py
auths.py feat: separate cookie settings between session & auth cookies 2025-01-23 16:16:50 +02:00
channels.py
chats.py
configs.py
evaluations.py
files.py
folders.py
functions.py
groups.py enh: validate user id before saving group 2025-01-20 23:09:55 -08:00
images.py
knowledge.py Adding more checks for write access. Adding accessRoles to Model & Knowledge creation 2025-01-27 18:11:52 +00:00
memories.py
models.py Adding more checks for write access. Adding accessRoles to Model & Knowledge creation 2025-01-27 18:11:52 +00:00
ollama.py refac 2025-01-23 12:06:25 -08:00
openai.py fix: model ids not being applied 2025-01-22 19:00:46 -08:00
pipelines.py
prompts.py Adding more checks for write access. Adding accessRoles to Model & Knowledge creation 2025-01-27 18:11:52 +00:00
retrieval.py
tasks.py
tools.py Adding more checks for write access. Adding accessRoles to Model & Knowledge creation 2025-01-27 18:11:52 +00:00
users.py
utils.py