Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aliasvault/aliasvault
/ functions
Functions
2,136 in github.com/aliasvault/aliasvault
⨍
Functions
2,136
◇
Types & classes
262
Method
getFirstNamesMaleJson
* Get the male first names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorEn.ts:13
Method
getFirstNamesMaleJson
* Get the male first names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorFa.ts:13
Method
getFirstNamesMaleJson
* Get the male first names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorFr.ts:13
Method
getFirstNamesMaleJson
* Get the male first names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorEs.ts:13
Method
getFirstNamesMaleJson
* Get the male first names (generic fallback - empty as we use decade-based).
core/typescript/identity-generator/src/implementations/IdentityGeneratorIt.ts:30
Method
getFolderPath
(folderId: string)
apps/mobile-app/utils/db/repositories/ItemRepository.ts:52
Function
getGlobalAutofillPopupEnabled
* Get whether the global autofill popup is enabled. * @returns Whether autofill popup is globally enabled. Defaults to true.
apps/browser-extension/src/utils/LocalPreferencesService.ts:473
Function
getGlobalContextMenuEnabled
* Get whether the global context menu is enabled. * @returns Whether context menu is globally enabled. Defaults to true.
apps/browser-extension/src/utils/LocalPreferencesService.ts:175
Function
getItemTypeIconSvg
(key: ItemTypeIconKey)
core/models/src/icons/ItemTypeIcons.ts:101
Function
getItemWithFallback
(key: StorageKey)
apps/browser-extension/src/utils/StorageUtility.ts:35
Method
getLastNamesJson
* Get the last names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorRo.ts:46
Method
getLastNamesJson
* Get the last names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorUr.ts:27
Method
getLastNamesJson
* Get the last names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorDe.ts:48
Method
getLastNamesJson
* Get the last names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorNl.ts:27
Method
getLastNamesJson
* Get the last names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorDa.ts:27
Method
getLastNamesJson
* Get the last names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorEn.ts:27
Method
getLastNamesJson
* Get the last names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorFa.ts:27
Method
getLastNamesJson
* Get the last names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorFr.ts:27
Method
getLastNamesJson
* Get the last names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorEs.ts:27
Method
getLastNamesJson
* Get the last names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorIt.ts:46
Function
getLastSearchQuery
* Get the last search query from the items list. * @returns The last search query, or empty string if not set.
apps/mobile-app/services/LocalPreferencesService.ts:100
Function
getLastUsedUnlockMethod
* Get the last-used unlock method (recorded after a successful unlock). * @returns The last-used method, or null if none has been recorded yet.
apps/browser-extension/src/utils/LocalPreferencesService.ts:108
Function
getLoginSaveAutoDismissSeconds
* Get the auto-dismiss timeout for the login save prompt in seconds. * @returns Timeout in seconds. Defaults to 15.
apps/browser-extension/src/utils/LocalPreferencesService.ts:400
Function
getLoginSaveBlockedDomains
* Get the list of blocked domains for login save. * @returns Array of blocked domain URLs. Defaults to empty array.
apps/browser-extension/src/utils/LocalPreferencesService.ts:416
Function
getLoginSaveEnabled
* Get whether the login save feature is enabled. * @returns Whether login save is enabled. Defaults to true (enabled by default).
apps/browser-extension/src/utils/LocalPreferencesService.ts:384
Method
getMeaningfulTitleParts
(title: string)
apps/browser-extension/src/utils/formDetector/FormDetector.ts:128
Function
getNotesValue
(popup: Page)
apps/browser-extension/tests/fixtures/helpers.ts:57
Method
getOriginalCase
(text: string, meaningfulParts: string[])
apps/browser-extension/src/utils/formDetector/FormDetector.ts:150
Function
getPasskeyDisabledSites
* Get the list of sites where passkey provider is disabled. * @returns Array of disabled site URLs. Defaults to empty array.
apps/browser-extension/src/utils/LocalPreferencesService.ts:213
Function
getPasskeyProviderEnabled
* Get whether the passkey provider is globally enabled. * @returns Whether passkey provider is enabled. Defaults to true.
apps/browser-extension/src/utils/LocalPreferencesService.ts:197
Method
getPasswordSettings
* Get the password settings from the database. * @returns Password settings object
apps/mobile-app/utils/db/repositories/SettingsRepository.ts:109
Function
getPasswordUnlockFailedAttempts
* Get the password unlock failed attempts count. * @returns The number of failed password unlock attempts. Defaults to 0.
apps/browser-extension/src/utils/LocalPreferencesService.ts:438
Function
getPasswordValue
(popup: Page)
apps/browser-extension/tests/fixtures/helpers.ts:50
Function
getPendingRedirectUrl
* Get the pending redirect URL (used for passkey flows). * @returns The pending redirect URL or null if not set.
apps/browser-extension/src/utils/LocalPreferencesService.ts:342
Function
getRecentlySelected
* Get the recently selected item if it exists and is not expired. * @param domain - The current domain to check against * @returns The item ID i
apps/browser-extension/src/utils/RecentlySelectedItemService.ts:51
Function
getRemainingTTL
* Get the remaining TTL in milliseconds for the currently selected item. * @returns Remaining TTL in ms, or 0 if expired or not set
apps/browser-extension/src/utils/RecentlySelectedItemService.ts:94
Function
getShowFolders
* Get the show folders preference. * @returns Whether to show folders (true) or show all items flat (false). Defaults to true.
apps/browser-extension/src/utils/LocalPreferencesService.ts:70
Function
getShowFolders
* Get the show folders preference. * @returns Whether to show folders (true) or show all items flat (false). Defaults to true.
apps/mobile-app/services/LocalPreferencesService.ts:83
Function
getSkipFormRestore
* Get whether form restore should be skipped. * @returns Whether to skip form restore. Defaults to false.
apps/browser-extension/src/utils/LocalPreferencesService.ts:362
Method
getStatus
* Calls the status endpoint to check if the auth tokens are still valid, app is supported and the vault is up to date.
apps/mobile-app/utils/WebApiService.ts:302
Function
getTemporaryDisabledSites
* Get the map of temporarily disabled sites with their expiry timestamps. * @returns Record of site URL to expiry timestamp. Defaults to empty obje
apps/browser-extension/src/utils/LocalPreferencesService.ts:159
Function
getTotpAutofillEnabled
* Get whether TOTP autofill is enabled. * @returns Whether TOTP autofill is enabled. Defaults to true (enabled by default).
apps/browser-extension/src/utils/LocalPreferencesService.ts:489
Method
getUpgradeToLatestSql
* Get SQL commands to upgrade vault to latest version
core/vault/src/sql/VaultSqlGenerator.ts:129
Function
getUsernameValue
(popup: Page)
apps/browser-extension/tests/fixtures/helpers.ts:43
Function
getVaultLockedDismissUntil
* Get the vault locked dismiss until timestamp. * @returns Timestamp until which the vault locked message is dismissed. Defaults to 0.
apps/browser-extension/src/utils/LocalPreferencesService.ts:261
Function
getWebAuthnCredentialAndDeriveKey
* Gets or creates a WebAuthn credential and derives a key from it. * @param {string} credentialIdToUse - The credentialId to use if one exists. * @p
apps/server/AliasVault.Client/wwwroot/js/utilities.js:364
Function
globalSetup
()
apps/browser-extension/tests/global-setup.ts:36
Function
globalTeardown
()
apps/browser-extension/tests/global-teardown.ts:9
Function
handleAddTotpCode
()
apps/mobile-app/components/items/details/TotpEditor.tsx:203
Function
handleAddUrlToCredential
* Handle adding URL to an existing credential. * @param itemId - The ID of the credential to add the URL to. * @param url - The URL to add.
apps/browser-extension/src/entrypoints/content.ts:113
Function
handleAlreadyConfigured
()
apps/mobile-app/app/(tabs)/settings/android-autofill.tsx:62
Function
handleAlreadyConfigured
()
apps/mobile-app/app/(tabs)/settings/ios-autofill.tsx:57
Function
handleAndroidAutofillPress
()
apps/mobile-app/app/(tabs)/settings/index.tsx:147
Function
handleAutoLockAlarm
(alarm: Browser.alarms.Alarm)
apps/browser-extension/src/entrypoints/background/AutolockTimeoutHandler.ts:128
Function
handleAutoLockPress
()
apps/mobile-app/app/(tabs)/settings/index.tsx:133
Function
handleBackspace
()
apps/browser-extension/src/entrypoints/popup/pages/auth/Unlock.tsx:395
Function
handleBeforeUnload
* Update persisted state before page navigation. * This ensures the prompt can be restored with the correct remaining time after POST redirects.
apps/browser-extension/src/entrypoints/contentScript/SavePrompt.ts:747
Function
handleBrowseVaultContents
()
apps/browser-extension/src/entrypoints/popup/pages/auth/UnlockSuccess.tsx:82
Function
handleBypassChoice
(choice: 'once' | 'always')
apps/browser-extension/src/entrypoints/popup/pages/passkeys/PasskeyAuthenticate.tsx:175
Function
handleBypassChoice
(choice: 'once' | 'always')
apps/browser-extension/src/entrypoints/popup/pages/passkeys/PasskeyCreate.tsx:502
Function
handleCancel
()
apps/browser-extension/src/entrypoints/popup/pages/passkeys/PasskeyAuthenticate.tsx:205
Function
handleCancel
()
apps/browser-extension/src/entrypoints/popup/pages/passkeys/PasskeyCreate.tsx:532
Function
handleCancel
()
apps/mobile-app/components/form/EditableFieldLabel.tsx:53
Function
handleChange
(e: React.ChangeEvent<HTMLInputElement>)
apps/browser-extension/src/entrypoints/popup/pages/auth/Login.tsx:477
Function
handleClick
()
apps/browser-extension/src/entrypoints/popup/components/LoginServerInfo.tsx:25
Function
handleClick
()
apps/browser-extension/src/entrypoints/popup/pages/auth/Unlock.tsx:222
Function
handleClickOutside
(event: MouseEvent)
apps/browser-extension/src/entrypoints/popup/components/LanguageSwitcher.tsx:34
Function
handleClickOutside
(event: MouseEvent)
apps/browser-extension/src/entrypoints/popup/components/Forms/EmailDomainField.tsx:311
Function
handleClickOutside
(event: MouseEvent)
apps/browser-extension/src/entrypoints/contentScript/Popup.ts:408
Function
handleClipboardClearPress
()
apps/mobile-app/app/(tabs)/settings/index.tsx:168
Function
handleClose
()
apps/browser-extension/src/entrypoints/popup/components/Folders/DeleteFolderModal.tsx:60
Function
handleClose
()
apps/mobile-app/components/common/ModalWrapper.tsx:81
Function
handleClosePopup
()
apps/browser-extension/src/entrypoints/popup/pages/auth/UnlockSuccess.tsx:97
Function
handleConfigurePress
()
apps/mobile-app/app/(tabs)/settings/android-autofill.tsx:50
Function
handleConfigurePress
()
apps/mobile-app/app/(tabs)/settings/ios-autofill.tsx:45
Function
handleConfirm
()
apps/mobile-app/components/items/ConfirmDeleteModal.tsx:41
Function
handleConfirm
()
apps/mobile-app/app/(tabs)/settings/mobile-unlock/[id].tsx:153
Function
handleContainerDragLeave
* Handle drag leave on container. * @param {DragEvent} e - The drag event
apps/server/AliasVault.Client/wwwroot/js/modules/dragAndDrop.js:206
Function
handleContainerDragOver
* Handle drag over on container. * @param {DragEvent} e - The drag event
apps/server/AliasVault.Client/wwwroot/js/modules/dragAndDrop.js:193
Function
handleContainerDrop
* Handle drop on container. * @param {DragEvent} e - The drag event
apps/server/AliasVault.Client/wwwroot/js/modules/dragAndDrop.js:220
Function
handleContainerMouseDown
(e: React.MouseEvent<HTMLDivElement>)
apps/browser-extension/src/entrypoints/popup/components/Dialogs/ModalWrapper.tsx:70
Function
handleContextMenuAction
(event: NativeSyntheticEvent<ContextMenuOnPressNativeEvent>)
apps/mobile-app/components/items/ItemCard.tsx:89
Function
handleContextMenuClick
(e: Event)
apps/browser-extension/src/entrypoints/contentScript/Popup.ts:366
Function
handleCopy
()
apps/mobile-app/components/items/FieldHistoryModal.tsx:276
Function
handleCreateClick
(e: Event)
apps/browser-extension/src/entrypoints/contentScript/Popup.ts:894
Function
handleCreateNew
()
apps/browser-extension/src/entrypoints/popup/pages/passkeys/PasskeyCreate.tsx:212
Function
handleCustomUrlChange
(value: string)
apps/mobile-app/app/login-settings.tsx:123
Function
handleDelete
()
apps/mobile-app/app/(tabs)/items/add-edit.tsx:955
Function
handleDeleteAccount
()
apps/mobile-app/app/(tabs)/settings/security/delete-account.tsx:113
Function
handleDeleteFolderAndContents
()
apps/browser-extension/src/entrypoints/popup/components/Folders/DeleteFolderModal.tsx:45
Function
handleDeleteFolderAndContents
()
apps/mobile-app/components/folders/DeleteFolderModal.tsx:55
Function
handleDeleteFolderOnly
()
apps/browser-extension/src/entrypoints/popup/components/Folders/DeleteFolderModal.tsx:30
Function
handleDeleteFolderOnly
()
apps/mobile-app/components/folders/DeleteFolderModal.tsx:40
Function
handleDisablePin
()
apps/browser-extension/src/entrypoints/popup/pages/settings/VaultUnlockSettings.tsx:161
Function
handleDismiss
()
apps/mobile-app/app/(tabs)/settings/mobile-unlock/result.tsx:38
Function
handleDismiss
()
apps/mobile-app/app/(tabs)/settings/mobile-unlock/[id].tsx:189
Function
handleDragEnd
* Handle drag end event. * @param {DragEvent} e - The drag event
apps/server/AliasVault.Client/wwwroot/js/modules/dragAndDrop.js:173
Function
handleDragStart
* Handle drag start event. * @param {DragEvent} e - The drag event
apps/server/AliasVault.Client/wwwroot/js/modules/dragAndDrop.js:147
Function
handleEnablePin
()
apps/browser-extension/src/entrypoints/popup/pages/settings/VaultUnlockSettings.tsx:67
Function
handleEnterKey
(e: KeyboardEvent)
apps/browser-extension/src/entrypoints/contentScript/Popup.ts:147
← previous
next →
1,801–1,900 of 2,136, ranked by callers