MCPcopy Create free account

hub / github.com/aliasvault/aliasvault / functions

Functions2,136 in github.com/aliasvault/aliasvault

↓ 1 callersFunctionhandleMarkForDeletion
(passkeyId: string)
apps/browser-extension/src/entrypoints/popup/components/Items/Details/PasskeyEditor.tsx:50
↓ 1 callersFunctionhandleMobileLogin
(requestId: string, expectedPublicKeyHash?: string)
apps/mobile-app/app/(tabs)/settings/mobile-unlock/[id].tsx:85
↓ 1 callersFunctionhandleOpenPopup
()
apps/browser-extension/src/entrypoints/background/PopupMessageHandler.ts:12
↓ 1 callersFunctionhandleOpenPopupCreateCredential
(message: any, sender?: any)
apps/browser-extension/src/entrypoints/background/PopupMessageHandler.ts:44
↓ 1 callersFunctionhandleOptionChange
(value: string)
apps/mobile-app/app/login-settings.tsx:108
↓ 1 callersFunctionhandlePasskeyPopupResponse
(data: any)
apps/browser-extension/src/entrypoints/background/PasskeyHandler.ts:257
↓ 1 callersFunctionhandlePersistFormValues
(data: any)
apps/browser-extension/src/entrypoints/background/VaultMessageHandler.ts:700
↓ 1 callersFunctionhandlePinUnlock
(pinToUse: string = pin)
apps/browser-extension/src/entrypoints/popup/pages/auth/Unlock.tsx:403
↓ 1 callersFunctionhandlePopupHeartbeat
()
apps/browser-extension/src/entrypoints/background/AutolockTimeoutHandler.ts:167
↓ 1 callersFunctionhandlePopupWithItem
(message: any)
apps/browser-extension/src/entrypoints/background/PopupMessageHandler.ts:28
↓ 1 callersFunctionhandleResetAutoLockTimer
()
apps/browser-extension/src/entrypoints/background/AutolockTimeoutHandler.ts:140
↓ 1 callersFunctionhandleReturnUrl
( returnUrl: { path: string; params?: Record<string, string> }, router: ReturnType<typeof useRouter>
apps/mobile-app/context/NavigationContext.tsx:81
↓ 1 callersMethodhandleReturnUrl
* Handle return URL navigation (from reinitialize flow).
apps/mobile-app/utils/PostUnlockNavigation.ts:61
↓ 1 callersFunctionhandleRevokeSession
(sessionId: string)
apps/mobile-app/app/(tabs)/settings/security/active-sessions.tsx:105
↓ 1 callersFunctionhandleSaveLoginCredential
( message: { serviceName: string; username: string; password: string; url: string; domai
apps/browser-extension/src/entrypoints/background/VaultMessageHandler.ts:1580
↓ 1 callersFunctionhandleSearchInput
* Handle popup search input - searches entire vault when user types. * When empty, shows the initially URL-filtered items. * When user types, search
apps/browser-extension/src/entrypoints/contentScript/Popup.ts:1214
↓ 1 callersFunctionhandleSearchItemsWithTotp
( message: { searchTerm: string } )
apps/browser-extension/src/entrypoints/background/VaultMessageHandler.ts:1890
↓ 1 callersFunctionhandleSelectReplace
(passkeyId: string)
apps/browser-extension/src/entrypoints/popup/pages/passkeys/PasskeyCreate.tsx:221
↓ 1 callersFunctionhandleSetAutoLockTimeout
(timeout: number)
apps/browser-extension/src/entrypoints/background/AutolockTimeoutHandler.ts:190
↓ 1 callersFunctionhandleSetClipboardClearTimeout
(data: number)
apps/browser-extension/src/entrypoints/background/ClipboardClearHandler.ts:193
↓ 1 callersFunctionhandleSetLoginSaveEnabled
( enabled: boolean )
apps/browser-extension/src/entrypoints/background/VaultMessageHandler.ts:1836
↓ 1 callersFunctionhandleSetRecentlySelected
( message: { itemId: string; domain: string } )
apps/browser-extension/src/entrypoints/background/VaultMessageHandler.ts:1989
↓ 1 callersFunctionhandleStoreEncryptionKey
( encryptionKey: string, )
apps/browser-extension/src/entrypoints/background/VaultMessageHandler.ts:151
↓ 1 callersFunctionhandleStoreEncryptionKeyDerivationParams
( params: EncryptionKeyDerivationParams, )
apps/browser-extension/src/entrypoints/background/VaultMessageHandler.ts:168
↓ 1 callersFunctionhandleStoreLastAutofilled
( data: { tabId: number; credential: LastAutofilledCredential } )
apps/browser-extension/src/entrypoints/background/SavePromptStateHandler.ts:124
↓ 1 callersFunctionhandleStoreSavePromptState
( data: { tabId: number; state: SavePromptPersistedState } )
apps/browser-extension/src/entrypoints/background/SavePromptStateHandler.ts:29
↓ 1 callersFunctionhandleStoreTwoFactorState
(state: Omit<TwoFactorState, 'timestamp'>)
apps/browser-extension/src/entrypoints/background/TwoFactorStateHandler.ts:40
↓ 1 callersFunctionhandleSyncVault
( )
apps/browser-extension/src/entrypoints/background/VaultMessageHandler.ts:184
↓ 1 callersFunctionhandleTimeoutChange
(timeout: number)
apps/mobile-app/app/(tabs)/settings/clipboard-clear.tsx:91
↓ 1 callersFunctionhandleToggleContextMenu
(message: any)
apps/browser-extension/src/entrypoints/background/PopupMessageHandler.ts:113
↓ 1 callersMethodhandleTotpCodes
* Handle TOTP code updates.
apps/browser-extension/src/utils/db/repositories/ItemRepository.ts:830
↓ 1 callersFunctionhandleUndoDeletion
(passkeyId: string)
apps/browser-extension/src/entrypoints/popup/components/Items/Details/PasskeyEditor.tsx:59
↓ 1 callersFunctionhandleUrlContextMenuAction
( event: NativeSyntheticEvent<ContextMenuOnPressNativeEvent>, url: string )
apps/mobile-app/app/(tabs)/items/[id].tsx:172
↓ 1 callersFunctionhandleValidatedGetMatchingPasskeys
* Validate a request for the passkeys stored at an rpId against the sender's trusted host, then * return the matching passkeys for the inline conditi
apps/browser-extension/src/entrypoints/background.ts:139
↓ 1 callersFunctionhandleValidatedWebAuthnCreate
* Validate a WebAuthn create request against the sender's trusted origin, then forward it to the * passkey create flow. Falls back when the sender is
apps/browser-extension/src/entrypoints/background.ts:112
↓ 1 callersFunctionhandleValidatedWebAuthnGet
* Validate a WebAuthn get request against the sender's trusted origin, then forward it to the * passkey get flow. Falls back when the sender is untru
apps/browser-extension/src/entrypoints/background.ts:125
↓ 1 callersFunctionhandleValidatedWebAuthnGetAssertion
* Validate an inline passkey assertion request against the sender's trusted origin, then sign. * The trusted origin is embedded in the signed client
apps/browser-extension/src/entrypoints/background.ts:155
↓ 1 callersFunctionhandleWebAuthnCreate
(data: any)
apps/browser-extension/src/entrypoints/background/PasskeyHandler.ts:71
↓ 1 callersFunctionhandleWebAuthnGet
(data: any)
apps/browser-extension/src/entrypoints/background/PasskeyHandler.ts:129
↓ 1 callersFunctionhandleWebAuthnGetAssertion
( data: { passkeyId: string; origin: string; publicKey: WebAuthnPublicKeyGetPayload } )
apps/browser-extension/src/entrypoints/background/PasskeyHandler.ts:239
↓ 1 callersFunctionhandler
()
apps/browser-extension/src/entrypoints/popup/context/ThemeContext.tsx:104
↓ 1 callersMethodhasLogoForSource
* Check if a logo exists for the given source domain. * @param source The normalized source domain (e.g., 'github.com') * @returns True if a log
apps/mobile-app/utils/db/repositories/LogoRepository.ts:65
↓ 1 callersMethodhasTotpFormContext
* Check whether the form context surrounding an input clearly indicates a two-factor * challenge. Walks up a bounded number of ancestors collecting
apps/browser-extension/src/utils/formDetector/FormDetector.ts:1492
↓ 1 callersFunctionhideAddForm
()
apps/browser-extension/src/entrypoints/popup/components/Items/Details/TotpEditor.tsx:108
↓ 1 callersFunctionhideAddForm
()
apps/mobile-app/components/items/details/TotpEditor.tsx:185
↓ 1 callersFunctioninitDarkModeSwitcher
()
apps/server/AliasVault.Client/wwwroot/js/utilities.js:250
↓ 1 callersFunctioninitI18n
()
apps/browser-extension/src/i18n/i18n.ts:31
↓ 1 callersFunctioninitI18n
()
apps/mobile-app/i18n/index.ts:44
↓ 1 callersFunctioninitialize
()
apps/browser-extension/src/entrypoints/popup/pages/auth/Unlock.tsx:133
↓ 1 callersFunctioninitialize
()
apps/mobile-app/app/reinitialize.tsx:50
↓ 1 callersFunctioninitialize
()
apps/mobile-app/app/initialize.tsx:52
↓ 1 callersFunctioninitializeApp
()
apps/mobile-app/app/initialize.tsx:48
↓ 1 callersFunctioninitializeAutoLockAlarm
()
apps/browser-extension/src/entrypoints/background/AutolockTimeoutHandler.ts:86
↓ 1 callersFunctioninitializeComponent
()
apps/mobile-app/app/(tabs)/items/add-edit.tsx:516
↓ 1 callersFunctioninitializeCreateMode
()
apps/browser-extension/src/entrypoints/popup/pages/items/ItemAddEdit.tsx:344
↓ 1 callersFunctioninitializeDarkMode
()
apps/server/AliasVault.Client/wwwroot/js/utilities.js:239
↓ 1 callersFunctioninitializeEditMode
()
apps/browser-extension/src/entrypoints/popup/pages/items/ItemAddEdit.tsx:410
↓ 1 callersFunctioninitializeLoginDetector
* Initialize the login detector to capture form submissions. * When a login is detected that's not in the vault, we can offer to save it.
apps/browser-extension/src/entrypoints/content.ts:340
↓ 1 callersFunctioninitializeWebAuthnInterceptor
(_ctx: any)
apps/browser-extension/src/entrypoints/contentScript/WebAuthnInterceptor.ts:80
↓ 1 callersMethodinitiate
* Initiates a mobile login request and returns the QR code data * @returns Object containing requestId and publicKeyHash for QR code generation
apps/browser-extension/src/entrypoints/popup/utils/MobileLoginUtility.ts:47
↓ 1 callersMethodinitiateLogin
* Initiates the login process with the server
apps/mobile-app/utils/SrpUtility.ts:90
↓ 1 callersFunctioninitiateMobileLogin
()
apps/browser-extension/src/entrypoints/popup/components/Dialogs/MobileUnlockModal.tsx:82
↓ 1 callersFunctioninitiateTotpDelete
(totp: TotpCode)
apps/browser-extension/src/entrypoints/popup/components/Items/Details/TotpEditor.tsx:178
↓ 1 callersFunctioninitiateTotpDelete
(totpCode: TotpCode)
apps/mobile-app/components/items/details/TotpEditor.tsx:242
↓ 1 callersMethodinsertAttachments
* Insert attachments for a new item.
apps/browser-extension/src/utils/db/repositories/ItemRepository.ts:884
↓ 1 callersMethodinsertFieldValues
* Insert field values for a new item. * Also creates history records for fields with EnableHistory=true.
apps/browser-extension/src/utils/db/repositories/ItemRepository.ts:485
↓ 1 callersMethodinsertFieldValues
* Insert field values for an item. * Also creates history records for fields with EnableHistory=true.
apps/mobile-app/utils/db/repositories/ItemRepository.ts:495
↓ 1 callersMethodinsertTotpCodes
* Insert TOTP codes for a new item.
apps/browser-extension/src/utils/db/repositories/ItemRepository.ts:810
↓ 1 callersFunctionisApiAvailable
(apiBaseUrl: string)
apps/browser-extension/tests/helpers/test-api.ts:423
↓ 1 callersFunctionisAppError
(error: unknown)
apps/mobile-app/utils/types/errors/AppErrorCodes.ts:97
↓ 1 callersMethodisBiometricUnlockAvailable
* Check if biometric unlock is actually available and functional. * This performs comprehensive validation: * - Device has biometric hardware
apps/mobile-app/utils/AppUnlockUtility.ts:121
↓ 1 callersMethodisEmailVerificationForm
* Check if the form context indicates this is an email verification form. * Email verification forms should not be treated as TOTP/2FA forms. *
apps/browser-extension/src/utils/formDetector/FormDetector.ts:1341
↓ 1 callersFunctionisErrorCode
(code: string)
apps/browser-extension/src/utils/types/errors/AppErrorCodes.ts:84
↓ 1 callersFunctionisFieldVisible
()
apps/browser-extension/src/entrypoints/contentScript/Form.ts:376
↓ 1 callersMethodisIgnoringBatteryOptimizations
()
apps/mobile-app/specs/NativeVaultManager.ts:83
↓ 1 callersMethodisLikelyFakeField
* Check if an input field is likely a fake/honeypot field used to prevent autofill. * These fields are intentionally hidden from users but present
apps/browser-extension/src/utils/formDetector/FormDetector.ts:339
↓ 1 callersFunctionisLoginDuplicate
* Check if the login already exists in the vault. * @param domain - The domain of the login. * @param username - The username of the login. * @retu
apps/browser-extension/src/entrypoints/content.ts:164
↓ 1 callersFunctionisPageReadyForWebAuthn
* Check if page is ready for WebAuthn interactions. * Safari and other browsers can trigger WebAuthn requests during URL autocomplete * or page pref
apps/browser-extension/src/entrypoints/contentScript/WebAuthnInterceptor.ts:39
↓ 1 callersFunctionisReservedHeaderName
(name: string)
apps/mobile-app/app/login-settings.tsx:31
↓ 1 callersMethodisSelfHosted
* Check if the current server is self-hosted.
apps/browser-extension/src/utils/WebApiService.ts:48
↓ 1 callersMethodisServerVersionGreaterThanOrEqualTo
(targetVersion: string)
apps/mobile-app/specs/NativeVaultManager.ts:100
↓ 1 callersMethodisServerVersionSupported
* Checks if a given server version is supported * @param serverVersion The version to check * @returns boolean indicating if the version is supp
apps/browser-extension/src/utils/AppInfo.ts:72
↓ 1 callersMethodisSubmitButton
* Check if an element is a submit button.
apps/browser-extension/src/utils/loginDetector/LoginDetector.ts:159
↓ 1 callersFunctionisVaultLockedError
(error: unknown)
apps/mobile-app/utils/types/errors/AppErrorCodes.ts:142
↓ 1 callersFunctionitemToCredential
(item: Item)
core/models/src/vault/ItemMethods.ts:97
↓ 1 callersFunctionitemsToCsv
(items: Item[])
apps/mobile-app/app/(tabs)/settings/import-export.tsx:109
↓ 1 callersMethodkeyGenParams
* WebCrypto key generation parameters for a COSE algorithm.
apps/browser-extension/src/utils/passkey/PasskeyAuthenticator.ts:345
↓ 1 callersMethodkeyImportParams
* WebCrypto key import parameters for a COSE algorithm.
apps/browser-extension/src/utils/passkey/PasskeyAuthenticator.ts:360
↓ 1 callersFunctionlengthToSlider
(length: number)
apps/browser-extension/src/utils/PasswordLengthSlider.ts:47
↓ 1 callersFunctionload
()
apps/browser-extension/src/entrypoints/popup/pages/items/RecentlyDeleted.tsx:123
↓ 1 callersFunctionload
()
apps/mobile-app/app/(tabs)/items/autofill-link-existing.tsx:67
↓ 1 callersFunctionloadAuthMethodDisplay
()
apps/mobile-app/app/(tabs)/settings/index.tsx:106
↓ 1 callersFunctionloadAutoLockDisplay
()
apps/mobile-app/app/(tabs)/settings/index.tsx:52
↓ 1 callersFunctionloadAutoLockTimeout
()
apps/mobile-app/app/(tabs)/settings/auto-lock.tsx:26
↓ 1 callersFunctionloadBreadcrumbs
()
apps/mobile-app/components/folders/FolderBreadcrumb.tsx:56
↓ 1 callersFunctionloadClipboardClearDisplay
()
apps/mobile-app/app/(tabs)/settings/index.tsx:86
↓ 1 callersFunctionloadCurrentTimeout
()
apps/mobile-app/app/(tabs)/settings/clipboard-clear.tsx:37
↓ 1 callersFunctionloadData
()
apps/mobile-app/app/(tabs)/settings/index.tsx:114
↓ 1 callersFunctionloadDomains
()
apps/browser-extension/src/entrypoints/popup/components/Forms/EmailDomainField.tsx:88
↓ 1 callersFunctionloadDomains
()
apps/mobile-app/components/form/EmailDomainField.tsx:65
← previousnext →1,001–1,100 of 2,136, ranked by callers