MCPcopy Create free account

hub / github.com/aliasvault/aliasvault / functions

Functions2,136 in github.com/aliasvault/aliasvault

↓ 1 callersMethodfillDayField
* Fill the day field. * @param birthDate The birthdate to fill the form with.
apps/browser-extension/src/utils/formDetector/FormFiller.ts:539
↓ 1 callersMethodfillGenderFields
* 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 callersMethodfillGenderRadio
* Fill the gender radio fields. * @param gender The gender to fill the form with.
apps/browser-extension/src/utils/formDetector/FormFiller.ts:669
↓ 1 callersMethodfillGenderSelect
* Fill the gender select field. * @param gender The gender to fill the form with.
apps/browser-extension/src/utils/formDetector/FormFiller.ts:643
↓ 1 callersMethodfillGenderText
* Fill the gender text field. * @param gender The gender to fill the form with.
apps/browser-extension/src/utils/formDetector/FormFiller.ts:697
↓ 1 callersMethodfillLoginForm
* Fill login form fields without submitting.
apps/browser-extension/tests/fixtures/TestClient.ts:179
↓ 1 callersMethodfillMonthField
* Fill the month field. * @param birthDate The birthdate to fill the form with.
apps/browser-extension/src/utils/formDetector/FormFiller.ts:567
↓ 1 callersMethodfillPassword
* Fill the password field.
apps/browser-extension/tests/fixtures/TestClient.ts:299
↓ 1 callersMethodfillPasswordFields
* 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 callersMethodfillSeparateBirthdateFields
* Fill the separate birthdate fields. * @param birthDate The birthdate to fill the form with.
apps/browser-extension/src/utils/formDetector/FormFiller.ts:529
↓ 1 callersFunctionfillServiceName
* Helper to fill the service name input in the save prompt.
apps/browser-extension/tests/e2e/09-save-login-prompt.spec.ts:113
↓ 1 callersMethodfillSingleBirthdateField
* Fill the single birthdate field. * @param birthDate The birthdate to fill the form with.
apps/browser-extension/src/utils/formDetector/FormFiller.ts:497
↓ 1 callersFunctionfillTotpCode
(itemId: string, input: HTMLInputElement)
apps/browser-extension/src/entrypoints/contentScript/Form.ts:429
↓ 1 callersMethodfillUsername
* Fill the username field.
apps/browser-extension/tests/fixtures/TestClient.ts:292
↓ 1 callersMethodfillYearField
* Fill the year field. * @param birthDate The birthdate to fill the form with.
apps/browser-extension/src/utils/formDetector/FormFiller.ts:599
↓ 1 callersFunctionfindActualInput
* 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 callersMethodfindBirthdateFields
* Find the birthdate fields in the form.
apps/browser-extension/src/utils/formDetector/FormDetector.ts:1052
↓ 1 callersMethodfindGenderField
* Find the gender field in the form.
apps/browser-extension/src/utils/formDetector/FormDetector.ts:1126
↓ 1 callersMethodfindIdByEmail
* 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 callersFunctionfindStepsBack
(targetPath: string)
apps/browser-extension/src/entrypoints/popup/hooks/useNavigationHistory.ts:54
↓ 1 callersFunctionformatDate
(dateString: string)
apps/browser-extension/src/entrypoints/popup/components/Items/Details/FieldHistoryModal.tsx:76
↓ 1 callersFunctionformatDate
(dateString: string)
apps/mobile-app/components/items/FieldHistoryModal.tsx:85
↓ 1 callersFunctionformatDate
(date: string)
apps/mobile-app/app/(tabs)/settings/security/auth-logs.tsx:129
↓ 1 callersMethodformatDateString
* 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 callersFunctionformatEmailDate
(dateSystem: string)
apps/browser-extension/src/entrypoints/popup/pages/emails/EmailsList.tsx:159
↓ 1 callersFunctionformatEmailDate
(dateSystem: string)
apps/mobile-app/components/EmailCard.tsx:55
↓ 1 callersFunctionformatTime
(seconds: number)
apps/browser-extension/src/entrypoints/popup/components/Dialogs/MobileUnlockModal.tsx:171
↓ 1 callersFunctionformatTotpCode
(code: string | undefined)
apps/browser-extension/src/entrypoints/popup/components/Items/Details/TotpBlock.tsx:13
↓ 1 callersFunctionformatTotpCode
(code: string | undefined)
apps/mobile-app/components/items/details/TotpSection.tsx:20
↓ 1 callersFunctiongenerateCSharp
(languages, defaultCode)
core/models/scripts/generate-languages.cjs:26
↓ 1 callersFunctiongenerateCSharp
(constants)
core/models/scripts/generate-password-defaults.cjs:88
↓ 1 callersFunctiongenerateCSharp
* Generate C# static class for FieldKey
core/models/scripts/generate-field-keys.cjs:256
↓ 1 callersFunctiongenerateCSharpFieldType
* Generate C# static class for FieldType
core/models/scripts/generate-field-keys.cjs:355
↓ 1 callersFunctiongenerateCSharpFieldTypeEnum
* 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 callersFunctiongenerateCSharpIcons
* Generate C# ItemTypeIcons static class
core/models/scripts/generate-field-keys.cjs:1104
↓ 1 callersFunctiongenerateCSharpItemType
* Generate C# static class for ItemType
core/models/scripts/generate-field-keys.cjs:474
↓ 1 callersFunctiongenerateCSharpSystemFieldRegistry
* Generate C# SystemFieldRegistry with full metadata * All types are dynamically generated from the parsed TypeScript
core/models/scripts/generate-field-keys.cjs:827
↓ 1 callersFunctiongenerateKotlin
* Generate Kotlin object
core/models/scripts/generate-field-keys.cjs:319
↓ 1 callersFunctiongenerateKotlinFieldType
* Generate Kotlin object for FieldType
core/models/scripts/generate-field-keys.cjs:605
↓ 1 callersFunctiongenerateKotlinIcons
* Generate Kotlin ItemTypeIcons object
core/models/scripts/generate-field-keys.cjs:1309
↓ 1 callersFunctiongenerateKotlinItemType
* Generate Kotlin object for ItemType
core/models/scripts/generate-field-keys.cjs:652
↓ 1 callersFunctiongenerateKotlinVaultSql
* Generate Kotlin VaultSql object
core/vault/scripts/generate-vault-sql.cjs:333
↓ 1 callersFunctiongenerateKotlinVaultVersions
* Generate Kotlin VaultVersions object
core/vault/scripts/generate-vault-sql.cjs:190
↓ 1 callersFunctiongenerateReactNativeIcons
* Generate React Native SVG components from icons.
core/models/scripts/generate-field-keys.cjs:1278
↓ 1 callersFunctiongenerateRsaKeyPair
* 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 callersFunctiongenerateRust
(constants)
core/models/scripts/generate-password-defaults.cjs:73
↓ 1 callersMethodgenerateSalt
* 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 callersMethodgenerateSrpIdentity
* 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 callersFunctiongenerateSwift
* Generate Swift enum
core/models/scripts/generate-field-keys.cjs:289
↓ 1 callersFunctiongenerateSwiftFieldType
* Generate Swift struct for FieldType
core/models/scripts/generate-field-keys.cjs:525
↓ 1 callersFunctiongenerateSwiftIcons
* Generate Swift ItemTypeIcons struct
core/models/scripts/generate-field-keys.cjs:1138
↓ 1 callersFunctiongenerateSwiftItemType
* Generate Swift struct for ItemType
core/models/scripts/generate-field-keys.cjs:565
↓ 1 callersFunctiongenerateSwiftVaultSql
* Generate Swift VaultSql struct
core/vault/scripts/generate-vault-sql.cjs:281
↓ 1 callersFunctiongenerateSwiftVaultVersions
* Generate Swift VaultVersions struct
core/vault/scripts/generate-vault-sql.cjs:112
↓ 1 callersFunctiongenerateTotpCode
(secret: string)
apps/browser-extension/tests/helpers/test-api.ts:502
↓ 1 callersMethodgenerateTotpCode
(secret: string)
apps/mobile-app/specs/NativeVaultManager.ts:80
↓ 1 callersMethodgetActiveSessions
* Get the active sessions (logged in devices) for the current user from the server.
apps/mobile-app/utils/WebApiService.ts:331
↓ 1 callersFunctiongetAlertClasses
()
apps/browser-extension/src/entrypoints/popup/components/AlertMessage.tsx:24
↓ 1 callersMethodgetAllChildFolderIds
* 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 callersMethodgetAllChildFolderIds
* 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 callersMethodgetAuthLogs
* Get the auth logs for the current user from the server.
apps/mobile-app/utils/WebApiService.ts:345
↓ 1 callersMethodgetAuthMethodDisplayKey
* 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 callersMethodgetAuthMethods
()
apps/mobile-app/specs/NativeVaultManager.ts:66
↓ 1 callersMethodgetAutofillShowSearchText
()
apps/mobile-app/specs/NativeVaultManager.ts:68
↓ 1 callersMethodgetBaseUrl
* Get the base URL for the API from settings.
apps/browser-extension/src/utils/WebApiService.ts:40
↓ 1 callersFunctiongetBlockedDomains
* Helper to get the blocked domains list.
apps/browser-extension/tests/e2e/09-save-login-prompt.spec.ts:189
↓ 1 callersFunctiongetButtonStyle
(button: IConfirmDialogButton, index: number)
apps/mobile-app/components/common/ConfirmDialog.tsx:134
↓ 1 callersFunctiongetButtonTextStyle
(button: IConfirmDialogButton)
apps/mobile-app/components/common/ConfirmDialog.tsx:159
↓ 1 callersMethodgetById
* 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 callersMethodgetById
* 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 callersMethodgetByItemId
* 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 callersFunctiongetCardIconComponent
(cardNumber: string | undefined)
apps/mobile-app/components/items/ItemIcon.tsx:53
↓ 1 callersFunctiongetCardIconSvg
(cardNumber: string | undefined)
apps/browser-extension/src/entrypoints/popup/components/Items/ItemIcon.tsx:60
↓ 1 callersMethodgetCompleteSchemaSql
* Get complete schema SQL for creating new vault
core/vault/src/sql/VaultSqlGenerator.ts:248
↓ 1 callersMethodgetCopiedId
* Get the copied ID.
apps/browser-extension/src/entrypoints/popup/utils/ClipboardCopyService.ts:19
↓ 1 callersFunctiongetCreatePopupPosition
* 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 callersMethodgetCreateVaultSql
* Get SQL commands to create a new vault with the latest schema
core/vault/src/sql/VaultSqlGenerator.ts:36
↓ 1 callersMethodgetCredentialsSortOrder
* 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 callersFunctiongetCurrentLanguage
()
apps/browser-extension/src/i18n/StandaloneI18n.ts:18
↓ 1 callersFunctiongetCurrentTab
()
apps/browser-extension/src/entrypoints/popup/pages/settings/PasskeySettings.tsx:38
↓ 1 callersMethodgetCustomProxyHeaders
()
apps/mobile-app/specs/NativeVaultManager.ts:16
↓ 1 callersFunctiongetDaysRemaining
(deletedAt: string, retentionDays: number = TRASH_RETENTION_DAYS)
apps/browser-extension/src/entrypoints/popup/pages/items/RecentlyDeleted.tsx:25
↓ 1 callersFunctiongetDaysRemaining
(deletedAt: string, retentionDays: number = TRASH_RETENTION_DAYS)
apps/mobile-app/app/(tabs)/items/deleted.tsx:33
↓ 1 callersMethodgetDefaultIdentityLanguage
* 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 callersMethodgetDefaultIdentityLanguage
* 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 callersFunctiongetDescendantFolderIds
(folderId: string, folders: Folder[])
apps/mobile-app/utils/FolderUtils.ts:131
↓ 1 callersFunctiongetDicewareLanguages
()
apps/browser-extension/src/utils/RustCore.ts:96
↓ 1 callersFunctiongetDicewareLanguages
()
apps/mobile-app/utils/PasswordGeneratorUtility.ts:40
↓ 1 callersFunctiongetDisplayText
(itm: Item)
apps/browser-extension/src/entrypoints/popup/components/Items/ItemCard.tsx:36
↓ 1 callersFunctiongetEmailAddressesForVault
( sqliteClient: SqliteClient )
apps/browser-extension/src/entrypoints/background/VaultMessageHandler.ts:526
↓ 1 callersMethodgetEncryptedDatabase
()
apps/mobile-app/specs/NativeVaultManager.ts:61
↓ 1 callersMethodgetEncryptionKeyDerivationParams
()
apps/mobile-app/specs/NativeVaultManager.ts:59
↓ 1 callersFunctiongetErrorMessage
(errorCode: MobileLoginErrorCode)
apps/browser-extension/src/entrypoints/popup/components/Dialogs/MobileUnlockModal.tsx:40
↓ 1 callersFunctiongetExtensionPepper
* 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 callersFunctiongetFieldIcon
(category: string)
apps/browser-extension/src/entrypoints/popup/components/Forms/AddFieldMenu.tsx:100
↓ 1 callersFunctiongetFieldIcon
(category: string)
apps/mobile-app/components/form/AddFieldMenu.tsx:78
↓ 1 callersFunctiongetFieldValues
(item: Item, fieldKey: string)
core/models/src/vault/ItemMethods.ts:25
↓ 1 callersFunctiongetFieldValues
* 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 callersMethodgetFirstNamesFemaleByDecade
* 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 callersMethodgetFirstNamesFemaleJson
* Get the female first names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorSv.ts:20
← previousnext →801–900 of 2,136, ranked by callers