-
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 refactor/workspace-subscription-ux
- Loading branch information
Showing
553 changed files
with
9,437 additions
and
5,415 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,6 @@ | ||
--- | ||
'@rocket.chat/rest-typings': minor | ||
'@rocket.chat/meteor': minor | ||
--- | ||
|
||
Adds a new `contacts.checkExistence` endpoint, which allows identifying whether there's already a registered contact using a given email, phone, id or visitor to source association. |
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,22 @@ | ||
--- | ||
'@rocket.chat/fuselage-ui-kit': patch | ||
'@rocket.chat/instance-status': patch | ||
'@rocket.chat/ui-theming': patch | ||
'@rocket.chat/model-typings': patch | ||
'@rocket.chat/ui-video-conf': patch | ||
'@rocket.chat/uikit-playground': patch | ||
'@rocket.chat/core-typings': patch | ||
'@rocket.chat/rest-typings': patch | ||
'@rocket.chat/apps-engine': patch | ||
'@rocket.chat/ui-composer': patch | ||
'@rocket.chat/ui-contexts': patch | ||
'@rocket.chat/gazzodown': patch | ||
'@rocket.chat/ui-avatar': patch | ||
'@rocket.chat/ui-client': patch | ||
'@rocket.chat/livechat': patch | ||
'@rocket.chat/ui-voip': patch | ||
'@rocket.chat/i18n': patch | ||
'@rocket.chat/meteor': patch | ||
--- | ||
|
||
Fixes an error where the engine would not retry a subprocess restart if the last attempt failed |
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/model-typings": patch | ||
--- | ||
|
||
Fixes Unit's `numDepartments` property not being updated after a department is removed |
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/apps-engine': patch | ||
--- | ||
|
||
Fixes the subprocess restarting routine failing to correctly restart apps in some cases |
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 a validation that allowed only the room creator to propagate E2EE room keys. This was causing issues when the rooms were created via apps or some other integration, as the creator may not be online or able to create E2EE keys |
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 clients to not properly receive certain server notifications right after login |
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 issue that caused the livechat appearance form not be able to submit on CE servers |
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/i18n": patch | ||
--- | ||
|
||
Fixes the incorrect registration status shown on admin users page for federated remote users. |
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/model-typings": patch | ||
--- | ||
|
||
Fixes "Average first response time" and "Best first response time" metrics being associated with the last agent who served the room (instead of the first one) |
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 preventing the creation of normal direct message rooms due to an invalid federation configuration, allowing proper room creation under standard settings. |
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 room members menu doesn't display properly without enough space |
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 missing images in Twitter article links to ensure proper display by relying on meta tags. |
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/apps-engine': patch | ||
--- | ||
|
||
Adds simple app subprocess metrics report |
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,22 @@ | ||
--- | ||
'@rocket.chat/fuselage-ui-kit': patch | ||
'@rocket.chat/instance-status': patch | ||
'@rocket.chat/ui-theming': patch | ||
'@rocket.chat/model-typings': patch | ||
'@rocket.chat/ui-video-conf': patch | ||
'@rocket.chat/uikit-playground': patch | ||
'@rocket.chat/core-typings': patch | ||
'@rocket.chat/rest-typings': patch | ||
'@rocket.chat/apps-engine': patch | ||
'@rocket.chat/ui-composer': patch | ||
'@rocket.chat/ui-contexts': patch | ||
'@rocket.chat/gazzodown': patch | ||
'@rocket.chat/ui-avatar': patch | ||
'@rocket.chat/ui-client': patch | ||
'@rocket.chat/livechat': patch | ||
'@rocket.chat/ui-voip': patch | ||
'@rocket.chat/i18n': patch | ||
'@rocket.chat/meteor': patch | ||
--- | ||
|
||
Fixes error propagation when trying to get the status of apps in some cases |
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 Federation startup where the bridge would intermittently fail to start causing error being shown "Matrix Bridge isn't running yet". |
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 condition causing Omnichannel queue to start more than once. |
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/apps-engine': patch | ||
--- | ||
|
||
Attempts to restart an app subprocess if the spawn command fails |
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/i18n": patch | ||
--- | ||
|
||
Changes the wording for voice call permissions, improving consistency and clarity. | ||
|
||
- `Manage Voip Extension` -> `Manage Voice Calls` | ||
> Permission to manage voice calls and assign extensions to users | ||
- `View VoIP extension details` -> `View Voice Call Extensions` | ||
> Permission to view which user is calling and their extension info | ||
- `View User VoIP extension` -> `Allow Voice Calls` | ||
> Permission to allow users to use the voice call feature | ||
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 messages not being processed for all slack servers |
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 premium settings were using the wrong `Tag` variant in Omnichannel Appearance configuration |
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 that showed the incorrect migration number on the `Information` page. This was caused by a function calculating the stats before the server had migrated the database and updated the control. |
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/ui-voip": patch | ||
--- | ||
|
||
Fixes an issue preventing VoIP permission updates from being properly reflected in the UI. |
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 | ||
--- | ||
|
||
Allows default avatars to be generated with more than one inital (limited to first 3) when setting `Use Full Name Initials to Generate Default Avatar` is true. |
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 issue that caused different sessions when opening a livechat popover in cross domain |
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,111 @@ | ||
{ | ||
"mode": "pre", | ||
"tag": "rc", | ||
"initialVersions": { | ||
"@rocket.chat/meteor": "7.1.0-develop", | ||
"rocketchat-services": "2.0.0", | ||
"@rocket.chat/uikit-playground": "0.6.0", | ||
"@rocket.chat/account-service": "0.4.9", | ||
"@rocket.chat/authorization-service": "0.4.9", | ||
"@rocket.chat/ddp-streamer": "0.3.9", | ||
"@rocket.chat/omnichannel-transcript": "0.4.9", | ||
"@rocket.chat/presence-service": "0.4.9", | ||
"@rocket.chat/queue-worker": "0.4.9", | ||
"@rocket.chat/stream-hub-service": "0.4.9", | ||
"@rocket.chat/license": "1.0.0", | ||
"@rocket.chat/network-broker": "0.1.1", | ||
"@rocket.chat/omnichannel-services": "0.3.6", | ||
"@rocket.chat/pdf-worker": "0.2.6", | ||
"@rocket.chat/presence": "0.2.9", | ||
"@rocket.chat/ui-theming": "0.4.0", | ||
"@rocket.chat/account-utils": "0.0.2", | ||
"@rocket.chat/agenda": "0.1.0", | ||
"@rocket.chat/api-client": "0.2.9", | ||
"@rocket.chat/apps": "0.2.0", | ||
"@rocket.chat/apps-engine": "1.47.0", | ||
"@rocket.chat/base64": "1.0.13", | ||
"@rocket.chat/cas-validate": "0.0.2", | ||
"@rocket.chat/core-services": "0.7.1", | ||
"@rocket.chat/core-typings": "7.1.0-develop", | ||
"@rocket.chat/cron": "0.1.9", | ||
"@rocket.chat/ddp-client": "0.3.9", | ||
"@rocket.chat/eslint-config": "0.7.0", | ||
"@rocket.chat/favicon": "0.0.2", | ||
"@rocket.chat/freeswitch": "1.0.0", | ||
"@rocket.chat/fuselage-ui-kit": "12.0.0", | ||
"@rocket.chat/gazzodown": "12.0.0", | ||
"@rocket.chat/i18n": "1.0.0", | ||
"@rocket.chat/instance-status": "0.1.9", | ||
"@rocket.chat/jest-presets": "0.0.1", | ||
"@rocket.chat/jwt": "0.1.1", | ||
"@rocket.chat/livechat": "1.20.1", | ||
"@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.4", | ||
"@rocket.chat/model-typings": "1.0.0", | ||
"@rocket.chat/models": "1.0.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.1.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.2", | ||
"@rocket.chat/tracing": "0.0.1", | ||
"@rocket.chat/ui-avatar": "8.0.0", | ||
"@rocket.chat/ui-client": "12.0.0", | ||
"@rocket.chat/ui-composer": "0.4.0", | ||
"@rocket.chat/ui-contexts": "12.0.0", | ||
"@rocket.chat/ui-kit": "0.37.0", | ||
"@rocket.chat/ui-video-conf": "12.0.0", | ||
"@rocket.chat/ui-voip": "2.0.0", | ||
"@rocket.chat/web-ui-registration": "12.0.0" | ||
}, | ||
"changesets": [ | ||
"bump-patch-1732728542480", | ||
"clean-flies-collect", | ||
"curvy-flies-greet", | ||
"fair-colts-remain", | ||
"forty-gorillas-kneel", | ||
"friendly-ravens-teach", | ||
"green-papayas-thank", | ||
"happy-stingrays-provide", | ||
"honest-pumpkins-joke", | ||
"lazy-avocados-whisper", | ||
"lemon-foxes-carry", | ||
"light-terms-ring", | ||
"mean-cobras-sneeze", | ||
"metal-avocados-serve", | ||
"neat-flies-drive", | ||
"nervous-rivers-fry", | ||
"old-coins-bow", | ||
"pink-dodos-greet", | ||
"plenty-snakes-dream", | ||
"popular-queens-brake", | ||
"real-jeans-worry", | ||
"serious-mice-film", | ||
"seven-berries-check", | ||
"seven-otters-fold", | ||
"silent-steaks-happen", | ||
"smart-radios-reflect", | ||
"spicy-spiders-search", | ||
"spotty-ads-knock", | ||
"stale-actors-enjoy", | ||
"sweet-needles-melt", | ||
"swift-suns-perform", | ||
"three-dragons-brush", | ||
"tricky-trees-destroy", | ||
"twelve-horses-suffer", | ||
"twenty-news-own", | ||
"two-guests-tan", | ||
"unlucky-kangaroos-yawn", | ||
"unlucky-wasps-check", | ||
"weak-trees-exercise" | ||
] | ||
} |
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 `im.counters` endpoint returning `null` on `unread` messages property for users that have never opened the queried DM |
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,22 @@ | ||
--- | ||
'@rocket.chat/fuselage-ui-kit': patch | ||
'@rocket.chat/instance-status': patch | ||
'@rocket.chat/ui-theming': patch | ||
'@rocket.chat/model-typings': patch | ||
'@rocket.chat/ui-video-conf': patch | ||
'@rocket.chat/uikit-playground': patch | ||
'@rocket.chat/core-typings': patch | ||
'@rocket.chat/rest-typings': patch | ||
'@rocket.chat/apps-engine': patch | ||
'@rocket.chat/ui-composer': patch | ||
'@rocket.chat/ui-contexts': patch | ||
'@rocket.chat/gazzodown': patch | ||
'@rocket.chat/ui-avatar': patch | ||
'@rocket.chat/ui-client': patch | ||
'@rocket.chat/livechat': patch | ||
'@rocket.chat/ui-voip': patch | ||
'@rocket.chat/i18n': patch | ||
'@rocket.chat/meteor': patch | ||
--- | ||
|
||
Fixes wrong data being reported to total failed apps metrics and statistics |
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 sidepanel list not sorting by last message inside thread |
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/apps-engine': patch | ||
--- | ||
|
||
Fixes an issue while collecting the error message from a failed restart attempt of an app subprocess |
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 | ||
--- | ||
|
||
Organizes App Settings interface by introducing section-based accordion groups to improve navigation and readability for administrators. |
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 mail export form "To additional emails" field validation |
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 added potencially infinite callbacks to the same event, degrading performance over 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,7 @@ | ||
--- | ||
'@rocket.chat/ui-composer': minor | ||
'@rocket.chat/i18n': minor | ||
'@rocket.chat/meteor': minor | ||
--- | ||
|
||
Introduces a new option when exporting messages, allowing users to select and download a JSON file directly from client |
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 behavior of the mentions parser that identified mentions inside markdown links text. Now, these components will be removed from the text before trying to parse mentions. |
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 update banner wasn't showing the new version number |
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 action menu to be clipped in moderation page on smaller screens for better usability. |
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 | ||
--- | ||
|
||
Sorts the list of language options by name correctly |
Oops, something went wrong.