quivr/backend/repository/brain
Mamadou DICKO 1643b54b7b
feat: allow user to unsubscribe from a brain (#1254)
* feat: update translations

* feat: add <DeleteOrUnsubscribeConfirmationModal />

* test(DeleteOrUnsubscribeConfirmationModal): update tests

* feat: redirect to /brains-management on invalid brain id

* refactor: move delete_brain_user to delete_brain_users

* feat: add /POST '/brains/{brain_id}/subscribe'

* feat: handle public brain unsubscription
2023-09-25 14:22:59 +02:00
..
__init__.py feat(brain): add endpoint to return context to question (#1044) 2023-08-27 09:38:41 +02:00
create_brain_user.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
create_brain.py feat: add public brain page (#1230) 2023-09-21 09:35:53 +02:00
delete_brain_user.py feat: allow user to unsubscribe from a brain (#1254) 2023-09-25 14:22:59 +02:00
get_brain_by_id.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
get_brain_details.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
get_brain_for_user.py feat(shareBrain): prevent re inviting users with access (#1063) 2023-08-30 15:55:06 +02:00
get_brain_prompt_id.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
get_default_user_brain_or_create_new.py Fix/requests limiting (#980) 2023-08-21 14:05:13 +02:00
get_default_user_brain.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
get_public_brains.py feat: add public brain page (#1230) 2023-09-21 09:35:53 +02:00
get_question_context_from_brain.py feat(shareBrain): prevent re inviting users with access (#1063) 2023-08-30 15:55:06 +02:00
get_user_brains.py feat: display brain status on settings page (#1221) 2023-09-20 16:24:56 +02:00
set_as_default_brain_for_user.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
update_brain_last_update_time.py feat: activate public brain subscription (#1241) 2023-09-22 11:44:09 +02:00
update_brain.py feat: activate public brain subscription (#1241) 2023-09-22 11:44:09 +02:00
update_user_rights.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00