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
create
* Create a new folder. * @param name - The name of the folder * @param parentFolderId - Optional parent folder ID for nested folders * @retur
apps/mobile-app/utils/db/repositories/FolderRepository.ts:124
Function
createCredentialSchema
(t: (key: string) => string)
apps/mobile-app/utils/ValidationSchema.ts:8
Function
createCustomField
(options: CreateCustomFieldOptions)
core/models/src/vault/ItemMethods.ts:183
Function
createFreshContext
()
apps/browser-extension/tests/fixtures/fixtures.ts:267
Function
createRedirects
(existingPath)
docs/docusaurus.config.ts:213
Function
createWebAuthnCredentialAndDeriveKey
* Creates a WebAuthn credential and derives a key from it. * @param {string} username - The username to associate with the credential. * * @returns
apps/server/AliasVault.Client/wwwroot/js/utilities.js:412
Function
d
(a,b)
apps/server/AliasVault.Client/wwwroot/lib/qrcode.min.js:1
Function
d
(a,b)
apps/server/AliasVault.Admin/wwwroot/lib/qrcode.min.js:1
Method
decryptWithPrivateKey
* Decrypts data using RSA-OAEP asymmetric encryption with a private key
apps/mobile-app/utils/EncryptionUtility.ts:193
Method
delete
* Delete a passkey by its ID (soft delete). * @param passkeyId - The ID of the passkey to delete * @returns The number of rows updated
apps/mobile-app/utils/db/repositories/PasskeyRepository.ts:202
Method
delete
* Delete a folder (soft delete). * Handles child folders and items: * - Items in this folder only are moved to the parent folder (or root if no
apps/mobile-app/utils/db/repositories/FolderRepository.ts:223
Method
deleteByItemId
* Delete all passkeys for a specific item (soft delete). * @param itemId - The ID of the item * @returns The number of rows updated
apps/browser-extension/src/utils/db/repositories/PasskeyRepository.ts:116
Method
deriveKeyFromPassword
* Derives a key from a password using Argon2Id
apps/browser-extension/src/utils/EncryptionUtility.ts:20
Method
deriveKeyFromPassword
* Derives a key from a password using Argon2Id
apps/mobile-app/utils/EncryptionUtility.ts:21
Method
disableE2ETestMode
* Disable E2E test mode.
apps/browser-extension/tests/fixtures/TestClient.ts:402
Function
downloadFile
()
apps/mobile-app/components/common/FilePreviewModal.tsx:110
Function
downloadFileFromStream
(fileName, contentStreamReference)
apps/server/AliasVault.Client/wwwroot/js/utilities.js:1
Function
downloadFileFromStream
(fileName, contentStreamReference)
apps/server/AliasVault.Admin/wwwroot/js/utilities.js:1
Function
e
()
apps/server/AliasVault.Client/wwwroot/lib/qrcode.min.js:1
Function
e
()
apps/server/AliasVault.Admin/wwwroot/lib/qrcode.min.js:1
Method
encryptWithPublicKey
* Encrypts data using RSA-OAEP asymmetric encryption with a public key
apps/mobile-app/utils/EncryptionUtility.ts:166
Method
executeQuery
(query: string, params?: SqliteBindValue[])
apps/browser-extension/src/utils/db/BaseRepository.ts:12
Method
executeRaw
* Execute raw SQL command(s). * @param query - SQL command(s) to execute (may contain multiple statements separated by semicolons)
apps/browser-extension/src/utils/SqliteClient.ts:276
Method
executeUpdate
* Execute an INSERT, UPDATE, or DELETE query. * @param query - SQL query string * @param params - Query parameters * @returns Number of rows
apps/browser-extension/src/utils/SqliteClient.ts:254
Method
executeUpdate
(query: string, params?: SqliteBindValue[])
apps/browser-extension/src/utils/db/BaseRepository.ts:13
Function
extractFaviconUrl
( doc: Document, includeFallback: boolean = true )
apps/browser-extension/src/utils/favicon/FaviconExtractor.ts:58
Method
extractSourceFromUrl
* Extract and normalize source domain from a URL string. * @param urlString - The URL to extract the domain from * @returns The normalized sourc
apps/browser-extension/src/utils/SqliteClient.ts:422
Function
f
()
apps/server/AliasVault.Client/wwwroot/lib/qrcode.min.js:1
Function
f
()
apps/server/AliasVault.Admin/wwwroot/lib/qrcode.min.js:1
Method
findRadioByPatterns
(patterns: string[], isOther: boolean = false)
apps/browser-extension/src/utils/formDetector/FormDetector.ts:1151
Function
flattenFolderTree
( tree: FolderTreeNode[], excludeId?: string )
apps/browser-extension/src/utils/FolderUtils.ts:231
Method
folders
* Repository for Folder operations.
apps/browser-extension/src/utils/SqliteClient.ts:57
Method
folders
* Repository for Folder operations.
apps/mobile-app/utils/SqliteClient.ts:56
Function
formatFolderPath
( pathSegments: string[], separator: string = ' > ', truncate: boolean = false )
apps/browser-extension/src/utils/FolderUtils.ts:215
Function
formatFolderPath
( pathSegments: string[], separator: string = ' > ' )
apps/mobile-app/utils/FolderUtils.ts:107
Function
fullLoginFlow
( popup: Page, apiUrl: string, username: string, password: string, waitForSuccess: boolean = true )
apps/browser-extension/tests/fixtures/fixtures.ts:248
Function
generateBundle
(_options, bundle)
apps/browser-extension/wxt.config.ts:18
Function
generateId
* Generate a new UUID in uppercase format. * @returns A new UUID string
apps/browser-extension/src/utils/db/BaseRepository.ts:118
Function
generateId
* Generate a new UUID in uppercase format. * @returns A new UUID string
apps/mobile-app/utils/db/BaseRepository.ts:117
Function
generateQrCode
* Generate a QR code for the given id element that has a data-url attribute. * Includes proper quiet zone (white padding) for reliable scanning in da
apps/server/AliasVault.Client/wwwroot/js/utilities.js:314
Function
generateQrCode
* Generate a QR code for the given id element that has a data-url attribute. * Includes proper quiet zone (white padding) for reliable scanning in da
apps/server/AliasVault.Admin/wwwroot/js/utilities.js:60
Function
generateRandomDateOfBirth
* Generate a random date of birth. * @param birthdateOptions Optional birthdate configuration
core/typescript/identity-generator/src/implementations/base/IdentityGenerator.ts:58
Method
generateRsaKeyPair
* Generates a new RSA key pair for asymmetric encryption
apps/mobile-app/utils/EncryptionUtility.ts:138
Function
generateSeed
()
apps/browser-extension/src/utils/RustCore.ts:106
Function
generateSeed
()
apps/mobile-app/utils/PasswordGeneratorUtility.ts:49
Function
getActiveElementIdentifier
* Activate AliasVault for the active input element.
apps/browser-extension/src/entrypoints/background.ts:369
Function
getActiveElementIdentifier
* Activate AliasVault for the active input element.
apps/browser-extension/src/entrypoints/background/ContextMenu.ts:207
Method
getAll
* Get all folders. * @returns Array of folder objects (empty array if Folders table doesn't exist yet)
apps/browser-extension/src/utils/db/repositories/FolderRepository.ts:45
Method
getAll
* Get all folders. * @returns Array of folder objects (empty array if Folders table doesn't exist yet)
apps/mobile-app/utils/db/repositories/FolderRepository.ts:145
Method
getAllEncryptionKeys
* Fetch all encryption keys. * @returns Array of encryption keys
apps/mobile-app/utils/db/repositories/SettingsRepository.ts:152
Function
getAllFaviconLinks
( doc: Document, includeFallback: boolean = true )
apps/browser-extension/src/utils/favicon/FaviconExtractor.ts:124
Function
getAllIconKeys
()
core/models/src/icons/ItemTypeIcons.ts:108
Function
getAllSystemFieldKeys
()
core/models/src/vault/SystemFieldRegistry.ts:338
Function
getAutoCloseUnlockPopup
* Get the auto-close unlock popup preference. * @returns Whether to auto-close the popup after unlocking. Defaults to true.
apps/browser-extension/src/utils/LocalPreferencesService.ts:86
Function
getAutoCopyTotpOnAutofill
* Get whether to automatically copy TOTP code to clipboard after autofill. * @returns Whether to auto-copy TOTP. Defaults to true (enabled by defau
apps/browser-extension/src/utils/LocalPreferencesService.ts:505
Function
getAutofillConfigured
* Get whether autofill has been configured by the user. * @returns Whether autofill has been configured. Defaults to false.
apps/mobile-app/services/LocalPreferencesService.ts:34
Function
getAutofillMatchingMode
* Get the autofill matching mode. * @returns The matching mode. Defaults to DEFAULT.
apps/browser-extension/src/utils/LocalPreferencesService.ts:127
Method
getBaseUrl
* Get the base URL for the API from settings.
apps/mobile-app/utils/WebApiService.ts:32
Method
getById
* Get a passkey by its ID. * @param passkeyId - The passkey ID * @returns The passkey object or null if not found
apps/browser-extension/src/utils/db/repositories/PasskeyRepository.ts:29
Method
getById
* Get a passkey by its ID. * @param passkeyId - The passkey ID * @returns The passkey object or null if not found
apps/mobile-app/utils/db/repositories/PasskeyRepository.ts:144
Method
getByRpId
* Get all passkeys for a specific relying party (rpId). * @param rpId - The relying party identifier (domain) * @returns Array of passkey object
apps/mobile-app/utils/db/repositories/PasskeyRepository.ts:132
Function
getClipboardClearTimeout
* Get the clipboard clear timeout in seconds. * @returns Timeout in seconds. Defaults to 10.
apps/browser-extension/src/utils/LocalPreferencesService.ts:229
Function
getClipboardClearTimeout
* Get the clipboard clear timeout in seconds. * @returns Timeout in seconds. Defaults to 15.
apps/mobile-app/services/LocalPreferencesService.ts:50
Function
getClipboardLocalOnly
* Get whether local-only clipboard copy is enabled on iOS. * When enabled, clipboard content is not synced via Universal Clipboard. * @returns W
apps/mobile-app/services/LocalPreferencesService.ts:67
Function
getCustomEmailHistory
* Get the custom email history. * @returns Array of previously used custom emails. Defaults to empty array.
apps/browser-extension/src/utils/LocalPreferencesService.ts:283
Function
getCustomUsernameHistory
* Get the custom username history. * @returns Array of previously used custom usernames. Defaults to empty array.
apps/browser-extension/src/utils/LocalPreferencesService.ts:299
Method
getDb
* Get the underlying database instance.
apps/browser-extension/src/utils/SqliteClient.ts:89
Method
getDb
()
apps/browser-extension/src/utils/db/BaseRepository.ts:11
Method
getDefaultEmailDomain
* Get the default email domain for new aliases. * @returns The default email domain or empty string if not set
apps/mobile-app/utils/db/repositories/SettingsRepository.ts:199
Function
getDefaultFieldsForItemType
(itemType: ItemType)
core/models/src/vault/SystemFieldRegistry.ts:318
Method
getDefaultIdentityAgeRange
* Get the default identity age range from the database. * @returns The age range preference or 'random' if not set
apps/mobile-app/utils/db/repositories/SettingsRepository.ts:101
Method
getDefaultIdentityGender
* Get the default identity gender preference from the database. * @returns The gender preference or 'random' if not set
apps/mobile-app/utils/db/repositories/SettingsRepository.ts:93
Method
getDefaultIdentityLanguage
* Get the default identity language from the database. * @returns The stored override value if set, otherwise empty string
apps/mobile-app/utils/db/repositories/SettingsRepository.ts:85
Function
getDirectChildFolderIds
(parentFolderId: string | null, folders: Folder[])
apps/mobile-app/utils/FolderUtils.ts:156
Function
getDisabledSites
* Get the list of permanently disabled sites. * @returns Array of disabled site URLs. Defaults to empty array.
apps/browser-extension/src/utils/LocalPreferencesService.ts:143
Method
getEncodedServiceInfo
* Get encoded service information suitable for URL parameters
apps/browser-extension/src/utils/serviceDetection/ServiceDetectionUtility.ts:96
Method
getEncodedServiceInfoFromTab
* Get encoded service information from tab data
apps/browser-extension/src/utils/serviceDetection/ServiceDetectionUtility.ts:110
Function
getErrorTranslationKey
(code: AppErrorCode)
apps/browser-extension/src/utils/types/errors/AppErrorCodes.ts:116
Function
getFieldConfigForType
(field: SystemFieldDefinition, itemType: ItemType)
core/models/src/vault/SystemFieldRegistry.ts:291
Function
getFirstNamesFemaleByDecade
* Get decade-based female first names. Override this to provide age-specific names. * If not overridden, returns an empty array and falls back to g
core/typescript/identity-generator/src/implementations/base/IdentityGenerator.ts:50
Method
getFirstNamesFemaleByDecade
* Get decade-based female first names. * Each range covers a specific decade with names popular during that period.
core/typescript/identity-generator/src/implementations/IdentityGeneratorDe.ts:73
Method
getFirstNamesFemaleByDecade
* Get decade-based female first names. * Each range covers a specific decade with names popular during that period.
core/typescript/identity-generator/src/implementations/IdentityGeneratorIt.ts:70
Method
getFirstNamesFemaleJson
* Get the female first names (generic fallback - empty as we use decade-based).
core/typescript/identity-generator/src/implementations/IdentityGeneratorRo.ts:38
Method
getFirstNamesFemaleJson
* Get the female first names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorUr.ts:20
Method
getFirstNamesFemaleJson
* Get the female first names (generic fallback - empty as we use decade-based).
core/typescript/identity-generator/src/implementations/IdentityGeneratorDe.ts:40
Method
getFirstNamesFemaleJson
* Get the female first names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorNl.ts:20
Method
getFirstNamesFemaleJson
* Get the female first names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorDa.ts:20
Method
getFirstNamesFemaleJson
* Get the female first names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorEn.ts:20
Method
getFirstNamesFemaleJson
* Get the female first names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorFa.ts:20
Method
getFirstNamesFemaleJson
* Get the female first names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorFr.ts:20
Method
getFirstNamesFemaleJson
* Get the female first names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorEs.ts:20
Method
getFirstNamesFemaleJson
* Get the female first names (generic fallback - empty as we use decade-based).
core/typescript/identity-generator/src/implementations/IdentityGeneratorIt.ts:38
Function
getFirstNamesMaleByDecade
* Get decade-based male first names. Override this to provide age-specific names. * If not overridden, returns an empty array and falls back to gen
core/typescript/identity-generator/src/implementations/base/IdentityGenerator.ts:42
Method
getFirstNamesMaleByDecade
* Get decade-based male first names. * Each range covers a specific decade with names popular during that period.
core/typescript/identity-generator/src/implementations/IdentityGeneratorDe.ts:56
Method
getFirstNamesMaleByDecade
* Get decade-based male first names. * Each range covers a specific decade with names popular during that period.
core/typescript/identity-generator/src/implementations/IdentityGeneratorIt.ts:54
Method
getFirstNamesMaleJson
* Get the male first names (generic fallback - empty as we use decade-based).
core/typescript/identity-generator/src/implementations/IdentityGeneratorRo.ts:30
Method
getFirstNamesMaleJson
* Get the male first names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorUr.ts:13
Method
getFirstNamesMaleJson
* Get the male first names (generic fallback - empty as we use decade-based).
core/typescript/identity-generator/src/implementations/IdentityGeneratorDe.ts:32
Method
getFirstNamesMaleJson
* Get the male first names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorNl.ts:13
Method
getFirstNamesMaleJson
* Get the male first names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorDa.ts:13
← previous
next →
1,701–1,800 of 2,136, ranked by callers