Skip to content

6.9.0

Latest
Compare
Choose a tag to compare
@rocketchat-github-ci rocketchat-github-ci released this 02 Jun 23:57
· 29 commits to develop since this release

Engine versions

  • Node: 14.21.3
  • MongoDB: 4.4, 5.0, 6.0
  • Apps-Engine: 1.42.2

Minor Changes

  • (#31917) Introduced a tab layout to the users page and implemented a tab called "All" that lists all users.

  • (#32439) 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) 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) 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) Added "Rocket.Chat Cloud Workspace ID" to workspace statistics page

Patch Changes

  • (#32393) 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

  • Bump @rocket.chat/meteor version.

  • Bump @rocket.chat/meteor version.

  • Bump @rocket.chat/meteor version.

  • (#32454) Fixes an issue not allowing override retention policy in channels

  • (#32444) Fixed an issue that prevented CAS users from being merged with existing user data on login

  • (#32289) 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) 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) 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) Fixed issue with "Export room as file" feature (rooms.export endpoint) generating an empty export when given an invalid date

  • (#32314) Fixed an issue on Users converter that was not returning the statusText property from users even when the typing indicated property existed.

  • (#32500) Fix user not being set as online when setting "Use REST instead of websocket for Meteor calls" is disabled

  • (#32391) Fixes link image preview not opening in gallery mode

  • (#32318) 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.

  • (#32479) Executing a logout and login action in the same "tab/instance", some streams were not being recreated, causing countless types of bugs.

    PS: as a workaround reloading after logout or login in also solves the problem.

  • (#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) 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:

    • The message toolbar visibility on hover (Firefox ESR)
    • Bubble missing font-family

    more details

  • (#32398) 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) bump fuselage adding AttachmentAuthorName missing color token

  • Updated dependencies [ff4e396, bc50dd5, ad86761, f83bd56, 6205ef1, 724ba3a, ee5cdfc, 70ab2a7]: