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 feat: editable prompt suggestions integration 2024-01-22 21:53:13 -08:00
documents.py feat: doc tagging 2024-02-03 14:44:49 -08:00
modelfiles.py chore: 🚨 lint and format 2024-01-03 14:33:57 -08:00
prompts.py fix: allow command named create 2024-01-06 17:55:41 -08:00
users.py fix: update user email issue 2024-01-06 02:51:57 -08:00
utils.py feat: use local profile image by default 2024-01-26 21:38:33 -08:00