-
Notifications
You must be signed in to change notification settings - Fork 11.4k
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 refactor/remove-methods-chat
- Loading branch information
Showing
439 changed files
with
9,977 additions
and
3,435 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,8 @@ | ||
--- | ||
'@rocket.chat/rest-typings': minor | ||
'@rocket.chat/models': minor | ||
'@rocket.chat/i18n': minor | ||
'@rocket.chat/meteor': minor | ||
--- | ||
|
||
Adds a new endpoint `rooms.hide` to hide rooms of any type when provided with the room's ID |
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": patch | ||
"@rocket.chat/model-typings": patch | ||
"@rocket.chat/models": patch | ||
--- | ||
|
||
Fixes a bug that caused routing algorithms to ignore the `Livechat_enabled_when_agent_idle` setting, effectively ignoring idle users from being assigned to inquiries. |
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": minor | ||
"@rocket.chat/model-typings": minor | ||
"@rocket.chat/models": minor | ||
"@rocket.chat/rest-typings": minor | ||
--- | ||
|
||
Allows users to filter by multiple departments & by livechat units on `livechat/rooms` endpoint. |
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 broken link and improves messaging for invalid apps banner. |
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,20 @@ | ||
--- | ||
'@rocket.chat/omnichannel-transcript': patch | ||
'@rocket.chat/authorization-service': patch | ||
'@rocket.chat/stream-hub-service': patch | ||
'@rocket.chat/network-broker': patch | ||
'@rocket.chat/presence-service': patch | ||
'@rocket.chat/fuselage-ui-kit': patch | ||
'@rocket.chat/account-service': patch | ||
'@rocket.chat/ui-video-conf': patch | ||
'@rocket.chat/core-typings': patch | ||
'@rocket.chat/ddp-streamer': patch | ||
'@rocket.chat/queue-worker': patch | ||
'@rocket.chat/apps-engine': patch | ||
'@rocket.chat/ui-client': patch | ||
'@rocket.chat/apps': patch | ||
'@rocket.chat/i18n': patch | ||
'@rocket.chat/meteor': patch | ||
--- | ||
|
||
Fixes behavior of app updates that would save undesired field changes to documents |
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 a UI issue where enabling/disabling TOTP two factor authentication didn't update in real-time. |
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 where backup codes modal is not opening when regenerating codes |
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 | ||
--- | ||
|
||
Adds a new setting that if enabled, will not count bot messages in the average response time metrics |
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 | ||
--- | ||
|
||
Improves color contrast in image gallery icon buttons to meet WCAG compliance. |
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/apps-engine": minor | ||
"@rocket.chat/apps": minor | ||
--- | ||
|
||
Adds a new IPostSystemMessageSent event, that is triggered whenever a new System Message is sent |
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 | ||
--- | ||
|
||
Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates) |
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 where menus inside sidebar keeps opened even if the sidebar is collapsed |
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 app event `IPostLivechatAgentAssigned` receiving a room object previous to the assignment of agent, causing `room.servedBy` to be undefined on apps |
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 the possibility of see new messages without being subscribed to a public channel. |
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 | ||
--- | ||
|
||
Implements a modal to let users know about VoIP calls in direct messages and missing configurations. |
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 which caused some weird scrolling in rooms when using secondary sidepanel navigation. |
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/apps-engine': patch | ||
'@rocket.chat/meteor': patch | ||
--- | ||
|
||
Fixes an issue that would cause marketplace apps to become invalid installations after an update |
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": minor | ||
"@rocket.chat/i18n": patch | ||
"@rocket.chat/rest-typings": patch | ||
"@rocket.chat/ui-voip": patch | ||
--- | ||
|
||
Enables control of video conference ringing and dialing sounds through the call ringer volume user preference, preventing video conf calls from always playing at maximum volume. |
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 | ||
--- | ||
|
||
Adds unicode character support for default avatars |
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 a UI issue where enabling/disabling email two factor authentication didn't update in real-time. |
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 | ||
--- | ||
|
||
Enhances message sorting in the `im.messages` and `dm.messages` endpoints by enabling support for multi-parameter sorting. |
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 @@ | ||
--- | ||
'rocketchat-services': patch | ||
'@rocket.chat/omnichannel-transcript': patch | ||
'@rocket.chat/authorization-service': patch | ||
'@rocket.chat/stream-hub-service': patch | ||
'@rocket.chat/presence-service': patch | ||
'@rocket.chat/account-service': patch | ||
'@rocket.chat/ddp-streamer': patch | ||
'@rocket.chat/queue-worker': patch | ||
'@rocket.chat/meteor': patch | ||
--- | ||
|
||
Bump meteor to 3.1.2 and Node version to 20.13.1 |
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/omnichannel-services": patch | ||
"@rocket.chat/pdf-worker": patch | ||
--- | ||
|
||
Fixes omnichannel transcript filename breaking download links |
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 where the room converter would throw if the room was an omnichannel room that had been closed by the visitor |
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,124 @@ | ||
{ | ||
"mode": "pre", | ||
"tag": "rc", | ||
"initialVersions": { | ||
"@rocket.chat/meteor": "7.4.0-develop", | ||
"rocketchat-services": "2.0.4", | ||
"@rocket.chat/uikit-playground": "0.6.4", | ||
"@rocket.chat/account-service": "0.4.13", | ||
"@rocket.chat/authorization-service": "0.4.13", | ||
"@rocket.chat/ddp-streamer": "0.3.13", | ||
"@rocket.chat/omnichannel-transcript": "0.4.13", | ||
"@rocket.chat/presence-service": "0.4.13", | ||
"@rocket.chat/queue-worker": "0.4.13", | ||
"@rocket.chat/stream-hub-service": "0.4.13", | ||
"@rocket.chat/license": "1.0.4", | ||
"@rocket.chat/network-broker": "0.1.5", | ||
"@rocket.chat/omnichannel-services": "0.3.10", | ||
"@rocket.chat/pdf-worker": "0.2.10", | ||
"@rocket.chat/presence": "0.2.13", | ||
"@rocket.chat/ui-theming": "0.4.2", | ||
"@rocket.chat/account-utils": "0.0.2", | ||
"@rocket.chat/agenda": "0.1.0", | ||
"@rocket.chat/api-client": "0.2.13", | ||
"@rocket.chat/apps": "0.2.4", | ||
"@rocket.chat/apps-engine": "1.48.2", | ||
"@rocket.chat/base64": "1.0.13", | ||
"@rocket.chat/cas-validate": "0.0.2", | ||
"@rocket.chat/core-services": "0.7.5", | ||
"@rocket.chat/core-typings": "7.4.0-develop", | ||
"@rocket.chat/cron": "0.1.13", | ||
"@rocket.chat/ddp-client": "0.3.13", | ||
"@rocket.chat/eslint-config": "0.7.0", | ||
"@rocket.chat/favicon": "0.0.2", | ||
"@rocket.chat/freeswitch": "1.2.0", | ||
"@rocket.chat/fuselage-ui-kit": "15.0.0", | ||
"@rocket.chat/gazzodown": "15.0.0", | ||
"@rocket.chat/i18n": "1.3.0", | ||
"@rocket.chat/instance-status": "0.1.13", | ||
"@rocket.chat/jest-presets": "0.0.1", | ||
"@rocket.chat/jwt": "0.1.1", | ||
"@rocket.chat/livechat": "1.22.0", | ||
"@rocket.chat/log-format": "0.0.2", | ||
"@rocket.chat/logger": "0.0.2", | ||
"@rocket.chat/message-parser": "0.31.31", | ||
"@rocket.chat/mock-providers": "0.1.7", | ||
"@rocket.chat/model-typings": "1.3.0", | ||
"@rocket.chat/models": "1.2.0", | ||
"@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.27", | ||
"@rocket.chat/random": "1.2.2", | ||
"@rocket.chat/release-action": "2.2.3", | ||
"@rocket.chat/release-changelog": "0.1.0", | ||
"@rocket.chat/rest-typings": "7.4.0-develop", | ||
"@rocket.chat/server-cloud-communication": "0.0.2", | ||
"@rocket.chat/server-fetch": "0.0.3", | ||
"@rocket.chat/sha256": "1.0.12", | ||
"@rocket.chat/tools": "0.2.2", | ||
"@rocket.chat/tracing": "0.0.1", | ||
"@rocket.chat/ui-avatar": "11.0.0", | ||
"@rocket.chat/ui-client": "15.0.0", | ||
"@rocket.chat/ui-composer": "0.5.1", | ||
"@rocket.chat/ui-contexts": "15.0.0", | ||
"@rocket.chat/ui-kit": "0.37.0", | ||
"@rocket.chat/ui-video-conf": "15.0.0", | ||
"@rocket.chat/ui-voip": "5.0.0", | ||
"@rocket.chat/web-ui-registration": "15.0.0" | ||
}, | ||
"changesets": [ | ||
"brave-ties-shout", | ||
"chilled-shirts-smile", | ||
"chilly-sheep-cover", | ||
"cool-coins-agree", | ||
"cuddly-garlics-cover", | ||
"dry-jeans-thank", | ||
"dull-hounds-agree", | ||
"fast-starfishes-perform", | ||
"five-cherries-hang", | ||
"five-wolves-destroy", | ||
"funny-ears-kick", | ||
"funny-turtles-hunt", | ||
"green-rules-cover", | ||
"happy-nails-fry", | ||
"honest-experts-mate", | ||
"kind-geckos-heal", | ||
"lazy-cheetahs-learn", | ||
"lemon-lions-learn", | ||
"light-yaks-drive", | ||
"lucky-birds-lie", | ||
"many-badgers-jam", | ||
"mean-elephants-boil", | ||
"mean-numbers-chew", | ||
"new-ears-check", | ||
"ninety-apes-poke", | ||
"olive-stingrays-share", | ||
"perfect-trees-rescue", | ||
"popular-boats-poke", | ||
"popular-mugs-try", | ||
"popular-stingrays-trade", | ||
"proud-mayflies-invite", | ||
"purple-laws-joke", | ||
"rotten-peaches-cry", | ||
"rude-adults-shout", | ||
"rude-llamas-pay", | ||
"seven-otters-worry", | ||
"silly-emus-remain", | ||
"silly-shiny-kiwis", | ||
"six-deers-dress", | ||
"slow-flies-hear", | ||
"small-waves-press", | ||
"sour-rabbits-flow", | ||
"stupid-rats-work", | ||
"sweet-timers-divide", | ||
"thick-boats-shake", | ||
"three-insects-roll", | ||
"tough-eggs-camp", | ||
"twenty-camels-worry", | ||
"violet-bikes-brake", | ||
"weak-kangaroos-admire", | ||
"yellow-cars-change", | ||
"yellow-houses-beg" | ||
] | ||
} |
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 where non-Latin highlights were inconsistently applied, ensuring non-Latin characters are reliably detected and highlighted. |
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 | ||
--- | ||
|
||
Removes the Leader role from the room header. Leaders are now displayed in their respective group within the room's members list. |
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/livechat": patch | ||
--- | ||
|
||
Fixes Livechat conversation not closing in a few scenarios due to cross-tab interference |
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 with embedded layout rooms displaying as if the user is not part of the 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 | ||
--- | ||
|
||
Validates duplicated email and phone number when creating or editing omnichannel contacts. |
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 | ||
--- | ||
|
||
Switches from GCM (unsupported) to FCM as the default push notification service for custom mobile apps |
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/apps-engine": minor | ||
--- | ||
|
||
Enables specifying hidden settings that are enabled to be accessed through the apps-engine in the permission list. |
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 a very rare issue where switching from a DM to a regular room would show an error page |
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/model-typings': minor | ||
'@rocket.chat/core-typings': minor | ||
'@rocket.chat/models': minor | ||
'@rocket.chat/i18n': minor | ||
'@rocket.chat/meteor': minor | ||
--- | ||
|
||
Adds the Leader group to rooms' members list for better role visibility and consistency. |
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 which was preventing admins in enterprise workspaces from updating some premium layout settings. |
Oops, something went wrong.