-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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 fix/security-tab-visibility
- Loading branch information
Showing
281 changed files
with
6,046 additions
and
1,451 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,5 @@ | ||
--- | ||
'@rocket.chat/meteor': patch | ||
--- | ||
|
||
Fixes an issue not allowing edit webhooks properly |
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 problem that caused Business Hours feature (Multiple) to make bot agents not available when turning on the feature, and not making them available after that. Now, Business Hours will ignore Bot users, allowing admins to decide manually if a bot should be or not be active during a period of 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,9 @@ | ||
--- | ||
"@rocket.chat/meteor": patch | ||
--- | ||
|
||
**Fixed enterprise settings value not being updated when license is removed or invalid** | ||
|
||
Added a license callbacks `onRemoveLicense` and `onInvalidateLicense` to update enterprise settings values when a license is removed/invalid. | ||
This solves a specific scenario where in case of a downgrade (license removal), `settings.get` would continue to return `value` for enterprise settings instead of `invalidValue` as it should. | ||
This would remain the case until the workspace was restarted. |
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,11 @@ | ||
--- | ||
"@rocket.chat/meteor": minor | ||
"@rocket.chat/core-typings": minor | ||
"@rocket.chat/livechat": minor | ||
--- | ||
|
||
**Added the ability for premium workspaces to hide Rocket.Chat's watermark as well as change the Livechat widget's logo** | ||
|
||
The new settings (named below) can be found in the Omnichannel workspace settings within the livechat section. | ||
- Hide "powered by Rocket.Chat" | ||
- Livechat widget logo (svg, png, jpg) |
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/livechat": minor | ||
--- | ||
|
||
Added Livechat setting `Hide system messages` & API method `setHiddenSystemMessages`, to customize system message visibility within the widget. |
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 | ||
--- | ||
|
||
Allows the after-guest-registration trigger to run when starting a new chat after finishing a chat when the clear guest data when chat ended setting is set to false |
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,16 @@ | ||
--- | ||
"@rocket.chat/meteor": minor | ||
"@rocket.chat/livechat": minor | ||
--- | ||
|
||
Improved Livechat's theming capabilities | ||
|
||
|
||
| Name (`setTheme`, `initialize`) | Workspace setting | Default value | Description | | ||
|---------------------------------|----------------------------------------|---------------|-------------| | ||
| `position` | Livechat widget position on the screen | `right` | Changes the widget position on the screen. Can be `left` or `right` | | ||
| `background` | Livechat background | `N/A` | Changes the message list background. Accepts the same values as the CSS property [background](https://developer.mozilla.org/en-US/docs/Web/CSS/background) | | ||
| `guestBubbleBackgroundColor` | `N/A` | `N/A` | Changes the guest's message bubble background color | | ||
| `agentBubbleBackgroundColor` | `N/A` | `N/A` | Changes the agent's message bubble background color | | ||
| `hideGuestAvatar` | `N/A` | `false` | Hides/shows the guest avatar | | ||
| `hideAgentAvatar` | `N/A` | `true` | Hides/shows the agent avatar | |
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/meteor": minor | ||
"@rocket.chat/rest-typings": minor | ||
--- | ||
|
||
**Added Livechat's new theming settings to Appearance page (available for Premium workspaces)** | ||
|
||
Newly added settings are: | ||
- `Livechat widget position on the screen`: Changes the widget position between left or right of the viewport | ||
- `Livechat background`: Changes the message list background. Receives the same value as the CSS's background property. | ||
- `Hide system messages`: Changes the visibility of system messages displayed on the widget. | ||
- `Hide "powered by Rocket.Chat"`: Changes the visibility of Rocket.Chat's watermark on the widget. | ||
|
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: Corrected SVG image preview by setting correct format during thumbnail generation |
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 | ||
--- | ||
|
||
Changed logic that process custom fields from visitors when updating its data, making the process more reliable and faster. |
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 small issue that was causing the room layout to shift when loading apps 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": patch | ||
--- | ||
|
||
Allowed upload of `lst` files |
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 error on changing a discussion name |
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 | ||
--- | ||
|
||
Don't use the registration.yaml file to configure Matrix Federation anymore. |
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 | ||
--- | ||
|
||
Fixes issue where the livechat offline form would render even when disabled |
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 always all rooms when requesting chat history, even unserved ones. A faulty condition caused an issue where chat history was only able to present either served or unserved chats at once, without a proper way to get both. Now, the Chat history feature will showcase all closed rooms for the requested 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,8 @@ | ||
--- | ||
"@rocket.chat/meteor": patch | ||
--- | ||
|
||
**Added tag to premium settings in CE workspaces** | ||
|
||
A premium tag will be displayed alongside the setting label for premium exclusive settings in CE workspaces. | ||
This will bring visibility for users of our premium features while also informing them of the reason why the setting is currently disabled. |
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/models": patch | ||
--- | ||
|
||
Fix proxified model props were missing context before attribution |
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 | ||
--- | ||
|
||
Introduced new methods for Rocket.Chat Apps to interact with livechat: `findOpenRoomsByAgentId` and `countOpenRoomsByAgentId` |
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/meteor": patch | ||
--- | ||
|
||
Introduced a new step to the queue worker: when an inquiry that's on an improper status is selected for processing, queue worker will first check its status and will attempt to fix it. | ||
For example, if an inquiry points to a closed room, there's no point in processing, system will now remove the inquiry | ||
If an inquiry is already taken, the inquiry will be updated to reflect the new status and clean the queue. | ||
|
||
This prevents issues where the queue worker attempted to process an inquiry _forever_ because it was in an improper state. |
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 error during migration 304. Throwing `Cannot read property 'finally' of undefined` error. |
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
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
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 |
---|---|---|
|
@@ -29,6 +29,7 @@ | |
"oauthapps", | ||
"omnichannel", | ||
"photoswipe", | ||
"proxify", | ||
"searchbox", | ||
"tmid", | ||
"tshow" | ||
|
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,189 @@ | ||
# @rocket.chat/meteor | ||
|
||
## 6.6.6 | ||
|
||
### Patch Changes | ||
|
||
- Bump @rocket.chat/meteor version. | ||
|
||
- Bump @rocket.chat/meteor version. | ||
|
||
- ([#32064](https://github.com/RocketChat/Rocket.Chat/pull/32064)) Fix an issue affecting Rocket.Chat Apps utilizing the OAuth 2 library from Apps Engine, ensuring that apps like Google Drive and Google Calendar are operational once more. | ||
|
||
- ([#32056](https://github.com/RocketChat/Rocket.Chat/pull/32056)) Fix error during migration 304. Throwing `Cannot read property 'finally' of undefined` error. | ||
|
||
- <details><summary>Updated dependencies [ada096901a]:</summary> | ||
|
||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
</details> | ||
|
||
## 6.6.5 | ||
|
||
### Patch Changes | ||
|
||
- Bump @rocket.chat/meteor version. | ||
|
||
- Bump @rocket.chat/meteor version. | ||
|
||
- ([#31998](https://github.com/RocketChat/Rocket.Chat/pull/31998)) Introduced a new step to the queue worker: when an inquiry that's on an improper status is selected for processing, queue worker will first check its status and will attempt to fix it. | ||
For example, if an inquiry points to a closed room, there's no point in processing, system will now remove the inquiry | ||
If an inquiry is already taken, the inquiry will be updated to reflect the new status and clean the queue. | ||
|
||
This prevents issues where the queue worker attempted to process an inquiry _forever_ because it was in an improper state. | ||
|
||
- <details><summary>Updated dependencies []:</summary> | ||
|
||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
</details> | ||
|
||
## 6.6.4 | ||
|
||
### Patch Changes | ||
|
||
- Bump @rocket.chat/meteor version. | ||
|
||
- Bump @rocket.chat/meteor version. | ||
|
||
- ([#31700](https://github.com/RocketChat/Rocket.Chat/pull/31700)) Fixed matrix homeserver domain setting not being visible in admin panel | ||
|
||
- ([#32012](https://github.com/RocketChat/Rocket.Chat/pull/32012)) Don't use the registration.yaml file to configure Matrix Federation anymore. | ||
|
||
- ([#31927](https://github.com/RocketChat/Rocket.Chat/pull/31927)) `stopped` lifecycle method was unexpectedly synchronous when using microservices, causing our code to create race conditions. | ||
|
||
- <details><summary>Updated dependencies [c2872a93f2]:</summary> | ||
|
||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
</details> | ||
|
||
## 6.6.3 | ||
|
||
### Patch Changes | ||
|
||
- Bump @rocket.chat/meteor version. | ||
|
||
- Bump @rocket.chat/meteor version. | ||
|
||
- ([#31895](https://github.com/RocketChat/Rocket.Chat/pull/31895)) Fix users presence stuck as online after connecting using mobile apps | ||
|
||
- <details><summary>Updated dependencies []:</summary> | ||
|
||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
</details> | ||
|
||
## 6.6.2 | ||
|
||
### Patch Changes | ||
|
||
- Bump @rocket.chat/meteor version. | ||
|
||
- Bump @rocket.chat/meteor version. | ||
|
||
- ([#31844](https://github.com/RocketChat/Rocket.Chat/pull/31844)) Fixed Federation not working with Microservice deployments | ||
|
||
- ([#31823](https://github.com/RocketChat/Rocket.Chat/pull/31823)) Revert unintentional changes real time presence data payload | ||
|
||
- ([#31833](https://github.com/RocketChat/Rocket.Chat/pull/31833)) Fix web UI not showing users presence updating to offline | ||
|
||
- <details><summary>Updated dependencies []:</summary> | ||
|
||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
</details> | ||
|
||
## 6.6.1 | ||
|
||
### Patch Changes | ||
|
Oops, something went wrong.