MCPcopy Create free account

hub / github.com/bitwarden/clients / functions

Functions15,467 in github.com/bitwarden/clients

↓ 5 callersMethodhomedir
()
apps/desktop/src/main/native-messaging.main.ts:555
↓ 5 callersMethodimportUnmappedFields
(cipher: CipherView, row: any, mappedValues: Set<string>)
libs/importer/src/importers/dashlane/dashlane-csv-importer.ts:265
↓ 5 callersMethodisDiscountExpiredError
(error: unknown)
apps/web/src/app/billing/services/subscription-discount.service.ts:56
↓ 5 callersMethodisNonChromeEnvironment
* Checks if the environment is a non-Chrome environment. This is used to determine * if the browser alarms API should be used in place of the chrom
apps/browser/src/platform/services/task-scheduler/browser-task-scheduler.service.ts:408
↓ 5 callersMethodisPopupOpen
* Returns true if the vault popup is currently open. * * Uses `chrome.runtime.getContexts()` on MV3 (Chrome/Edge), * and falls back to `chrom
apps/browser/src/platform/browser/browser-api.ts:502
↓ 5 callersFunctionisUrlInList
(url: string = "", urlList: NeverDomains = {})
libs/common/src/autofill/utils/index.ts:340
↓ 5 callersMethodisUsernameField
(field: AutofillField)
apps/browser/src/autofill/services/abstractions/inline-menu-field-qualifications.service.ts:7
↓ 5 callersMethodisVivaldi
()
apps/web/src/app/core/web-platform-utils.service.ts:85
↓ 5 callersMethodis_running
(&self)
apps/desktop/desktop_native/core/src/ssh_agent/mod.rs:309
↓ 5 callersMethodload
()
apps/web/src/app/billing/organizations/organization-subscription-cloud.component.ts:143
↓ 5 callersMethodloadLastReport$
( organizationId: OrganizationId, )
bitwarden_license/bit-common/src/dirt/access-intelligence/services/implementations/persistence/file-report-persistence.service.ts:161
↓ 5 callersMethodloading
()
libs/components/src/async-actions/bit-submit.directive.ts:90
↓ 5 callersMethodlogIn
* We are using the Auth Code + PKCE flow. * We have received the code from IdentityServer, which we will now present with the code verifier to get
libs/auth/src/angular/sso/sso.component.ts:420
↓ 5 callersMethodlogout
(logoutReason: LogoutReason, userId?: UserId)
apps/browser/src/background/main.background.ts:1949
↓ 5 callersMethodlogout
()
apps/cli/src/service-container/service-container.ts:1147
↓ 5 callersMethodlogout
(userId: UserId)
libs/key-management/src/biometrics/biometric-state.service.ts:180
↓ 5 callersFunctionmake_server
()
apps/desktop/desktop_native/ssh_agent/src/server/mod.rs:309
↓ 5 callersMethodmarkForDisposal
* Mark this Rc for disposal. When the refCount reaches 0, the value * will be freed.
libs/common/src/platform/misc/reference-counting/rc.ts:50
↓ 5 callersMethodmasterKey$
(userId: UserId)
libs/common/src/key-management/master-password/services/master-password.service.ts:143
↓ 5 callersMethodmasterPasswordUnlockData$
(userId: UserId)
libs/common/src/key-management/master-password/services/master-password.service.ts:351
↓ 5 callersFunctionmockDeep
(arg1: any, arg2?: any)
libs/common/src/platform/spec/mock-deep.ts:156
↓ 5 callersMethodneedsMigration
* Returns whether the migration needs to be run for the user, and if it does, whether the master password is required.
libs/common/src/key-management/encrypted-migrator/migrations/encrypted-migration.ts:30
↓ 5 callersFunctionnext
(settings)
libs/tools/generator/core/src/providers/generator-profile-provider.spec.ts:196
↓ 5 callersMethodngOnInit
()
apps/web/src/app/admin-console/organizations/policies/policy-edit-definitions/single-org.component.ts:25
↓ 5 callersFunctionnormalizeSearchQuery
(query: string)
libs/common/src/vault/services/search.service.ts:166
↓ 5 callersMethodnotificationState
* Returns the local state for notifications * @param userId * @private
libs/common/src/vault/notifications/services/default-end-user-notification.service.ts:206
↓ 5 callersMethodnotifyConfirmCreateCredential
* Notifies the Fido2UserInterfaceSession that the UI operations has completed and it can return to the OS.
apps/desktop/src/autofill/services/desktop-fido2-user-interface.service.ts:185
↓ 5 callersMethodonChange
(searchText: string)
libs/components/src/search/search.component.ts:77
↓ 5 callersFunctionopenChangePlanDialog
( dialogService: DialogService, dialogConfig: DialogConfig<ChangePlanDialogParams>, )
apps/web/src/app/billing/organizations/change-plan-dialog.component.ts:90
↓ 5 callersMethodoptions$
An observable monitoring the options saved to disk. * The observable updates when the options are saved. * @param userId: Identifies the user
libs/tools/generator/extensions/navigation/src/default-generator-navigation.service.ts:30
↓ 5 callersFunctionparse_key
(pem: &str)
apps/desktop/desktop_native/ssh_agent/src/storage/serialization.rs:49
↓ 5 callersFunctionparse_public_key
Parses a slice as a [BCRYPT_PUBLIC_KEY_BLOB].
apps/desktop/desktop_native/win_webauthn/src/api/plugin/crypto.rs:26
↓ 5 callersMethodpolicy
()
apps/web/src/app/admin-console/organizations/policies/policy-edit-dialog.component.ts:100
↓ 5 callersMethodpost
( endpoint: string, setBody: (requestInit: RequestInit, headers: Map<string, string>) => void, hea
libs/importer/src/importers/lastpass/access/services/rest-client.ts:55
↓ 5 callersMethodpreferences
Get a subject bound to credential generator preferences. * @param dependencies.account$ identifies the account to which the preferences are bound
libs/tools/generator/core/src/providers/generator-metadata-provider.ts:228
↓ 5 callersMethodpromptAutomatically$
(userId: UserId)
libs/key-management/src/biometrics/biometric-state.service.ts:219
↓ 5 callersMethodpromptForPremium
()
apps/desktop/src/billing/services/desktop-premium-upgrade-prompt.service.ts:16
↓ 5 callersMethodpurchaseSubscription
( subscription: SubscriptionInformation, activeUserId: UserId, )
libs/common/src/billing/services/organization-billing.service.ts:47
↓ 5 callersMethodput
(&mut self, key: Self::KeyType, value: &[u8])
apps/desktop/desktop_native/core/src/secure_memory/encrypted_memory_store.rs:76
↓ 5 callersMethodputOrganizationUserResetPasswordEnrollment
( organizationId: string, userId: string, request: OrganizationUserResetPasswordEnrollmentRequest,
libs/admin-console/src/common/organization-user/services/default-organization-user-api.service.ts:269
↓ 5 callersFunctionread_ssh_string
Reads a single SSH string `[u32 len][bytes]` from `data`. Returns `Some((content, remaining))` or `None` if truncated.
apps/desktop/desktop_native/ssh_agent/src/server/protocol.rs:131
↓ 5 callersMethodrecord
* Creates a {@link KeyDefinition} for state that is a record. * @param stateDefinition The state definition to be added to the KeyDefinition * @
libs/state/src/core/key-definition.ts:153
↓ 5 callersMethodrefresh
()
apps/web/src/app/billing/services/subscription-discount.service.ts:26
↓ 5 callersMethodrefreshAdditionalKeys
(userId: UserId)
libs/key-management/src/key.service.ts:126
↓ 5 callersMethodreload
()
apps/web/src/app/admin-console/organizations/collections/services/default-vault-collection.service.ts:231
↓ 5 callersMethodremove
(key: string, options?: StorageOptions)
apps/browser/src/platform/storage/offscreen-storage.service.ts:45
↓ 5 callersMethodremove
(user: ProviderUser, providerId: ProviderId)
bitwarden_license/bit-web/src/app/admin-console/providers/manage/members.component.ts:280
↓ 5 callersMethodremove
(endpoint: Endpoint)
libs/common/src/platform/ipc/ipc-session-repository.ts:42
↓ 5 callersMethodremoveTabFromNotificationQueue
* Removes any login messages from the notification queue that * are associated with the specified tab. * * @param tab - The tab to remove mes
apps/browser/src/autofill/background/notification.background.ts:517
↓ 5 callersMethodremoveWindow
* Removes the window with the given id. * * @param windowId - The id of the window to remove.
apps/browser/src/platform/browser/browser-api.ts:184
↓ 5 callersMethodrequestPasswordChangeForCriticalApplications
* Bulk assigns password change tasks for critical applications with at-risk passwords * * @param organizationId The organization ID * @param
bitwarden_license/bit-web/src/app/dirt/access-intelligence/shared/security-tasks.service.ts:105
↓ 5 callersMethodrestore
( cipher: { id: string; revisionDate: string } | { id: string; revisionDate: string }[], userId: UserI
libs/common/src/vault/services/cipher.service.ts:1715
↓ 5 callersMethodrestoreManyWithServer
* No longer using an asAdmin Param. Org Vault bulkRestore will assess if an item is unassigned or editable * The Org Vault will pass those ids an a
libs/common/src/vault/services/cipher.service.ts:1770
↓ 5 callersMethodrotateUserKey
( keyRotationMethod: KeyRotationMethod, upgradeTokenAction: UpgradeTokenAction, userId: UserId,
libs/user-crypto-management/src/user-key-rotation.service.ts:62
↓ 5 callersMethodrun
(id: string, options: OptionValues)
apps/cli/src/tools/send/commands/get.command.ts:33
↓ 5 callersFunctionrunCommand
* Execute a command. * @param {string} bin Executable to run. * @param {string[]} args Arguments for executable. * @param {string} [workingDirector
apps/desktop/desktop_native/build.js:36
↓ 5 callersMethodrunOutsideAngular
(fn: any)
libs/components/src/a11y/autofocus-fallback.directive.spec.ts:29
↓ 5 callersFunctionrun_command
(_value: String)
apps/desktop/desktop_native/core/src/autofill/unix.rs:4
↓ 5 callersMethodsanitize
{@link PolicyEvaluator.sanitize}
libs/tools/generator/core/src/policies/default-policy-evaluator.ts:25
↓ 5 callersMethodsave
(key: string, obj: T)
apps/browser/src/platform/services/local-backed-session-storage.service.ts:170
↓ 5 callersMethodsaveCollectionsWithServer
(cipher: Cipher, userId: UserId)
libs/common/src/vault/services/cipher.service.ts:1246
↓ 5 callersMethodsaveOptions
(options: UsernameGeneratorOptions)
libs/tools/generator/extensions/legacy/src/legacy-username-generation.service.ts:185
↓ 5 callersMethodsaveReport$
( view: AccessReportView, organizationId: OrganizationId, )
bitwarden_license/bit-common/src/dirt/access-intelligence/services/implementations/persistence/file-report-persistence.service.ts:55
↓ 5 callersMethodsearchCiphers
( userId: UserId, organizationId: OrganizationId | null, query: string, ciphers: C[], )
libs/common/src/vault/services/search.service.ts:65
↓ 5 callersMethodselectItem
* Select a single item by id. * * Maintains list order for both selected items, deselected items, and the FormArray. * * @param id - Id of
libs/angular/src/utils/form-selection-list.ts:109
↓ 5 callersMethodsend
( commandDefinition: string | CommandDefinition<T>, payload: Record<string, unknown> | T = {}, )
apps/browser/src/platform/messaging/chrome-message.sender.ts:22
↓ 5 callersMethodsend
( commandDefinition: CommandDefinition<T> | string, arg: T | Record<string, unknown> = {}, )
apps/desktop/src/services/electron-main-messaging.service.ts:62
↓ 5 callersMethodsendEncryptedMessage
( message: Omit<EncryptedMessage, keyof MessageCommon>, options: IPCOptions = {}, )
apps/desktop/native-messaging-test-runner/src/native-message.service.ts:165
↓ 5 callersMethodsendMessage
(message: string, args?: any)
apps/desktop/src/main/menu/menu.account.ts:169
↓ 5 callersMethodsenderIsInternal
* Returns `true` if the message sender appears to originate from within this extension. * * Returns `false` when: * - `sender` is absent or h
apps/browser/src/platform/browser/browser-api.ts:78
↓ 5 callersMethodsetAccountActivity
(userId: UserId, lastActivity: Date)
libs/common/spec/fake-account-service.ts:88
↓ 5 callersMethodsetAccountInfo
(userId: UserId, update: Partial<AccountInfo>)
libs/common/src/auth/services/account.service.ts:296
↓ 5 callersMethodsetBiometricProtectedUnlockKeyForUser
( userId: UserId, key: SymmetricCryptoKey, )
apps/desktop/src/key-management/biometrics/main-biometrics.service.ts:113
↓ 5 callersMethodsetBiometricUnlockEnabled
(enabled: boolean, userId: UserId)
libs/key-management/src/biometrics/biometric-state.service.ts:135
↓ 5 callersMethodsetCodeVerifier
(codeVerifier: string)
libs/common/src/auth/services/sso-login/sso-login.service.ts:51
↓ 5 callersFunctionsetElementStyles
( element: HTMLElement, styles: Partial<CSSStyleDeclaration>, priority?: boolean, )
apps/browser/src/autofill/utils/index.ts:138
↓ 5 callersMethodsetEnableFillAssist
(newValue: boolean)
libs/common/src/autofill/services/domain-settings.service.ts:311
↓ 5 callersMethodsetHasPremium
( hasPremiumPersonally: boolean, hasPremiumFromAnyOrganization: boolean, userId: UserId, )
libs/common/src/billing/services/account/billing-account-profile-state.service.ts:44
↓ 5 callersMethodsetNudgeStatus
(nudgeType: NudgeType, newStatus: NudgeStatus, userId: UserId)
libs/angular/src/vault/services/default-single-nudge.service.ts:15
↓ 5 callersMethodsetSsoState
(ssoState: string)
libs/common/src/auth/services/sso-login/sso-login.service.ts:59
↓ 5 callersMethodsetUserKeyAutoUnlock
* user key when using the "never" option of vault timeout
libs/state-internal/src/legacy/default-state.service.ts:53
↓ 5 callersFunctionset_autostart_in_dir
Write/remove `bitwarden.desktop` in the given autostart directory.
apps/desktop/desktop_native/core/src/autostart/impl_direct_write.rs:27
↓ 5 callersFunctionsetupAutofillInitDisconnectAction
(windowContext: Window)
apps/browser/src/autofill/utils/index.ts:181
↓ 5 callersMethodshareManyWithServer
( ciphers: CipherView[], organizationId: string, collectionIds: string[], userId: UserId, )
libs/common/src/vault/services/cipher.service.ts:1037
↓ 5 callersMethodshareWithServer
( cipher: CipherView, organizationId: string, collectionIds: string[], userId: UserId, ori
libs/common/src/vault/services/cipher.service.ts:989
↓ 5 callersFunctionsharedStateByUserId
(key: UserKeyDefinition<Value>, provider: StateProvider)
libs/tools/generator/core/src/util.ts:59
↓ 5 callersMethodshouldShowInlineMenuAccountCreation
* Identifies whether the inline menu is being shown on an account creation field.
apps/browser/src/autofill/background/overlay.background.ts:975
↓ 5 callersMethodshowMissingPermissionsError
()
apps/web/src/app/vault/individual-vault/vault.component.ts:1673
↓ 5 callersMethodsignal
* @see {@link ViewCacheService.signal}
apps/browser/src/platform/popup/view-cache/popup-view-cache.service.ts:77
↓ 5 callersFunctionstart
()
apps/web/src/connectors/webauthn.ts:181
↓ 5 callersMethodstart
Scrolls the user to the stored scroll position and starts tracking scroll of the page.
apps/browser/src/vault/popup/services/vault-popup-scroll-position.service.ts:33
↓ 5 callersMethodstart
Starts the server, listening on the provided listeners. Each listener runs in its own task and sends accepted connections to a shared channel. The ac
apps/desktop/desktop_native/ssh_agent/src/server/mod.rs:73
↓ 5 callersMethodstop
(&mut self)
apps/desktop/desktop_native/ssh_agent/src/server/mod.rs:102
↓ 5 callersMethodsubmit
()
apps/web/src/app/admin-console/organizations/members/components/bulk/bulk-delete-dialog.component.ts:45
↓ 5 callersMethodtoJSON
()
libs/common/src/vault/models/view/cipher.view.ts:217
↓ 5 callersMethodtoMetrics
* Computes complete metrics from current view state * * Generates AccessReportMetrics including both summary counts and password-level metrics.
bitwarden_license/bit-common/src/dirt/access-intelligence/models/view/access-report.view.ts:387
↓ 5 callersMethodtoRiskInsightsMetricsData
()
bitwarden_license/bit-common/src/dirt/reports/risk-insights/models/domain/risk-insights-metrics.ts:38
↓ 5 callersMethodtrustDeviceIfRequired
(userId: UserId)
libs/common/src/key-management/device-trust/services/device-trust.service.implementation.ts:139
↓ 5 callersFunctionunauthGuardFn
(overrides: Partial<UnauthRoutes> = {})
libs/angular/src/auth/guards/unauth.guard.ts:70
↓ 5 callersMethodunlock
(&self, user_id: &String, _hwnd: Vec<u8>)
apps/desktop/desktop_native/core/src/biometric_v2/linux.rs:68
← previousnext →901–1,000 of 15,467, ranked by callers