Skip to content
Snippets Groups Projects
Commit e15ba7eb authored by Guilherme Gazzo's avatar Guilherme Gazzo
Browse files

Merge remote-tracking branch 'origin/master' into develop

parents 974170d3 dfc7e0e8
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 116 deletions
---
'@rocket.chat/rest-typings': major
'@rocket.chat/meteor': major
---
Removes deprecated `livechat/inquiries.queued` endpoint. Moving forward use the `livechat/inquiries.queuedForUser` endpoint.
---
"@rocket.chat/meteor": major
---
Remove linkedin oauth package, now linkedin oauth must to me configured as custom oauth
---
"@rocket.chat/meteor": major
---
Fixed issue with LDAP sync triggering multiple cron jobs in case an invalid sync interval is provided
---
'@rocket.chat/meteor': patch
---
Removed deprecated method `livechat:loadHistory` method. Moving forward use the `ivechat/messages.history/:rid` endpoint
---
'@rocket.chat/meteor': patch
---
This adjustment removes the deprecated `Mailer.sendMail` and `Mailer:unsubscribe` methods. Moving forward, use the `mailer` and `mailer.unsubscribe` endpoints.
---
"@rocket.chat/meteor": major
"@rocket.chat/core-services": patch
"@rocket.chat/core-typings": patch
"@rocket.chat/ddp-client": patch
"@rocket.chat/i18n": patch
"@rocket.chat/model-typings": patch
"@rocket.chat/rest-typings": patch
---
Allows authorized users to reset the encryption key for end-to-end encrypted rooms. This aims to prevent situations where all users of a room have lost the encryption key, and as such, the access to the room.
---
'@rocket.chat/meteor': major
---
Removes deprecated method `livechat:registerAgent`. Moving forward, use the endpoint `livechat/visitor`.
---
"@rocket.chat/meteor": major
---
Fixes a behavior of E2EE room creation that allowed any user on the room to define room keys before the room creator, causing race conditions.
---
"@rocket.chat/meteor": major
---
Randomizes `e2eKeyId` generation instead of derive it from encoded key. Previously, we used the stringified & encoded version of the key to extract a keyID, however this generated the same keyID for all rooms. As we didn't use this keyID, and rooms didn't have the capability of having multiple keys, this was harmless.
This PR introduces a new way of generating that identifier, making it random and unique, so multiple room keys can be used on the same room as long as the keyID is different.
NOTE: new E2EE rooms created _after_ this PR is merged will not be compatible with older versions of Rocket.Chat. Old rooms created before this update will continue to be compatible.
---
'@rocket.chat/meteor': minor
---
Applied category reorder from admin setting also on new sidebar - Enhanced navigation feature preview
---
"@rocket.chat/meteor": patch
---
Fixes an issue where a user may receive an indefinite amount of "suggested keys" from all the users on a room even when a user already suggested a key for them, duplicating the work on server.
Now, the endpoint that returns users waiting for keys will return only users that don't have neither `E2EKey` nor `E2ESuggestedKey`.
---
'@rocket.chat/meteor': major
---
Change the E2EE setting - "Access unencrypted content in encrypted rooms" default value, making the current behavior not allow to send unencrypted messages in end-to-end encrypted channels.
---
"@rocket.chat/meteor": patch
---
Fixes message toolbar showing in End-to-end encrypted room when messages are not decrypted
---
'@rocket.chat/meteor': patch
---
This adjustment removes deprecated `livechat:addAgent` and `livechat:addManager` method. Moving forward use `livechat/users/agent` and `livechat/users/manager` endpoints to add agent and manager respectively.
---
'@rocket.chat/rest-typings': major
'@rocket.chat/meteor': major
---
Removes deprecated endpoints `licenses.isEnterprise` and `licenses.get`. Moving forward use the endpoint `licenses.info.`
---
'@rocket.chat/ui-client': patch
'@rocket.chat/meteor': patch
---
Fixed an issue where "Filter by room type" was selectable in the Rooms filter.
---
'@rocket.chat/meteor': major
---
This adjustment removes deprecated `livechat:getCustomFields` method. Moving forward use the `livechat/custom-fields` endpoint.
---
"@rocket.chat/meteor": major
"@rocket.chat/i18n": patch
---
Updates End-to-end settings translations and removes beta wording
---
"@rocket.chat/meteor": major
"@rocket.chat/i18n": patch
---
Removes the ability of changing room's encryption status from the `key` icon placed on the room's header. Icon's purpose is now only informative, showing when a room uses E2EE. Use the kebab menu to enable/disable E2EE.
---
'@rocket.chat/meteor': major
---
Removed deprecated methods `livechat:requestTranscript` and `livechat:discardTranscript`. Moving forward use `livechat/transcript/:rid` endpoint's POST and DELETE methods.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment