-
Notifications
You must be signed in to change notification settings - Fork 11k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feat/navigation-phase-3
- Loading branch information
1 parent
ffb81e8
commit 0670423
Showing
938 changed files
with
14,434 additions
and
4,944 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
'@rocket.chat/uikit-playground': patch | ||
'@rocket.chat/fuselage-ui-kit': patch | ||
'@rocket.chat/ui-theming': patch | ||
'@rocket.chat/ui-video-conf': patch | ||
'@rocket.chat/ui-composer': patch | ||
'@rocket.chat/gazzodown': patch | ||
'@rocket.chat/ui-avatar': patch | ||
'@rocket.chat/ui-client': patch | ||
'@rocket.chat/meteor': patch | ||
--- | ||
|
||
Bumped @rocket.chat/fuselage that fixes the Menu onPointerUp event behavior |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@rocket.chat/meteor': patch | ||
--- | ||
|
||
Bump @rocket.chat/meteor version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@rocket.chat/meteor': patch | ||
--- | ||
|
||
Bump @rocket.chat/meteor version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@rocket.chat/meteor": patch | ||
"@rocket.chat/fuselage-ui-kit": patch | ||
--- | ||
|
||
Fix validations from "UiKit" modal component |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@rocket.chat/meteor": patch | ||
--- | ||
|
||
Fixed issue in Marketplace that caused a subscription app to show incorrect modals when subscribing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@rocket.chat/meteor": minor | ||
"@rocket.chat/i18n": minor | ||
--- | ||
|
||
Allows admins to customize the `Subject` field of Omnichannel email transcripts via setting. By passing a value to the setting `Custom email subject for transcript`, system will use it as the `Subject` field, unless a custom subject is passed when requesting a transcript. If there's no custom subject and setting value is empty, the current default value will be used |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@rocket.chat/meteor": patch | ||
"@rocket.chat/livechat": patch | ||
--- | ||
|
||
Fixed an issue that caused the widget to set the wrong department when using the setDepartment Livechat api endpoint in conjunction with a Livechat Trigger |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@rocket.chat/meteor": patch | ||
"@rocket.chat/tools": patch | ||
"@rocket.chat/account-service": patch | ||
--- | ||
|
||
Fixed an inconsistent evaluation of the `Accounts_LoginExpiration` setting over the codebase. In some places, it was being used as milliseconds while in others as days. Invalid values produced different results. A helper function was created to centralize the setting validation and the proper value being returned to avoid edge cases. | ||
Negative values may be saved on the settings UI panel but the code will interpret any negative, NaN or 0 value to the default expiration which is 90 days. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@rocket.chat/meteor': patch | ||
--- | ||
|
||
Fixed issue where bad word filtering was not working in the UI for messages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@rocket.chat/meteor": minor | ||
--- | ||
|
||
Added a new 'Deactivated' tab to the users page, this tab lists users who have logged in for the first time but have been deactivated for any reason. Also added the UI code for the Active tab; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@rocket.chat/meteor": patch | ||
--- | ||
|
||
Fixed issue with livechat agents not being able to leave omnichannel rooms if joining after a room has been closed by the visitor (due to race conditions) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@rocket.chat/meteor": patch | ||
--- | ||
|
||
Fixed an issue where non-encrypted attachments were not being downloaded |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@rocket.chat/meteor": patch | ||
--- | ||
|
||
fixed the contextual bar closing when editing thread messages instead of cancelling the message edit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@rocket.chat/i18n': minor | ||
'@rocket.chat/meteor': minor | ||
--- | ||
|
||
Added an accordion for advanced settings on Create teams and channels |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@rocket.chat/meteor': patch | ||
--- | ||
|
||
Fixed the disappearance of some settings after navigation under network latency. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@rocket.chat/meteor": minor | ||
"@rocket.chat/model-typings": minor | ||
--- | ||
|
||
Fixed Livechat rooms being displayed in the Engagement Dashboard's "Channels" tab |
2 changes: 1 addition & 1 deletion
2
.changeset/cuddly-ravens-swim.md → .changeset/mean-hairs-move.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
"@rocket.chat/meteor": patch | ||
'@rocket.chat/meteor': minor | ||
--- | ||
|
||
Fixed an issue where adding `OVERWRITE_SETTING_` for any setting wasn't immediately taking effect sometimes, and needed a server restart to reflect. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@rocket.chat/meteor': patch | ||
--- | ||
|
||
Fixed web client crashing on Firefox private window. Firefox disables access to service workers inside private windows. Rocket.Chat needs service workers to process E2EE encrypted files on rooms. These types of files won't be available inside private windows, but the rest of E2EE encrypted features should work normally |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
'@rocket.chat/omnichannel-services': minor | ||
'@rocket.chat/pdf-worker': minor | ||
'@rocket.chat/core-services': minor | ||
'@rocket.chat/model-typings': minor | ||
'@rocket.chat/i18n': minor | ||
'@rocket.chat/meteor': minor | ||
--- | ||
|
||
Added system messages support for Omnichannel PDF transcripts and email transcripts. Currently these transcripts don't render system messages and is shown as an empty message in PDF/email. This PR adds this support for all valid livechat system messages. | ||
|
||
Also added a new setting under transcripts, to toggle the inclusion of system messages in email and PDF transcripts. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
'rocketchat-services': minor | ||
'@rocket.chat/core-services': minor | ||
'@rocket.chat/model-typings': minor | ||
'@rocket.chat/ui-video-conf': minor | ||
'@rocket.chat/core-typings': minor | ||
'@rocket.chat/ui-contexts': minor | ||
'@rocket.chat/models': minor | ||
'@rocket.chat/ui-kit': minor | ||
'@rocket.chat/i18n': minor | ||
'@rocket.chat/meteor': minor | ||
--- | ||
|
||
New Feature: Video Conference Persistent Chat. | ||
This feature provides a discussion id for conference provider apps to store the chat messages exchanged during the conferences, so that those users may then access those messages again at any time through Rocket.Chat. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@rocket.chat/meteor": patch | ||
--- | ||
|
||
fixed an issue in the "Create discussion" form, that would have the "Create" action button disabled even though the form is prefilled when opening it from the message action |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@rocket.chat/meteor': minor | ||
--- | ||
|
||
Added a method to the Apps-Engine that allows apps to read multiple messages from a room |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@rocket.chat/meteor": patch | ||
--- | ||
|
||
Fixed an issue that caused UI to show an error when the call to get the Business Hour type from settings returned `undefined`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@rocket.chat/meteor": patch | ||
--- | ||
|
||
Removed 'Hide' option in the room menu for Omnichannel conversations. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
{ | ||
"mode": "pre", | ||
"tag": "rc", | ||
"initialVersions": { | ||
"@rocket.chat/meteor": "6.11.0-develop", | ||
"rocketchat-services": "1.2.1", | ||
"@rocket.chat/account-service": "0.4.1", | ||
"@rocket.chat/authorization-service": "0.4.1", | ||
"@rocket.chat/ddp-streamer": "0.3.1", | ||
"@rocket.chat/omnichannel-transcript": "0.4.1", | ||
"@rocket.chat/presence-service": "0.4.1", | ||
"@rocket.chat/queue-worker": "0.4.1", | ||
"@rocket.chat/stream-hub-service": "0.4.1", | ||
"@rocket.chat/api-client": "0.2.1", | ||
"@rocket.chat/ddp-client": "0.3.1", | ||
"@rocket.chat/license": "0.2.1", | ||
"@rocket.chat/omnichannel-services": "0.2.1", | ||
"@rocket.chat/pdf-worker": "0.1.1", | ||
"@rocket.chat/presence": "0.2.1", | ||
"@rocket.chat/ui-theming": "0.2.0", | ||
"@rocket.chat/account-utils": "0.0.2", | ||
"@rocket.chat/agenda": "0.1.0", | ||
"@rocket.chat/apps": "0.1.1", | ||
"@rocket.chat/base64": "1.0.13", | ||
"@rocket.chat/cas-validate": "0.0.2", | ||
"@rocket.chat/core-services": "0.4.1", | ||
"@rocket.chat/core-typings": "6.11.0-develop", | ||
"@rocket.chat/cron": "0.1.1", | ||
"@rocket.chat/eslint-config": "0.7.0", | ||
"@rocket.chat/favicon": "0.0.2", | ||
"@rocket.chat/fuselage-ui-kit": "8.0.1", | ||
"@rocket.chat/gazzodown": "8.0.1", | ||
"@rocket.chat/i18n": "0.5.0", | ||
"@rocket.chat/instance-status": "0.1.1", | ||
"@rocket.chat/jwt": "0.1.1", | ||
"@rocket.chat/livechat": "1.18.1", | ||
"@rocket.chat/log-format": "0.0.2", | ||
"@rocket.chat/logger": "0.0.2", | ||
"@rocket.chat/message-parser": "0.31.29", | ||
"@rocket.chat/mock-providers": "0.1.0", | ||
"@rocket.chat/model-typings": "0.5.1", | ||
"@rocket.chat/models": "0.1.1", | ||
"@rocket.chat/poplib": "0.0.2", | ||
"@rocket.chat/password-policies": "0.0.2", | ||
"@rocket.chat/patch-injection": "0.0.1", | ||
"@rocket.chat/peggy-loader": "0.31.25", | ||
"@rocket.chat/random": "1.2.2", | ||
"@rocket.chat/release-action": "2.2.3", | ||
"@rocket.chat/release-changelog": "0.1.0", | ||
"@rocket.chat/rest-typings": "6.11.0-develop", | ||
"@rocket.chat/server-cloud-communication": "0.0.2", | ||
"@rocket.chat/server-fetch": "0.0.3", | ||
"@rocket.chat/sha256": "1.0.10", | ||
"@rocket.chat/tools": "0.2.1", | ||
"@rocket.chat/ui-avatar": "4.0.1", | ||
"@rocket.chat/ui-client": "8.0.1", | ||
"@rocket.chat/ui-composer": "0.2.0", | ||
"@rocket.chat/ui-contexts": "8.0.1", | ||
"@rocket.chat/ui-kit": "0.35.0", | ||
"@rocket.chat/ui-video-conf": "8.0.1", | ||
"@rocket.chat/uikit-playground": "0.3.1", | ||
"@rocket.chat/web-ui-registration": "8.0.1" | ||
}, | ||
"changesets": [ | ||
"afraid-guests-jog", | ||
"bump-patch-1722087664914", | ||
"bump-patch-1722559871139", | ||
"chatty-hounds-hammer", | ||
"chilled-yaks-beg", | ||
"chilly-papayas-march", | ||
"cuddly-brooms-approve", | ||
"dry-pumas-draw", | ||
"empty-readers-teach", | ||
"fast-buttons-shake", | ||
"funny-snails-promise", | ||
"funny-wolves-tie", | ||
"grumpy-worms-appear", | ||
"happy-peaches-nail", | ||
"hip-queens-taste", | ||
"hungry-wombats-act", | ||
"large-vans-attack", | ||
"lucky-beds-glow", | ||
"lucky-countries-look", | ||
"many-tables-love", | ||
"mean-hairs-move", | ||
"nervous-rockets-impress", | ||
"new-balloons-speak", | ||
"new-scissors-love", | ||
"nice-laws-eat", | ||
"perfect-coins-camp", | ||
"polite-foxes-repair", | ||
"popular-trees-lay", | ||
"proud-waves-bathe", | ||
"quick-ducks-live", | ||
"rare-penguins-hope", | ||
"red-numbers-happen", | ||
"red-vans-shave", | ||
"rich-carpets-brush", | ||
"rotten-eggs-end", | ||
"selfish-emus-sing", | ||
"shaggy-hats-raise", | ||
"sixty-nails-clean", | ||
"smooth-lobsters-flash", | ||
"soft-donkeys-thank", | ||
"sour-forks-breathe", | ||
"thin-windows-reply", | ||
"violet-brooms-press", | ||
"weak-insects-sort", | ||
"weak-pets-talk", | ||
"weak-taxis-design", | ||
"weak-tigers-suffer", | ||
"witty-bats-develop" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@rocket.chat/meteor": minor | ||
"@rocket.chat/model-typings": minor | ||
--- | ||
|
||
Improved Engagement Dashboard's "Channels" tab performance by not returning rooms that had no activity in the analyzed period |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@rocket.chat/meteor": patch | ||
--- | ||
|
||
Fixed LDAP rooms, teams and roles syncs not being triggered on login even when the "Update User Data on Login" setting is enabled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@rocket.chat/meteor": patch | ||
--- | ||
|
||
Fixed "Copy link" message action enabled in Starred and Pinned list for End to End Encrypted channels, this action is disabled now |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@rocket.chat/meteor": patch | ||
--- | ||
|
||
Fixed issue that caused unintentional clicks when scrolling the channels sidebar on safari/chrome in iOS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@rocket.chat/meteor': patch | ||
--- | ||
|
||
Fixed some anomalies related to disabled E2EE rooms. Earlier there are some weird issues with disabled E2EE rooms, this PR fixes these anomalies. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@rocket.chat/meteor": minor | ||
"@rocket.chat/i18n": patch | ||
"@rocket.chat/ui-client": patch | ||
--- | ||
|
||
Implemented a new tab to the users page called 'Active', this tab lists all users who have logged in for the first time and are active. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@rocket.chat/meteor": patch | ||
--- | ||
|
||
Fixed a behavior when updating messages that prevented the `customFields` prop from being updated if there were no changes to the `msg` property. Now, `customFields` will be always updated on message update even if `msg` doesn't change |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@rocket.chat/meteor": minor | ||
--- | ||
|
||
Added a new setting `Livechat_transcript_send_always` that allows admins to decide if email transcript should be sent all the times when a conversation is closed. This setting bypasses agent's preferences. For this setting to work, `Livechat_enable_transcript` should be off, meaning that visitors will no longer receive the option to decide if they want a transcript or not. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@rocket.chat/meteor': patch | ||
--- | ||
|
||
Fixed an issue that prevented the option to start a discussion from being shown on the message actions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@rocket.chat/meteor': patch | ||
--- | ||
|
||
Fix show correct user roles after updating user roles on admin edit user panel. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@rocket.chat/meteor": patch | ||
"@rocket.chat/mock-providers": patch | ||
"@rocket.chat/ui-contexts": patch | ||
"@rocket.chat/web-ui-registration": patch | ||
--- | ||
|
||
Fixed an issue with blocked login when dismissed 2FA modal by clicking outside of it or pressing the escape key |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@rocket.chat/uikit-playground': minor | ||
'@rocket.chat/meteor': minor | ||
--- | ||
|
||
Upgrades fuselage-toastbar version in order to add pause on hover functionality |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
'@rocket.chat/core-services': minor | ||
'@rocket.chat/model-typings': minor | ||
'@rocket.chat/core-typings': minor | ||
'@rocket.chat/rest-typings': minor | ||
'@rocket.chat/meteor': minor | ||
--- | ||
|
||
Added `sidepanel` field to `teams.create` and `rooms.saveRoomSettings` endpoints |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@rocket.chat/meteor': patch | ||
--- | ||
|
||
Fixes an issue not displaying all groups in settings list |
Oops, something went wrong.