quivr/backend/models
Mamadou DICKO a4a2d769b3
feat: allow setting public brain status to private (#1258)
* feat: refetch brains list on when new brain is added

* feat: update BrainConfig type

* feat: update useSettingsTab add usebrainFormState and useSettings tab

* feat: add <PrivateAccessConfirmationModal/> modal

* feat: update translations

* feat: handle brain status change to private

* feat: validate chat access

* test: fix failaing tests and remove deprecated
2023-09-26 10:35:52 +02:00
..
databases feat: allow setting public brain status to private (#1258) 2023-09-26 10:35:52 +02:00
__init__.py Fix/requests limiting (#980) 2023-08-21 14:05:13 +02:00
brain_entity.py feat: activate public brain subscription (#1241) 2023-09-22 11:44:09 +02:00
brains_subscription_invitations.py feat(shareBrain): prevent re inviting users with access (#1063) 2023-08-30 15:55:06 +02:00
brains.py feat: allow user to unsubscribe from a brain (#1254) 2023-09-25 14:22:59 +02:00
chat.py feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00
chats.py fix(usersettings): Fix bugs with user settings in the back always gpt-3.5-turbo (#1183) 2023-09-16 00:22:42 +02:00
files_in_storage.py feat: get files from storage (#1205) 2023-09-20 09:35:37 +02:00
files.py feat(file-system): added queue and filesystem (#1159) 2023-09-14 11:56:59 +02:00
knowledge.py feat: get files from storage (#1205) 2023-09-20 09:35:37 +02:00
notifications.py feat: add notifications table, and push notification on upload and crawl (#1125) 2023-09-07 13:22:06 +02:00
prompt.py feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00
settings.py feat: the good user management (#1158) 2023-09-13 13:47:12 +02:00
sqlalchemy_repository.py Fix/requests limiting (#980) 2023-08-21 14:05:13 +02:00
user_identity.py Fix/requests limiting (#980) 2023-08-21 14:05:13 +02:00
user_usage.py feat: the good user management (#1158) 2023-09-13 13:47:12 +02:00