Skip to content
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

Release 5.0.0 #26333

Merged
merged 367 commits into from
Jul 21, 2022
Merged

Release 5.0.0 #26333

merged 367 commits into from
Jul 21, 2022
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 20, 2022

  1. Chore: Remove Imperative Modal from context (#25911)

    <!-- 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)
    This PR revises the usage of the modal inside the call provider, by moving the modal provider a little bit up the three.
    MartinSchoeler committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    acb74f1 View commit details
    Browse the repository at this point in the history
  2. [FIX] Members selection field on creating team modal (#25871)

    <!-- 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.
    -->
    - Fix: add members breaking when searching users
    
    ![image](https://user-images.githubusercontent.com/27704687/121788070-b792f700-cba0-11eb-92b9-5833e1213c74.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... -->
    
    
    Co-authored-by: Pierre Lehnen <55164754+pierre-lehnen-rc@users.noreply.github.com>
    dougfabris and pierre-lehnen-rc committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    9a41c4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48e960c View commit details
    Browse the repository at this point in the history
  4. Chore: Collect e2e coverage (#25743)

    ## Proposed changes
    - collect e2e coverage
    - publish to artifacts
    - publish badges to gh-pages
    souzaramon committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    e43d0d2 View commit details
    Browse the repository at this point in the history
  5. Revert "Chore: Collect e2e coverage (#25743)" (#25936)

    This reverts commit e43d0d2.
    souzaramon committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    668e6d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d319ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    63d4e30 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. [FIX] VOIP CallContext snapshot infinite loop (#25947)

    <!-- 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 -->
    The application was crashing due to an error on the `useCallerInfo()` hook.
    The error was: 
    ![image](https://user-images.githubusercontent.com/20212776/174823914-4832e5dd-c91a-4ae4-9d1f-1b960bcd372c.png)
    ![image](https://user-images.githubusercontent.com/20212776/174823982-cb543fe0-663f-4530-bb94-0720653ca897.png)
    
    To prevent this issue to happen it was added a cached and out-of-scope snapshot variable to the hook using `useSyncExternalStore`
    
    <!--
      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. Open rocket.chat server
    2. Enable Omnichannel 
    3. Enable Voip
    4. Refresh de page
    
    ## 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... -->
    hugocostadev committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    dfd1d77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e7135b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1c59c3 View commit details
    Browse the repository at this point in the history
  4. Chore: Improve CI cache (#25907)

    Co-authored-by: Diego Sampaio <chinello@gmail.com>
    ggazzo and sampaiodiego committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    7857ff4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65189b4 View commit details
    Browse the repository at this point in the history
  6. [NEW] Marketplace security tab app info page (#25739)

    <!-- 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.
    -->
    Created a new security tab for installed apps that displays information related to the given app security policies, terms of services, and necessary permissions for the use of the app.
    Demo gif:
    ![privacy-tab](https://user-images.githubusercontent.com/43561537/173878394-333057d4-3c7e-434e-a3ca-d3e08f33c7bc.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 -->
    
    ## 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... -->
    rique223 committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    4832e9b View commit details
    Browse the repository at this point in the history
  7. Chore: Upgrade and remove unnecessary Livechat dependencies (#25672)

    <!-- 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... -->
    tiagoevanp committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    651a085 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. [NEW] Colors Palette - Buttons (#25626)

    <!-- 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 <5263975+ggazzo@users.noreply.github.com>
    juliajforesti and ggazzo committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    d408c31 View commit details
    Browse the repository at this point in the history
  2. Chore: convert import.js endpoints to TS (#25956)

    <!-- 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.
    -->
    Converted the `apps/meteor/app/api/server/v1/import.js` to ts and created endpoint typings on the `packages/rest-typings/src/v1/import` folder.
    <!-- 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... -->
    felipe-rod123 committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    70f5fbe View commit details
    Browse the repository at this point in the history
  3. [NEW] Accept quoted slash command arguments (#11744)

    Co-authored-by: Pierre <pierre.lehnen@rocket.chat>
    Co-authored-by: Douglas Gubert <d-gubert@users.noreply.github.com>
    Co-authored-by: Diego Sampaio <chinello@gmail.com>
    Co-authored-by: Pierre Lehnen <55164754+pierre-lehnen-rc@users.noreply.github.com>
    5 people committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    8547fff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ead8eb View commit details
    Browse the repository at this point in the history
  5. Chore: Model Typings (#25758)

    Co-authored-by: Diego Sampaio <chinello@gmail.com>
    pierre-lehnen-rc and sampaiodiego committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    845f56e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bae10a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Chore: Update poplib (#25964)

    ggazzo committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    02bd756 View commit details
    Browse the repository at this point in the history
  2. Regression: fix E2E CI

    ggazzo committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    916ff8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0b1a0c View commit details
    Browse the repository at this point in the history
  4. [BREAK] use urlParams on omnichannel/agent/extension/ (#25874)

    <!-- 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)
    I've noted that our extensions api was not using the same pattern that we use for a lot of `GET`s and `DELETE`s.
    
    This will fix an issue when trying to remove an agent from a voip extension.
    MartinSchoeler committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    90f65b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14ac8ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d69caf1 View commit details
    Browse the repository at this point in the history
  7. Chore: Colors (#25969)

    <!-- 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... -->
    juliajforesti committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    0246fe1 View commit details
    Browse the repository at this point in the history
  8. [FIX] Sort by scope or creation date not working on canned responses …

    …list (#25475)
    
    <!-- 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... -->
    KevLehman committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    6b5b01a View commit details
    Browse the repository at this point in the history
  9. [FIX] toolbox menu behind thread component (#25925)

    <!-- 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... -->
    
    Add a container component to usePosition hook to prevent the menu be rendering outside the container.
    
    
    Before:
    <img width="686" alt="Screen Shot 2022-06-20 at 08 19 08" src="https://user-images.githubusercontent.com/9275105/174591999-15ef8f79-1064-4dd6-b9b1-acf9964b01c2.png">
    
    
    After:
    <img width="657" alt="Screen Shot 2022-06-22 at 10 56 19" src="https://user-images.githubusercontent.com/9275105/175048367-a45443de-9d83-40f8-a4b8-7f2c8be748c2.png">
    Filipe Marins committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    25a04f9 View commit details
    Browse the repository at this point in the history
  10. [BREAK] use urlParams on omnichannel/agent/extension/ (#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... -->
    MartinSchoeler committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    b77c075 View commit details
    Browse the repository at this point in the history
  11. Regression: Non-reactive routes (#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... -->
    tassoevan committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    77957d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. [FIX] sidebar colors (#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 <5263975+ggazzo@users.noreply.github.com>
    juliajforesti and ggazzo committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    d0f8643 View commit details
    Browse the repository at this point in the history
  2. Chore: Fuselage update (#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... -->
    juliajforesti committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    51fe2c5 View commit details
    Browse the repository at this point in the history
  3. Chore: VoIP Context (#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... -->
    ggazzo committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    4fbe782 View commit details
    Browse the repository at this point in the history
  4. Chore: Migrate from meteor model to raw (#25756)

    Co-authored-by: Diego Sampaio <chinello@gmail.com>
    KevLehman and sampaiodiego committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    24ffc28 View commit details
    Browse the repository at this point in the history
  5. [FIX] Initial members value on Create Channel Modal (#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... -->
    dougfabris committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    d9ffbd6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65a1000 View commit details
    Browse the repository at this point in the history
  7. Chore: Fuselage update (#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... -->
    juliajforesti committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    75240f1 View commit details
    Browse the repository at this point in the history
  8. Chore: Fixes e2e playwright intermittences (#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 <30299972+weslley543@users.noreply.github.com>
    souzaramon and weslley543 committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    579bd81 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    5109cd3 View commit details
    Browse the repository at this point in the history
  2. Chore: convert e2e to ts (#25958)

    Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com>
    felipe-rod123 and ggazzo committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    cf921ac View commit details
    Browse the repository at this point in the history
  3. Regression: Webhook Integration Creation + string error toast msg (#2…

    …6008)
    
    ## 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 <76006232+debdutdeb@users.noreply.github.com>
    dudanogueira and debdutdeb committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    c8f93fa View commit details
    Browse the repository at this point in the history
  4. [BREAK] Remove show message in main thread preference (#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 #20695
    Closes #19167
    Closes #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 <5263975+ggazzo@users.noreply.github.com>
    dougfabris and ggazzo committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    e85a63b View commit details
    Browse the repository at this point in the history
  5. Chore: Major refactors in pageobjects (#26015)

    ## Proposed changes (including videos or screenshots)
    - Simplify pageobjects
    - Remove unused code
    souzaramon committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    89546dd View commit details
    Browse the repository at this point in the history
  6. [IMPROVE] Moved call wrap up modal to EE (#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... -->
    aleksandernsilva committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    750cab1 View commit details
    Browse the repository at this point in the history
  7. [FIX] Append path To Route For Custom Emoji (#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... -->
    nishant23122000 committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    20f4382 View commit details
    Browse the repository at this point in the history
  8. [IMPROVE] Differ Voip calls from Incoming and Outgoing (#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 <11577696+KevLehman@users.noreply.github.com>
    murtaza98 and KevLehman committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    acdb7f9 View commit details
    Browse the repository at this point in the history
  9. Chore: Updating Apps-Engine (#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... -->
    d-gubert committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    ba0979c View commit details
    Browse the repository at this point in the history
  10. Regression: Fix voip call wrap-up model not working (#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... -->
    murtaza98 committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    ace6f5b View commit details
    Browse the repository at this point in the history
  11. Chore: Migrate oembed to ts (#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... -->
    KevLehman committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    5afe5ce View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d1928fc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9f8d3d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. [FIX] Importer files are unnecessarily transferred over the network. (#…

    …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 <5263975+ggazzo@users.noreply.github.com>
    pierre-lehnen-rc and ggazzo committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    695d3b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c96eda View commit details
    Browse the repository at this point in the history
  3. [NEW] Engagement Metrics - Phase 2 (#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... -->
    matheusbsilva137 committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    65ab15b View commit details
    Browse the repository at this point in the history
  4. [IMPROVE] Moved call hold/unhold to EE (#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... -->
    aleksandernsilva committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    31d7635 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88ac941 View commit details
    Browse the repository at this point in the history
  6. Chore: Introduce new index to query active livechat conversations for…

    … cloud scaling (#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
    murtaza98 committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    e2cbce2 View commit details
    Browse the repository at this point in the history
  7. [NEW] Enable outbound calling for EE (#25843) (#25960)

    * 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 <86001342+amolghode1981@users.noreply.github.com>
    Co-authored-by: Murtaza Patrawala <34130764+murtaza98@users.noreply.github.com>
    Co-authored-by: Aleksander Nicacio da Silva <6494543+aleksandernsilva@users.noreply.github.com>
    Co-authored-by: Tiago Evangelista Pinto <17487063+tiagoevanp@users.noreply.github.com>
    Co-authored-by: Guilherme Gazzo <5263975+ggazzo@users.noreply.github.com>
    6 people committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    957c69d View commit details
    Browse the repository at this point in the history
  8. [NEW][APPS] Allowing apps to register authenticated routes (#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
    d-gubert committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    887c133 View commit details
    Browse the repository at this point in the history
  9. Chore: Bump fuselage and update icon (#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... -->
    gabriellsh committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    aa37ad6 View commit details
    Browse the repository at this point in the history
  10. [IMPROVE] Expand the feature set of the new message rendering (#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... -->
    tassoevan committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    8634d3c View commit details
    Browse the repository at this point in the history
  11. Chore: Add missing Swedish livechat translations (#26048)

    Co-authored-by: Diego Sampaio <chinello@gmail.com>
    joakimaho and sampaiodiego committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    55bae7b View commit details
    Browse the repository at this point in the history
  12. Chore: Account/Profile to TS (#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 <5263975+ggazzo@users.noreply.github.com>
    yash-rajpal and ggazzo committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    30a2549 View commit details
    Browse the repository at this point in the history
  13. [NEW] VoIP Input/Output Device Selection (#25966)

    Co-authored-by: amolghode1981 <86001342+amolghode1981@users.noreply.github.com>
    Co-authored-by: Kevin Aleman <11577696+KevLehman@users.noreply.github.com>
    Co-authored-by: Aleksander Nicacio da Silva <6494543+aleksandernsilva@users.noreply.github.com>
    4 people committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    bac49e2 View commit details
    Browse the repository at this point in the history
  14. Regression: Fix threads list (#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... -->
    ggazzo committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    2fc5dff View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Regression: Fix micro services (#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... -->
    sampaiodiego committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    44d75ed View commit details
    Browse the repository at this point in the history
  2. [IMPROVE] VoIP admin page cleanup: remove unused settings (#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 <34130764+murtaza98@users.noreply.github.com>
    Co-authored-by: Kevin Aleman <11577696+KevLehman@users.noreply.github.com>
    3 people committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    3a95192 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbd3f10 View commit details
    Browse the repository at this point in the history
  4. [BREAK] remove unused endpoints and restify others (#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 <34130764+murtaza98@users.noreply.github.com>
    KevLehman and murtaza98 committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    a7f3789 View commit details
    Browse the repository at this point in the history
  5. [NEW] Community Edition Watermark (#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... -->
    hugocostadev committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    0f40989 View commit details
    Browse the repository at this point in the history
  6. [NEW][APPS] Allow apps to modify a subset of global settings (#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... -->
    pierre-lehnen-rc committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    a6ef22a View commit details
    Browse the repository at this point in the history
  7. [FIX] Direct Reply (#22588)

    ggazzo committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    f7519a9 View commit details
    Browse the repository at this point in the history
  8. Regression: Invalid Voip host issue preventing agents connecting to a…

    …sterisk (#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 #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... -->
    murtaza98 committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    d3e5980 View commit details
    Browse the repository at this point in the history
  9. Chore: ui-client package (#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... -->
    gabriellsh committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    e122956 View commit details
    Browse the repository at this point in the history
  10. Chore: Convert normalizeMessagesForUser (#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... -->
    ggazzo committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    d949f9a View commit details
    Browse the repository at this point in the history
  11. [FIX] Remove duplicated icon bell when is thread main message (#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 committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    4c77bdf View commit details
    Browse the repository at this point in the history
  12. [FIX] Error "numRequestsAllowed" property in rateLimiter for REST API…

    … endpoint when upgrading (#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... -->
    sampaiodiego committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    d00b35a View commit details
    Browse the repository at this point in the history
  13. Chore: Convert useSidebarPaletteColor (#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... -->
    juliajforesti committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    79de11a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f02830a View commit details
    Browse the repository at this point in the history
  15. [FIX] Update subscription on update team member (#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... -->
    LucianoPierdona committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    f448ccc View commit details
    Browse the repository at this point in the history
  16. [FIX] Too many watchers in dev environment. (#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... -->
    gabriellsh committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    016584b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e0245a5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    decb096 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    80ae54e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8486202 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Configuration menu
    Copy the full SHA
    b01685d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3544ed0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c0864f View commit details
    Browse the repository at this point in the history
  4. [FIX] Not showing edit message button when blocking edit after N minu…

    …tes (#25724)
    
    Co-authored-by: Diego Sampaio <chinello@gmail.com>
    matthias4217 and sampaiodiego committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    f7513fa View commit details
    Browse the repository at this point in the history
  5. [BREAK] Suspend push notifications when login token is invalidated (#…

    …20913)
    
    Co-authored-by: Diego Sampaio <8591547+sampaiodiego@users.noreply.github.com>
    Co-authored-by: Pierre Lehnen <55164754+pierre-lehnen-rc@users.noreply.github.com>
    3 people committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    8db9e7f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b03d848 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb7c9a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    26a9965 View commit details
    Browse the repository at this point in the history
  9. [NEW][APPS] Allow dispatchment of actions from input elements (#25949)

    Co-authored-by: Guilherme Gazzo <5263975+ggazzo@users.noreply.github.com>
    thassiov and ggazzo committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    794a8ea View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dc7e357 View commit details
    Browse the repository at this point in the history
  11. Chore: Improve footer Template (#26085)

    Co-authored-by: Tiago Evangelista Pinto <17487063+tiagoevanp@users.noreply.github.com>
    ggazzo and tiagoevanp committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    f4e4e8a View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Configuration menu
    Copy the full SHA
    aeb534f View commit details
    Browse the repository at this point in the history
  2. [IMPROVE] Avoid using omnichannel-queue collection (#25491)

    Co-authored-by: Murtaza Patrawala <34130764+murtaza98@users.noreply.github.com>
    KevLehman and murtaza98 committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    160dfac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae0835b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1a8ee2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83f0043 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    96d23c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa95ee0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1bb284d View commit details
    Browse the repository at this point in the history
  9. [BREAK] VideoConference (#25570)

    Co-authored-by: Pierre Lehnen <55164754+pierre-lehnen-rc@users.noreply.github.com>
    Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>
    Co-authored-by: Guilherme Gazzo <5263975+ggazzo@users.noreply.github.com>
    4 people committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    60638b9 View commit details
    Browse the repository at this point in the history
  10. [FIX] Validate room access (#24534)

    Co-authored-by: Pierre Lehnen <55164754+pierre-lehnen-rc@users.noreply.github.com>
    albuquerquefabio and pierre-lehnen-rc committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    26c310c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3394c0d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a252340 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ecc900a View commit details
    Browse the repository at this point in the history
  14. Chore: Adding default message parser template (#26064)

    Co-authored-by: gabriellsh <40830821+gabriellsh@users.noreply.github.com>
    Co-authored-by: Diego Sampaio <8591547+sampaiodiego@users.noreply.github.com>
    3 people committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    bef0b2d View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. Configuration menu
    Copy the full SHA
    58e32cf View commit details
    Browse the repository at this point in the history
  2. [NEW][ENTERPRISE] Introducing dial pad component into sidebar, calls …

    …table, contextual bar (#26081)
    
    Co-authored-by: Guilherme Gazzo <5263975+ggazzo@users.noreply.github.com>
    Co-authored-by: Kevin Aleman <11577696+KevLehman@users.noreply.github.com>
    3 people committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    0bc25a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c37a2a6 View commit details
    Browse the repository at this point in the history
  4. [NEW] Matrix Federation UX improvements (#25847)

    Co-authored-by: Marcos Spessatto Defendi <15324204+MarcosSpessatto@users.noreply.github.com>
    Co-authored-by: Carlos Rodrigues <51969060+carlosrodrigues94@users.noreply.github.com>
    Co-authored-by: Diego Sampaio <8591547+sampaiodiego@users.noreply.github.com>
    4 people committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    f1a3ab6 View commit details
    Browse the repository at this point in the history
  5. [BREAK] Remove support to old MongoDB versions (#26098)

    Co-authored-by: Kevin Aleman <kaleman960@gmail.com>
    Co-authored-by: Debdut Chakraborty <debdut.chakraborty@rocket.chat>
    3 people committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    4d99ef0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12c1cf6 View commit details
    Browse the repository at this point in the history
  7. Chore: refactor/tsc-perf (#26040)

    Co-authored-by: Guilherme Gazzo <guilherme@gazzo.xyz>
    Co-authored-by: Pierre Lehnen <pierre.lehnen@rocket.chat>
    Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com>
    4 people committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    3427e5e View commit details
    Browse the repository at this point in the history
  8. [NEW][ENTERPRISE] Device Management (#25791)

    Co-authored-by: Fábio Albuquerque <albuquerquefabio@icloud.com>
    Co-authored-by: Debdut Chakraborty <debdut.chakraborty@rocket.chat>
    Co-authored-by: dougfabris <devfabris@gmail.com>
    Co-authored-by: csuadev <72958726+csuadev@users.noreply.github.com>
    Co-authored-by: Guilherme Gazzo <guilherme@gazzo.xyz>
    Co-authored-by: Diego Sampaio <chinello@gmail.com>
    Co-authored-by: Pierre Lehnen <55164754+pierre-lehnen-rc@users.noreply.github.com>
    Co-authored-by: Murtaza Patrawala <34130764+murtaza98@users.noreply.github.com>
    Co-authored-by: Tasso Evangelista <tasso.evangelista@rocket.chat>
    Co-authored-by: Fábio Albuquerque <fabiosk881@gmail.com>
    Co-authored-by: Pierre Lehnen <pierre.lehnen@rocket.chat>
    12 people committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    aa6a80b View commit details
    Browse the repository at this point in the history
  9. Chore: Bump deps (#25624)

    ggazzo committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    c551240 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. Chore: Add Agenda fork to the monorepo (#25681)

    Co-authored-by: Guilherme Gazzo <guilherme@gazzo.xyz>
    pierre-lehnen-rc and ggazzo committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    76e89fd View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Configuration menu
    Copy the full SHA
    c1fdf05 View commit details
    Browse the repository at this point in the history
  2. Bump version to 5.0.0-rc.0

    murtaza98 committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    3b7651b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50836e3 View commit details
    Browse the repository at this point in the history
  4. Regression: [VideoConference] Callee client behaves improperly when a…

    …ccepting a call from someone who lost the connection (#26101)
    pierre-lehnen-rc committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    b5a9c59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2559771 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4cc3bd9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b09a038 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Regression: Do not show federated tooltip on non-federated rooms (#26115

    )
    
    Co-authored-by: Guilherme Gazzo <5263975+ggazzo@users.noreply.github.com>
    MarcosSpessatto and ggazzo committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    677d777 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c53c3ef View commit details
    Browse the repository at this point in the history
  3. [FIX] Update error message on useEndpointActionExperimental (#26062)

    Co-authored-by: Guilherme Gazzo <5263975+ggazzo@users.noreply.github.com>
    LucianoPierdona and ggazzo committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    690f0c3 View commit details
    Browse the repository at this point in the history
  4. Regression: Fix CI

    ggazzo committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    f26dd61 View commit details
    Browse the repository at this point in the history
  5. Regression: Fix assets format (#26140)

    Co-authored-by: Guilherme Gazzo <guilherme@gazzo.xyz>
    sampaiodiego and ggazzo committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    dd2f597 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    00d346c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f390d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25b0bb6 View commit details
    Browse the repository at this point in the history
  4. Bump version to 5.0.0-rc.1

    murtaza98 committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    5884450 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43e6b7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb5b81d View commit details
    Browse the repository at this point in the history
  7. Regression: Update message reaction text (#26097)

    Filipe Marins committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    998bacf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    24426ab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e60e493 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8f116e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    de3cf09 View commit details
    Browse the repository at this point in the history
  2. Regression: Added missing call button to contact center calls list (#…

    …26119)
    
    Co-authored-by: Guilherme Gazzo <guilherme@gazzo.xyz>
    aleksandernsilva and ggazzo committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    02d9dd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b650cf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21b81e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    1176ed4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efd35cf View commit details
    Browse the repository at this point in the history
  3. Bump version to 5.0.0-rc.2

    murtaza98 committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    3075b4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b62fd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. Configuration menu
    Copy the full SHA
    f48e442 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0fe7a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24097d8 View commit details
    Browse the repository at this point in the history
  4. Chore: Info page (#26201)

    ggazzo committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    8158bee View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    be4bbd9 View commit details
    Browse the repository at this point in the history
  2. Bump version to 5.0.0-rc.3

    murtaza98 committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    cec0bf5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    622a305 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c82605 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f1d3c9 View commit details
    Browse the repository at this point in the history
  6. Regression: Change Audio settings for device settings as modal title (#…

    …26159)
    
    Co-authored-by: Murtaza Patrawala <34130764+murtaza98@users.noreply.github.com>
    KevLehman and murtaza98 committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    95d2e2d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b70c9d9 View commit details
    Browse the repository at this point in the history
  8. Regression: UIKit buttons auth user validation (#26171)

    Co-authored-by: Douglas Gubert <douglas.gubert@gmail.com>
    tapiarafael and d-gubert committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    9667ee0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8d2397a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    786fd15 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6136e4c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    e1262a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20966cc View commit details
    Browse the repository at this point in the history
  3. Regression: Replace contact center icon (#26216)

    Filipe Marins committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    c410edc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64b739a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ae6ea7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    62d77d8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0880f1e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8d3e364 View commit details
    Browse the repository at this point in the history
  9. Bump version to 5.0.0-rc.4

    murtaza98 committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    cb59457 View commit details
    Browse the repository at this point in the history
  10. Chore: Remove unused migrations (#26102)

    Co-authored-by: Diego Sampaio <chinello@gmail.com>
    debdutdeb and sampaiodiego committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    1c58b45 View commit details
    Browse the repository at this point in the history
  11. Regression: Unavailable devices in unsupported browsers (#26174)

    Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com>
    Co-authored-by: Kevin Aleman <kaleman960@gmail.com>
    3 people committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    70bf57b View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    5288180 View commit details
    Browse the repository at this point in the history
  2. Regression: Revert replace contact center icon (#26238)

    Filipe Marins committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    48a71c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4be9cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3add5ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a165bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    72f1aaf View commit details
    Browse the repository at this point in the history
  7. Remove arrow since it's no longer used (#26170)

    Co-authored-by: Tasso Evangelista <tasso.evangelista@rocket.chat>
    gabriellsh and tassoevan committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    bf6068e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    501d957 View commit details
    Browse the repository at this point in the history
  9. Bump version to 5.0.0-rc.5

    murtaza98 committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    754a682 View commit details
    Browse the repository at this point in the history
  10. Regression: Link not scrolling to message (#26073)

    Co-authored-by: gabriellsh <gabriel.henriques@rocket.chat>
    Filipe Marins and gabriellsh committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    6e7a2dc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    51655db View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c49aff1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9523184 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d6f068b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Regression: Fix marketplace releases tab crash bug (#26162)

    Co-authored-by: Guilherme Gazzo <guilherme@gazzo.xyz>
    Co-authored-by: Aaron Ogle <geekgonecrazy@users.noreply.github.com>
    3 people committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    1731078 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65e4e5b View commit details
    Browse the repository at this point in the history
  3. Bump version to 5.0.0-rc.6

    murtaza98 committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    0cba470 View commit details
    Browse the repository at this point in the history
  4. Chore: Hide deprecation query log on production (#26188)

    Co-authored-by: Diego Sampaio <chinello@gmail.com>
    ggazzo and sampaiodiego committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    37fa59c View commit details
    Browse the repository at this point in the history
  5. Regression: Sidebar icons spacing (#26139)

    Co-authored-by: Guilherme Gazzo <guilherme@gazzo.xyz>
    guijun13 and ggazzo committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    3f5254d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2524cc View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Configuration menu
    Copy the full SHA
    7edd207 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55ae5e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3987360 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86d3726 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2ad88f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b08c98a View commit details
    Browse the repository at this point in the history
  7. Bump version to 5.0.0-rc.7

    murtaza98 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    08857ca View commit details
    Browse the repository at this point in the history
  8. Regression: Search on Member List (#26273)

    Co-authored-by: Diego Sampaio <chinello@gmail.com>
    tassoevan and sampaiodiego committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    7ec011d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e261012 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1c71093 View commit details
    Browse the repository at this point in the history
  11. Regression: Federated users not showing as federated in Room Members (#…

    …26249)
    
    Co-authored-by: Marcos Defendi <marcos.defendi@rocket.chat>
    gabriellsh and MarcosSpessatto committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    ea266e3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    76ca88c View commit details
    Browse the repository at this point in the history
  13. Regression: Device management table missing device icon and ip text e…

    …llipsis (#26255)
    
    Co-authored-by: yash-rajpal <rajpal.yash03@gmail.com>
    csuadev and yash-rajpal committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    023cc31 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9975a8b View commit details
    Browse the repository at this point in the history
  15. Chore: Plan tag (#26224)

    gabriellsh committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    8838e5e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Regression: AutoTranslate on new message template (#26049)

    Co-authored-by: Tasso Evangelista <tasso.evangelista@rocket.chat>
    Filipe Marins and tassoevan committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    9387a58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0f8967 View commit details
    Browse the repository at this point in the history
  3. Bump version to 5.0.0-rc.8

    murtaza98 committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    b247938 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c812f13 View commit details
    Browse the repository at this point in the history
  5. [FIX] Users without the view-other-user-info permission can't use t…

    …he `users.list` endpoint (#26050)
    
    Co-authored-by: Tasso Evangelista <tasso.evangelista@rocket.chat>
    LucianoPierdona and tassoevan committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    b7012da View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    2aa3e6f View commit details
    Browse the repository at this point in the history
  2. Bump version to 5.0.0-rc.9

    murtaza98 committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    c1142b9 View commit details
    Browse the repository at this point in the history
  3. Regression: Fix app icons breaking UI (#26278)

    Co-authored-by: Tasso Evangelista <tasso.evangelista@rocket.chat>
    murtaza98 and tassoevan committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    130a6fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55b2617 View commit details
    Browse the repository at this point in the history
  5. Chore: Tests refactor pageobjects (#26245)

    Co-authored-by: Weslley de Campos <weslley.campos@objective.com.br>
    souzaramon and weslley543 committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    7933477 View commit details
    Browse the repository at this point in the history
  6. Regression: Contact manager edit/view not working (#26155)

    Co-authored-by: murtaza98 <murtaza.patrawala@rocket.chat>
    KevLehman and murtaza98 committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    3d9d465 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a3cb96c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    35b9384 View commit details
    Browse the repository at this point in the history
  9. Regression: Remove 4.0 version banner (#26251)

    Co-authored-by: Diego Sampaio <chinello@gmail.com>
    hugocostadev and sampaiodiego committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    ca50f0f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3cd8f20 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    67318f1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    074d382 View commit details
    Browse the repository at this point in the history
  13. Chore: VideoConference UX/UI Refactor 1st Interaction (#26183)

    Co-authored-by: Douglas Fabris <devfabris@gmail.com>
    Co-authored-by: Guilherme Gazzo <guilherme@gazzo.xyz>
    3 people committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    dfedda4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    299d320 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    b64124d View commit details
    Browse the repository at this point in the history
  2. Bump version to 5.0.0-rc.10

    murtaza98 committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    4f3c369 View commit details
    Browse the repository at this point in the history
  3. Regression: Special characters on phone number (#26241)

    Co-authored-by: Tasso Evangelista <tasso.evangelista@rocket.chat>
    Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com>
    Co-authored-by: Filipe Marins <filipe.marins@rocket.chat>
    Co-authored-by: Kevin Aleman <kaleman960@gmail.com>
    Co-authored-by: Aleksander Nicacio da Silva <aleksander.silva@rocket.chat>
    6 people committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    3d989b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7422924 View commit details
    Browse the repository at this point in the history
  5. Regression: Channel type icon on Engagement Dashboard (#26269)

    Co-authored-by: Tasso Evangelista <tasso.evangelista@rocket.chat>
    Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com>
    3 people committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    ddf7d0e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e5be10 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b8097fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de983ec View commit details
    Browse the repository at this point in the history
  9. Regression: fix directory endpoint not listing teams (#26310)

    Co-authored-by: Matheus Barbosa Silva <36537004+matheusbsilva137@users.noreply.github.com>
    Co-authored-by: Guilherme Gazzo <guilherme@gazzo.xyz>
    3 people committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    1c8d000 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    ea4c595 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5c0077 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05b0e5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fb409f View commit details
    Browse the repository at this point in the history
  5. Chore: Update useSidebarPalette selectors (#26322)

    Co-authored-by: Guilherme Gazzo <guilherme@gazzo.xyz>
    juliajforesti and ggazzo committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    6d83015 View commit details
    Browse the repository at this point in the history
  6. Chore: bump fuselage packages (#26325)

    Co-authored-by: Guilherme Gazzo <guilherme@gazzo.xyz>
    dougfabris and ggazzo committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    7b17ce1 View commit details
    Browse the repository at this point in the history
  7. Regression: Livechat not rendering UiKit messages with action buttons (

    …#26327)
    
    Co-authored-by: Aleksander Nicacio da Silva <aleksander.silva@rocket.chat>
    Co-authored-by: Guilherme Gazzo <guilherme@gazzo.xyz>
    3 people committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    6cba40d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5610cee View commit details
    Browse the repository at this point in the history
  9. Bump version to 5.0.0-rc.12

    murtaza98 committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    6a0fea4 View commit details
    Browse the repository at this point in the history
  10. Bump version to 5.0.0

    murtaza98 committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    1ad49fd View commit details
    Browse the repository at this point in the history