Commit Graph

  • ea645a89ee chore: start using messageListContext MartinSchoeler 2026-03-30 15:07:40 -03:00
  • bef1dc3212 review: update test case location chore/skills MartinSchoeler 2026-03-30 14:04:30 -03:00
  • 5b0eeeb11b Apply suggestion from @cubic-dev-ai[bot] Guilherme Gazzo 2026-03-03 20:32:12 -03:00
  • f5f1f90c6e refactor(database): register Trash model and update migration logic Guilherme Gazzo 2026-03-03 20:07:47 -03:00
  • 2ed5031b96 refactor(settings): remove setBulk method and update initialization logic Guilherme Gazzo 2026-03-03 00:43:11 -03:00
  • 0ae375a1af lint Guilherme Gazzo 2026-03-02 17:41:45 -03:00
  • 61af5412b5 fix(orchestrator): add eslint directive to allow await in loop Guilherme Gazzo 2026-03-02 16:34:40 -03:00
  • 068bcebe6c ts Guilherme Gazzo 2026-03-02 16:27:47 -03:00
  • 04047df36c perf(apps): load apps in parallel chunks of 4 Guilherme Gazzo 2026-03-02 15:37:20 -03:00
  • c9671ab311 perf(authorization): use bulkWrite for setting-based permissions in upsertPermissions Guilherme Gazzo 2026-03-02 15:37:14 -03:00
  • e50c63f097 perf(settings): use toArray() and setBulk() for initial settings load Guilherme Gazzo 2026-03-02 15:37:08 -03:00
  • ee87348748 perf(settings): use toArray() for initial settings load Guilherme Gazzo 2026-03-02 15:03:49 -03:00
  • 26ae400502 refactor: move index creation to onServerVersionChange Guilherme Gazzo 2026-03-02 14:59:25 -03:00
  • 0f58025d5d skeleton when not ready qa/github-OAuth yash-rajpal 2026-03-30 21:54:28 +05:30
  • ac07e6fef6 stable query yash-rajpal 2026-03-30 21:20:59 +05:30
  • 346f423fd7 chore: symlink to claudião MartinSchoeler 2026-03-30 11:59:55 -03:00
  • 6fc3afcf7d chore: AI Skills MartinSchoeler 2026-03-30 11:51:59 -03:00
  • 59cf90a39d chore(ci): add NETBIRD_TEST_IP secret to CI workflows for enhanced NetBird connection configuration chore/document-db Guilherme Gazzo 2026-03-30 11:49:57 -03:00
  • 5a6f2249c2 improve code and add logs for testing yash-rajpal 2026-03-30 20:19:04 +05:30
  • 5a06c52ff6 refactor(ci): update NetBird connection to use secrets for test IP and clean up coverage directory syntax Guilherme Gazzo 2026-03-30 11:33:08 -03:00
  • 2f6959f89d refactor(ci): use environment variable for CI_MONGO_URL check in NetBird connection step Guilherme Gazzo 2026-03-27 18:25:15 -03:00
  • 3839faefe1 add NetBird connection support in CI workflows Guilherme Gazzo 2026-03-27 14:00:04 -03:00
  • 97989f0774 fix(ci): parse CI_MONGO_URL to support query params when injecting DB name Guilherme Gazzo 2026-03-25 12:59:53 -03:00
  • c3617a8344 chore(ci): support optional external MongoDB via CI_MONGO_URL secret Guilherme Gazzo 2026-03-25 09:58:03 -03:00
  • 0c1f0c46bd refactor(documentdb): conditionally disable allowDiskUse via DOCUMENTDB env var Guilherme Gazzo 2026-03-18 17:10:59 -03:00
  • d573692dd1 Apply suggestions from code review Guilherme Gazzo 2026-03-06 13:20:55 -03:00
  • f936cee768 style: fix prettier formatting in documentdb refactored files Guilherme Gazzo 2026-03-06 12:45:13 -03:00
  • 4f3e6dd7c9 refactor(documentdb): replace $$REMOVE in listUsers utility (Sessions.ts) Guilherme Gazzo 2026-03-06 12:08:18 -03:00
  • 1a9ee442a1 refactor(documentdb): replace $$REMOVE in findAvailableSources (LivechatRooms.ts) Guilherme Gazzo 2026-03-06 12:08:12 -03:00
  • 81a380b13c refactor(documentdb): replace $$REMOVE in getBusinessHoursWithDepartmentStatuses (LivechatDepartment.ts) Guilherme Gazzo 2026-03-06 12:08:00 -03:00
  • 2d5eadb093 refactor(documentdb): replace pipeline-based $lookup in LivechatDepartment.ts Guilherme Gazzo 2026-03-06 11:58:22 -03:00
  • c54acf4b48 refactor(documentdb): replace $facet in findAgentsWithDepartments (Users.ts) Guilherme Gazzo 2026-03-06 11:50:06 -03:00
  • 14e43e495c refactor(documentdb): replace $facet in Sessions.ts Guilherme Gazzo 2026-03-06 11:49:00 -03:00
  • 589e9673e9 refactor(documentdb): replace $facet in findChildrenOfTeam (Rooms.ts) Guilherme Gazzo 2026-03-06 11:40:03 -03:00
  • ed16451f69 refactor(documentdb): replace $facet in getQueueMetrics (LivechatRooms.ts) Guilherme Gazzo 2026-03-06 11:39:58 -03:00
  • 2a7302aa84 refactor(documentdb): replace $facet in findHoursToScheduleJobs (LivechatBusinessHours.ts) Guilherme Gazzo 2026-03-06 11:39:00 -03:00
  • 29146f6e36 refactor(documentdb): replace $facet in Analytics.ts Guilherme Gazzo 2026-03-06 11:38:54 -03:00
  • 4d1d8b4c98 refactor(documentdb): replace $facet in users.list endpoint (users.ts) Guilherme Gazzo 2026-03-06 11:38:04 -03:00
  • 7a422b3e23 refactor(documentdb): replace $lookup with let in findUsersOfRoomOrderedByRole Guilherme Gazzo 2026-03-06 11:25:08 -03:00
  • ce461dec24 refactor(documentdb): replace $lookup with let in getUnavailableAgents (ee/Users.ts) Guilherme Gazzo 2026-03-06 11:24:51 -03:00
  • 3414526a7f refactor(documentdb): replace $lookup with let in findChildrenOfTeam (Rooms.ts) Guilherme Gazzo 2026-03-06 11:24:42 -03:00
  • 8c7cc958a1 refactor(documentdb): replace $lookup with let in LivechatRooms.ts Guilherme Gazzo 2026-03-06 11:21:45 -03:00
  • 46e6c2a5f5 refactor(documentdb): replace $lookup with let in getNextLeastBusyAgent and getLastAvailableAgentRouted (Users.ts) Guilherme Gazzo 2026-03-06 11:18:42 -03:00
  • 0342058056 refactor(documentdb): replace $lookup with let in findConnectedUsersExcept (Subscriptions.ts) Guilherme Gazzo 2026-03-06 11:16:48 -03:00
  • b980e2e688 Merge branch 'develop' into qa/github-OAuth Yash Rajpal 2026-03-30 19:53:57 +05:30
  • df94285abb regression: Voice call "Share screen" action fails silently (#39872) gabriellsh 2026-03-30 10:29:49 -03:00
  • 4fda00d059 Language update from Lingohub 🤖 lingohub_language_Rocket.Chat_update_2026-03-30Z lingohub[bot] 2026-03-30 13:01:17 +00:00
  • 27dccfe1ea chore: changeset fix/outbound-msg-str-parameters Aleksander Nicacio da Silva 2026-03-30 08:49:39 -03:00
  • e3c18a0770 test: updated unit tests Aleksander Nicacio da Silva 2026-03-30 08:45:54 -03:00
  • b732526dd9 chore: updated stories Aleksander Nicacio da Silva 2026-03-30 08:16:56 -03:00
  • 1b4dbeda49 Release 8.3.0-rc.2 8.3.0-rc.2 rocketchat-github-ci 2026-03-28 02:47:16 +00:00
  • f83159329d regression: Video recorder popup keep displaying while file is uploading (#39910) Douglas Fabris 2026-03-27 20:43:23 -03:00
  • c62a180f91 chore: add userWithoutUsername to users.info endpoint fix/hono-auth-middleware-unauthorized-response Ricardo Garim 2026-03-27 17:23:38 -03:00
  • 35f57195f1 poc: remove jumptomessage ref MartinSchoeler 2026-03-27 17:08:16 -03:00
  • 0c3e0fa906 add changeset chore/deprecate-sounds-methods Nazareno Bucciarelli 2026-03-27 16:43:12 -03:00
  • 38598fedb4 add changeset chore/deprecate-deleteCustomSound Nazareno Bucciarelli 2026-03-27 16:41:01 -03:00
  • e48ff7d49d some change yash-rajpal 2026-03-28 01:08:06 +05:30
  • 4be2a22d78 remove useGetMore MartinSchoeler 2026-03-27 16:28:47 -03:00
  • 48c4da866a add deprecation alerts for lead capture livechat features chore/deprecate-livechat-settings Nazareno Bucciarelli 2026-03-27 15:38:14 -03:00
  • 2be840b759 Add measurement for 20260327-185203 (4235cd9) github-actions[bot] 2026-03-27 18:52:03 +00:00
  • 9d42d28143 regression: populate permission to new federated-external role (#39854) Diego Sampaio 2026-03-27 15:44:08 -03:00
  • 6889133920 feat: Configure Passport (#39604) Yash Rajpal 2026-03-27 23:48:20 +05:30
  • 6fab7aea5a Add measurement for 20260327-180819 (fec3c9f) github-actions[bot] 2026-03-27 18:08:19 +00:00
  • 4235cd93a5 fix(ui): Expanded thread view overlapping NavBar (#39892) Douglas Fabris 2026-03-27 14:55:36 -03:00
  • fec3c9f0ba Merge remote-tracking branch 'origin/release-8.3.0' into develop Diego Sampaio 2026-03-27 14:47:53 -03:00
  • b7a32f9ec9 regression: Livechat using removed ui-kit function to render action blocks (#39904) Kevin Aleman 2026-03-27 11:20:29 -06:00
  • 8afe501a50 prevent array reordering when updating visitorEmails or phone fields Nazareno Bucciarelli 2026-03-27 13:28:32 -03:00
  • b0cd754864 chore: Passport login UI (#39848) Yash Rajpal 2026-03-27 18:55:49 +05:30
  • 58d9a01855 chore(deps): bump codecov/codecov-action from 5 to 6 dependabot/github_actions/codecov/codecov-action-6 dependabot[bot] 2026-03-27 07:02:56 +00:00
  • 681978f890 fix: return 401 response for users without username in Hono middleware Ricardo Garim 2026-03-26 23:18:43 -03:00
  • 9e48af5ac3 Add measurement for 20260327-001233 (2103a7a) github-actions[bot] 2026-03-27 00:12:33 +00:00
  • 18c3726cd2 Add measurement for 20260326-233625 (5183daa) github-actions[bot] 2026-03-26 23:36:25 +00:00
  • 2103a7aecf fix: app actions ignoring role filters and i18n translation (#39868) Júlia Jaeger Foresti 2026-03-26 20:20:13 -03:00
  • 5183daa30a feat(a11y): Add live region to announce contextual bar search results (#39847) Douglas Fabris 2026-03-26 19:53:39 -03:00
  • 84ab748417 changes from code review Pierre Lehnen 2026-03-26 19:26:39 -03:00
  • c89a8067f3 fix: apply color tokens on DropTargetOverlay fix/drop-target-overlay-colors juliajforesti 2026-03-26 18:45:33 -03:00
  • 2ac7f942a1 chore: add postinstall script for HF transformers vendor files feat/voice-transcribe Jean Brito 2026-03-26 18:27:03 -03:00
  • 4b0b711773 feat: add @rocket.chat/gazzodown-alt package for real-time WYSIWYG rendering cursor/gazzodown-real-time-replacement-bfca Cursor Agent 2026-03-26 21:01:40 +00:00
  • da43bb919f poc poc/gazzodown-alt MartinSchoeler 2026-03-26 17:43:21 -03:00
  • 54f34ee4ce poc MartinSchoeler 2026-03-26 17:33:14 -03:00
  • 9fbdf91c86 fix: unable to replace string parameters in Outbound Message templates Aleksander Nicacio da Silva 2026-03-26 16:32:01 -03:00
  • 205b115ea2 refactor: extract TranscriptionProvider, TranscribeButton, persist preferences Jean Brito 2026-03-26 17:03:32 -03:00
  • e95ba51335 clone state objects Pierre Lehnen 2026-03-26 16:51:28 -03:00
  • c40c321bb9 refactor: replace manual dropdown with GenericMenu + add download confirmation Jean Brito 2026-03-26 16:48:24 -03:00
  • 373d9e6ae9 feat: add client-side voice message transcription using Whisper (WebGPU) Jean Brito 2026-03-26 16:15:03 -03:00
  • 61978eb78e refactor: change emoji that is used fix-get-message-updater Douglas Gubert 2026-03-26 15:30:51 -03:00
  • 344f674fd0 refactor: clearer error messages on tests Douglas Gubert 2026-03-26 15:04:03 -03:00
  • 6e9e40741d regression: Prevent composer recreation on viewport resize (#39881) Douglas Fabris 2026-03-26 14:56:21 -03:00
  • ae903de2d4 add todo Nazareno Bucciarelli 2026-03-26 14:39:00 -03:00
  • ec17b326af add todos Nazareno Bucciarelli 2026-03-26 14:36:21 -03:00
  • 6605250b8a Delay "contactUpdate" event Pierre Lehnen 2026-03-26 14:11:19 -03:00
  • c0d97c9ef8 test: end-to-end test for message reaction Douglas Gubert 2026-03-26 13:59:21 -03:00
  • 25fea54098 fix: setReaction toggle when false Douglas Gubert 2026-03-26 13:53:05 -03:00
  • 6064a4728a refactor: modify updater Douglas Gubert 2026-03-26 13:52:37 -03:00
  • b4187ee5c6 changes from code review Pierre Lehnen 2026-03-26 13:36:34 -03:00
  • 5816658976 Add measurement for 20260326-154406 (d12b53c) github-actions[bot] 2026-03-26 15:44:06 +00:00
  • c32ef7a983 LSP... again. Pierre Lehnen 2026-03-26 12:03:35 -03:00
  • d12b53ce53 fix: add validation for SAML SLO redirect URLs (#38994) Yasmim Nagat 2026-03-26 11:51:38 -03:00
  • 858e97fcac update mocks Pierre Lehnen 2026-03-26 11:50:40 -03:00
  • 531adfb5f4 LSP crashed again Pierre Lehnen 2026-03-26 11:08:14 -03:00