Chore: anonymous e2e test dispatch error (#28171)
Chore: e2e omnichannel tests - Close every opened page after the test (#28152)
Chore: Remove Chore: Remove fail-fast from matrix strategy (#28153)
Chore: Replace deprecated color tokens (#28164)
Regression: Fix mentioning rooms with special chars (#28206)
Regression: "Enable unlimited apps" button on installation modal doesn't do anything (#28132)
Regression: Avoid rendering unsupported media on PDFs & update quote styling (#28048)
Fix faulty logic when deciding which attachment to render based on the mime type of it
Replace media query syntax Fix a bug when has bold text in multiple rows.
Regression: Denied Microphone permission disables composer (#28133)
Regression: Fix omnichannel chat forwarding not working (#28117)
Regression: Fix RegisterForm Translations (#28156)
Regression: Fix slash commands (#28168)
Regression: Fix toggle theme breaking UI (#28161)
Regression: Hide Workspace registration feature for non-admin users (#28154)
Regression: Image Attachment Description size (#28149)
The Image Attachment is breaking lines to match the size of the image, should follow the same size of the normal message.
Regression: Incorrect installation flow on app detail and upload app pages (#28173)
The install button displayed in the App detail page of an app from the Marketplace that hasn't been installed in the workspace didn't follow the same installation steps performed in the app list on Explore or Enterprise pages.
This PR isolates the installation handler so the exact same functions are used in both places.
The same problem was solved in the Upload App page
Regression: Incorrect system message upon adding/editing SLA policy for a room. (#28151)
Regression: Regular users were not able to leave federated rooms (#28148)
When regular users (not owners, nor moderators) tried to leave federated rooms, they were not allowed to do so due to a bad permission check.
Jira: FED-88
Regression: Remove unnecessary messages from Email transcript (#28165)
Regression: Support generating pdfs from queue (#28162)
This removes a code validation that prevented PDF files from being generated for rooms that were closed directly from the queue.
After discussing with product, this is a behavior we want and so we're removing the code preventing it and updating the translation keys.
Regression: Update color tokens for voip footer (#28197)
2023-02-28 · 21 🔍 · 18 👩💻👨💻
🔍 Minor changes
meteor build --debug
option (#28170)
(width < 767px)
with (max-width: 767px)
since the first one isn't supported on safari