This website requires JavaScript.
Explore
Help
Sign In
OpenWebUI
/
open-webui
Watch
1
Star
0
Fork
0
You've already forked open-webui
mirror of
https://github.com/open-webui/open-webui
synced
2025-06-26 18:26:48 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f73a1fc4ea502b4e35f08b5032c1354f3b4eb179
open-webui
/
backend
/
apps
/
web
/
routers
History
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