-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Upstream Catchup] Merge RC:master to develop_pwa #1283
base: develop_pwa
Are you sure you want to change the base?
Commits on Jun 23, 2022
-
[BREAK] use urlParams on omnichannel/agent/extension/ (RocketChat#25982)
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
Configuration menu - View commit details
-
Copy full SHA for b77c075 - Browse repository at this point
Copy the full SHA b77c075View commit details -
Regression: Non-reactive routes (RocketChat#25990)
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> When `Tracker.autorun()` calls are nested, it's possible that an invalidation at the parent render the children non-reactive due to synchronous calls. To avoid that under the callback given by `useSyncExternalStore`, we schedule an `onStoreChange` callback call to not make it reside at the same backtrace. <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
Configuration menu - View commit details
-
Copy full SHA for 77957d8 - Browse repository at this point
Copy the full SHA 77957d8View commit details
Commits on Jun 24, 2022
-
[FIX] sidebar colors (RocketChat#25987)
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... --> Co-authored-by: Guilherme Gazzo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0f8643 - Browse repository at this point
Copy the full SHA d0f8643View commit details -
Chore: Fuselage update (RocketChat#25983)
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
Configuration menu - View commit details
-
Copy full SHA for 51fe2c5 - Browse repository at this point
Copy the full SHA 51fe2c5View commit details -
Chore: VoIP Context (RocketChat#25994)
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
Configuration menu - View commit details
-
Copy full SHA for 4fbe782 - Browse repository at this point
Copy the full SHA 4fbe782View commit details -
Chore: Migrate from meteor model to raw (RocketChat#25756)
Co-authored-by: Diego Sampaio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 24ffc28 - Browse repository at this point
Copy the full SHA 24ffc28View commit details -
[FIX] Initial members value on Create Channel Modal (RocketChat#26000)
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> #### before ![Screen Shot 2022-06-24 at 11 58 22](https://user-images.githubusercontent.com/27704687/175562315-221dbc9a-5695-4259-a8f7-644e2ff0ab36.png) #### after ![Screen Shot 2022-06-24 at 11 59 38](https://user-images.githubusercontent.com/27704687/175562510-a4a6be49-bbd2-4aeb-aedb-a5a7a6f1159d.png) <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
Configuration menu - View commit details
-
Copy full SHA for d9ffbd6 - Browse repository at this point
Copy the full SHA d9ffbd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65a1000 - Browse repository at this point
Copy the full SHA 65a1000View commit details -
Chore: Fuselage update (RocketChat#26004)
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
Configuration menu - View commit details
-
Copy full SHA for 75240f1 - Browse repository at this point
Copy the full SHA 75240f1View commit details -
Chore: Fixes e2e playwright intermittences (RocketChat#25984)
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... --> Co-authored-by: Weslley Campos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 579bd81 - Browse repository at this point
Copy the full SHA 579bd81View commit details
Commits on Jun 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5109cd3 - Browse repository at this point
Copy the full SHA 5109cd3View commit details -
Chore: convert e2e to ts (RocketChat#25958)
Co-authored-by: Guilherme Gazzo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf921ac - Browse repository at this point
Copy the full SHA cf921acView commit details -
Regression: Webhook Integration Creation + string error toast msg (Ro…
…cketChat#26008) ## Issue(s) While creating an webhook integration, it was missing the **v1/**. Also, the toast was not properly displaying error messages ## Before: ![image](https://user-images.githubusercontent.com/1761174/175665990-c3e820c2-e9af-44ff-b0da-03b6a803f930.png) ![image](https://user-images.githubusercontent.com/1761174/175666183-d8d6999c-8ffd-43e9-835b-61ba76853d6b.png) ## After: ![image](https://user-images.githubusercontent.com/1761174/175665664-72b99178-e720-41a6-aec0-d0d06a25dfc2.png) ## Steps to test or reproduce Try creating an Integration Webhook in Admin > Integrations. The payload will be sent to: http://localhost:3000/api/integrations.create Edit a user, and set it's email the same email as an existing user: the toast message will not display the correct message Co-authored-by: Debdut Chakraborty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c8f93fa - Browse repository at this point
Copy the full SHA c8f93faView commit details -
[BREAK] Remove show message in main thread preference (RocketChat#26002)
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> This PR removes the confusion between the `show message in main thread` and the function `also to send to channel`. In the past, we used the `show message in main thread` as a solution to help users to understand the thread feature, as this feature is now mature enough there's no reason to maintain this preference. Send the thread message to the main channel or just inside of the thread, should be a decision from the user where the function `also send to channel` appears. Because of that, and because of a bunch of requests and issues we received, we're introducing a new preference `also send thread to channel` where users will be able to decide the behavior of the checkbox. ![image](https://user-images.githubusercontent.com/27704687/175655594-023c5907-adc8-4924-ba7d-467608d06fec.png) Now there are three behavior options - `Default`: when it unchecks after sending the first message <img width='250px' height='350px' src='https://user-images.githubusercontent.com/27704687/175656500-34817639-7f13-4641-b4fa-9dd106e99443.gif' /> - `Always`: stay checked for all messages <img width='250px' height='350px' src='https://user-images.githubusercontent.com/27704687/175657299-d88efaba-1c2b-4bb9-a23a-f9755dcec5ca.gif' /> - `Never`: stay unchecked for all messages <img width='250px' height='350px' src='https://user-images.githubusercontent.com/27704687/175657544-3dcd0adc-05cf-4196-83a6-f6cc29a1de2b.gif' /> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> Closes RocketChat#20695 Closes RocketChat#19167 Closes RocketChat#18347 ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... --> Co-authored-by: Guilherme Gazzo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e85a63b - Browse repository at this point
Copy the full SHA e85a63bView commit details -
Chore: Major refactors in pageobjects (RocketChat#26015)
## Proposed changes (including videos or screenshots) - Simplify pageobjects - Remove unused code
souzaramon authoredJun 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 89546dd - Browse repository at this point
Copy the full SHA 89546ddView commit details -
[IMPROVE] Moved call wrap up modal to EE (RocketChat#25875)
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> This PR adds a restriction, enabling the feature to display the call wrap up modal only for Enterprise Edition users. <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
Configuration menu - View commit details
-
Copy full SHA for 750cab1 - Browse repository at this point
Copy the full SHA 750cab1View commit details -
[FIX] Append path To Route For Custom Emoji (RocketChat#24379)
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) Till now, only the custom-emoji page is opening when the user clicks on add custom emoji but now when the user clicks on add custom emoji, it should redirect to admin/custom-emoji/new and the dialog box will open. <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce 1. Go to any message 2. open Add reaction Component 3. click on add new custom emoji 4. It will redirect to a custom emoji page. <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
Configuration menu - View commit details
-
Copy full SHA for 20f4382 - Browse repository at this point
Copy the full SHA 20f4382View commit details -
[IMPROVE] Differ Voip calls from Incoming and Outgoing (RocketChat#25643
) <!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> Updated this column and its respective endpoints to support inbound/outfound call definitions ![image](https://user-images.githubusercontent.com/34130764/170512008-34202ed8-3ed4-4c28-baa5-25efc17543d5.png) <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... --> Clickup: https://app.clickup.com/t/22bmc0f Co-authored-by: Kevin Aleman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for acdb7f9 - Browse repository at this point
Copy the full SHA acdb7f9View commit details -
Chore: Updating Apps-Engine (RocketChat#26001)
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
Configuration menu - View commit details
-
Copy full SHA for ba0979c - Browse repository at this point
Copy the full SHA ba0979cView commit details -
Regression: Fix voip call wrap-up model not working (RocketChat#26024)
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ![image](https://user-images.githubusercontent.com/34130764/175973169-aa3c3f3f-8b74-43ef-87ab-53c27b9f01c9.png) ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
Configuration menu - View commit details
-
Copy full SHA for ace6f5b - Browse repository at this point
Copy the full SHA ace6f5bView commit details -
Chore: Migrate oembed to ts (RocketChat#25622)
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
Configuration menu - View commit details
-
Copy full SHA for 5afe5ce - Browse repository at this point
Copy the full SHA 5afe5ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1928fc - Browse repository at this point
Copy the full SHA d1928fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f8d3d7 - Browse repository at this point
Copy the full SHA 9f8d3d7View commit details
Commits on Jun 28, 2022
-
[FIX] Importer files are unnecessarily transferred over the network. (R…
…ocketChat#25919) <!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... --> Co-authored-by: Guilherme Gazzo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 695d3b9 - Browse repository at this point
Copy the full SHA 695d3b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c96eda - Browse repository at this point
Copy the full SHA 3c96edaView commit details -
[NEW] Engagement Metrics - Phase 2 (RocketChat#25505)
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> Add the following new statistics (metrics): - Total Broadcast rooms - Total rooms with an active Livestream; - Total triggered emails; - Total subscription roles; - Total User Roles; - Total uncaught exceptions; - `homeTitleChanged`: boolean value to indicate whether the `Layout_Home_Title` setting has been changed; - `homeBodyChanged`: boolean value to indicate whether the `Layout_Home_Body` setting has been changed; - `customCSSChanged`: boolean value to indicate whether the `theme-custom-css` setting has been changed; - `onLogoutCustomScriptChanged`: boolean value to indicate whether the `Custom_Script_On_Logout` setting has been changed; - `loggedOutCustomScriptChanged`: boolean value to indicate whether the `Custom_Script_Logged_Out` setting has been changed; - `loggedInCustomScriptChanged`: boolean value to indicate whether the `Custom_Script_Logged_In` setting has been changed; - `matrixBridgeEnabled`: boolean value to indicate whether the Matrix bridge has been enabled; <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
Configuration menu - View commit details
-
Copy full SHA for 65ab15b - Browse repository at this point
Copy the full SHA 65ab15bView commit details -
[IMPROVE] Moved call hold/unhold to EE (RocketChat#26007)
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> This PR adds a restriction, enabling the feature to hold/unhold calls only for Enterprise Edition users. <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
Configuration menu - View commit details
-
Copy full SHA for 31d7635 - Browse repository at this point
Copy the full SHA 31d7635View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88ac941 - Browse repository at this point
Copy the full SHA 88ac941View commit details -
Chore: Introduce new index to query active livechat conversations for…
… cloud scaling (RocketChat#26047) <!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... --> Query to be used: ``` { t: 'l', "source.type": 'widget', open: true, "v.status": {$ne: 'offline'} } ``` ### Next steps - Prometheus metric
Configuration menu - View commit details
-
Copy full SHA for e2cbce2 - Browse repository at this point
Copy the full SHA e2cbce2View commit details -
[NEW] Enable outbound calling for EE (RocketChat#25843) (RocketChat#2…
…5960) * Clickup Task: https://app.clickup.com/t/22bmce2 Description: Creating EE structure for outbound dialing. Refactored VoIPUser.ts and made necessary fields protected. Created VoIPUser or EEVoipClient based on the licensing in SimpleVoipUser Made necessary changes for using the voip client. * Clickup Task: https://app.clickup.com/t/22bmce2 Description: Adding missing file. * Clickup Task: https://app.clickup.com/t/22bmce2 Description: Connector changes for detecting the outbound call. * Clickup Task: https://app.clickup.com/t/22bmce2 Description: Handling review comments.<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... --> Co-authored-by: amolghode1981 <[email protected]> Co-authored-by: Murtaza Patrawala <[email protected]> Co-authored-by: Aleksander Nicacio da Silva <[email protected]> Co-authored-by: Tiago Evangelista Pinto <[email protected]> Co-authored-by: Guilherme Gazzo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 957c69d - Browse repository at this point
Copy the full SHA 957c69dView commit details -
[NEW][APPS] Allowing apps to register authenticated routes (RocketCha…
…t#25937) <!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> Adds adaptations that allow apps to declare an API endpoint that requires authorization from Rocket.Chat prior to executing <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... --> PR on Apps-Engine side RocketChat/Rocket.Chat.Apps-engine#523
Configuration menu - View commit details
-
Copy full SHA for 887c133 - Browse repository at this point
Copy the full SHA 887c133View commit details -
Chore: Bump fuselage and update icon (RocketChat#26036)
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
Configuration menu - View commit details
-
Copy full SHA for aa37ad6 - Browse repository at this point
Copy the full SHA aa37ad6View commit details -
[IMPROVE] Expand the feature set of the new message rendering (Rocket…
…Chat#25970) <!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> - Everything inside a new package (`@rocket.chat/gazzodown`); - KaTeX support; - Highlighted Words support; - Emoji rendering expanded; - Code rendering fixed <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
Configuration menu - View commit details
-
Copy full SHA for 8634d3c - Browse repository at this point
Copy the full SHA 8634d3cView commit details -
Chore: Add missing Swedish livechat translations (RocketChat#26048)
Co-authored-by: Diego Sampaio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 55bae7b - Browse repository at this point
Copy the full SHA 55bae7bView commit details -
Chore: Account/Profile to TS (RocketChat#25929)
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... --> Co-authored-by: Guilherme Gazzo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 30a2549 - Browse repository at this point
Copy the full SHA 30a2549View commit details -
[NEW] VoIP Input/Output Device Selection (RocketChat#25966)
Co-authored-by: amolghode1981 <[email protected]> Co-authored-by: Kevin Aleman <[email protected]> Co-authored-by: Aleksander Nicacio da Silva <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bac49e2 - Browse repository at this point
Copy the full SHA bac49e2View commit details -
Regression: Fix threads list (RocketChat#26052)
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
Configuration menu - View commit details
-
Copy full SHA for 2fc5dff - Browse repository at this point
Copy the full SHA 2fc5dffView commit details
Commits on Jun 29, 2022
-
Regression: Fix micro services (RocketChat#26054)
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> This will also make it break during build. ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
Configuration menu - View commit details
-
Copy full SHA for 44d75ed - Browse repository at this point
Copy the full SHA 44d75edView commit details -
[IMPROVE] VoIP admin page cleanup: remove unused settings (RocketChat…
…#25993) <!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> https://app.clickup.com/t/2n4m61m <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... --> Co-authored-by: Murtaza Patrawala <[email protected]> Co-authored-by: Kevin Aleman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a95192 - Browse repository at this point
Copy the full SHA 3a95192View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbd3f10 - Browse repository at this point
Copy the full SHA bbd3f10View commit details -
[BREAK] remove unused endpoints and restify others (RocketChat#25889)
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... --> Co-authored-by: Murtaza Patrawala <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7f3789 - Browse repository at this point
Copy the full SHA a7f3789View commit details -
[NEW] Community Edition Watermark (RocketChat#25844)
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
Configuration menu - View commit details
-
Copy full SHA for 0f40989 - Browse repository at this point
Copy the full SHA 0f40989View commit details -
[NEW][APPS] Allow apps to modify a subset of global settings (RocketC…
…hat#25913) <!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
Configuration menu - View commit details
-
Copy full SHA for a6ef22a - Browse repository at this point
Copy the full SHA a6ef22aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7519a9 - Browse repository at this point
Copy the full SHA f7519a9View commit details -
Regression: Invalid Voip host issue preventing agents connecting to a…
…sterisk (RocketChat#26056) <!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> One of the settings removed here RocketChat#25993 was still getting used for getting the asterisk server URL causing this issue ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
Configuration menu - View commit details
-
Copy full SHA for d3e5980 - Browse repository at this point
Copy the full SHA d3e5980View commit details -
Chore: ui-client package (RocketChat#25916)
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
Configuration menu - View commit details
-
Copy full SHA for e122956 - Browse repository at this point
Copy the full SHA e122956View commit details -
Chore: Convert normalizeMessagesForUser (RocketChat#26059)
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
Configuration menu - View commit details
-
Copy full SHA for d949f9a - Browse repository at this point
Copy the full SHA d949f9aView commit details -
[FIX] Remove duplicated icon bell when is thread main message (Rocket…
…Chat#26051) <!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... --> Remove duplicated notification icon on thread main message. Before: <img width="429" alt="Screen Shot 2022-06-28 at 16 22 51" src="https://user-images.githubusercontent.com/9275105/176268825-c6c7d8f8-5618-4388-a2d9-3f427ca6d743.png"> After: <img width="437" alt="Screen Shot 2022-06-28 at 16 21 44" src="https://user-images.githubusercontent.com/9275105/176268852-76cb4597-0b9d-4218-bec9-6253c76b2406.png">
Filipe Marins authoredJun 29, 2022 Configuration menu - View commit details
-
Copy full SHA for 4c77bdf - Browse repository at this point
Copy the full SHA 4c77bdfView commit details -
[FIX] Error "numRequestsAllowed" property in rateLimiter for REST API…
… endpoint when upgrading (RocketChat#26058) <!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
Configuration menu - View commit details
-
Copy full SHA for d00b35a - Browse repository at this point
Copy the full SHA d00b35aView commit details -
Chore: Convert useSidebarPaletteColor (RocketChat#26065)
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
Configuration menu - View commit details
-
Copy full SHA for 79de11a - Browse repository at this point
Copy the full SHA 79de11aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f02830a - Browse repository at this point
Copy the full SHA f02830aView commit details -
[FIX] Update subscription on update team member (RocketChat#25855)
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> Added update to subscription when a team member is updated on `teams.updateMember` <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
Configuration menu - View commit details
-
Copy full SHA for f448ccc - Browse repository at this point
Copy the full SHA f448cccView commit details -
[FIX] Too many watchers in dev environment. (RocketChat#25930)
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
Configuration menu - View commit details
-
Copy full SHA for 016584b - Browse repository at this point
Copy the full SHA 016584bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0245a5 - Browse repository at this point
Copy the full SHA e0245a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for decb096 - Browse repository at this point
Copy the full SHA decb096View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80ae54e - Browse repository at this point
Copy the full SHA 80ae54eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8486202 - Browse repository at this point
Copy the full SHA 8486202View commit details
Commits on Jun 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b01685d - Browse repository at this point
Copy the full SHA b01685dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3544ed0 - Browse repository at this point
Copy the full SHA 3544ed0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c0864f - Browse repository at this point
Copy the full SHA 6c0864fView commit details -
[FIX] Not showing edit message button when blocking edit after N minu…
…tes (RocketChat#25724) Co-authored-by: Diego Sampaio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f7513fa - Browse repository at this point
Copy the full SHA f7513faView commit details -
[BREAK] Suspend push notifications when login token is invalidated (R…
…ocketChat#20913) Co-authored-by: Diego Sampaio <[email protected]> Co-authored-by: Pierre Lehnen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8db9e7f - Browse repository at this point
Copy the full SHA 8db9e7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b03d848 - Browse repository at this point
Copy the full SHA b03d848View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb7c9a9 - Browse repository at this point
Copy the full SHA cb7c9a9View commit details -
Regression: Revert Livechat packages upgrades/removals that were caus…
…ing issues (RocketChat#26077)
Configuration menu - View commit details
-
Copy full SHA for 26a9965 - Browse repository at this point
Copy the full SHA 26a9965View commit details -
[NEW][APPS] Allow dispatchment of actions from input elements (Rocket…
…Chat#25949) Co-authored-by: Guilherme Gazzo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 794a8ea - Browse repository at this point
Copy the full SHA 794a8eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc7e357 - Browse repository at this point
Copy the full SHA dc7e357View commit details -
Chore: Improve footer Template (RocketChat#26085)
Co-authored-by: Tiago Evangelista Pinto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4e4e8a - Browse repository at this point
Copy the full SHA f4e4e8aView commit details
Commits on Jul 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for aeb534f - Browse repository at this point
Copy the full SHA aeb534fView commit details -
[IMPROVE] Avoid using omnichannel-queue collection (RocketChat#25491)
Co-authored-by: Murtaza Patrawala <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 160dfac - Browse repository at this point
Copy the full SHA 160dfacView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae0835b - Browse repository at this point
Copy the full SHA ae0835bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1a8ee2 - Browse repository at this point
Copy the full SHA c1a8ee2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83f0043 - Browse repository at this point
Copy the full SHA 83f0043View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96d23c1 - Browse repository at this point
Copy the full SHA 96d23c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa95ee0 - Browse repository at this point
Copy the full SHA aa95ee0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bb284d - Browse repository at this point
Copy the full SHA 1bb284dView commit details -
[BREAK] VideoConference (RocketChat#25570)
Co-authored-by: Pierre Lehnen <[email protected]> Co-authored-by: Tasso Evangelista <[email protected]> Co-authored-by: Guilherme Gazzo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 60638b9 - Browse repository at this point
Copy the full SHA 60638b9View commit details -
[FIX] Validate room access (RocketChat#24534)
Co-authored-by: Pierre Lehnen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26c310c - Browse repository at this point
Copy the full SHA 26c310cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3394c0d - Browse repository at this point
Copy the full SHA 3394c0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a252340 - Browse repository at this point
Copy the full SHA a252340View commit details -
Regression: [VideoConference] If the caller loses connection, direct …
…calls are never canceled (RocketChat#26099)
Configuration menu - View commit details
-
Copy full SHA for ecc900a - Browse repository at this point
Copy the full SHA ecc900aView commit details -
Chore: Adding default message parser template (RocketChat#26064)
Co-authored-by: gabriellsh <[email protected]> Co-authored-by: Diego Sampaio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bef0b2d - Browse repository at this point
Copy the full SHA bef0b2dView commit details
Commits on Jul 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 58e32cf - Browse repository at this point
Copy the full SHA 58e32cfView commit details -
[NEW][ENTERPRISE] Introducing dial pad component into sidebar, calls …
…table, contextual bar (RocketChat#26081) Co-authored-by: Guilherme Gazzo <[email protected]> Co-authored-by: Kevin Aleman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0bc25a0 - Browse repository at this point
Copy the full SHA 0bc25a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c37a2a6 - Browse repository at this point
Copy the full SHA c37a2a6View commit details -
[NEW] Matrix Federation UX improvements (RocketChat#25847)
Co-authored-by: Marcos Spessatto Defendi <[email protected]> Co-authored-by: Carlos Rodrigues <[email protected]> Co-authored-by: Diego Sampaio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f1a3ab6 - Browse repository at this point
Copy the full SHA f1a3ab6View commit details -
[BREAK] Remove support to old MongoDB versions (RocketChat#26098)
Co-authored-by: Kevin Aleman <[email protected]> Co-authored-by: Debdut Chakraborty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d99ef0 - Browse repository at this point
Copy the full SHA 4d99ef0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12c1cf6 - Browse repository at this point
Copy the full SHA 12c1cf6View commit details -
Chore:
refactor/tsc-perf
(RocketChat#26040)Co-authored-by: Guilherme Gazzo <[email protected]> Co-authored-by: Pierre Lehnen <[email protected]> Co-authored-by: Guilherme Gazzo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3427e5e - Browse repository at this point
Copy the full SHA 3427e5eView commit details -
[NEW][ENTERPRISE] Device Management (RocketChat#25791)
Co-authored-by: Fábio Albuquerque <[email protected]> Co-authored-by: Debdut Chakraborty <[email protected]> Co-authored-by: dougfabris <[email protected]> Co-authored-by: csuadev <[email protected]> Co-authored-by: Guilherme Gazzo <[email protected]> Co-authored-by: Diego Sampaio <[email protected]> Co-authored-by: Pierre Lehnen <[email protected]> Co-authored-by: Murtaza Patrawala <[email protected]> Co-authored-by: Tasso Evangelista <[email protected]> Co-authored-by: Fábio Albuquerque <[email protected]> Co-authored-by: Pierre Lehnen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aa6a80b - Browse repository at this point
Copy the full SHA aa6a80bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c551240 - Browse repository at this point
Copy the full SHA c551240View commit details
Commits on Jul 3, 2022
-
Chore: Add Agenda fork to the monorepo (RocketChat#25681)
Co-authored-by: Guilherme Gazzo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76e89fd - Browse repository at this point
Copy the full SHA 76e89fdView commit details
Commits on Jul 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c1fdf05 - Browse repository at this point
Copy the full SHA c1fdf05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b7651b - Browse repository at this point
Copy the full SHA 3b7651bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50836e3 - Browse repository at this point
Copy the full SHA 50836e3View commit details -
Regression: [VideoConference] Callee client behaves improperly when a…
…ccepting a call from someone who lost the connection (RocketChat#26101)
Configuration menu - View commit details
-
Copy full SHA for b5a9c59 - Browse repository at this point
Copy the full SHA b5a9c59View commit details -
Regression: Changing isEnterprise useQuery name to prevent conflict o…
…f queries (RocketChat#26116)
Configuration menu - View commit details
-
Copy full SHA for 2559771 - Browse repository at this point
Copy the full SHA 2559771View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cc3bd9 - Browse repository at this point
Copy the full SHA 4cc3bd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b09a038 - Browse repository at this point
Copy the full SHA b09a038View commit details
Commits on Jul 5, 2022
-
Regression: Do not show federated tooltip on non-federated rooms (Roc…
…ketChat#26115) Co-authored-by: Guilherme Gazzo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 677d777 - Browse repository at this point
Copy the full SHA 677d777View commit details -
Configuration menu - View commit details
-
Copy full SHA for c53c3ef - Browse repository at this point
Copy the full SHA c53c3efView commit details -
[FIX] Update error message on
useEndpointActionExperimental
(Rocket……Chat#26062) Co-authored-by: Guilherme Gazzo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 690f0c3 - Browse repository at this point
Copy the full SHA 690f0c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f26dd61 - Browse repository at this point
Copy the full SHA f26dd61View commit details -
Regression: Fix assets format (RocketChat#26140)
Co-authored-by: Guilherme Gazzo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd2f597 - Browse repository at this point
Copy the full SHA dd2f597View commit details
Commits on Jul 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 00d346c - Browse repository at this point
Copy the full SHA 00d346cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f390d7 - Browse repository at this point
Copy the full SHA 4f390d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25b0bb6 - Browse repository at this point
Copy the full SHA 25b0bb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5884450 - Browse repository at this point
Copy the full SHA 5884450View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43e6b7e - Browse repository at this point
Copy the full SHA 43e6b7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb5b81d - Browse repository at this point
Copy the full SHA eb5b81dView commit details -
Regression: Update message reaction text (RocketChat#26097)
Filipe Marins authoredJul 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 998bacf - Browse repository at this point
Copy the full SHA 998bacfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24426ab - Browse repository at this point
Copy the full SHA 24426abView commit details -
Configuration menu - View commit details
-
Copy full SHA for e60e493 - Browse repository at this point
Copy the full SHA e60e493View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f116e2 - Browse repository at this point
Copy the full SHA 8f116e2View commit details
Commits on Jul 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for de3cf09 - Browse repository at this point
Copy the full SHA de3cf09View commit details -
Regression: Added missing call button to contact center calls list (R…
…ocketChat#26119) Co-authored-by: Guilherme Gazzo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 02d9dd9 - Browse repository at this point
Copy the full SHA 02d9dd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b650cf7 - Browse repository at this point
Copy the full SHA b650cf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21b81e9 - Browse repository at this point
Copy the full SHA 21b81e9View commit details
Commits on Jul 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1176ed4 - Browse repository at this point
Copy the full SHA 1176ed4View commit details -
Configuration menu - View commit details
-
Copy full SHA for efd35cf - Browse repository at this point
Copy the full SHA efd35cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3075b4d - Browse repository at this point
Copy the full SHA 3075b4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b62fd8 - Browse repository at this point
Copy the full SHA 9b62fd8View commit details
Commits on Jul 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f48e442 - Browse repository at this point
Copy the full SHA f48e442View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0fe7a2 - Browse repository at this point
Copy the full SHA f0fe7a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24097d8 - Browse repository at this point
Copy the full SHA 24097d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8158bee - Browse repository at this point
Copy the full SHA 8158beeView commit details
Commits on Jul 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for be4bbd9 - Browse repository at this point
Copy the full SHA be4bbd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cec0bf5 - Browse repository at this point
Copy the full SHA cec0bf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 622a305 - Browse repository at this point
Copy the full SHA 622a305View commit details -
Regression: remove italic from reaction translation (RocketChat#26152)
Filipe Marins authoredJul 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 4c82605 - Browse repository at this point
Copy the full SHA 4c82605View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f1d3c9 - Browse repository at this point
Copy the full SHA 6f1d3c9View commit details -
Regression: Change Audio settings for device settings as modal title (R…
…ocketChat#26159) Co-authored-by: Murtaza Patrawala <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95d2e2d - Browse repository at this point
Copy the full SHA 95d2e2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b70c9d9 - Browse repository at this point
Copy the full SHA b70c9d9View commit details -
Regression: UIKit buttons auth user validation (RocketChat#26171)
Co-authored-by: Douglas Gubert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9667ee0 - Browse repository at this point
Copy the full SHA 9667ee0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d2397a - Browse repository at this point
Copy the full SHA 8d2397aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 786fd15 - Browse repository at this point
Copy the full SHA 786fd15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6136e4c - Browse repository at this point
Copy the full SHA 6136e4cView commit details
Commits on Jul 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e1262a3 - Browse repository at this point
Copy the full SHA e1262a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20966cc - Browse repository at this point
Copy the full SHA 20966ccView commit details -
Regression: Replace contact center icon (RocketChat#26216)
Filipe Marins authoredJul 12, 2022 Configuration menu - View commit details
-
Copy full SHA for c410edc - Browse repository at this point
Copy the full SHA c410edcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64b739a - Browse repository at this point
Copy the full SHA 64b739aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ae6ea7 - Browse repository at this point
Copy the full SHA 0ae6ea7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62d77d8 - Browse repository at this point
Copy the full SHA 62d77d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0880f1e - Browse repository at this point
Copy the full SHA 0880f1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d3e364 - Browse repository at this point
Copy the full SHA 8d3e364View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb59457 - Browse repository at this point
Copy the full SHA cb59457View commit details -
Chore: Remove unused migrations (RocketChat#26102)
Co-authored-by: Diego Sampaio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c58b45 - Browse repository at this point
Copy the full SHA 1c58b45View commit details -
Regression: Unavailable devices in unsupported browsers (RocketChat#2…
…6174) Co-authored-by: Guilherme Gazzo <[email protected]> Co-authored-by: Kevin Aleman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 70bf57b - Browse repository at this point
Copy the full SHA 70bf57bView commit details
Commits on Jul 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5288180 - Browse repository at this point
Copy the full SHA 5288180View commit details -
Regression: Revert replace contact center icon (RocketChat#26238)
Filipe Marins authoredJul 13, 2022 Configuration menu - View commit details
-
Copy full SHA for 48a71c8 - Browse repository at this point
Copy the full SHA 48a71c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4be9cf - Browse repository at this point
Copy the full SHA b4be9cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3add5ea - Browse repository at this point
Copy the full SHA 3add5eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a165bc - Browse repository at this point
Copy the full SHA 3a165bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72f1aaf - Browse repository at this point
Copy the full SHA 72f1aafView commit details -
Remove arrow since it's no longer used (RocketChat#26170)
Co-authored-by: Tasso Evangelista <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf6068e - Browse repository at this point
Copy the full SHA bf6068eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 501d957 - Browse repository at this point
Copy the full SHA 501d957View commit details -
Configuration menu - View commit details
-
Copy full SHA for 754a682 - Browse repository at this point
Copy the full SHA 754a682View commit details -
Regression: Link not scrolling to message (RocketChat#26073)
Co-authored-by: gabriellsh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e7a2dc - Browse repository at this point
Copy the full SHA 6e7a2dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51655db - Browse repository at this point
Copy the full SHA 51655dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c49aff1 - Browse repository at this point
Copy the full SHA c49aff1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9523184 - Browse repository at this point
Copy the full SHA 9523184View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6f068b - Browse repository at this point
Copy the full SHA d6f068bView commit details
Commits on Jul 14, 2022
-
Regression: Fix marketplace releases tab crash bug (RocketChat#26162)
Co-authored-by: Guilherme Gazzo <[email protected]> Co-authored-by: Aaron Ogle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1731078 - Browse repository at this point
Copy the full SHA 1731078View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65e4e5b - Browse repository at this point
Copy the full SHA 65e4e5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cba470 - Browse repository at this point
Copy the full SHA 0cba470View commit details -
Chore: Hide deprecation query log on production (RocketChat#26188)
Co-authored-by: Diego Sampaio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37fa59c - Browse repository at this point
Copy the full SHA 37fa59cView commit details -
Regression: Sidebar icons spacing (RocketChat#26139)
Co-authored-by: Guilherme Gazzo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f5254d - Browse repository at this point
Copy the full SHA 3f5254dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2524cc - Browse repository at this point
Copy the full SHA a2524ccView commit details
Commits on Jul 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7edd207 - Browse repository at this point
Copy the full SHA 7edd207View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55ae5e0 - Browse repository at this point
Copy the full SHA 55ae5e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3987360 - Browse repository at this point
Copy the full SHA 3987360View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86d3726 - Browse repository at this point
Copy the full SHA 86d3726View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2ad88f - Browse repository at this point
Copy the full SHA b2ad88fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b08c98a - Browse repository at this point
Copy the full SHA b08c98aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08857ca - Browse repository at this point
Copy the full SHA 08857caView commit details -
Regression: Search on Member List (RocketChat#26273)
Co-authored-by: Diego Sampaio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ec011d - Browse repository at this point
Copy the full SHA 7ec011dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e261012 - Browse repository at this point
Copy the full SHA e261012View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c71093 - Browse repository at this point
Copy the full SHA 1c71093View commit details -
Regression: Federated users not showing as federated in Room Members (R…
…ocketChat#26249) Co-authored-by: Marcos Defendi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea266e3 - Browse repository at this point
Copy the full SHA ea266e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76ca88c - Browse repository at this point
Copy the full SHA 76ca88cView commit details -
Regression: Device management table missing device icon and ip text e…
…llipsis (RocketChat#26255) Co-authored-by: yash-rajpal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 023cc31 - Browse repository at this point
Copy the full SHA 023cc31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9975a8b - Browse repository at this point
Copy the full SHA 9975a8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8838e5e - Browse repository at this point
Copy the full SHA 8838e5eView commit details
Commits on Jul 18, 2022
-
Regression: AutoTranslate on new message template (RocketChat#26049)
Co-authored-by: Tasso Evangelista <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9387a58 - Browse repository at this point
Copy the full SHA 9387a58View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0f8967 - Browse repository at this point
Copy the full SHA e0f8967View commit details -
Configuration menu - View commit details
-
Copy full SHA for b247938 - Browse repository at this point
Copy the full SHA b247938View commit details -
Configuration menu - View commit details
-
Copy full SHA for c812f13 - Browse repository at this point
Copy the full SHA c812f13View commit details -
[FIX] Users without the
view-other-user-info
permission can't use t……he `users.list` endpoint (RocketChat#26050) Co-authored-by: Tasso Evangelista <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7012da - Browse repository at this point
Copy the full SHA b7012daView commit details
Commits on Jul 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2aa3e6f - Browse repository at this point
Copy the full SHA 2aa3e6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1142b9 - Browse repository at this point
Copy the full SHA c1142b9View commit details -
Regression: Fix app icons breaking UI (RocketChat#26278)
Co-authored-by: Tasso Evangelista <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 130a6fc - Browse repository at this point
Copy the full SHA 130a6fcView commit details -
Regression: Adjusted priority to run canned responses replace before …
…new parser (RocketChat#26298)
Configuration menu - View commit details
-
Copy full SHA for 55b2617 - Browse repository at this point
Copy the full SHA 55b2617View commit details -
Chore: Tests refactor pageobjects (RocketChat#26245)
Co-authored-by: Weslley de Campos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7933477 - Browse repository at this point
Copy the full SHA 7933477View commit details -
Regression: Contact manager edit/view not working (RocketChat#26155)
Co-authored-by: murtaza98 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d9d465 - Browse repository at this point
Copy the full SHA 3d9d465View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3cb96c - Browse repository at this point
Copy the full SHA a3cb96cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35b9384 - Browse repository at this point
Copy the full SHA 35b9384View commit details -
Regression: Remove 4.0 version banner (RocketChat#26251)
Co-authored-by: Diego Sampaio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca50f0f - Browse repository at this point
Copy the full SHA ca50f0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cd8f20 - Browse repository at this point
Copy the full SHA 3cd8f20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67318f1 - Browse repository at this point
Copy the full SHA 67318f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 074d382 - Browse repository at this point
Copy the full SHA 074d382View commit details -
Chore: VideoConference UX/UI Refactor 1st Interaction (RocketChat#26183)
Co-authored-by: Douglas Fabris <[email protected]> Co-authored-by: Guilherme Gazzo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dfedda4 - Browse repository at this point
Copy the full SHA dfedda4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 299d320 - Browse repository at this point
Copy the full SHA 299d320View commit details
Commits on Jul 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b64124d - Browse repository at this point
Copy the full SHA b64124dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f3c369 - Browse repository at this point
Copy the full SHA 4f3c369View commit details -
Regression: Special characters on phone number (RocketChat#26241)
Co-authored-by: Tasso Evangelista <[email protected]> Co-authored-by: Guilherme Gazzo <[email protected]> Co-authored-by: Filipe Marins <[email protected]> Co-authored-by: Kevin Aleman <[email protected]> Co-authored-by: Aleksander Nicacio da Silva <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d989b6 - Browse repository at this point
Copy the full SHA 3d989b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7422924 - Browse repository at this point
Copy the full SHA 7422924View commit details -
Regression: Channel
type
icon on Engagement Dashboard (RocketChat#2……6269) Co-authored-by: Tasso Evangelista <[email protected]> Co-authored-by: Guilherme Gazzo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ddf7d0e - Browse repository at this point
Copy the full SHA ddf7d0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e5be10 - Browse repository at this point
Copy the full SHA 0e5be10View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8097fa - Browse repository at this point
Copy the full SHA b8097faView commit details -
Configuration menu - View commit details
-
Copy full SHA for de983ec - Browse repository at this point
Copy the full SHA de983ecView commit details -
[FIX] Settings not being overwritten to their default values (RocketC…
…hat#25891) <!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
Configuration menu - View commit details
-
Copy full SHA for 0ac8502 - Browse repository at this point
Copy the full SHA 0ac8502View commit details -
[FIX] Error "numRequestsAllowed" property in rateLimiter for REST API…
… endpoint when upgrading (RocketChat#26058) <!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. --> <!-- Your Pull Request name should start with one of the following tags [NEW] For new features [IMPROVE] For an improvement (performance or little improvements) in existing features [FIX] For bug fixes that affect the end-user [BREAK] For pull requests including breaking changes Chore: For small tasks Doc: For documentation --> <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat - Lint and unit tests pass locally with my changes - I have added tests that prove my fix is effective or that my feature works (if applicable) - I have added necessary documentation (if applicable) - Any dependent changes have been merged and published in downstream modules --> ## Proposed changes (including videos or screenshots) <!-- CHANGELOG --> <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue below. This description will appear in the release notes if we accept the contribution. --> <!-- END CHANGELOG --> ## Issue(s) <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 --> ## Steps to test or reproduce <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable --> ## Further comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
Configuration menu - View commit details
-
Copy full SHA for 94fcdb3 - Browse repository at this point
Copy the full SHA 94fcdb3View commit details -
[FIX] Not showing edit message button when blocking edit after N minu…
…tes (RocketChat#25724) Co-authored-by: Diego Sampaio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ddfba35 - Browse repository at this point
Copy the full SHA ddfba35View commit details -
Configuration menu - View commit details
-
Copy full SHA for d725ee7 - Browse repository at this point
Copy the full SHA d725ee7View commit details -
Regression: fix
directory
endpoint not listing teams (RocketChat#26310) Co-authored-by: Matheus Barbosa Silva <[email protected]> Co-authored-by: Guilherme Gazzo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c8d000 - Browse repository at this point
Copy the full SHA 1c8d000View commit details
Commits on Jul 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1cce5e4 - Browse repository at this point
Copy the full SHA 1cce5e4View commit details -
Merge pull request RocketChat#26326 from RocketChat/release-4.8.2
Release 4.8.2
Configuration menu - View commit details
-
Copy full SHA for abec1f9 - Browse repository at this point
Copy the full SHA abec1f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea4c595 - Browse repository at this point
Copy the full SHA ea4c595View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5c0077 - Browse repository at this point
Copy the full SHA c5c0077View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05b0e5a - Browse repository at this point
Copy the full SHA 05b0e5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fb409f - Browse repository at this point
Copy the full SHA 8fb409fView commit details -
Chore: Update useSidebarPalette selectors (RocketChat#26322)
Co-authored-by: Guilherme Gazzo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d83015 - Browse repository at this point
Copy the full SHA 6d83015View commit details -
Chore: bump fuselage packages (RocketChat#26325)
Co-authored-by: Guilherme Gazzo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b17ce1 - Browse repository at this point
Copy the full SHA 7b17ce1View commit details -
Regression: Livechat not rendering UiKit messages with action buttons (…
…RocketChat#26327) Co-authored-by: Aleksander Nicacio da Silva <[email protected]> Co-authored-by: Guilherme Gazzo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6cba40d - Browse repository at this point
Copy the full SHA 6cba40dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5610cee - Browse repository at this point
Copy the full SHA 5610ceeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a0fea4 - Browse repository at this point
Copy the full SHA 6a0fea4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ad49fd - Browse repository at this point
Copy the full SHA 1ad49fdView commit details -
Merge pull request RocketChat#26333 from RocketChat/release-5.0.0
Release 5.0.0
Configuration menu - View commit details
-
Copy full SHA for 59cae12 - Browse repository at this point
Copy the full SHA 59cae12View commit details
Commits on Aug 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3387c82 - Browse repository at this point
Copy the full SHA 3387c82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1295b5b - Browse repository at this point
Copy the full SHA 1295b5bView commit details -
Regression: Fix app privacy links opening in desktop client instead o…
…f browser (RocketChat#26368)
Configuration menu - View commit details
-
Copy full SHA for 96d3120 - Browse repository at this point
Copy the full SHA 96d3120View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e1bbd8 - Browse repository at this point
Copy the full SHA 5e1bbd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b66e431 - Browse repository at this point
Copy the full SHA b66e431View commit details -
Configuration menu - View commit details
-
Copy full SHA for b29a2a5 - Browse repository at this point
Copy the full SHA b29a2a5View commit details -
Merge pull request RocketChat#26450 from RocketChat/release-5.0.1
Release 5.0.1
Configuration menu - View commit details
-
Copy full SHA for 935c240 - Browse repository at this point
Copy the full SHA 935c240View commit details
Commits on Aug 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4577d28 - Browse repository at this point
Copy the full SHA 4577d28View commit details -
[FIX] Empty results on
im.list
endpoint (RocketChat#26438)Co-authored-by: Diego Sampaio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e3d75ba - Browse repository at this point
Copy the full SHA e3d75baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f15c43 - Browse repository at this point
Copy the full SHA 3f15c43View commit details -
Merge pull request RocketChat#26507 from RocketChat/release-5.0.2
Release 5.0.2
Configuration menu - View commit details
-
Copy full SHA for 1bab465 - Browse repository at this point
Copy the full SHA 1bab465View commit details
Commits on Aug 11, 2022
-
[IMPROVE] validateParams to accept different validators per request m…
…ethod (RocketChat#26357) Co-authored-by: Murtaza Patrawala <[email protected]> Co-authored-by: Guilherme Gazzo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7cc39bc - Browse repository at this point
Copy the full SHA 7cc39bcView commit details -
[FIX] Chats holds to load history for some time (RocketChat#26425)
Co-authored-by: gabriellsh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc6e5ee - Browse repository at this point
Copy the full SHA bc6e5eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f414e64 - Browse repository at this point
Copy the full SHA f414e64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cca365 - Browse repository at this point
Copy the full SHA 8cca365View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f6fb8f - Browse repository at this point
Copy the full SHA 1f6fb8fView commit details
Commits on Aug 12, 2022
-
Merge pull request RocketChat#26551 from RocketChat/release-5.0.3
Release 5.0.3
Configuration menu - View commit details
-
Copy full SHA for c5b43b0 - Browse repository at this point
Copy the full SHA c5b43b0View commit details
Commits on Aug 19, 2022
-
[FIX][ENTERPRISE] User not marked as offline on log out when using mi…
…cro services (RocketChat#26579)
Configuration menu - View commit details
-
Copy full SHA for 27f716a - Browse repository at this point
Copy the full SHA 27f716aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c414b90 - Browse repository at this point
Copy the full SHA c414b90View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5222dc - Browse repository at this point
Copy the full SHA f5222dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3568f1d - Browse repository at this point
Copy the full SHA 3568f1dView commit details -
Merge pull request RocketChat#26620 from RocketChat/release-5.0.4
Release 5.0.4
Configuration menu - View commit details
-
Copy full SHA for 29fb34b - Browse repository at this point
Copy the full SHA 29fb34bView commit details