Introduced a new setting which doesn't allow users to access encrypted rooms until E2EE is configured and also doesn't allow users to send un-encrypted messages in encrypted rooms.
New room setup for E2EE feature which helps users to setup their E2EE keys and introduced states to E2EE feature.
thrownewMeteor.Error('error-not-allowed','Not allowed to send un-encrypted messages in an encrypted room',{
method:'sendMessage',
});
}
}
metrics.messagesSent.inc();// TODO This line needs to be moved to it's proper place. See the comments on: https://github.com/RocketChat/Rocket.Chat/pull/5736
"__count__without__assignee__":"{{count}} without assignee",
"__roomName__was_added_to_favorites":"{{roomName}} was added to favorites",
"__roomName__was_removed_from_favorites":"{{roomName}} was removed from favorites",
"__roomName__is_encrypted":"{{roomName}} is encrypted",
"__roomName__encryption_keys_need_to_be_updated":"{{roomName}} encryption keys need to be updated to give you access. Another room member needs to be online for this to happen.",
"removed__username__as__role_":"removed {{username}} as {{role}}",
"set__username__as__role_":"set {{username}} as {{role}}",
"sequential_message":"sequential message",
@ -767,6 +769,7 @@
"Back_to_applications":"Back to applications",
"Back_to_calendar":"Back to calendar",
"Back_to_chat":"Back to chat",
"Back_to_home":"Back to home",
"Back_to_imports":"Back to imports",
"Back_to_integration_detail":"Back to the integration detail",
"Back_to_integrations":"Back to integrations",
@ -1003,6 +1006,7 @@
"Chat_Duration":"Chat Duration",
"Chats_removed":"Chats Removed",
"Check_All":"Check All",
"Check_back_later":"Check back later",
"Check_if_the_spelling_is_correct":"Check if the spelling is correct",
"Check_Progress":"Check Progress",
"Check_device_activity":"Check device activity",
@ -1774,6 +1778,8 @@
"Duplicated_Email_address_will_be_ignored":"Duplicated email address will be ignored.",
"Markdown_Marked_Tables":"Enable Marked Tables",
"duplicated-account":"Duplicated account",
"E2E_Allow_Unencrypted_Messages":"Unencrypted messages in encrypted rooms",
"E2E_Allow_Unencrypted_Messages_Description":"Allow plain text messages to be sent in encrypted rooms. These messages will not be encrypted.",
"E2E Encryption":"E2E Encryption",
"E2E_Encryption_enabled_for_room":"End-to-end encryption enabled for #{{roomName}}",
"E2E_Encryption_disabled_for_room":"End-to-end encryption disabled for #{{roomName}}",
@ -1942,7 +1948,8 @@
"End_suspicious_sessions":"End any suspicious sessions",
"End_call":"End call",
"End_conversation":"End conversation",
"End_To_End_Encryption_Set":"End-to-end encryption is set",
"End_To_End_Encryption_Enabled":"End-to-end encryption is enabled",
"End_To_End_Encryption_Not_Enabled":"End-to-end encryption is not enabled",
"Expand_view":"Expand view",
"Explore":"Explore",
"Explore_marketplace":"Explore Marketplace",
@ -1974,6 +1981,7 @@
"Enter_to":"Enter to",
"Enter_TOTP_password":"Enter TOTP password",
"Enter_your_E2E_password":"Enter your E2E password",
"Enter_your_E2E_password_to_access":"Enter your end-to-end encryption password to access",
"Enter_your_password_to_delete_your_account":"Enter your password to delete your account. This cannot be undone.",
"Enter_your_username_to_delete_your_account":"Enter your username to delete your account. This cannot be undone.",
"Premium_capabilities":"Premium capabilities",
@ -4672,10 +4680,12 @@
"Saturday":"Saturday",
"Save":"Save",
"Save_changes":"Save changes",
"Save_E2EE_password":"Save E2EE password",
"Save_Mobile_Bandwidth":"Save Mobile Bandwidth",
"Save_to_enable_this_action":"Save to enable this action",
"Save_To_Webdav":"Save to WebDAV",
"Save_your_encryption_password":"Save your encryption password",
"Save_your_encryption_password_to_access":"Save your end-to-end encryption password to access",
"save-all-canned-responses":"Save All Canned Responses",
"save-all-canned-responses_description":"Permission to save all canned responses",
"save-canned-responses":"Save Canned Responses",
@ -6017,6 +6027,7 @@
"Your_new_email_is_email":"Your new email address is <strong>[email]</strong>.",
"Your_E2EE_password_is":"Your E2EE password is:",
"Your_password_is_wrong":"Your password is wrong!",
"Your_E2EE_password_is_incorrect":"Your E2EE password is incorrect",
"Your_password_was_changed_by_an_admin":"Your password was changed by an admin.",
"Your_push_was_sent_to_s_devices":"Your push was sent to %s devices",
"Your_request_to_join__roomName__has_been_made_it_could_take_up_to_15_minutes_to_be_processed":"Your request to join {{roomName}} has been made, it could take up to 15 minutes to be processed. You'll be notified when it's ready to go.",