- Jun 06, 2022
-
-
Patrick Pankotsch authored
* Bumb meteoer-node-stubs to version 1.2.3 to fix issue #25460 * yarn.lock Co-authored-by:
Guilherme Gazzo <guilherme@gazzo.xyz>
-
Marcos Spessatto Defendi authored
* refactor: refactor matrix bridge to support testing + unit tests * fix: fix conflict * fix: types on test * fix: fix tests * chore: rename bridged to federated * chore: remove duplicated config * fix: fix yarn.lock * chore: add migration for the renamed field * chore: fix lint * fix: type
-
- Jun 04, 2022
-
-
Kevin Aleman authored
-
- Jun 03, 2022
-
-
Guilherme Gazzo authored
-
Murtaza Patrawala authored
-
- Jun 02, 2022
-
-
souzaramon authored
-
- Jun 01, 2022
-
-
Douglas Gubert authored
-
- May 31, 2022
-
-
Douglas Gubert authored
-
Guilherme Gazzo authored
-
- May 27, 2022
-
-
Hugo Costa authored
* fix: Click to join button Jitsi Call * Fix `yarn` references * fix: Old message Jitsi Button * Fix yarn references (again) * Update apps/meteor/app/action-links/client/lib/actionLinks.ts Co-authored-by:
Tasso Evangelista <tasso.evangelista@rocket.chat> * fix: changing instance type Co-authored-by:
Tasso Evangelista <tasso.evangelista@rocket.chat>
-
- May 26, 2022
-
-
Rodrigo Nascimento authored
-
- May 23, 2022
-
-
Douglas Gubert authored
-
Henrique Guimarães Ribeiro authored
* feat:
Implement tab navigation on app details page I've implemented the visual part of the new tab navigation layout for the app details page. E.G.: a tab component with 3 tab items(Details, Logs and Settings) on the app details page. Will be implementing the logical part of this next. * refactor: Change settings page style I've changed the settings page max-width so that it fits better with figma. * feat: Implement tab navigation on app details page(Logic) I've implemented the necessary logic for the app details page tabs component to change the page content based on the selected tab. Also, I've created an AppDetailsPageHeader to improve readability in the AppDetailsPage component. * Updated package-lock with new package.json * fix: Fix logs not showing bug Fixed a typo on the AppDetailsPageHeader on which the AppMenu component was receiving a unexistent prop. Also, implemented a helper function to improve readability of the Tabs.item onClick function. Wrong prop being sent to the AppMenu component which caused the logs not to be shown correctly * fix: Install necessary type dependencies Executed a meteor npm install to update the installed package.json dependencies and solve type errors that were breaking the build tests. * refactor: Solve reviews Solved the problems pointed out in the reviews on GitHub. Changed some variable names for readability, changed some conditional blocks for brevity, and added some extra measures to avoid null exceptions. -should prefix on * [NEW] Create marketplace app details page new header (#24880) * feat: Change visible logic for app details tab navigation Changed the way the enabled tab flags work instead of just disabling the logs and settings tabs when an app is not installed it will not render the tabs at all. * refactor: Componentize app details header Created a standalone component for the app header on the app details page called AppDetailsHeader.tsx in order to improve readability and code organization. * feat: Create first part of new header style Some changes on the app header layout, added placeholder description, changed "metadata" layout, created placeholder chip for bundles and changed title size. Will be implementing the rest of the header soon. * feat: Create second part of new app details header style Created the logic for the bundle's chips, integrated the app description to the header, and implemented the date formating to track the last time an app update happened * feat: Create third part of new app details header Implemented the new Button + Data badge price display, implemented new install button titles based on app purchase type, implemented new +* information in the price section of tier-based subscription apps, implemented new enabled/disabled statuses based on the data badge component, and made so that the data badge doesn't show on the AppsTable using the isAppDetailsPage flag. * feat: Create fourth and last part of new app details page header Implemented a tooltip component for the Bundle Chip using the PositionAnimated and Tooltip fuselage components together with the onMouseEnter and onMouseLeave react events. * fix: Fix non-translated strings on app details header Added some non-translated strings to the i18n dictionary and removed a console.log. 1. Non-translated strings on the code; * fix: Solving more translation problems Added the dynamic translation string to the last updated metadata 1. Non translated string on the metadata section of the app details header * refactor: Componentize app details header bundle chips Created a standalone component for the bundle chips of the app details header and solved a little typo in the i18n entry for the chips text. 1. Typo in i18n dictionary * fix: Re-add missing translation entries to the i18n dictionary Re-added missing entries to the i18n dictionary that were deleted during merge procedures. * feat: Change logs from page to tab (#24952) Changed the place of the app logs from the page to the new logs tab. Also changed some styles of the logs accordions toChanged the place of the app logs from the page to the new logs tab. Also changed some styles of the logs accordions to fit better with the new container. fit better with the new container. * feat: Change app details page header design (#24997) Changed the design for the page header of the app details page from a title on the left with a save and back button on the right to an back arrow icon on the left side of the title with the save button still on the right. Also changed the title of the page from App details to Back. * Eslint * [NEW] Description tab marketplace (#25153) * fix: Fix missing entry on i18n dictionary Added a missing entry to the i18n dictionary that was lost on a branch merge. 1. Missing translation entry * feat: Implement markdown parser on the app details page description Implemented the MarkdownText.tsx component on the app details page description. Also changed the App class type so that it would bring the detailedDescription object and changed some of the app details page content layout to better follow the proposed design. * Eslint * refactor: Change MarkdownText use to detailedDescription.rendered Changed the method of rendering markdown on the app details page description, now it uses the dangerouslysetinnerhtml prop of the description box component. * refactor: Refactoring some code for reviews Changed some booleans orders and removed an unnecessary eslint exception * fix: Fix missing entries to i18n dictionary Added some missing entries to the i18n dictionary that were removed during a conflict fix. * fix: Re-add removed i18n dictionaries Re add some entries that were removed on merge * chore: fix ts * [NEW] Carousel component app details (#25338) * feat: Create visual part of new slider component anchor Implemented the visual part of the new slider anchor, will be integrating it with the API soon. * feat: Finish probable visual part of app details carousel Finished what probably will be the visual part of the new app details page carousel, with mocked data, since the screenshots endpoint doesn't exist yet. Also created a preamptive function for fetching the screenshots for when the endpoint is ready for usage. Also tried a first iteration of arrow navigation on the carousel, will be finishing it soon. * Eslint * feat: Finish new carousel ui Finished the new app details page carousel ui, now it counts with a hover transition on the screenshots preview image, auto passing of screenshots also on the preview, keyboard arrow navigation, and closing with the ESC key on the slider. Besides that, I've refactored some code for maintainability. * Eslint * feat: Integrate carousel with /screenshots endpoint Integrated the new carousel component with the newly exposed apps/${appId}/screenshots endpoint and removed the mock data. Now only the apps with registered screenshots will show them on the component. If the app doesn't have screenshots, it shows nothing where the carousel should be. * refactor: Solve reviews Refactored the way rendering works for the screenshot list inside of the ScreenshotCarousel for maintainability's sake. * chore: fix merge * chore: fix lint * fix: rest externalComponents * fix: Solve useEndpoint typos Solved some typos on some useEndpoint endpoints, refactored the way the screenshots are received and deleted some useless code. Co-authored-by:dougfabris <devfabris@gmail.com> * fix: reviews Refactored the AppDetailsPage tab selection logic, changed some routing logic to work with it, changed lastUpdated on AppDetailsHeader to not have undefined error. Co-authored-by:
Guilherme Gazzo <guilhermegazzo@gmail.com> Co-authored-by:
dougfabris <devfabris@gmail.com>
-
Guilherme Gazzo authored
-
Douglas Fabris authored
-
Alan Sikora authored
* adding settings file back * added js-yaml types * [IMPROVE] Stabilization on federated rooms (#25571) * chore: (wip) fixing proxy events handlers * chore: fix lint * fix: remove race condition + remove inline method * improve: general improvements for the mvp Co-authored-by:
Marcos Defendi <marcos.defendi@rocket.chat> Co-authored-by:
Aaron Ogle <aaron@geekgonecrazy.com>
-
gabriellsh authored
* use new list component * Fix Message lists and line breaks * Remove unecessary check from plaintext * skip empty text * remove parser from server * Fix components order * disable playwright * update * Fix parser version and wrong import * Match versions * Move actual `dependencies` from `devDependencies` * revert playwright * revert * Remove a few components * change version to next Co-authored-by:
Tasso Evangelista <tasso.evangelista@rocket.chat> * update fuselage Co-authored-by:
Tasso Evangelista <tasso.evangelista@rocket.chat>
-
- May 22, 2022
-
-
Murtaza Patrawala authored
* getting started.... * Apply suggestions from review: - Follow same structure for settings property on IUser as on core * Update Apps-Engine
-
Rafael Tapia authored
* Add event on message reaction * Add new event for message follow and unfollow * Add new event for message pin and unpin * Change boolean props to avoid double negative * Change event to trigger after the action happens * Refactor post message reaction call * Update Apps-Engine
-
- May 20, 2022
-
-
Rafael Tapia authored
* Add user events for apps * Remove trycatch validation * Get the user entity after the update * Trigger events when the user updates his profile or deletes his account * Update Apps-Engine * Make update return doc after update * Find user after the update to trigger event with correct data * Change where clause to use userData instead of userId * Update apps-engine
-
- May 17, 2022
-
-
Allan RIbeiro authored
* feat: adding app button on user dropdown * chore: changing some implementations and adding comments * chore: fixing lint issues * Update apps/meteor/client/sidebar/header/UserDropdown.tsx * chore: change some method location * chore: fixing lint issues * fix: using local method * Refactor AccountBox to singleton Co-authored-by:
Douglas Gubert <douglas.gubert@gmail.com>
-
souzaramon authored
-
- May 16, 2022
-
-
Martin Schoeler authored
* [FIX] UI/UX issues on Live Chat widget * Use @rocketchat/logo * READ THE ERRORS MARTIN * Remove old logo * Fix Reviews * chore: remove unnecessary class prop Co-authored-by:
dougfabris <devfabris@gmail.com>
-
- May 12, 2022
-
-
Diego Sampaio authored
-
- May 11, 2022
-
-
Kevin Aleman authored
-
Guilherme Gazzo authored
-
- May 09, 2022
-
-
Tasso Evangelista authored
-
- May 06, 2022
-
-
Tiago Evangelista Pinto authored
Co-authored-by:
Guilherme Gazzo <guilhermegazzo@gmail.com> Co-authored-by:
Martin <martin.schoeler@rocket.chat>
-
- May 04, 2022
-
-
Weslley Campos authored
Co-authored-by:
Guilherme Gazzo <guilhermegazzo@gmail.com>
-
- May 02, 2022
-
-
gabriellsh authored
-
Pierre Lehnen authored
Co-authored-by:
gabriellsh <gabriel.henriques@rocket.chat>
-
- Apr 29, 2022
-
-
Guilherme Jun Grillo authored
* fix: bump onboarding-ui version * fix: update adminData types
-
- Apr 27, 2022
-
-
Aaron Ogle authored
* Switch to forked version of matrix-appservice-bridge package * change yarn lock * add dependency that is installed indirectly but depended on directly * fix missing reference * fix lockfile Co-authored-by:
Douglas Gubert <douglas.gubert@gmail.com>
-
- Apr 26, 2022
-
-
Guilherme Gazzo authored
-
Pierre Lehnen authored
* Regression: eslint not running on packages Co-authored-by:
Guilherme Gazzo <guilhermegazzo@gmail.com>
-
- Apr 22, 2022
-
-
Guilherme Gazzo authored
-
Diego Sampaio authored
-
Alan Sikora authored
Implement alpha support for Matrix Federation Co-authored-by:
Aaron Ogle <aaron@geekgonecrazy.com> Co-authored-by:
Marcos Defendi <marcos.defendi@ulbra.inf.br> Co-authored-by:
Rodrigo Nascimento <rodrigoknascimento@gmail.com>
-
- Apr 21, 2022
-
-
Douglas Fabris authored
-
Filipe Marins authored
[FIX] Add select message to system message, thread preview and allow select on legacy template (#25251) * feat: add export message to system message and thread preview * fix: enable select on export message at legacy message template * Update apps/meteor/client/views/room/contextualBar/ExportMessages/MailExportForm.tsx * chore: update fuselage Co-authored-by:
Guilherme Gazzo <guilhermegazzo@gmail.com> Co-authored-by:
gabriellsh <gabriel.henriques@rocket.chat> Co-authored-by:
dougfabris <devfabris@gmail.com>
-