Changelog History
Page 10
-
v3.12.7 Changes
2021-05-27 Β· 1 π Β· 1 π©βπ»π¨βπ»Engine versions
- Node:
12.18.4 - NPM:
6.14.8 - MongoDB:
3.4, 3.6, 4.0 - Apps-Engine:
1.23.0
π π Bug fixes
- Discussion names showing a random value (#22172)
π©βπ»π¨βπ» Core Team π€
- Node:
-
v3.12.5 Changes
2021-04-20 Β· 1 π Β· 1 π©βπ»π¨βπ»Engine versions
- Node:
12.18.4 - NPM:
6.14.8 - MongoDB:
3.4, 3.6, 4.0 - Apps-Engine:
1.23.0
π π Bug fixes
- Livechat not retrieving messages (#21644 by @cuonghuunguyen)
π©βπ»π¨βπ» Contributors π
- Node:
-
v3.12.2 Changes
2021-03-26 Β· 2 π Β· 4 π©βπ»π¨βπ»Engine versions
- Node:
12.18.4 - NPM:
6.14.8 - MongoDB:
3.4, 3.6, 4.0 - Apps-Engine:
1.23.0
π π Bug fixes
β¬οΈ Bump Livechat widget
π Security Hotfix (https://docs.rocket.chat/guides/security/security-updates)
π©βπ»π¨βπ» Contributors π
π©βπ»π¨βπ» Core Team π€
- Node:
-
v3.12.1 Changes
2021-03-08 Β· 1 π Β· 2 π Β· 3 π©βπ»π¨βπ»Engine versions
- Node:
12.18.4 - NPM:
6.14.8 - MongoDB:
3.4, 3.6, 4.0 - Apps-Engine:
1.23.0
π Improvements
- Close Call contextual bar after starting jitsi call. (#21004 by @yash-rajpal)
After jitsi call is started, if the call is started in a new window then we should close contextual tab bar. So, when 'YES' is pressed on modal, we call handleClose function if openNewWindow is true, as call doesn't starts on tab bar, it starts on new window.
π π Bug fixes
Missing spaces on attachment (#21020)
Stopping Jitsi reload (#20973 by @yash-rajpal)
The Function where Jitsi call is started gets called many times due to
room.usernamesdep of useMemo, this dep triggers reloading of this function many times. So removing this dep from useMemo dependenciesπ©βπ»π¨βπ» Contributors π
π©βπ»π¨βπ» Core Team π€
- Node:
-
v3.12.0 Changes
2021-02-28 Β· 5 π Β· 17 π Β· 74 π Β· 30 π Β· 29 π©βπ»π¨βπ»Engine versions
- Node:
12.18.4 - NPM:
6.14.8 - MongoDB:
3.4, 3.6, 4.0 - Apps-Engine:
1.23.0
π New features
Adds the new CloudWorkspace functionality.
It allows apps to request the access token for the workspace it's installed on, so it can perform actions with other Rocket.Chat services, such as the Omni Gateway.
https://github.com/RocketChat/Rocket.Chat.Apps-engine/pull/382
- Header with Breadcrumbs (#20609)

track what languages get picked the most as preferred ui language.
- π useUserData Hook (#20584)
π Improvements
β Add symbol to indicate apps' required settings in the UI (#20447)
- Apps are able to define required settings. These settings should not be left blank by the user and an error will be thrown and shown in the interface if an user attempts to save changes in the app details page leaving any required fields blank;

- A sign (*) is added to the label of app settings' fields that are required so as to highlight the fields which must not be left blank.

- Apps are able to define required settings. These settings should not be left blank by the user and an error will be thrown and shown in the interface if an user attempts to save changes in the app details page leaving any required fields blank;
β Add visual validation on users admin forms (#20308)
β Added auto-focus for better user-experience. (#19954 by @Darshilp326)
β Added disable button check for send invite button (#20337 by @yash-rajpal)
Added Disable check for send invite button. If the text field is empty button would be disabled, and after any valid email is filled, button would get enabled
- β Added key prop, removing unwanted warnings (#20473 by @yash-rajpal)
Removes warnings listed on the issue
- β Added Markdown links to custom status. (#20470 by @yash-rajpal)
Added markdown links to user's custom status.
Previously the header icons in the sidebar didn't show a tooltip when hovered over. This PR fixes that.

- π Better Presentation of Blockquotes (#20750 by @aditya-mitra)
Changed the values of
margin-topandmargin-bottomfor first and last childs in blockquotes to increase readability.### Before

### Now

- π Change header based on room type (#20612)
It brings more flexibility, allowing us to use different hooks and different components for each header
- Check Livechat message length through REST API endpoint (#20366 by @yash-rajpal)
Added checks for message length for livechat message api, it shouldn't exceed specified character limit.
- Customize announcement (#20793 by @im-adithya)
Included new variables in customizable ones
π Make message field required in Omnichannel Triggers form (#20827 by @rafaelblink)
π New chat started system message for Omnichannel conversations (#20814 by @rafaelblink)
π¦ Replace react-window for react-virtuoso package (#20392)
Remove:
react-window
react-window-infinite-loader
simplebar-react
Include:
react-virtuoso
rc-scrollbars
- Rewrite Call as React component (#19778)
- 0οΈβ£ Selector for default custom oauth key field (#20573 by @paulobernardoaf)
- β‘οΈ Update rc-scrollbars (#20733)
π π Bug fixes
- Cancel button on Room Notification don't close contextualBar (#20237)
β Add debouncing to add users search field. (#20297 by @Darshilp326)
BEFORE
AFTER
- β Add tooltips to Thread header buttons (#20456 by @aKn1ghtOut)
Added tooltips to "Expand" and "Follow Message"/"Unfollow Message" in ThreadView for coherency.
- β Added Bio Structure for UserCard, rendering Skeleton View on loading Instead of [Object][Object] (#20305 by @yash-rajpal)
Added Bio Structure for rendering Skeleton View on loading UserCard.
- β Added check for view admin permission page (#20403 by @yash-rajpal)
Admin Permission page was visible to all, if you add admin/permissions after the base url. This should not be visible to all user, only people with certain permissions should be able to see this page. I am also able to see permissions page for open workspace of Rocket chat.

- β Adding the accidentally deleted tag template, used by other templates (#20772 by @yash-rajpal)
Adding back accidentally deleted tag Template.
- Admin cannot clear user details like bio or nickname (#20785 by @yash-rajpal)
When the API users.update is called to update user data, it passes data to saveUser function. Here before saving data like bio or nickname we are checking if they are available or not. If data is available then we are saving it, but we are not doing anything when data isn't available.
So unsetting data if data isn't available to save. Will also fix bio and other fields. :)
Admin Panel pages not visible in Safari (#20912)
π Announcement with multiple lines fixed. (#20381 by @yash-rajpal)
Announcements with multiple lines used to break UI for announcements bar. Fixed it by replacing all break lines in announcement with empty space (" ") . The announcement modal would work as usual and show all break lines.
Atlassian Crowd login with 2FA enabled (#20834)
π Attachment download from title fixed (#20585 by @yash-rajpal)
Added target = '_self' to attachment link, this seems to fix the problem, without this attribute, error page is displayed.
Adds error when personal access token is blank thereby disallowing the creation of one.
CAS login failing due to TOTP requirement (#20840)
π Changed password input field for password access in edit room info. (#20356 by @Darshilp326)
Password field would be secured with asterisks in edit room info
.
- Channel mentions showing user subscribed channels twice (#20484 by @Darshilp326)
Channel mention shows user subscribed channels twice.
always include only one value in access-control-allow-origin
Custom OAuth provider creation from env vars (#20014 by @pierreozoux)
π Default Attachments - Remove Extra Margin in Field Attachments (#20618 by @aditya-mitra)
A large amount of unnecessary margin which existed in the Field Attachments inside the
DefaultAttachmentshas been fixed.### Earlier

### Now

- 0οΈβ£ Default Attachments - Show Full Attachment.Text with Markdown (#20606 by @aditya-mitra)
Removed truncating of text in
Attachment.Text. AddedAttachment.Textto be parsed to markdown by default.### Earlier

### Now

Don't ask again not rendering (#20745)
Download buttons on desktop app and CDN being ignored (#20820)
E2E issues (#20704)
π ESLint Warning - react-hooks/exhaustive-deps (#20586 by @aditya-mitra)
Added the required dep (
label) inuseMemoto fix eslint warningreact-hooks/exhaustive-deps.β Event emitter warning (#20663)
External systems not being able to change Omnichannel Inquiry priorities (#20740)
Due to a wrong property name, external applications were not able to change the priority of Omnichannel Inquires.
- Feedback on bulk invite (#20339 by @aKn1ghtOut)
Resolved structure where no response was being received. Changed from callback to async/await. Added error in case of empty submission, or if no valid emails were found.
- Filters are not being applied correctly in Omnichannel Current Chats list (#20320 by @rafaelblink)
### Before

### After



- π Fix Empty highlighted words field (#20329 by @yash-rajpal)
Able to Empty the highlighted text field in preferences

Hide system messages not working on second save (#20679)
Icon for OTR messages (#20713)
Incorrect display of "Reply in Direct Message" in MessageAction (#17968 by @abrom)
[FIX] Incorrect display of "Reply in Direct Message" in MessageAction
Increasing unread counter twice for new threads in DMs or with mentions (#20666)
- Unread messages count won't be incremented when the message sent is on a thread (thread count is treated different)
π Links not opening in new tabs (#20651)
List of Omnichannel triggers is not listing data (#20624 by @rafaelblink)
### Before

### After

Update to latest patch version of the Apps-Engine with a fix for the Livechat bridge, as seen in https://github.com/RocketChat/Rocket.Chat.Apps-engine/pull/379
- Mark messages inside a thread as unread (#20726 by @im-adithya)
Added threads to mark unread action button.
- Markdown prop variants (#20767)
A new prop variants on Markdown component: inline and inlineWithoutBreaks
Message payload from
__my_messages__stream (#20801)Missing height on departments agents table (#20739)

Missing setting to control when to send the ReplyTo field in email notifications (#20744)
- Add a new setting ("Add Reply-To header") in the Email settings' page to control when the Reply-To header is used in e-mail notifications;
- The new setting is turned off (
falsevalue) by default.
π New Integration page was not being displayed (#20670 by @yash-rajpal)
π· Notification worker stopping on error (#20605)
OAuth Login not working on Firefox (#20722)
Omnichannel agents are unable to access the chat queue on the sidebar (#20830 by @rafaelblink)
Omnichannel Routing System not assigning chats to Bot agents (#20662)
The
Omnichannel Routing Systemis no longer assigning chats tobotagents when thebotagent is the default agent of the inquiry.Since the users are not being stored at the user collection anymore (thats a good thing actually), there is no such record to to fetch and show the username.
Quoted messages from message links when user has no permission (#20815)
Regenerate token modal on top of 2FA modal (#20798)
Regular status mutating custom status (#20613)
β Remove duplicate getCommonRoomEvents() event binding for pinnedMessages (#20179 by @aKn1ghtOut)
The getCommonRoomEvents() returned functions were bound to the pinnedMessages template twice. This was causing some bugs, as detailed in the Issue mentioned below.
- β Remove duplicate getCommonRoomEvents() event binding for starredMessages (#20185 by @aKn1ghtOut)
The getCommonRoomEvents() returned functions were bound to the starredMessages template twice. This was causing some bugs, as detailed in the Issue mentioned below. I removed the top events call that only bound the getCommonRoomEvents(). Therefore, only one call for the same is left, which is at the end of the file. Having the events bound just once removes the bugs mentioned.
β Remove warning problems from console (#20800)
β Removed tooltip in kebab menu options. (#20498 by @Darshilp326)
Removed tooltip as it was not needed.
- Retry icon comes out of the div (#20390 by @im-adithya)
Changed the height of the div container.
use correct permissions to check if room owner can override global retention policy
The proposed change fixes a bug when updates the cached records on Internet Explorer and it breaks the sidebar as shown on the screenshot below:

πΎ Save user password and email from My Account (#20737)
π Security Hotfix (https://docs.rocket.chat/guides/security/security-updates)
Selected hide system messages would now be viewed in vertical bar. (#20358 by @Darshilp326)
All selected hide system messages are now in vertical Bar.
- Selected messages don't get unselected (#20408 by @im-adithya)
- π² Sending user to home after logging in from resume token query param (#20720)
Do not redirect to
/homeanymore after logging in withresumeToken.π Server-side marked parsing (#20665)
Several Slack Importer issues (#20216)
- Fix: Slack Importer crashes when importing a large users.json file
- Fix: Slack importer crashes when messages have invalid mentions
- Skip listing all users on the preparation screen when the user count is too large.
- Split avatar download into a separate process.
- Update room's last message when the import is complete.
- Prevent invalid or duplicated channel names
- Improve message error handling.
- Reduce max allowed BSON size to avoid possible issues in some servers.
- Improve handling of very large channel files.
star icon was visible after unstarring a message (#19645 by @bhavayAnand9)
Threads Issues (#20725)
Typo in Message Character Limit (#20426 by @aditya-mitra)
Changed the spelling of Characther to Character
- Unset tshow on deleted messages (#20444 by @aKn1ghtOut)
When setting 'Message_ShowDeletedStatus' is set to true, deleting a message with
tshow: truecauses a bug on the frontend. This issue should, however, never be logically possible as a 'removed' message should not have tshow anyway. Hence, this PR unsets that when the message is set to "Message Removed".β‘οΈ Update NPS banner when changing score (#20611)
π User statuses in admin user info panel (#20341 by @RonLek)
Modifies user statuses in admin info panel based on their actual status instead of their
statusConnection. This enables correct and consistent change in user statuses. Also, bot users having status as online were classified as offline, with this change they are now correctly classified based on their corresponding statuses.- π Users autocomplete showing duplicated results (#20481 by @Darshilp326)
Added new query for outside room users so that room members are not shown twice.
π Minor changes
- β Added toast message after deleting file. (#20661 by @Darshilp326)
Update Livechat version to
1.8.0.Chore: Change error message when marking empty chat as unread (#20250 by @lucassartor)
β Chore: Disable Sessions Aggregates tests locally (#20607)
Disable Session aggregates tests in local environments For context, refer to: #20161
π Chore: Improve performance of messagesβ watcher (#20519)
π³ Chore: Push correct Docker tag of service images (#20706)
π Chore: Remove node-sprite-generator dependency (#20545)
π Chore: Try building micro services early on CI (#20046)
β‘οΈ Chore: update RC with the latest fuselage-polyfills (#20709)
Exclude user's own password from /me endpoint (#20735)
π Fix: Add network observe plug to snap (#20852)
π Improve: Add more API tests (#20738)
Add end-to-end tests for untested endpoints.
β‘οΈ Language update from LingoHub π€ on 2021-02-15Z (#20757)
β‘οΈ Language update from LingoHub π€ on 2021-02-22Z (#20853)
π Merge master into develop & Set version to 3.12.0-develop (#20533)
Mixed client and server code on Storybook (#20799)
For Storybook to work, we've mocked all modules under
**/server/, thus making them suitable to hold all code that refers Node.js modules. This implies some duplication, betweenclient/andserver/modules, mediated by modules underlibs/.Regression: Discussions inside direct messages not rendering (#20652)
Regression: Fix loadHistory method being called multiple times (#20826)
π· Regression: Fix notification worker not firing (#20829)
Regression: Fix scopes not being provided to getWorkspaceAccessToken (#20871)
π Regression: Header Styles (#20616)
Regression: Keep user custom status after change presence (#20869)
Regression: Messages not being encrypted E2E (#20922)
Regression: Prevent Message Attachment rendering (#20860)
β Remove
uiKitTextreference (#20625)Rewrite: CreateChannel modal component (#20617)

Update the Apps-Engine to latest version for the release.
- Wrong method used while starring (#20508 by @im-adithya)
Changed the method from pinMessage to starMessage
π©βπ»π¨βπ» Contributors π
- @Darshilp326
- @RonLek
- @aKn1ghtOut
- @abrom
- @aditya-mitra
- @bhavayAnand9
- @g-thome
- @im-adithya
- @lolimay
- @lucassartor
- @paulobernardoaf
- @pierreozoux
- @rafaelblink
- @yash-rajpal
π©βπ»π¨βπ» Core Team π€
- Node:
-
v3.11.6 Changes
2022-08-22 Β· 2 π Β· 1 π Β· 2 π©βπ»π¨βπ»Engine versions
- MongoDB:
3.4, 3.6, 4.0
π π Bug fixes
Support DISABLE_PRESENCE_MONITOR env var in new DB watchers (#22257)
π User presence being processes even if presence monitor was disabled (#22927)
π Minor changes
- Chore: Change Ubuntu version to 20.04 on all GitHub Actions (#23200)
π©βπ»π¨βπ» Core Team π€
- MongoDB:
-
v3.11.5 Changes
2021-04-20 Β· 1 π Β· 1 π©βπ»π¨βπ»Engine versions
- Node:
12.18.4 - NPM:
6.14.8 - MongoDB:
3.4, 3.6, 4.0 - Apps-Engine:
1.22.2
π π Bug fixes
- Livechat not retrieving messages (#21644 by @cuonghuunguyen)
π©βπ»π¨βπ» Contributors π
- Node:
-
v3.11.2 Changes
2021-02-28 Β· 3 π Β· 3 π©βπ»π¨βπ»Engine versions
- Node:
12.18.4 - NPM:
6.14.8 - MongoDB:
3.4, 3.6, 4.0 - Apps-Engine:
1.22.2
π π Bug fixes
- External systems not being able to change Omnichannel Inquiry priorities (#20740)
Due to a wrong property name, external applications were not able to change the priority of Omnichannel Inquires.
Prevent Message Attachment rendering (#20860)
Room owner not being able to override global retention policy (#20727 by @g-thome)
use correct permissions to check if room owner can override global retention policy
π©βπ»π¨βπ» Contributors π
π©βπ»π¨βπ» Core Team π€
- Node:
-
v3.11.1 Changes
2021-02-10 Β· 5 π Β· 6 π©βπ»π¨βπ»Engine versions
- Node:
12.18.4 - NPM:
6.14.8 - MongoDB:
3.4, 3.6, 4.0 - Apps-Engine:
1.22.2
π π Bug fixes
- π Attachment download from title fixed (#20585 by @yash-rajpal)
Added target = '_self' to attachment link, this seems to fix the problem, without this attribute, error page is displayed.
Gif images aspect ratio on preview (#20654)
Update to latest patch version of the Apps-Engine with a fix for the Livechat bridge, as seen in https://github.com/RocketChat/Rocket.Chat.Apps-engine/pull/379
- Omnichannel Routing System not assigning chats to Bot agents (#20662)
The
Omnichannel Routing Systemis no longer assigning chats tobotagents when thebotagent is the default agent of the inquiry.- β‘οΈ Update NPS banner when changing score (#20611)
π©βπ»π¨βπ» Contributors π
π©βπ»π¨βπ» Core Team π€
- Node:
-
v3.11.0 Changes
2021-01-31 Β· 8 π Β· 9 π Β· 52 π Β· 44 π Β· 32 π©βπ»π¨βπ»Engine versions
- Node:
12.18.4 - NPM:
6.14.8 - MongoDB:
3.4, 3.6, 4.0 - Apps-Engine:
1.22.1
π New features
Apps: Apps Permission System (#20078)
ENTERPRISE: Automatic transfer of unanswered conversations to another agent (#20090)
ENTERPRISE: Omnichannel Contact Manager as preferred agent for routing (#20244)
If the
Contact-Manageris assigned to a Visitor, the chat will automatically get transferred to the respective Contact-Manager, provided the Contact-Manager is online. In-case the Contact-Manager is offline, the chat will be transferred to any other online agent. We have provided a setting to control this auto-assignment feature
Behavior based-on Routing method
Auto-selection, Load-Balancing, or External Service (
autoAssignAgent = true) This is straightforward, - if the Contact-manager is online, the chat will be transferred to the Contact-Manger only - if the Contact-manager is offline, the chat will be transferred to any other online-agent based on the Routing systemManual-selection (
autoAssignAgent = false) - If the Contact-Manager is online, the chat will appear in the Queue of Contact-Manager ONLY - If the Contact-Manager is offline, the chat will appear in the Queue of all related Agents/Manager ( like it's done right now )
- Banner system and NPS (#20221)
More robust and scalable banner system for alerting users.
- Email Inboxes for Omnichannel (#20101 by @rafaelblink)
With this new feature, email accounts will receive email messages(threads) which will be transformed into Omnichannel chats. It'll be possible to set up multiple email accounts, test the connection with email server(email provider) and define the behaviour of each account.
https://user-images.githubusercontent.com/2493803/105430398-242d4980-5c32-11eb-835a-450c94837d23.mp4
### New item on admin menu

### Send test email tooltip

### Inbox Info

### SMTP Info

### IMAP Info

### Messages

π Improvements
- β Add extra SAML settings to update room subs and add private room subs. (#19489 by @tlskinneriv)
Added a SAML setting to support updating room subscriptions each time a user logs in via SAML. Added a SAML setting to support including private rooms in SAML updated subscriptions (whether initial or on each logon).
Autofocus on directory (#20509)
0οΈβ£ Don't use global search by default (#19777 by @i-kychukov & @ikyuchukov)
Global chat search is not set by default now.
- Message Collection Hooks (#20121)
Integrating a list of messages into a React component imposes some challenges. Its content is provided by some REST API calls and live-updated by streamer events. To avoid too much coupling with React Hooks, the structures
RecordList,MessageListand their derivatives are simple event emitters created and connected on components via some simple hooks, likeuseThreadsList()anduseRecordList().Rewrite Announcement as React component (#20172)
Rewrite Prune Messages as React component (#19900)
Rewrite User Dropdown and Kebab menu. (#20070)

- Title for user avatar buttons (#20083 by @sushant52)
Made user avatar change buttons to be descriptive of what they do.
- Tooltip added for Kebab menu on chat header (#20116 by @yash-rajpal)
Added the missing Tooltip for kebab menu on chat header.

π π Bug fixes
- "Open_thread" English tooltip correction (#20164 by @aKn1ghtOut)
Remove unnecessary spaces from the translation key, and added English translation value for the key.
Apps: Don't show the "review permissions" modal when there's none to review (#20506)
ENTERPRISE: Auditing RoomAutocomplete (#20311)
ENTERPRISE: Omnichannel custom fields not storing additional form values (#19953 by @rafaelblink)
Actions from User Info panel (#20073 by @Darshilp326)
Users can be removed from channels without any error message.
- β Added context check for closing active tabbar for member-list (#20228 by @yash-rajpal)
When we click on a username and then click on see user's full profile, a tab gets active and shows us the user's profile, the problem occurs when the tab is still active and we try to see another user's profile. In this case, tabbar gets closed. To resolve this, added context check for closing action of active tabbar.
- β Added Margin between status bullet and status label (#20199 by @yash-rajpal)
Added Margins between status bullet and status label
- β Added success message on saving notification preference. (#20220 by @Darshilp326)
Added success message after saving notification preferences.
Agent information panel not rendering (#19965 by @rafaelblink)
π Change header's favorite icon to filled star (#20174)
### Before:

### After:

- π Changed success message for adding custom sound. (#20272 by @Darshilp326)
- π Changed success message for ignoring member. (#19996 by @Darshilp326)
Different messages for ignoring/unignoring will be displayed.
Creation of Omnichannel rooms not working correctly through the Apps when the agent parameter is set (#19997)
Engagement dashboard graphs labels superposing each other (#20267)
Now after a certain breakpoint, the graphs should stack vertically, and overlapping text rotated.

- Fields overflowing page (#20287)
### Before

### After

- π Fix error that occurs on changing archive status of room (#20098 by @aKn1ghtOut)
This PR fixes an issue that happens when you try to edit the info of a room, and save changes after changing the value of "Archived". The archive functionality is handled separately from other room settings. The archived key is not used in the saveRoomSettings method but was still being sent over. Hence, the request was being considered invalid. I deleted the "archived" key from the data being sent in the request, making the request valid again.
π Initial values update on Account Preferences (#19938)
π Invalid filters on the Omnichannel Analytics page (#19899)
Jump to message (#20265)
Livechat.RegisterGuest method removing unset fields (#20124 by @rafaelblink)
After changes made on https://github.com/RocketChat/Rocket.Chat/pull/19931, the
Livechat.RegisterGuestmethod started removing properties from the visitor inappropriately. The properties that did not receive value were removed from the object. Those changes were made to support the new Contact Form, but now the form has its own method to deal with Contact data so those changes are no longer necessary.- Markdown added for Header Room topic (#20021 by @yash-rajpal)
With the new 3.10.0 version update the Links in topic section below room name were not working, for more info refer issue #20018
β‘οΈ Messages being updated when not required after user changes his profile (#20114)
Meteor errors not translating for toast messages (#19993)
minWidth in FileIcon to prevent layout to broke (#19942)

Normalize messages for users in endpoint chat.getStarredMessages (#19962)
OAuth users being asked to change password on second login (#20003)
Omnichannel - Contact Center form is not validating custom fields properly (#20196 by @rafaelblink)
The contact form is accepting undefined values in required custom fields when creating or editing contacts, and, the errror message isn't following Rocket.chat design system.
### Before

### After
#### New

#### Edit

Omnichannel Agents unable to take new chats in the queue (#20022 by @rafaelblink)
Omnichannel Business Hours form is not being rendered (#20007 by @rafaelblink)
Omnichannel raw model importing meteor dependency (#20093)
Omnichannel rooms breaking after return to queue or forward (#20089)
Profile picture changing with username (#19992)

- β Remove duplicate blaze events call for EmojiActions from roomOld (#20159 by @aKn1ghtOut)
A few methods concerning Emojis are bound multiple times to the DOM using the Template events() call, once in the reactions init.js and the other time after they get exported from app/ui/client/views/app/lib/getCommonRoomEvents.js to whatever page binds all the functions. The getCommonRoomEvents methods are always bound, hence negating a need to bind in a lower-level component.
- Room special name in prompts (#20277 by @aKn1ghtOut)
The "Hide room" and "Leave Room" confirmation prompts use the "name" key from the room info. When the setting " Allow Special Characters in Room Names" is enabled, the prompts show the normalized names instead of those that contain the special characters.
Changed the value being used from name to fname, which always has the user-set name.
Previous:

Updated:

- Room's list showing all rooms with same name (#20176)
Add a migration to fix the room's list for those who ran version 3.10.1 and got it scrambled when a new user was registered.
RoomManager validation broken on IE (#20490)
Disallows showing a success popup when email field is made blank in Edit User and instead shows the relevant error popup.

- Status circle in profile section (#20016 by @yash-rajpal)
The Status Circle in status message text input is now centered vertically.
Tabbar is opened (#20122)
Translate keyword for 'Showing results of' in tables (#20134 by @Karting06)
Change translation keyword in order to allow the translation of
Showing results %s - %s of %sin tables.Unable to reset password by Email if upper case character is pr⦠(#19643 by @bhavayAnand9)
π User Audio notification preference not being applied (#20061)
π User info 'Full Name' translation keyword (#20028 by @Karting06)
Fix the
Full Nametranslation keyword, so that it can be translated.β‘οΈ User registration updating wrong subscriptions (#20128)
Video call message not translated (#18722)
Fixed video call message not translated.
- π ViewLogs title translation keyword (#20029 by @Karting06)
Fix
View Logstitle translation keyword to enable translation of the titleWhite screen after 2FA code entered (#20225 by @wggdeveloper)
Wrong userId when open own user profile (#20181)
π Minor changes
- β Add translation of Edit Status in all languages (#19916 by @sushant52)
Closes #19915 The profile options menu is well translated in many languages. However, Edit Status is the only button which is not well translated. With this change, the whole profile options will be properly translated in a lot of languages.
β¬οΈ Bump axios from 0.18.0 to 0.18.1 (#20055 by @dependabot[bot])
β Chore: Add tests for the api/licenses.* endpoints (#20041 by @lucassartor)
Adding api tests for the new
licenses.*endpoints (licenses.getandlicenses.add)β Chore: add tests to api/instances.get endpoint (#19988 by @lucassartor)
β Chore: Change console.warning() to console.warn() (#20200 by @lucassartor)
chore: Change return button (#20045)
Chore: Fix i18n duplicated keys (#19998)
β‘οΈ Chore: Recover and update Storybook (#20047)
It reenables Storybook's usage.
β‘οΈ Language update from LingoHub π€ on 2020-12-30Z (#20013)
β‘οΈ Language update from LingoHub π€ on 2021-01-04Z (#20034)
β‘οΈ Language update from LingoHub π€ on 2021-01-11Z (#20146)
β‘οΈ Language update from LingoHub π€ on 2021-01-18Z (#20246)
β Regression: Add tests to new banners REST endpoints (#20492 by @lucassartor)
Add tests for the new
banners.*endpoints:banners.getNewandbanners.dismiss.- Regression: Announcement bar not showing properly Markdown content (#20290)
Before:

After:

regression: Announcement link open in new tab (#20435)
Regression: Apps-Engine - Convert streams to buffers on file upload (#20523)
This is an implementation to accommodate the changes in API for the
IPreFileUploadhook in the Apps-Engine. Explanation on the reasoning for it is here https://github.com/RocketChat/Rocket.Chat.Apps-engine/pull/376Regression: Attachments (#20291)
Regression: Bio page not rendering (#20450)
Regression: Change sort icon (#20177)
### Before

### After

- Regression: Custom field labels are not displayed properly on Omnichannel Contact Profile form (#20393 by @rafaelblink)
### Before


### After


- π Regression: ESLint Warning - explicit-function-return-type (#20434 by @aditya-mitra)
Added explicit Return Type (Promise) on the function to fix eslint warning (
explicit-function-return-type)π Regression: Fix banners sync data types (#20517)
Regression: Fix Cron statistics TypeError (#20343 by @RonLek)
Regression: Fix duplicate email messages in multiple instances (#20495)
Regression: Fix e2e paused state (#20511)
β‘οΈ Regression: Fixed update room avatar issue. (#20433 by @Darshilp326)
Users can now update their room avatar without any error.
π Regression: Info Page Icon style and usage graph breaking (#20180)
π Regression: Lint warnings and some datepicker (#20280)
Regression: NPS (#20514)
Regression: reactAttachments cpu (#20255)
Regression: Room not scrolling to bottom (#20516)
Regression: Set image sizes based on rotation (#20531)
Regression: Unread superposing announcement. (#20306)
### Before

### After


- Rewrite Broadcast (#20119)

- Rewrite Discussion Metric (#20117)
https://user-images.githubusercontent.com/5263975/104031909-23190880-51ac-11eb-93dd-5d4b5295886d.mp4

π Security sync (#20430)
β‘οΈ Update "Industry" setting (#20510)
β‘οΈ Update Apps-Engine and permissions translations (#20491 by @lolimay)
Update Apps-Engine version and apply changes in translations for the changed permissions. Please review the texts on the translation files to make sure they're clear.
- β‘οΈ Update Apps-Engine version (#20482)
Update Apps-Engine version with some fixes for the current RC cycle.
π©βπ»π¨βπ» Contributors π
- @Darshilp326
- @Karting06
- @RonLek
- @aKn1ghtOut
- @aditya-mitra
- @bdelwood
- @bhavayAnand9
- @dependabot[bot]
- @i-kychukov
- @ikyuchukov
- @lolimay
- @lucassartor
- @moniang
- @rafaelblink
- @sushant52
- @tlskinneriv
- @wggdeveloper
- @yash-rajpal
- @zdumitru
π©βπ»π¨βπ» Core Team π€
- Node: