MCPcopy Create free account

hub / github.com/bitwarden/clients / functions

Functions15,467 in github.com/bitwarden/clients

↓ 14 callersMethodshowToast
( type: "error" | "success" | "warning" | "info", title: string, text: string | string[], opti
apps/desktop/src/platform/services/electron-platform-utils.service.ts:105
↓ 14 callersMethodtabsQuery
(options: chrome.tabs.QueryInfo)
apps/browser/src/platform/browser/browser-api.ts:335
↓ 14 callersMethodupdateWithServer
( cipherView: CipherView, userId: UserId, originalCipherView?: CipherView, orgAdmin?: boolean,
libs/common/src/vault/services/cipher.service.ts:926
↓ 14 callersMethodwith
Add a migrator to the MigrationBuilder. Types are updated such that the chained MigrationBuilder must currently be * at state version equal to the
libs/state/src/state-migrations/migration-builder.ts:26
↓ 14 callersMethodwrapSymmetricKey
( keyToBeWrapped: SymmetricCryptoKey, wrappingKey: SymmetricCryptoKey, )
libs/common/src/key-management/crypto/services/encrypt.service.implementation.ts:104
↓ 13 callersMethodbuildDataModel
( domain: D, dataObj: any, map: any, notEncStringList: any[] = [], )
libs/common/src/platform/models/domain/domain-base.ts:52
↓ 13 callersFunctionconditionalEncString
(value?: string)
libs/common/src/vault/utils/domain-utils.ts:12
↓ 13 callersFunctioncreateRiskInsights
( options?: Partial<{ id: OrganizationReportId; organizationId: OrganizationId; reports: Applica
bitwarden_license/bit-common/src/dirt/reports/risk-insights/testing/test-helpers.ts:233
↓ 13 callersMethodfromSdkCipher
* Maps an SDK Cipher object to a Cipher * @param sdkCipher - The SDK Cipher object
libs/common/src/vault/models/domain/cipher.ts:548
↓ 13 callersMethodget
(&mut self, key: &Self::KeyType)
apps/desktop/desktop_native/core/src/secure_memory/dpapi.rs:60
↓ 13 callersMethodget
(keyDefinition: KeyDefinition<T>)
libs/state-test-utils/src/fake-state-provider.ts:63
↓ 13 callersMethodget$
(id: string)
libs/common/src/tools/send/services/send.service.ts:149
↓ 13 callersMethodgetAll
(orgId: string)
apps/web/src/app/admin-console/organizations/core/services/group/group-api.service.ts:38
↓ 13 callersMethodgetCode$
(key: string)
libs/common/src/vault/services/totp.service.ts:31
↓ 13 callersMethodgetDomain
(uriString: string | null | undefined)
libs/common/src/platform/misc/utils.ts:481
↓ 13 callersMethodgetEnvironment$
(userId: UserId)
libs/common/src/platform/services/default-environment.service.ts:301
↓ 13 callersMethodgetShortId
(id: string)
apps/web/src/app/dirt/event-logs/services/event.service.ts:1114
↓ 13 callersMethodgetTab
* Gets the tab with the given id. * * @param tabId - The id of the tab to get.
apps/browser/src/platform/browser/browser-api.ts:250
↓ 13 callersFunctionisMac
()
apps/desktop/src/utils.ts:19
↓ 13 callersFunctionmakeStaticByteArray
(length: number, start = 0)
libs/common/spec/utils.ts:45
↓ 13 callersMethodopenExternal
* Open the given external protocol URL in the desktop's default manner if it is considered safe. (For example, mailto: URLs in the user's default mail
apps/desktop/src/platform/main/safe-shell.main.ts:15
↓ 13 callersMethodopenPopout
* Opens a popout window of any extension page. If the popout window is already open, it will be focused. * * @param extensionUrlPath - A relativ
apps/browser/src/platform/browser/browser-popup-utils.ts:142
↓ 13 callersMethodpasswordRepromptCheck
(cipher: CipherViewLike)
libs/vault/src/services/password-reprompt.service.ts:42
↓ 13 callersMethodregisterTaskHandler
* Registers a task handler. * * @param taskName - The name of the task. * @param handler - The task handler.
libs/scheduling/src/default-task-scheduler.service.ts:53
↓ 13 callersMethodremove
* Remove a value in the storage service at the given key. * * This is a brute force method to just remove a value in the storage service. If you
libs/state/src/state-migrations/migration-helper.ts:67
↓ 13 callersMethodsave
(key: string, obj: T)
libs/storage-core/src/memory-storage.service.ts:30
↓ 13 callersMethodsendMessage
(message: string)
apps/desktop/src/main/menu/menu.edit.ts:128
↓ 13 callersMethodsetForceSetPasswordReason
(reason: ForceSetPasswordReason, userId: UserId)
libs/common/src/key-management/master-password/services/master-password.service.ts:203
↓ 13 callersMethodstringToArray
(str: string)
libs/common/src/platform/services/fido2/fido2-utils.ts:51
↓ 13 callersMethodsubmit
()
libs/angular/src/tools/send/add-edit.component.ts:298
↓ 13 callersFunctiontrackEmissions
(observable: Observable<T>)
libs/core-test-utils/src/index.ts:11
↓ 13 callersMethoduserCanArchive$
* User can archive items if: * User has premium from any source (personal or organization)
libs/common/src/vault/services/default-cipher-archive.service.ts:43
↓ 12 callersMethodclose
* Closes the password history dialog.
libs/vault/src/components/password-history/password-history.component.ts:68
↓ 12 callersMethodcloseInlineMenu
* Sends a message to the sender tab to close the autofill inline menu. * * @param sender - The sender of the port message * @param forceClose
apps/browser/src/autofill/background/overlay.background.ts:1628
↓ 12 callersMethodcollectionAdminViews$
(organizationId: string, userId: UserId)
libs/admin-console/src/common/collections/services/default-collection-admin.service.ts:39
↓ 12 callersMethoddecodeAccessToken
(tokenOrUserId?: string | UserId)
libs/common/src/auth/services/token.service.ts:973
↓ 12 callersMethoddelete
(secrets: SecretListView[])
bitwarden_license/bit-web/src/app/secrets-manager/secrets/secret.service.ts:126
↓ 12 callersMethodfromByteStringToArray
(str: string)
libs/common/src/platform/misc/utils.ts:147
↓ 12 callersFunctionfromChromeEvent
( event: chrome.events.Event<(...args: T) => void>, )
apps/browser/src/platform/browser/from-chrome-event.ts:23
↓ 12 callersMethodget
* Gets a value from the storage service at the given key. * * This is a brute force method to just get a value from the storage service. If you
libs/state/src/state-migrations/migration-helper.ts:43
↓ 12 callersMethodgetInitialCipherView
* Return initial values for given keys of a cipher
libs/vault/src/cipher-form/components/cipher-form.component.ts:228
↓ 12 callersMethodgetRuntimeURL
(path: string)
apps/browser/src/platform/browser/browser-api.ts:443
↓ 12 callersMethodgetSubscription
(id: string)
libs/common/src/admin-console/services/organization/organization-api.service.ts:70
↓ 12 callersMethodhas
(appId: string)
apps/desktop/src/services/biometric-message-handler.service.ts:56
↓ 12 callersMethodhasMasterPassword
(userId?: string)
libs/common/src/auth/services/user-verification/user-verification.service.ts:243
↓ 12 callersMethodisCipherRestricted
* Checks if a specific cipher type is restricted for the user. * * @param cipherType - The cipher type to check * @returns Promise resolving
apps/cli/src/vault/services/cli-restricted-item-types.service.ts:42
↓ 12 callersFunctionisMacAppStore
()
apps/desktop/src/utils.ts:23
↓ 12 callersMethodmakeAnchor
(shortId: string)
apps/web/src/app/dirt/event-logs/services/event.service.ts:1107
↓ 12 callersFunctionmakeEncString
(data: Uint8Array)
libs/common/src/key-management/crypto/services/encrypt.service.spec.ts:344
↓ 12 callersMethodmakeMasterPasswordAuthenticationData
( password: string, kdf: KdfConfig, salt: MasterPasswordSalt, )
libs/common/src/key-management/master-password/services/master-password.service.ts:247
↓ 12 callersFunctionmake_minimal_ed25519_blob
()
apps/desktop/desktop_native/ssh_agent/src/server/mod.rs:201
↓ 12 callersFunctionmake_sign_request_msg
(blob: &[u8], data: &[u8], flags: u32)
apps/desktop/desktop_native/ssh_agent/src/server/mod.rs:191
↓ 12 callersMethodobserve
()
apps/desktop/src/app/layout/desktop-layout.component.spec.ts:35
↓ 12 callersMethodrefresh
()
apps/web/src/app/admin-console/organizations/collections/vault.component.ts:1527
↓ 12 callersMethodreset
()
apps/desktop/src/main/updater.main.ts:161
↓ 12 callersMethodsoftDeleteWithServer
(id: string, userId: UserId, asAdmin = false)
libs/common/src/vault/services/cipher.service.ts:1675
↓ 12 callersMethodtoSdkConfig
()
libs/key-management/src/models/kdf-config.ts:58
↓ 12 callersFunctiontranslate
(key: I18nKeyOrLiteral, i18n: I18nService)
libs/tools/generator/components/src/util.ts:34
↓ 12 callersFunctiontrigger
()
libs/components/src/bulk-actions-bar/bulk-actions-bar.component.spec.ts:377
↓ 11 callersMethodas_ptr
(&mut self)
apps/desktop/desktop_native/objc/src/lib.rs:40
↓ 11 callersFunctionassertTruthy
( val: T, name: string, ctx?: string, )
libs/common/src/auth/utils/assert-truthy.util.ts:34
↓ 11 callersMethodcanDeleteCipher$
* * {@link CipherAuthorizationService.canDeleteCipher$}
libs/common/src/vault/services/cipher-authorization.service.ts:92
↓ 11 callersMethodclose
(result: BulkDeleteDialogResult)
apps/web/src/app/vault/individual-vault/bulk-action-dialogs/bulk-delete-dialog/bulk-delete-dialog.component.ts:142
↓ 11 callersMethodcloseSingleActionPopout
* Closes the single action popout window. * * @param popoutKey - The single action popout key used to identify the popout. * @param delayClos
apps/browser/src/platform/browser/browser-popup-utils.ts:205
↓ 11 callersMethodcreate
( authService: AuthService, fallbackSupported: boolean, tab: chrome.tabs.Tab, abortController?
apps/browser/src/autofill/fido2/services/browser-fido2-user-interface.service.ts:139
↓ 11 callersFunctioncreateApplication
( name: string, isCritical = false, reviewedDate?: Date, )
bitwarden_license/bit-common/src/dirt/reports/risk-insights/testing/test-helpers.ts:394
↓ 11 callersFunctioncreateAutofillFieldMock
(customFields = {})
apps/browser/src/autofill/spec/autofill-mocks.ts:35
↓ 11 callersFunctioncreateNewSummaryData
()
bitwarden_license/bit-common/src/dirt/reports/risk-insights/helpers/risk-insights-data-mappers.ts:68
↓ 11 callersMethoddecapsulateKeyUnsigned
( encryptedSharedKey: EncString, decapsulationKey: Uint8Array, )
libs/common/src/key-management/crypto/services/encrypt.service.implementation.ts:204
↓ 11 callersMethoddecryptObj
@deprecated - Domain encryption must be implemented in the SDK
libs/common/src/platform/models/domain/domain-base.ts:74
↓ 11 callersMethoddeleteWithServer
(id: string, userId: UserId, asAdmin = false)
libs/common/src/vault/services/cipher.service.ts:1466
↓ 11 callersMethodfetch
(request: Request)
libs/common/src/services/api.service.ts:1327
↓ 11 callersMethodfromArrayToUtf8
* Converts a Uint8Array to a UTF-8 decoded string. * @param arr - The Uint8Array containing UTF-8 encoded bytes. * @returns The decoded UTF-8 st
libs/common/src/platform/misc/utils.ts:232
↓ 11 callersMethodfromSdkCipherView
* Creates a CipherView from the SDK CipherView.
libs/common/src/vault/models/view/cipher.view.ts:302
↓ 11 callersMethodget
(keyDefinition: KeyDefinition<T>)
libs/components/src/utils/state-mock.ts:39
↓ 11 callersMethodgetFileName
(prefix: string = null, extension = "json")
bitwarden_license/bit-web/src/app/secrets-manager/settings/services/sm-porting.service.ts:15
↓ 11 callersMethodgetFingerprint
(id: string)
apps/cli/src/commands/get.command.ts:646
↓ 11 callersMethodgetHost
(uriString: string)
libs/common/src/platform/misc/utils.ts:472
↓ 11 callersMethodgetVaultTimeoutActionByUserId$
(userId: UserId)
libs/common/src/key-management/vault-timeout/services/vault-timeout-settings.service.ts:296
↓ 11 callersMethodgetVaultTimeoutByUserId$
(userId: UserId)
libs/common/src/key-management/vault-timeout/services/vault-timeout-settings.service.ts:150
↓ 11 callersMethodhasJsonPayload
returns true when there should be a JSON payload to process * @param response the fetch API response returned by the RPC call
libs/common/src/tools/integration/rpc/rpc.ts:19
↓ 11 callersMethodhasPersistentKey
(userId: UserId)
apps/desktop/src/key-management/biometrics/os-biometrics.service.ts:29
↓ 11 callersMethodinPopup
* Identifies if the popup is within the popup. * * @param win - The passed window object.
apps/browser/src/platform/browser/browser-popup-utils.ts:83
↓ 11 callersFunctionisDev
()
apps/desktop/src/utils.ts:3
↓ 11 callersMethodisFirefox
()
apps/web/src/app/core/web-platform-utils.service.ts:69
↓ 11 callersMethodisSearchable
(query: string | null)
libs/common/src/vault/services/search.service.ts:46
↓ 11 callersMethodload
(organization: Organization)
apps/web/src/app/admin-console/organizations/members/members.component.ts:237
↓ 11 callersFunctionnodeIsElement
(node: Node)
apps/browser/src/autofill/utils/index.ts:296
↓ 11 callersFunctionorganizationPermissionsGuard
( permissionsCallback?: ( organization: Organization, ) => boolean | Promise<boolean> | Observable<boo
apps/web/src/app/admin-console/organizations/guards/org-permissions.guard.ts:44
↓ 11 callersMethodprocessJson
processes the json payload * @param json the object to map * @returns on success returns [Result], on failure returns [undefined, string]
libs/common/src/tools/integration/rpc/rpc.ts:25
↓ 11 callersMethodregisterChildForm
* Registers a child form group with the parent form group. Used by child components to add their form groups to * the parent form for validation.
libs/vault/src/cipher-form/components/cipher-form.component.ts:208
↓ 11 callersMethodrunMigrations
* Runs the migration. * @throws If the migration fails, such as when no network is available. * @throws If the requirements for migration are no
libs/common/src/key-management/encrypted-migrator/migrations/encrypted-migration.ts:26
↓ 11 callersFunctionsendExtensionMessage
( command: string, options: Record<string, any> = {}, )
apps/browser/src/autofill/utils/index.ts:108
↓ 11 callersMethodsetMasterKeyEncryptedUserKey
(encryptedKey: EncString, userId: UserId)
libs/common/src/key-management/master-password/services/master-password.service.ts:191
↓ 11 callersMethodstore
()
apps/desktop/src/platform/main/storage/electron-store-backend.ts:17
↓ 11 callersMethodsubscribe
(id: string, messageCallback: (message: MessageBase) => void)
libs/common/src/platform/services/default-broadcaster.service.ts:15
↓ 11 callersMethodtoSdkCipherView
* Maps CipherView to SdkCipherView * * If `sdk` parameter is provided, it will set the FIDO2 credentials on the SDK view, * since they remain
libs/common/src/vault/models/view/cipher.view.ts:531
↓ 10 callersMethodauth
(authResponse: { response: TwoFactorRecoverResponse })
apps/web/src/app/auth/settings/two-factor/two-factor-recovery.component.ts:38
↓ 10 callersMethodauthenticate
()
libs/angular/src/auth/login-via-webauthn/login-via-webauthn.component.ts:114
↓ 10 callersMethodbuild
(o: CipherView | CipherDomain)
libs/common/src/models/export/cipher.export.ts:202
← previousnext →301–400 of 15,467, ranked by callers