open-webui/backend/apps/web/routers
Timothy Jaeryang Baek 323ec3787e
Merge pull request #624 from explorigin/session-security
Improve Session Security
2024-02-03 17:41:31 -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 Remove some extraneous imports 2024-02-02 09:02:07 -06: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