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
↓ 1 callers
Method
fillDayField
* Fill the day field. * @param birthDate The birthdate to fill the form with.
apps/browser-extension/src/utils/formDetector/FormFiller.ts:539
↓ 1 callers
Method
fillGenderFields
* Fill the gender fields of the form. * @param credential The credential to fill the form with.
apps/browser-extension/src/utils/formDetector/FormFiller.ts:625
↓ 1 callers
Method
fillGenderRadio
* Fill the gender radio fields. * @param gender The gender to fill the form with.
apps/browser-extension/src/utils/formDetector/FormFiller.ts:669
↓ 1 callers
Method
fillGenderSelect
* Fill the gender select field. * @param gender The gender to fill the form with.
apps/browser-extension/src/utils/formDetector/FormFiller.ts:643
↓ 1 callers
Method
fillGenderText
* Fill the gender text field. * @param gender The gender to fill the form with.
apps/browser-extension/src/utils/formDetector/FormFiller.ts:697
↓ 1 callers
Method
fillLoginForm
* Fill login form fields without submitting.
apps/browser-extension/tests/fixtures/TestClient.ts:179
↓ 1 callers
Method
fillMonthField
* Fill the month field. * @param birthDate The birthdate to fill the form with.
apps/browser-extension/src/utils/formDetector/FormFiller.ts:567
↓ 1 callers
Method
fillPassword
* Fill the password field.
apps/browser-extension/tests/fixtures/TestClient.ts:299
↓ 1 callers
Method
fillPasswordFields
* Fill password fields sequentially to avoid visual conflicts. * First fills the main password field, then the confirm field if present. * @para
apps/browser-extension/src/utils/formDetector/FormFiller.ts:381
↓ 1 callers
Method
fillSeparateBirthdateFields
* Fill the separate birthdate fields. * @param birthDate The birthdate to fill the form with.
apps/browser-extension/src/utils/formDetector/FormFiller.ts:529
↓ 1 callers
Function
fillServiceName
* Helper to fill the service name input in the save prompt.
apps/browser-extension/tests/e2e/09-save-login-prompt.spec.ts:113
↓ 1 callers
Method
fillSingleBirthdateField
* Fill the single birthdate field. * @param birthDate The birthdate to fill the form with.
apps/browser-extension/src/utils/formDetector/FormFiller.ts:497
↓ 1 callers
Function
fillTotpCode
(itemId: string, input: HTMLInputElement)
apps/browser-extension/src/entrypoints/contentScript/Form.ts:429
↓ 1 callers
Method
fillUsername
* Fill the username field.
apps/browser-extension/tests/fixtures/TestClient.ts:292
↓ 1 callers
Method
fillYearField
* Fill the year field. * @param birthDate The birthdate to fill the form with.
apps/browser-extension/src/utils/formDetector/FormFiller.ts:599
↓ 1 callers
Function
findActualInput
* Find the actual visible input element, either the element itself or a child input. * Certain websites use custom input element wrappers that not on
apps/browser-extension/src/entrypoints/contentScript/Form.ts:182
↓ 1 callers
Method
findBirthdateFields
* Find the birthdate fields in the form.
apps/browser-extension/src/utils/formDetector/FormDetector.ts:1052
↓ 1 callers
Method
findGenderField
* Find the gender field in the form.
apps/browser-extension/src/utils/formDetector/FormDetector.ts:1126
↓ 1 callers
Method
findIdByEmail
* Find the item (id + name) associated with a given email address, if any. * @param email - The full email address (local@domain) to look up * @
apps/browser-extension/src/utils/db/repositories/ItemRepository.ts:167
↓ 1 callers
Function
findStepsBack
(targetPath: string)
apps/browser-extension/src/entrypoints/popup/hooks/useNavigationHistory.ts:54
↓ 1 callers
Function
formatDate
(dateString: string)
apps/browser-extension/src/entrypoints/popup/components/Items/Details/FieldHistoryModal.tsx:76
↓ 1 callers
Function
formatDate
(dateString: string)
apps/mobile-app/components/items/FieldHistoryModal.tsx:85
↓ 1 callers
Function
formatDate
(date: string)
apps/mobile-app/app/(tabs)/settings/security/auth-logs.tsx:129
↓ 1 callers
Method
formatDateString
* Format the date string based on the format of the birthdate field. * @param day The day of the birthdate. * @param month The month of the birt
apps/browser-extension/src/utils/formDetector/FormFiller.ts:514
↓ 1 callers
Function
formatEmailDate
(dateSystem: string)
apps/browser-extension/src/entrypoints/popup/pages/emails/EmailsList.tsx:159
↓ 1 callers
Function
formatEmailDate
(dateSystem: string)
apps/mobile-app/components/EmailCard.tsx:55
↓ 1 callers
Function
formatTime
(seconds: number)
apps/browser-extension/src/entrypoints/popup/components/Dialogs/MobileUnlockModal.tsx:171
↓ 1 callers
Function
formatTotpCode
(code: string | undefined)
apps/browser-extension/src/entrypoints/popup/components/Items/Details/TotpBlock.tsx:13
↓ 1 callers
Function
formatTotpCode
(code: string | undefined)
apps/mobile-app/components/items/details/TotpSection.tsx:20
↓ 1 callers
Function
generateCSharp
(languages, defaultCode)
core/models/scripts/generate-languages.cjs:26
↓ 1 callers
Function
generateCSharp
(constants)
core/models/scripts/generate-password-defaults.cjs:88
↓ 1 callers
Function
generateCSharp
* Generate C# static class for FieldKey
core/models/scripts/generate-field-keys.cjs:256
↓ 1 callers
Function
generateCSharpFieldType
* Generate C# static class for FieldType
core/models/scripts/generate-field-keys.cjs:355
↓ 1 callers
Function
generateCSharpFieldTypeEnum
* Generate C# enum (FieldTypeKind) + string converters for FieldType. * The enum gives callers a closed, compile-time-checked set of field types (the
core/models/scripts/generate-field-keys.cjs:409
↓ 1 callers
Function
generateCSharpIcons
* Generate C# ItemTypeIcons static class
core/models/scripts/generate-field-keys.cjs:1104
↓ 1 callers
Function
generateCSharpItemType
* Generate C# static class for ItemType
core/models/scripts/generate-field-keys.cjs:474
↓ 1 callers
Function
generateCSharpSystemFieldRegistry
* Generate C# SystemFieldRegistry with full metadata * All types are dynamically generated from the parsed TypeScript
core/models/scripts/generate-field-keys.cjs:827
↓ 1 callers
Function
generateKotlin
* Generate Kotlin object
core/models/scripts/generate-field-keys.cjs:319
↓ 1 callers
Function
generateKotlinFieldType
* Generate Kotlin object for FieldType
core/models/scripts/generate-field-keys.cjs:605
↓ 1 callers
Function
generateKotlinIcons
* Generate Kotlin ItemTypeIcons object
core/models/scripts/generate-field-keys.cjs:1309
↓ 1 callers
Function
generateKotlinItemType
* Generate Kotlin object for ItemType
core/models/scripts/generate-field-keys.cjs:652
↓ 1 callers
Function
generateKotlinVaultSql
* Generate Kotlin VaultSql object
core/vault/scripts/generate-vault-sql.cjs:333
↓ 1 callers
Function
generateKotlinVaultVersions
* Generate Kotlin VaultVersions object
core/vault/scripts/generate-vault-sql.cjs:190
↓ 1 callers
Function
generateReactNativeIcons
* Generate React Native SVG components from icons.
core/models/scripts/generate-field-keys.cjs:1278
↓ 1 callers
Function
generateRsaKeyPair
* Generates an RSA key pair for the vault's encryption key. * * @returns Object with public and private keys as JSON strings
apps/browser-extension/tests/helpers/test-api.ts:231
↓ 1 callers
Function
generateRust
(constants)
core/models/scripts/generate-password-defaults.cjs:73
↓ 1 callers
Method
generateSalt
* Generate a fresh 32-byte SRP salt as an uppercase hex string (for a new/changed password). * @returns The generated salt.
apps/mobile-app/utils/SrpUtility.ts:66
↓ 1 callers
Method
generateSrpIdentity
* Generates a random UUID v4 for use as SRP identity. * * @returns A random UUID string
apps/browser-extension/src/utils/auth/SrpAuthService.ts:271
↓ 1 callers
Function
generateSwift
* Generate Swift enum
core/models/scripts/generate-field-keys.cjs:289
↓ 1 callers
Function
generateSwiftFieldType
* Generate Swift struct for FieldType
core/models/scripts/generate-field-keys.cjs:525
↓ 1 callers
Function
generateSwiftIcons
* Generate Swift ItemTypeIcons struct
core/models/scripts/generate-field-keys.cjs:1138
↓ 1 callers
Function
generateSwiftItemType
* Generate Swift struct for ItemType
core/models/scripts/generate-field-keys.cjs:565
↓ 1 callers
Function
generateSwiftVaultSql
* Generate Swift VaultSql struct
core/vault/scripts/generate-vault-sql.cjs:281
↓ 1 callers
Function
generateSwiftVaultVersions
* Generate Swift VaultVersions struct
core/vault/scripts/generate-vault-sql.cjs:112
↓ 1 callers
Function
generateTotpCode
(secret: string)
apps/browser-extension/tests/helpers/test-api.ts:502
↓ 1 callers
Method
generateTotpCode
(secret: string)
apps/mobile-app/specs/NativeVaultManager.ts:80
↓ 1 callers
Method
getActiveSessions
* Get the active sessions (logged in devices) for the current user from the server.
apps/mobile-app/utils/WebApiService.ts:331
↓ 1 callers
Function
getAlertClasses
()
apps/browser-extension/src/entrypoints/popup/components/AlertMessage.tsx:24
↓ 1 callers
Method
getAllChildFolderIds
* Get all child folder IDs recursively. * @param folderId - The parent folder ID * @returns Array of all descendant folder IDs
apps/browser-extension/src/utils/db/repositories/FolderRepository.ts:92
↓ 1 callers
Method
getAllChildFolderIds
* Get all child folder IDs recursively. * @param folderId - The parent folder ID * @returns Array of all descendant folder IDs
apps/mobile-app/utils/db/repositories/FolderRepository.ts:196
↓ 1 callers
Method
getAuthLogs
* Get the auth logs for the current user from the server.
apps/mobile-app/utils/WebApiService.ts:345
↓ 1 callers
Method
getAuthMethodDisplayKey
* Get the display label translation key for the current auth method. * Priority: Biometrics > PIN > Password * * @returns Translation key for
apps/mobile-app/utils/AppUnlockUtility.ts:193
↓ 1 callers
Method
getAuthMethods
()
apps/mobile-app/specs/NativeVaultManager.ts:66
↓ 1 callers
Method
getAutofillShowSearchText
()
apps/mobile-app/specs/NativeVaultManager.ts:68
↓ 1 callers
Method
getBaseUrl
* Get the base URL for the API from settings.
apps/browser-extension/src/utils/WebApiService.ts:40
↓ 1 callers
Function
getBlockedDomains
* Helper to get the blocked domains list.
apps/browser-extension/tests/e2e/09-save-login-prompt.spec.ts:189
↓ 1 callers
Function
getButtonStyle
(button: IConfirmDialogButton, index: number)
apps/mobile-app/components/common/ConfirmDialog.tsx:134
↓ 1 callers
Function
getButtonTextStyle
(button: IConfirmDialogButton)
apps/mobile-app/components/common/ConfirmDialog.tsx:159
↓ 1 callers
Method
getById
* Get a folder by ID. * @param folderId - The ID of the folder * @returns Folder object or null if not found
apps/browser-extension/src/utils/db/repositories/FolderRepository.ts:62
↓ 1 callers
Method
getById
* Get a folder by ID. * @param folderId - The ID of the folder * @returns Folder object or null if not found
apps/mobile-app/utils/db/repositories/FolderRepository.ts:166
↓ 1 callers
Method
getByItemId
* Get all passkeys for a specific item. * @param itemId - The item ID * @returns Array of passkey objects with item info
apps/mobile-app/utils/db/repositories/PasskeyRepository.ts:160
↓ 1 callers
Function
getCardIconComponent
(cardNumber: string | undefined)
apps/mobile-app/components/items/ItemIcon.tsx:53
↓ 1 callers
Function
getCardIconSvg
(cardNumber: string | undefined)
apps/browser-extension/src/entrypoints/popup/components/Items/ItemIcon.tsx:60
↓ 1 callers
Method
getCompleteSchemaSql
* Get complete schema SQL for creating new vault
core/vault/src/sql/VaultSqlGenerator.ts:248
↓ 1 callers
Method
getCopiedId
* Get the copied ID.
apps/browser-extension/src/entrypoints/popup/utils/ClipboardCopyService.ts:19
↓ 1 callers
Function
getCreatePopupPosition
* Compute an on-screen top-left position for the create-credential window from a click event, so it * opens centered on where the user clicked rather
apps/browser-extension/src/entrypoints/contentScript/Popup.ts:44
↓ 1 callers
Method
getCreateVaultSql
* Get SQL commands to create a new vault with the latest schema
core/vault/src/sql/VaultSqlGenerator.ts:36
↓ 1 callers
Method
getCredentialsSortOrder
* Get the credentials sort order preference. * Uses the same key the other clients use for cross-platform sync. * @returns The sort order prefer
apps/browser-extension/src/utils/db/repositories/SettingsRepository.ts:174
↓ 1 callers
Function
getCurrentLanguage
()
apps/browser-extension/src/i18n/StandaloneI18n.ts:18
↓ 1 callers
Function
getCurrentTab
()
apps/browser-extension/src/entrypoints/popup/pages/settings/PasskeySettings.tsx:38
↓ 1 callers
Method
getCustomProxyHeaders
()
apps/mobile-app/specs/NativeVaultManager.ts:16
↓ 1 callers
Function
getDaysRemaining
(deletedAt: string, retentionDays: number = TRASH_RETENTION_DAYS)
apps/browser-extension/src/entrypoints/popup/pages/items/RecentlyDeleted.tsx:25
↓ 1 callers
Function
getDaysRemaining
(deletedAt: string, retentionDays: number = TRASH_RETENTION_DAYS)
apps/mobile-app/app/(tabs)/items/deleted.tsx:33
↓ 1 callers
Method
getDefaultIdentityLanguage
* Get the default identity language from the database. * @returns The stored override value if set, otherwise empty string
apps/browser-extension/src/utils/db/repositories/SettingsRepository.ts:37
↓ 1 callers
Method
getDefaultIdentityLanguage
* Get the default identity language from the database. * Returns the stored override value if set, otherwise returns empty string to indicate no ex
apps/mobile-app/utils/SqliteClient.ts:324
↓ 1 callers
Function
getDescendantFolderIds
(folderId: string, folders: Folder[])
apps/mobile-app/utils/FolderUtils.ts:131
↓ 1 callers
Function
getDicewareLanguages
()
apps/browser-extension/src/utils/RustCore.ts:96
↓ 1 callers
Function
getDicewareLanguages
()
apps/mobile-app/utils/PasswordGeneratorUtility.ts:40
↓ 1 callers
Function
getDisplayText
(itm: Item)
apps/browser-extension/src/entrypoints/popup/components/Items/ItemCard.tsx:36
↓ 1 callers
Function
getEmailAddressesForVault
( sqliteClient: SqliteClient )
apps/browser-extension/src/entrypoints/background/VaultMessageHandler.ts:526
↓ 1 callers
Method
getEncryptedDatabase
()
apps/mobile-app/specs/NativeVaultManager.ts:61
↓ 1 callers
Method
getEncryptionKeyDerivationParams
()
apps/mobile-app/specs/NativeVaultManager.ts:59
↓ 1 callers
Function
getErrorMessage
(errorCode: MobileLoginErrorCode)
apps/browser-extension/src/entrypoints/popup/components/Dialogs/MobileUnlockModal.tsx:40
↓ 1 callers
Function
getExtensionPepper
* Get extension ID pepper component * * This provides a device-bound value that is NOT stored in chrome.storage. * The extension ID is unique per i
apps/browser-extension/src/utils/PinUnlockService.ts:318
↓ 1 callers
Function
getFieldIcon
(category: string)
apps/browser-extension/src/entrypoints/popup/components/Forms/AddFieldMenu.tsx:100
↓ 1 callers
Function
getFieldIcon
(category: string)
apps/mobile-app/components/form/AddFieldMenu.tsx:78
↓ 1 callers
Function
getFieldValues
(item: Item, fieldKey: string)
core/models/src/vault/ItemMethods.ts:25
↓ 1 callers
Function
getFieldValues
* Read all non-empty values for a field key from an item, returning them as * a string array (single-value fields are wrapped to a 1-element array).
apps/browser-extension/src/utils/RustCore.ts:177
↓ 1 callers
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/IdentityGeneratorRo.ts:70
↓ 1 callers
Method
getFirstNamesFemaleJson
* Get the female first names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorSv.ts:20
← previous
next →
801–900 of 2,136, ranked by callers