Conversation
…32928) Co-authored-by: MartinSchoeler <martin.schoeler@rocket.chat>
Co-authored-by: Diego Sampaio <chinello@gmail.com>
Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>
Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>
Co-authored-by: Diego Sampaio <chinello@gmail.com>
Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com>
🦋 Changeset detectedLatest commit: 7ad8a87 The changes in this PR will be included in the next version bump. This PR includes no changesetsWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #33134 +/- ##
==========================================
+ Coverage 55.66% 59.39% +3.72%
==========================================
Files 2637 2547 -90
Lines 57523 63535 +6012
Branches 11940 14348 +2408
==========================================
+ Hits 32022 37738 +5716
- Misses 22810 23063 +253
- Partials 2691 2734 +43
Flags with carried forward coverage won't be shown. Click here to find out more. |
[no ci]
Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>
[no ci]
[no ci]
[no ci]
[no ci]
[no ci]
You can see below a preview of the release change log:
6.12.0
Engine versions
14.21.34.4, 5.0, 6.01.45.0-alpha.866Minor Changes
(#32535) Federation actions like sending message in a federated DM, reacting in a federated chat, etc, will no longer work if the configuration is invalid.
(#32916) Added a new Audit endpoint
audit/rooms.membersthat allows users withview-members-list-all-roomsto fetch a list of the members of any room even if the user is not part of it.(#32032) 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;
(#33044) Replaces an outdated banner with the Bubble component in order to display retention policy warning
(#32867) Added an accordion for advanced settings on Create teams and channels
(#32709 by @heet434) Add "Created at" column to admin rooms table
(#32535) New button added to validate Matrix Federation configuration. A new field inside admin settings will reflect the configuration status being either 'Valid' or 'Invalid'.
(#32969) Upgrades fuselage-toastbar version in order to add pause on hover functionality
(#33003) Added a new setting to enable/disable file encryption in an end to end encrypted room.
(#32868) Added
sidepanelfield toteams.createandrooms.saveRoomSettingsendpoints(#33003) Fixed a bug related to uploading end to end encrypted file.
E2EE files and uploads are uploaded as files of mime type
application/octet-streamas we can't reveal the mime type of actual content since it is encrypted and has to be kept confidential.The server resolves the mime type of encrypted file as
application/octet-streambut it wasn't playing nicely with existing settings related to whitelisted and blacklisted media types.E2EE files upload was getting blocked if
application/octet-streamis not a whitelisted media type.Now this PR solves this issue by always accepting E2EE uploads even if
application/octet-streamis not whitelisted but it will block the upload ifapplication/octet-streamis black listed.Patch Changes
(#32968) Bumped @rocket.chat/fuselage that fixes the Menu onPointerUp event behavior
Bump @rocket.chat/meteor version.
Bump @rocket.chat/meteor version.
Bump @rocket.chat/meteor version.
Bump @rocket.chat/meteor version.
Bump @rocket.chat/meteor version.
(#33159) Improves Omnichannel queue page performance
(#32986) Fixed login with third-party apps not working without the "Manage OAuth Apps" permission
(#32852) Federated users can no longer be deleted.
(#33033 by @csuadev) Fixed an issue due to an endpoint pagination that was causing that when an agent have assigned more than 50 departments, the departments have a blank space instead of the name.
(#33058) Prevent
processRoomAbandonmentcallback from erroring out when a room was inactive during a day Business Hours was not configured for.(#24889 by @Shivansh2287) Fixes an issue where the Announcement modal with long words was adding a horizontal scrollbar
(#32940) Stopped non channel members from dragging and dropping files in a channel they do not belong
(#33001) Allow apps to react/unreact to messages via bridge
(#32809) Deactivating users who federated will now be permanent.
(#31525) Fix: Show correct user info actions for non-members in channels.
(#33136) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)
(#32931) Fixed an issue that caused UI to show an error when the call to get the Business Hour type from settings returned
undefined.(#32743) Fixes an issue where creating a new user with an invalid username (containing special characters) resulted in an error message, but the user was still created. The user creation process now properly aborts when an invalid username is provided.
(#33109) Fixes the
expandedprop being accidentally forwarded toContextualbarHeader(#32846) Fixed issue with system messages being counted as agents' first responses in livechat rooms (which caused the "best first response time" and "average first response time" metrics to be unreliable for all agents)
(#32791) Fixed a behavior when updating messages that prevented the
customFieldsprop from being updated if there were no changes to themsgproperty. Now,customFieldswill be always updated on message update even ifmsgdoesn't change(#33169) Fixed issue that prevented sending encrypted filed from the mobile app
(#33101) Fixed an issue where teams were being created with no room associated with it.
(#33036) Fixes multiple problems with the
processRoomAbandonmenthook. This hook is in charge of calculating the time a room has been abandoned (this means, the time that elapsed since a room was last answered by an agent until it was closed). However, when business hours were enabled and the user didn't open on one day, if an abandoned room happened to be abandoned over the day there was no business hour configuration, then the process will error out.Additionally, the values the code was calculating were not right. When business hours are enabled, this code should only count the abandonment time while a business hour was open. When rooms were left abandoned for days or weeks, this will also throw an error or output an invalid count.
(#33174) Restored tooltips to the unit edit department field selected options
(#33054) Fixed issue with livechat analytics in a given date range considering conversation data from the following day
(#32981) fixed an issue with the "follow message" button not changing state after click
(#32928) Fixed issue where
after-registration-triggerswould show up in a page when the user was not yet registered(#33047) Fixed: Custom fields in extraData now correctly added to extraRoomInfo by livechat.beforeRoom callback during livechat room creation.
(#33040) Fixed an issue related to setting Accounts_ForgetUserSessionOnWindowClose, this setting was not working as expected.
The new meteor 2.16 release introduced a new option to configure the Accounts package and choose between the local storage or session storage. They also changed how Meteor._localstorage works internally. Due to these changes in Meteor, our setting to use session storage wasn't working as expected. This PR fixes this issue and configures the Accounts package according to the workspace settings.
(#33158) Fixes an issue where multi-step modals were closing unexpectedly
Updated dependencies [8ea6517, c11f372, 7f88158, 127866c, 0c919db, b764c41, 1f061a1, dd37ea1, 7937ff7, a14c067, 58c0efc, e28be46, 58c0efc]: