open-webui/backend/apps/web/routers
Timothy J. Baek 7c2f297c84 feat: export all chats from db
admin only
2024-02-04 01:07:18 -08:00
..
auths.py Even though "User.email" is enforced as unique at signup, it is not a unique field in the database. Let's use "User.id" instead. This also makes it more difficult to do a session stealing attack. 2024-02-02 09:01:06 -06:00
chats.py feat: export all chats from db 2024-02-04 01:07:18 -08:00
configs.py
documents.py feat: doc tagging 2024-02-03 14:44:49 -08:00
modelfiles.py
prompts.py
users.py
utils.py feat: use local profile image by default 2024-01-26 21:38:33 -08:00