MCPcopy Create free account

hub / github.com/bitwarden/clients / functions

Functions15,467 in github.com/bitwarden/clients

↓ 4 callersMethodsetInterval
* Sets an interval and returns the interval id. * * @param taskName - The name of the task. Unused in the base implementation. * @param inter
libs/scheduling/src/default-task-scheduler.service.ts:35
↓ 4 callersMethodsetLoginEmail
Sets the login email in memory. * The login email is the email that is being used in the current login process.
libs/auth/src/common/services/login-email/login-email.service.ts:73
↓ 4 callersMethodsetMasterPasswordUnlockData
* @deprecated along with `setInitialPassword()` deprecation * * As part of [PM-28494], adding this setting path to accommodate the changes that
libs/angular/src/auth/password-management/set-initial-password/default-set-initial-password.service.implementation.ts:517
↓ 4 callersMethodsetNewAdminWelcomeDialogAcknowledged
(value = true)
bitwarden_license/bit-web/src/app/dirt/access-intelligence/onboarding/services/onboarding.service.ts:55
↓ 4 callersMethodsetOpenAtLogin
(enabled: boolean)
apps/desktop/src/main/messaging.main.ts:118
↓ 4 callersMethodsetOrganizationFilter
(organization: Organization)
libs/vault/src/services/vault-filter.service.ts:237
↓ 4 callersMethodsetOrganizationInformation
( request: OrganizationCreateRequest | OrganizationNoPaymentMethodCreateRequest, information: Organiza
libs/common/src/billing/services/organization-billing.service.ts:151
↓ 4 callersMethodsetPlanInformation
( request: OrganizationCreateRequest | OrganizationNoPaymentMethodCreateRequest, information: PlanInfo
libs/common/src/billing/services/organization-billing.service.ts:199
↓ 4 callersMethodsetSelectedTheme
(theme: Theme)
libs/common/src/platform/theming/theme-state.service.ts:43
↓ 4 callersMethodsetShouldAutopromptNow
* Set whether to auto-prompt the user for biometric unlock; this can be used to prevent auto-prompting being initiated by a process reload. * Reaso
apps/desktop/src/key-management/biometrics/main-biometrics.service.ts:130
↓ 4 callersMethodsetShowFavicons
(newValue: boolean)
libs/common/src/autofill/services/domain-settings.service.ts:274
↓ 4 callersMethodsetSidePanelOptions
* Sets the side panel options (path, enabled state), optionally scoped to a tab.
apps/browser/src/platform/browser/browser-api.ts:733
↓ 4 callersMethodsetTargetingRules
(rules: TargetingRulesByDomain)
libs/common/src/autofill/services/domain-settings.service.ts:317
↓ 4 callersMethodsetTokens
( accessToken: string, vaultTimeoutAction: VaultTimeoutAction, vaultTimeout: VaultTimeout, ref
libs/common/src/auth/services/token.service.ts:168
↓ 4 callersMethodsetUserKeyAndContinue
( key: UserKey, afterUnlockActions: AfterUnlockActions = {}, )
libs/key-management-ui/src/lock/components/lock.component.ts:549
↓ 4 callersFunctionset_autostart_snap
Snap autostart: remove every `*.desktop` in `$SNAP_USER_DATA/.config/autostart` (clearing the electron-builder-generated entry), then place a single f
apps/desktop/desktop_native/core/src/autostart/impl_direct_write.rs:57
↓ 4 callersMethodsetupBiometrics
()
apps/desktop/src/key-management/biometrics/main-biometrics.service.ts:101
↓ 4 callersMethodshouldShowSaveLoginInlineMenuList
* Verifies whether the save login inline menu view should be shown. This requires that * the login data on the page contains either a current or ne
apps/browser/src/autofill/background/overlay.background.ts:2306
↓ 4 callersMethodshowDialog
( injector: Injector, dialogService: DialogService, organizationId: OrganizationId, )
bitwarden_license/bit-web/src/app/dirt/access-intelligence/onboarding/new-admin-welcome-dialog.component.ts:67
↓ 4 callersMethodshowErrorDialog
(config: SimpleDialogOptions)
apps/desktop/src/autofill/modal/credentials/fido2-create.component.ts:219
↓ 4 callersMethodshowMissingPermissionsError
()
apps/web/src/app/admin-console/organizations/collections/services/vault-cipher-actions.service.ts:602
↓ 4 callersMethodshowSubscriptionEndedMessaging$
Returns true when the user has previously archived ciphers but lost their premium membership.
libs/common/src/vault/services/default-cipher-archive.service.ts:57
↓ 4 callersMethodshowSuccessToastByUserType
()
libs/angular/src/auth/password-management/set-initial-password/set-initial-password.component.ts:435
↓ 4 callersMethodshowUi
( route: string, position?: { x: number; y: number }, showTrafficButtons: boolean = false, dis
apps/desktop/src/autofill/services/desktop-fido2-user-interface.service.ts:258
↓ 4 callersMethodshowWarning
()
apps/web/src/app/admin-console/organizations/members/services/delete-managed-member/delete-managed-member-warning.service.ts:44
↓ 4 callersMethodsignal
* Return a normal signal.
libs/angular/src/platform/view-cache/noop-view-cache.service.ts:19
↓ 4 callersFunctionskeletonLoadingDelay
( showDelay = 1000, minDisplayTime = 1000, )
libs/common/src/vault/utils/skeleton-loading.operator.ts:14
↓ 4 callersFunctionsplit_encrypted_string_and_validate
A Chromium password consists of three parts: - Version (3 bytes): "v10", "v11", etc. - Cipher text (chunks of 16 bytes) - Padding (1-15 bytes) This f
apps/desktop/desktop_native/chromium_importer/src/util.rs:22
↓ 4 callersMethodstart
Create and start the IPC server without blocking. # Parameters - `name`: The endpoint name to listen on. This name uniquely identifies the IPC conne
apps/desktop/desktop_native/core/src/ipc/server.rs:63
↓ 4 callersMethodstart
()
apps/web/src/app/vault/services/browser-extension-prompt.service.ts:49
↓ 4 callersMethodstart
()
libs/common/src/key-management/shared-unlock/default-shared-unlock-leader.service.ts:37
↓ 4 callersMethodstartListening
* Start listening for badge state changes. * Without this the service will not be able to update the badge state.
apps/browser/src/platform/badge/badge.service.ts:53
↓ 4 callersMethodstartMonitoring
* Attach observation surfaces and begin examining the page. Safe to * call when already monitoring — callers do not need to track state.
apps/browser/src/autofill/content/abstractions/autofill-monitor.ts:18
↓ 4 callersMethodstartTour
(_organizationId: OrganizationId)
bitwarden_license/bit-web/src/app/dirt/access-intelligence/onboarding/access-intelligence-coachmark.service.ts:46
↓ 4 callersMethodstop
Stops the scroll listener from updating the stored location.
apps/browser/src/vault/popup/services/vault-popup-scroll-position.service.ts:55
↓ 4 callersMethodstop
()
apps/desktop/src/main/native-messaging.main.ts:129
↓ 4 callersMethodsubmit
()
apps/web/src/app/billing/organizations/change-plan.component.ts:37
↓ 4 callersMethodsubtitle
()
apps/web/src/app/vault/components/vault-items/vault-cipher-row.component.ts:228
↓ 4 callersMethodsupportsDeviceTrustByUserId$
(userId: UserId)
libs/common/src/key-management/device-trust/services/device-trust.service.implementation.ts:107
↓ 4 callersMethodswitchAccount
(userId: UserId | null)
libs/common/src/auth/services/account.service.ts:182
↓ 4 callersMethodsync
Give metadata about all available credentials in the users vault
apps/desktop/src/autofill/services/desktop-autofill.service.ts:137
↓ 4 callersFunctiontagAsExternal
()
libs/messaging/src/helpers.ts:16
↓ 4 callersFunctiontdeDecryptionRequiredGuard
()
libs/angular/src/auth/guards/tde-decryption-required.guard.ts:23
↓ 4 callersFunctiontest_rsa_key_blob
Returns the SSH wire-format public key blob for the test RSA key.
apps/desktop/desktop_native/ssh_agent/tests/common.rs:132
↓ 4 callersMethodtitle
()
apps/web/src/app/vault/individual-vault/vault-header/vault-header.component.ts:163
↓ 4 callersMethodtoAccessReportMetricsData
()
bitwarden_license/bit-common/src/dirt/access-intelligence/models/domain/access-report-metrics.ts:43
↓ 4 callersMethodtoApPermissionEnum
(read: boolean, write: boolean)
bitwarden_license/bit-web/src/app/secrets-manager/shared/access-policies/access-policy-selector/models/enums/ap-permission.enum.ts:9
↓ 4 callersMethodtoDomain
(req: CardExport, domain = new CardDomain())
libs/common/src/models/export/card.export.ts:29
↓ 4 callersMethodtoEncryptionPayload
* Builds the decrypted payload ready for encryption. * * Converts view-layer types to the data-layer types expected by the encryption service,
bitwarden_license/bit-common/src/dirt/access-intelligence/models/view/access-report.view.ts:337
↓ 4 callersMethodtoRead
(permission: ApPermissionEnum)
bitwarden_license/bit-web/src/app/secrets-manager/shared/access-policies/access-policy-selector/models/enums/ap-permission.enum.ts:19
↓ 4 callersMethodtoSdkAttachmentView
* Converts the AttachmentView to a SDK AttachmentView.
libs/common/src/vault/models/view/attachment.view.ts:72
↓ 4 callersMethodtoView
(req: CardExport, view = new CardView())
libs/common/src/models/export/card.export.ts:19
↓ 4 callersMethodtoWebCryptoAlgorithm
(algorithm: "sha1" | "sha256" | "sha512" | "md5")
libs/common/src/key-management/crypto/services/web-crypto-function.service.ts:211
↓ 4 callersMethodtoWrite
(permission: ApPermissionEnum)
bitwarden_license/bit-web/src/app/secrets-manager/shared/access-policies/access-policy-selector/models/enums/ap-permission.enum.ts:26
↓ 4 callersMethodtoggleMenuOnRightClick
* Toggles the menu on right click event. * If the menu is already open, it updates the menu position. * @param event The MouseEvent from the rig
libs/components/src/menu/menu-trigger-for.directive.ts:92
↓ 4 callersMethodtransform
(filename: string | null | undefined, maxLength?: number)
libs/vault/src/components/truncated-filename/truncate-filename.pipe.ts:14
↓ 4 callersMethodtranslate
(id: string, p1?: string, p2?: string, p3?: string)
apps/browser/src/platform/services/i18n.service.ts:90
↓ 4 callersMethodtriggerTask
* Triggers an alarm by calling its handler and * deleting it if it is a one-time alarm. * * @param alarmName - The name of the alarm to trigg
apps/browser/src/platform/services/task-scheduler/browser-task-scheduler.service.ts:325
↓ 4 callersMethodunlockViaBiometrics
()
libs/key-management-ui/src/lock/components/lock.component.ts:409
↓ 4 callersMethodunlockWithBiometricsForUser
(userId: UserId)
apps/desktop/src/key-management/biometrics/main-biometrics.service.ts:109
↓ 4 callersMethodunlockWithMasterPassword
(userId: UserId, masterPassword: string)
libs/unlock/src/default-unlock.service.ts:90
↓ 4 callersMethodunwrapEncapsulationKey
( wrappedEncapsulationKey: EncString, wrappingKey: SymmetricCryptoKey, )
libs/common/src/key-management/crypto/services/encrypt.service.implementation.ts:143
↓ 4 callersMethodupdateDefaultBrowserAutofillSettings
* Updates the browser autofill settings to the given value. * * @param value - Determines whether to enable or disable the autofill settings.
apps/browser/src/platform/browser/browser-api.ts:962
↓ 4 callersMethodupdateMostRecentlyFocusedField
* Updates the data used to position the inline menu elements in relation * to the most recently focused form field. * * @param formFieldEleme
apps/browser/src/autofill/services/autofill-overlay-content.service.ts:1053
↓ 4 callersMethodupdateOverlayCiphers
* Updates the inline menu list's ciphers and sends the updated list to the inline menu list iframe. * Queries all ciphers for the given url, and so
apps/browser/src/autofill/background/overlay.background.ts:452
↓ 4 callersMethoduploadEvents
(_userId?: UserId)
apps/browser/src/dirt/event-logs/foreground-event-upload.service.ts:10
↓ 4 callersMethodupsert
(send: SendData | SendData[])
libs/common/src/tools/send/services/send.service.ts:261
↓ 4 callersMethodupsert
(policy: PolicyData, userId: UserId)
libs/common/src/admin-console/services/policy/default-policy.service.ts:275
↓ 4 callersMethodurlContainsSearchParams
* Identifies if the url contains the specified search param and value. * * @param win - The passed window object. * @param searchParam - The
apps/browser/src/platform/browser/browser-popup-utils.ts:371
↓ 4 callersMethoduserHasPremium$
Returns true when the user has premium from any means.
libs/common/src/vault/services/default-cipher-archive.service.ts:50
↓ 4 callersFunctionuserKeyDefinitionCacheKey
(userKeyDefinition: UserKeyDefinition<unknown>)
libs/state-test-utils/src/fake-state-provider.ts:225
↓ 4 callersFunctionvalidateApplicationHealthReportDetailArray
( data: unknown, )
bitwarden_license/bit-common/src/dirt/reports/risk-insights/helpers/type-guards/risk-insights-type-guards.ts:166
↓ 4 callersFunctionvalidateOrganizationReportApplicationArray
( data: unknown, )
bitwarden_license/bit-common/src/dirt/reports/risk-insights/helpers/type-guards/risk-insights-type-guards.ts:294
↓ 4 callersMethodvalidateRegisteredTask
* Validates that a task handler is registered. * * @param taskName - The name of the task.
libs/scheduling/src/default-task-scheduler.service.ts:93
↓ 4 callersMethodverifyUser
()
libs/tools/export-vault-ui/src/components/export.component.ts:606
↓ 4 callersMethodviewEvents
(cipher: CipherView)
apps/web/src/app/admin-console/organizations/collections/vault.component.ts:1495
↓ 4 callersMethodwrite
(level: LogLevelType, message?: any, ...optionalParams: any[])
apps/desktop/src/platform/services/electron-log.main.service.ts:59
↓ 4 callersMethodwrite_bytes
Write a byte string to the buffer.
apps/desktop/desktop_native/win_webauthn/src/api/util/cbor.rs:56
↓ 3 callersFunctionAtRiskNotification
({ handleChangePasswordClick, handleCloseNotification, i18n, notificationTestId, theme = ThemeTypes.
apps/browser/src/autofill/content/components/notification/at-risk-password/container.ts:33
↓ 3 callersFunctionBuildTestObject
( def: Partial<Pick<T, K>> | T, constructor?: new () => T, )
libs/common/spec/utils.ts:26
↓ 3 callersFunctionNotificationContainer
({ handleCloseNotification, handleEditOrUpdateAction, handleSaveAction, ciphers, collections, fold
apps/browser/src/autofill/content/components/notification/container.ts:39
↓ 3 callersMethod_decryptBlob
( encryptedData: EncString | null, key: SymmetricCryptoKey, blobType: "report" | "summary" | "appl
bitwarden_license/bit-common/src/dirt/access-intelligence/services/implementations/persistence/default-access-report-encryption.service.ts:406
↓ 3 callersMethodabortActiveRequest
* Aborts the active request associated with a given tab id. * * @param tabId - The tab id to abort the active request for.
libs/common/src/platform/services/fido2/fido2-active-request-manager.ts:105
↓ 3 callersMethodaccessSendWithToken
( accessToken: SendAccessToken, keyArray: Uint8Array, apiUrl: string, options: OptionValues,
apps/cli/src/tools/send/commands/receive.command.ts:337
↓ 3 callersMethodaccountInfoEqual
(a: AccountInfo, b: AccountInfo)
libs/common/src/auth/services/account.service.ts:279
↓ 3 callersMethodactiveUserMeetsConditionsToShowApprovalDialog
(authRequestUserId: UserId)
apps/browser/src/auth/services/auth-request-answering/extension-auth-request-answering.service.ts:91
↓ 3 callersMethodaddCiphers
(url: string, ciphers: CipherView[])
libs/common/src/vault/models/domain/sorted-ciphers-cache.ts:17
↓ 3 callersFunctionaddCustomMatchers
()
libs/common/spec/matchers/index.ts:10
↓ 3 callersMethodaddUri
* Adds a new URI input to the form. * @param uriFieldValue The initial value for the new URI input. * @param focusNewInput If true, the new URI
libs/vault/src/cipher-form/components/autofill-options/autofill-options.component.ts:234
↓ 3 callersMethodaesGenerateKey
(bitLength = 128 | 192 | 256 | 512)
libs/common/src/key-management/crypto/services/web-crypto-function.service.ts:166
↓ 3 callersMethodalgorithms
(requested: MetadataRequest)
libs/tools/generator/core/src/providers/generator-metadata-provider.ts:106
↓ 3 callersMethodallSecret
Creates a classifier where all properties are secret. * @type {T} The type of secret being classified.
libs/common/src/tools/state/secret-classifier.ts:39
↓ 3 callersFunctionall_paths
Paths to the ipc sockets including alternative paths. For flatpak, a path per sandbox is created.
apps/desktop/desktop_native/core/src/ipc/mod.rs:113
↓ 3 callersFunctionapplyMainWindowStyles
(window: BrowserWindow, existingWindowState: WindowState)
apps/desktop/src/platform/popup-modal-styles.ts:46
↓ 3 callersMethodapplyThemeChangesTo
(document: Document)
libs/angular/src/platform/services/theming/angular-theming.service.ts:57
↓ 3 callersMethodapprovePendingRequest
(organizationId: string, authRequest: PendingAuthRequestView)
bitwarden_license/bit-common/src/admin-console/auth-requests/organization-auth-request.service.ts:85
↓ 3 callersMethodapprovePendingRequests
( organizationId: string, authRequests: PendingAuthRequestView[], )
bitwarden_license/bit-common/src/admin-console/auth-requests/organization-auth-request.service.ts:49
↓ 3 callersMethodarchiveCipher
(cipherId: string)
apps/cli/src/vault/archive.command.ts:37
↓ 3 callersMethodas_key
(&self)
apps/desktop/desktop_native/core/src/secure_memory/secure_key/mod.rs:81
↓ 3 callersMethodassertHasValue
(name: string, value: any)
libs/common/src/tools/cryptography/user-key-encryptor.ts:70
← previousnext →1,301–1,400 of 15,467, ranked by callers