The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/apps/meteor/client/hooks
Guilherme Gazzo bc959e5093
fix(useFormatDate): default Message_DateFormat to 'LL' to avoid date-fns crash (#40393)
3 days ago
..
menuActions feat: Enhanced navigation filters (#36049) 9 months ago
notification chore: Move `AppLayout` hooks (#37354) 6 months ago
quickActions chore: `useHasLicenseModule` return as a query result (#37552) 5 months ago
roomActions feat(a11y): Bring keyboard shortcuts to a global context (#40169) 3 weeks ago
webdav
useAirGappedRestriction.spec.ts chore: Upgrade React (#32288) 1 year ago
useAirGappedRestriction.ts
useAppActionButtons.ts chore(eslint): Consistent type imports/exports (#39341) 2 months ago
useAppSlashCommands.spec.tsx fix: slash command list is incomplete during startup (#38267) 4 months ago
useAppSlashCommands.ts fix: slash command list is incomplete during startup (#38267) 4 months ago
useAppUiKitInteraction.ts
useApplyButtonFilters.spec.ts fix: app actions ignoring role filters and i18n translation (#39868) 1 month ago
useApplyButtonFilters.ts fix: app actions ignoring role filters and i18n translation (#39868) 1 month ago
useClipboardWithToast.ts chore: bump fuselage packages (#34929) 1 year ago
useCreateChannelTypePermission.ts fix: create-c and create-p not being applied to Team Creation (#36592) 9 months ago
useDecryptedMessage.spec.ts refactor: Remove unused `description` from attachments render (#40067) 4 weeks ago
useDecryptedMessage.ts refactor: Remove unused `description` from attachments render (#40067) 4 weeks ago
useDeviceLogout.tsx chore: Expose mutation API in `useEndpoint*` hooks (#36473) 10 months ago
useDownloadFromServiceWorker.ts refactor: Replace `useUniqueId` with `useId` (#35061) 1 year ago
useEndpointMutation.ts chore: Expose mutation API in `useEndpoint*` hooks (#36473) 10 months ago
useEndpointUploadMutation.ts chore: Expose mutation API in `useEndpoint*` hooks (#36473) 10 months ago
useExternalLink.ts
useFeaturePreviewEnableQuery.ts
useFileInput.ts refactor: use composer ref to append file input (#38226) 4 months ago
useFireGlobalEvent.spec.ts fix: 'room-changed' event race condition (#35371) 1 year ago
useFireGlobalEvent.ts fix: 'room-changed' event race condition (#35371) 1 year ago
useFormSubmitWithDirtyCheck.ts fix(ux): standardize form validation (#39590) 1 month ago
useFormatDate.ts fix(useFormatDate): default Message_DateFormat to 'LL' to avoid date-fns crash (#40393) 3 days ago
useFormatDateAndTime.ts chore: migrate client-side code from moment to date-fns (#40076) 4 weeks ago
useFormatDuration.ts
useFormatMemorySize.ts
useFormatTime.ts chore: migrate client-side code from moment to date-fns (#40076) 4 weeks ago
useFormattedRelativeTime.ts chore: migrate client-side code from moment to date-fns (#40076) 4 weeks ago
useHasLicenseModule.ts chore(ui-client): Move some views (#37757) 5 months ago
useHideRoomAction.tsx chore!: remove omnichannel voip (#37689) 5 months ago
useHighlightedCode.ts
useIdleActiveEvents.ts chore: Detach idle detection from component state (#36046) 12 months ago
useIdleConnection.ts chore: Replace `Meteor.userId()` for client code (#36911) 7 months ago
useIdleDetection.spec.tsx test: Implement tests for `useIdleDetection` hook (#36052) 11 months ago
useIdleDetection.ts test: Implement tests for `useIdleDetection` hook (#36052) 11 months ago
useInfiniteMessageQueryUpdates.ts refactor: Phase-out async state API (#37944) 4 months ago
useIsEnterprise.ts fix: prevent premium capability popup when enterprise license is already in place (#37950) 4 months ago
useIsFederationEnabled.ts feat: native federation (#36970) 7 months ago
useIsSelfHosted.ts
useJoinRoom.ts fix: Apps preventing join actions not showing any error (#35332) 1 year ago
useLdapSync.tsx chore: Show ldap attribute sync settings on abac page (#40088) 3 weeks ago
useLicenseLimitsByBehavior.ts chore(ui-client): Move some views (#37757) 5 months ago
useLivechatInquiryStore.ts feat: Enhanced navigation filters (#36049) 9 months ago
useLocalePercentage.ts
useMergedRefsV2.ts regression: solve restore position on same room types (#35950) 1 year ago
useMessageboxAppsActionButtons.ts
useOmnichannelContinuousSoundNotification.ts fix: wrong sound on Omnichannel continuous notification (#37042) 7 months ago
usePreventPropagation.ts chore: bump fuselage packages (#34929) 1 year ago
usePruneWarningMessage.spec.ts chore: migrate client-side code from moment to date-fns (#40076) 4 weeks ago
usePruneWarningMessage.ts chore(deps): Upgrade `date-fns` (#36415) 10 months ago
useReactiveValue.ts refactor: Abandon `useSyncExternalStore` shim (#35051) 1 year ago
useRegistrationStatus.spec.ts fix: hide workspace registration status from users without manage-cloud permission (#37951) 4 months ago
useRegistrationStatus.ts fix: hide workspace registration status from users without manage-cloud permission (#37951) 4 months ago
useResizeInlineBreakpoint.ts
useRoomIcon.spec.tsx chore: add missing abacAttributes to useRoomIcon Pick type (#38427) 3 months ago
useRoomIcon.tsx chore: add missing abacAttributes to useRoomIcon Pick type (#38427) 3 months ago
useRoomInfoEndpoint.ts feat: Enhanced navigation filters (#36049) 9 months ago
useRoomMenuActions.ts chore: Merge client omnichannel directories (#37369) 6 months ago
useRoomName.ts refactor: Moves `getUserDisplayName` outside from meteor app (#35031) 1 year ago
useRoomRolesQuery.ts chore: deprecate `getUserRoles` `saveCustomFields` `setReaction` `setUsername` `saveUserProfile` `setUserPassword` methods (#36146) 9 months ago
useRoomsList.ts refactor: Phase-out async state API (#37944) 4 months ago
useRouterScrollToHash.ts feat(a11y): Add anchor-based navigation with router-level scroll support (#36292) 3 weeks ago
useShouldPreventAction.ts chore(ui-client): Move some views (#37757) 5 months ago
useSingleFileInput.ts
useSortQueryOptions.spec.ts regression: Split enhanced navigation and second sidebar (#36763) 9 months ago
useSortQueryOptions.ts regression: Split enhanced navigation and second sidebar (#36763) 9 months ago
useTeamInfoQuery.ts refactor: query `ParentTeam` data from reusable hooks (#36562) 9 months ago
useTimeAgo.ts chore: migrate client-side code from moment to date-fns (#40076) 4 weeks ago
useTimeFromNow.ts chore: migrate client-side code from moment to date-fns (#40076) 4 weeks ago
useTimezoneNameList.ts regression: timezone field blank for legacy aliases (#40305) 1 week ago
useTimezoneTime.ts regression: Apply user language locale to client-side dates (#40264) 2 weeks ago
useTranslationsForApps.ts
useUTCClock.ts
useUpdateAvatar.ts chore: Expose mutation API in `useEndpoint*` hooks (#36473) 10 months ago
useUserCustomFields.spec.tsx chore: Remove outdated `legacyRoot` param from unit tests (#36632) 9 months ago
useUserCustomFields.ts fix: stop invalid `Accounts_CustomFieldsToShowInUserInfo` value from breaking the ui (#34975) 1 year ago
useUserDropdownAppsActionButtons.ts fix: app actions ignoring role filters and i18n translation (#39868) 1 month ago
useUserInfoQuery.ts
useUserRolesQuery.ts chore: deprecate `getUserRoles` `saveCustomFields` `setReaction` `setUsername` `saveUserProfile` `setUserPassword` methods (#36146) 9 months ago
useUserSoundPreferences.ts feat: Ability to set video conf ringing/dialing volume (#34926) 1 year ago
useWorkspaceInfo.ts