- Feb 10, 2025
-
-
Douglas Fabris authored
-
- Jan 29, 2025
-
-
Tasso Evangelista authored
-
- Jan 21, 2025
-
-
Douglas Fabris authored
-
- Nov 25, 2024
-
-
Tasso Evangelista authored
-
- Oct 24, 2024
-
-
Guilherme Gazzo authored
-
- Oct 17, 2024
-
-
Martin Schoeler authored
* feat: New empty state for upgrading private Apps * chore: Change Marketplace info modal text (#33239) * feat: New tooltips and color behavior for private apps bar (#33243) * feat: New tooltips and behavior for private apps bar * Create brown-pants-press.md * feat: new modal on Private Apps install (#33275) * feat: new modal on Private Apps install * add more variations * Create eleven-rockets-hug.md * chore: change grandfathered modal text (#33291) * chore: Use apps provider to check maxPrivateApps * fix: adds minor fixes to UI and changes requested on review * Update changeset * Replace negative boolean * Refactor `AppsUsageCard` * Add unit test for `AppsUsageCard` * Add unit test for `PrivateEmptyState` * Add unit test for `EnabledAppsCount` * Move tooltip logic away from `useAppsCountQuery` --------- Co-authored-by:
Lucas Pelegrino <lucas.pelegrino@icloud.com> Co-authored-by:
Tasso <tasso.evangelista@rocket.chat>
-
- Oct 15, 2024
-
-
Martin Schoeler authored
-
- May 22, 2024
-
-
Pierre Lehnen authored
-
- Apr 30, 2024
-
-
Tiago Evangelista Pinto authored
-
- Dec 22, 2023
-
-
Tiago Evangelista Pinto authored
-
- Dec 04, 2023
-
-
Júlia Jaeger Foresti authored
-
- Oct 25, 2023
-
-
Kevin Aleman authored
-
- Aug 23, 2023
-
-
Pierre Lehnen authored
-
- Aug 16, 2023
-
-
Tasso Evangelista authored
-
- Aug 02, 2023
-
-
Tiago Evangelista Pinto authored
Co-authored-by:
Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>
-
- Jul 07, 2023
-
-
Tasso Evangelista authored
-
- Jul 06, 2023
-
-
Douglas Fabris authored
Co-authored-by:
Guilherme Gazzo <guilhermegazzo@gmail.com>
-
- Jun 26, 2023
-
-
Tiago Evangelista Pinto authored
Co-authored-by:
Guilherme Gazzo <5263975+ggazzo@users.noreply.github.com>
-
- Jun 20, 2023
-
-
Douglas Fabris authored
Co-authored-by:
Guilherme Gazzo <guilhermegazzo@gmail.com> Co-authored-by:
kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
-
- May 05, 2023
-
-
Douglas Fabris authored
Co-authored-by:
Guilherme Gazzo <guilhermegazzo@gmail.com>
-
- May 02, 2023
-
-
Douglas Fabris authored
Co-authored-by:
Tasso Evangelista <tasso.evangelista@rocket.chat> Co-authored-by:
Guilherme Gazzo <guilhermegazzo@gmail.com>
-
- Mar 29, 2023
-
-
Tasso Evangelista authored
-
- Feb 15, 2023
-
-
Kevin Aleman authored
Co-authored-by:
Martin Schoeler <martin.schoeler@rocket.chat> Co-authored-by:
Cauê Felchar <11652381+cauefcr@users.noreply.github.com> Co-authored-by:
Aleksander Nicacio da Silva <aleksander.silva@rocket.chat> Co-authored-by:
Tiago Evangelista Pinto <tiago.evangelista@rocket.chat> Co-authored-by:
Diego Sampaio <chinello@gmail.com> Co-authored-by:
Murtaza Patrawala <34130764+murtaza98@users.noreply.github.com> Co-authored-by:
Filipe Marins <filipe.marins@rocket.chat> Co-authored-by:
murtaza98 <murtaza.patrawala@rocket.chat>
-
- Jan 25, 2023
-
-
Tasso Evangelista authored
-
- Dec 06, 2022
-
-
Tasso Evangelista authored
Co-authored-by:
Guilherme Gazzo <guilhermegazzo@gmail.com>
-
- Jul 15, 2022
-
-
Aleksander Nicacio da Silva authored
-
- Jul 02, 2022
-
-
Aleksander Nicacio da Silva authored
Co-authored-by:
Guilherme Gazzo <5263975+ggazzo@users.noreply.github.com> Co-authored-by:
Kevin Aleman <11577696+KevLehman@users.noreply.github.com>
-
- Jul 01, 2022
-
-
Douglas Fabris authored
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>
-
- Jun 30, 2022
-
-
Guilherme Gazzo authored
Co-authored-by:
Tiago Evangelista Pinto <17487063+tiagoevanp@users.noreply.github.com>
-
- Jun 29, 2022
-
-
Hugo Costa authored
<!-- 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... -->
-
- Jun 28, 2022
-
-
Martin Schoeler authored
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>
-
Kevin Aleman authored
* 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>
-
- Jun 24, 2022
-
-
Tiago Evangelista Pinto authored
-
Guilherme Gazzo authored
<!-- 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... -->
-
- Jun 21, 2022
-
-
Hugo Costa authored
<!-- 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:   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... -->
-
- Jun 18, 2022
-
-
Tasso Evangelista authored
<!-- 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... -->
-
- May 09, 2022
-
-
Tasso Evangelista authored
-
- May 06, 2022
-
-
Douglas Fabris authored
-
- May 04, 2022
-
-
Júlia Jaeger Foresti authored
-
- Apr 18, 2022
-
-
Tiago Evangelista Pinto authored
-