Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
You can see below a preview of the release change log:
6.9.0
Engine versions
14.21.3
4.4, 5.0, 6.0
1.42.2
Minor Changes
(#31917 by @rique223) Introduced a tab layout to the users page and implemented a tab called "All" that lists all users.
(#32439 by @KevLehman) Allow visitors & integrations to access downloaded files after a room has closed. This was a known limitation in our codebase, where visitors were only able to access uploaded files in a livechat conversation while the conversation was open.
(#32233 by @MartinSchoeler) Makes the triggers fired by the condition
after-guest-registration
persist on the livechat client, it will persist through reloads and pagination, only reseting when a conversation is closed (no changes were done on the agent side of the conversation)(#32193 by @csuadev) Adds CheckOption to departments multi selects improving options visibility state
(#32317) Replace the read receipt receipt indicator in order to improve the accessibility complience
(#32341) Changes the scrollbar color in order to improve the contrast and accessibility compliance
(#32298 by @aleksandernsilva) Added "Rocket.Chat Cloud Workspace ID" to workspace statistics page
Patch Changes
(#32393 by @KevLehman) Fixed an issue causing monitors to dissapear from a saved unit every time a user saved the item. This was caused by the UI not sending the correct _id of the monitors that were already saved, and this caused the Backend to ignore them and remove from the list.
(#31695) Fix an issue where read receipts menu item wasn't considering the enabled setting to be displayed
(#32454) Fixes an issue not allowing override retention policy in channels
(#32444 by @pierre-lehnen-rc) Fixed an issue that prevented CAS users from being merged with existing user data on login
(#32289 by @KevLehman) Fixed a problem in how server was processing errors that was sending 2 ephemeral error messages when @ALL or @here were used while they were disabled via permissions
(#32348) Fixed an issue where translations would fallback to english some of the times.
(#32182 by @KevLehman) Fixed an issue with object storage settings that was not allowing admins to decide if files generated via "Export conversation" feature were being proxied through server or not.
(#32311 by @KevLehman) Fixed multiple issues with PDF generation logic when a quoted message was too big to fit in one single page. This was causing an internal infinite loop within the library (as it tried to make it fit, failing and then trying to fit on next page where the same happened thus causing a loop).
The library was not able to break down some nested views and thus was trying to fit the whole quote on one single page. Logic was updated to allow wrapping of the contents when messages are quoted (so they can span multiple lines) and removed a bunch of unnecesary views from the code.
(#32364 by @matheusbsilva137) Fixed issue with "Export room as file" feature (
rooms.export
endpoint) generating an empty export when given an invalid date(#31750) Don't show Join default channels option on edit user form.
(#32314 by @AllanPazRibeiro) Fixed an issue on Users converter that was not returning the
statusText
property from users even when the typing indicated property existed.(#32391 by @tiagoevanp) Fixes link image preview not opening in gallery mode
(#32318 by @KevLehman) Fixed error handling for files bigger than NATS max allowed payload. This should prevent PDFs from erroring out when generating from rooms that contain heavy images.
(#32345) Replaces the burger menu with an appropriate button fixing the semantics and mismatching color
(#32414) Fixes the missing spacing on don`t ask again checkbox inside modals
(#32269 by @KevLehman) Fixed a bad behavior with the interaction between OTR system messages & trash collection. We use trash collection as a temporary storage that holds recently deleted items from some collections. Messages is one of those. This was causing "User joined OTR" messages to be viewable when querying the trash collection.
Since OTR messages are by definition private, code was updated to bypass trash collection when removing these special messages.
Note: this only applies to these system messages. OTR user's messages are not stored on the database.
(#32415) This fuselage`s bump fixes:
Bubble
missing font-familymore details
(#32398 by @matheusbsilva137) Fixed issue with external users being able to reset their passwords even when the "Allow Password Change for OAuth Users" setting is disabled
(#32284) fixed Engagement Dashboard and Device Management admin pages loading indefinitely
(#32342 by @juliajforesti) bump fuselage adding
AttachmentAuthorName
missing color tokenUpdated dependencies [ff4e396, bc50dd5, ad86761, f83bd56, 07c4ca0, 6205ef1, 724ba3a, ee5cdfc, 70ab2a7]: