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
Function
loadInitialData
()
apps/browser-extension/src/entrypoints/popup/pages/auth/Login.tsx:198
↓ 1 callers
Function
loadItem
()
apps/mobile-app/components/EmailCard.tsx:39
↓ 1 callers
Function
loadLocalOnlyPreference
()
apps/mobile-app/app/(tabs)/settings/clipboard-clear.tsx:45
↓ 1 callers
Function
loadPreference
()
apps/browser-extension/src/entrypoints/popup/pages/auth/UnlockSuccess.tsx:107
↓ 1 callers
Function
loadSavedUsername
()
apps/mobile-app/app/login.tsx:127
↓ 1 callers
Function
loadSettings
()
apps/browser-extension/src/entrypoints/popup/components/Forms/PasswordField.tsx:69
↓ 1 callers
Function
loadSettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/ClipboardSettings.tsx:22
↓ 1 callers
Function
loadSettings
()
apps/mobile-app/components/form/AdvancedPasswordField.tsx:90
↓ 1 callers
Function
loadSettings
()
apps/mobile-app/app/(tabs)/settings/identity-generator-language.tsx:45
↓ 1 callers
Function
loadSettings
()
apps/mobile-app/app/(tabs)/settings/identity-generator.tsx:50
↓ 1 callers
Function
loadSettings
()
apps/mobile-app/app/(tabs)/settings/android-autofill.tsx:32
↓ 1 callers
Function
loadSettings
()
apps/mobile-app/app/(tabs)/settings/ios-autofill.tsx:31
↓ 1 callers
Function
loadSettings
()
apps/mobile-app/app/(tabs)/settings/password-generator.tsx:42
↓ 1 callers
Function
loadShowFoldersPreference
()
apps/mobile-app/app/(tabs)/items/index.tsx:154
↓ 1 callers
Function
loadSyncState
()
apps/browser-extension/src/entrypoints/popup/context/DbContext.tsx:181
↓ 1 callers
Function
loadTestHtml
(filename: string)
apps/browser-extension/src/utils/formDetector/__tests__/FormDetector.passwordless.test.ts:16
↓ 1 callers
Function
loadTheme
()
apps/browser-extension/src/entrypoints/popup/context/ThemeContext.tsx:47
↓ 1 callers
Function
loadTotpCodes
()
apps/browser-extension/src/entrypoints/popup/components/Items/Details/TotpBlock.tsx:102
↓ 1 callers
Function
loadTotpCodes
()
apps/mobile-app/components/items/details/TotpSection.tsx:88
↓ 1 callers
Function
login
( popup: Page, username: string, password: string, waitForSuccess: boolean = true )
apps/browser-extension/tests/fixtures/fixtures.ts:220
↓ 1 callers
Function
logoClick
()
apps/browser-extension/src/entrypoints/popup/components/Layout/Header.tsx:134
↓ 1 callers
Function
m
()
apps/server/AliasVault.Client/wwwroot/lib/qrcode.min.js:1
↓ 1 callers
Function
m
()
apps/server/AliasVault.Admin/wwwroot/lib/qrcode.min.js:1
↓ 1 callers
Function
main
* Main execution
core/vault/scripts/generate-vault-sql.cjs:401
↓ 1 callers
Function
main
()
core/models/scripts/generate-languages.cjs:227
↓ 1 callers
Function
main
()
core/models/scripts/generate-password-defaults.cjs:125
↓ 1 callers
Function
main
* Main execution
core/models/scripts/generate-field-keys.cjs:1347
↓ 1 callers
Method
mapDeletedItemRow
* Map a single item row for recently deleted items (includes DeletedAt). * @param row - Raw item row with DeletedAt * @param fields - Processed
apps/browser-extension/src/utils/db/mappers/ItemMapper.ts:134
↓ 1 callers
Method
mapDeletedItemRow
* Map a single item row for recently deleted items (includes DeletedAt). * @param row - Raw item row with DeletedAt * @param fields - Processed
apps/mobile-app/utils/db/mappers/ItemMapper.ts:140
↓ 1 callers
Method
mapRow
* Map a single database row to an Item object. * @param row - Raw item row from database * @param fields - Processed fields for this item * @
apps/mobile-app/utils/db/mappers/ItemMapper.ts:47
↓ 1 callers
Method
mapRows
* Map multiple database rows to Item objects with their fields and tags. * @param rows - Raw item rows from database * @param fieldsByItem - Map
apps/mobile-app/utils/db/mappers/ItemMapper.ts:78
↓ 1 callers
Method
mapRowsWithItem
* Map multiple database rows to Passkey objects with item information. * @param rows - Raw passkey rows with item data * @returns Array of Passk
apps/browser-extension/src/utils/db/mappers/PasskeyMapper.ts:99
↓ 1 callers
Method
mapTagRows
* Map tag rows to ItemTagRef array (for single item). * @param tagRows - Raw tag rows without ItemId * @returns Array of ItemTagRef
apps/browser-extension/src/utils/db/mappers/ItemMapper.ts:119
↓ 1 callers
Method
mapTagRows
* Map tag rows to ItemTagRef array (for single item). * @param tagRows - Raw tag rows without ItemId * @returns Array of ItemTagRef
apps/mobile-app/utils/db/mappers/ItemMapper.ts:125
↓ 1 callers
Function
markOwnEncryptionKey
(key: string)
apps/browser-extension/src/events/VaultStateEvents.ts:22
↓ 1 callers
Method
markVaultClean
(mutationSeqAtStart: number, newServerRevision: number)
apps/mobile-app/specs/NativeVaultManager.ts:36
↓ 1 callers
Method
matchesExclusionPatterns
* Check if an input field matches exclusion patterns (search, filter fields). * These fields should not trigger autofill even if they match other p
apps/browser-extension/src/utils/formDetector/FormDetector.ts:248
↓ 1 callers
Function
menuIdForPopupType
Context-menu item id for a popup type.
apps/browser-extension/src/entrypoints/background/ContextMenu.ts:17
↓ 1 callers
Method
merge
* Merge local vault changes with server vault using LWW strategy. * * Uses Rust WASM for the merge logic: * 1. Load both SQLite databases wit
apps/browser-extension/src/utils/VaultMergeService.ts:151
↓ 1 callers
Function
migrateLegacyApiUrl
()
apps/browser-extension/src/migrations/0.29.7-LegacyApiUrlMigration.ts:20
↓ 1 callers
Function
migrateLegacyApiUrl
()
apps/mobile-app/migrations/0.29.7-LegacyApiUrlMigration.ts:19
↓ 1 callers
Method
monitorExistingForms
* Find and monitor all existing forms on the page.
apps/browser-extension/src/utils/loginDetector/LoginDetector.ts:99
↓ 1 callers
Method
monitorSubmitButtons
* Find and monitor submit buttons within a form. * This handles cases where sites use JavaScript to submit forms via AJAX * instead of native fo
apps/browser-extension/src/utils/loginDetector/LoginDetector.ts:210
↓ 1 callers
Function
moveDown
()
apps/browser-extension/src/entrypoints/popup/hooks/useListKeyboardNav.ts:70
↓ 1 callers
Function
moveUp
()
apps/browser-extension/src/entrypoints/popup/hooks/useListKeyboardNav.ts:100
↓ 1 callers
Function
normalizeDeepLinkPath
(urlOrPath: string)
apps/mobile-app/context/NavigationContext.tsx:130
↓ 1 callers
Method
normalizeDeepLinkPath
* Normalize a deep link or path to ensure it has the correct /(tabs)/ prefix. * Exported for use in _layout.tsx and other navigation logic. *
apps/mobile-app/utils/PostUnlockNavigation.ts:107
↓ 1 callers
Method
notifySubscribers
* Notify subscribers.
apps/browser-extension/src/entrypoints/popup/utils/ClipboardCopyService.ts:36
↓ 1 callers
Function
observeDOMChanges
()
apps/server/AliasVault.Admin/wwwroot/js/dark-mode.js:48
↓ 1 callers
Function
onAbort
* Handles the abort event from the content script.
apps/browser-extension/src/entrypoints/webauthn.ts:413
↓ 1 callers
Function
onActivate
(event)
apps/server/AliasVault.Client/wwwroot/service-worker.published.js:25
↓ 1 callers
Function
onFetch
(event)
apps/server/AliasVault.Client/wwwroot/service-worker.published.js:35
↓ 1 callers
Function
onInstall
(event)
apps/server/AliasVault.Client/wwwroot/service-worker.published.js:14
↓ 1 callers
Function
onRefresh
()
apps/mobile-app/app/(tabs)/settings/security/auth-logs.tsx:110
↓ 1 callers
Function
openActionRequiresVaultUnlock
(actionSegments: string[])
apps/mobile-app/utils/DeepLinkResolver.ts:66
↓ 1 callers
Function
openAutofillPopup
(input: HTMLInputElement, container: HTMLElement, forceShow: boolean = false)
apps/browser-extension/src/entrypoints/contentScript/Popup.ts:141
↓ 1 callers
Method
openLoginSettings
* Open the login settings page (before authentication).
apps/browser-extension/tests/fixtures/TestClient.ts:120
↓ 1 callers
Function
openTotpPopup
(input: HTMLInputElement, container: HTMLElement, forceShow: boolean = false)
apps/browser-extension/src/entrypoints/contentScript/Popup.ts:200
↓ 1 callers
Function
parseCompleteSchemaSql
* Parse COMPLETE_SCHEMA_SQL from TypeScript source
core/vault/scripts/generate-vault-sql.cjs:54
↓ 1 callers
Function
parseConstants
* Parse the `export const NAME = VALUE;` lines (each with its leading single-line * JSDoc comment) out of the TypeScript source, preserving order.
core/models/scripts/generate-password-defaults.cjs:27
↓ 1 callers
Function
parseFieldCategories
* Parse FieldCategories from TypeScript source * Returns an array of category names in order
core/models/scripts/generate-field-keys.cjs:124
↓ 1 callers
Function
parseFieldTypes
* Parse FieldTypes from TypeScript Item.ts source * Returns an array of field type names in order
core/models/scripts/generate-field-keys.cjs:72
↓ 1 callers
Function
parseItemFilterType
(value: string | null | undefined)
apps/browser-extension/src/utils/ItemFilters.ts:25
↓ 1 callers
Function
parseItemFilterType
(value: string | null | undefined)
apps/mobile-app/utils/ItemFilters.ts:25
↓ 1 callers
Function
parseItemTypeFieldConfig
* Parse ItemTypeFieldConfig type from TypeScript source * Returns an array of property definitions
core/models/scripts/generate-field-keys.cjs:150
↓ 1 callers
Function
parseItemTypeIconSvgs
* Parse ItemTypeIconSvgs from TypeScript source
core/models/scripts/generate-field-keys.cjs:1027
↓ 1 callers
Function
parseItemTypes
* Parse ItemTypes from TypeScript Item.ts source * Returns an array of item type names in order
core/models/scripts/generate-field-keys.cjs:98
↓ 1 callers
Function
parseMigrationScripts
* Parse MIGRATION_SCRIPTS from TypeScript source
core/vault/scripts/generate-vault-sql.cjs:67
↓ 1 callers
Function
parseQRCode
* Parse QR code data and determine its type. * Extracts public key hash from query parameter if present for security verification.
apps/mobile-app/app/(tabs)/settings/qr-scanner.tsx:41
↓ 1 callers
Function
parseSystemFieldDefinition
* Parse SystemFieldDefinition type from TypeScript source * Returns an array of property definitions
core/models/scripts/generate-field-keys.cjs:193
↓ 1 callers
Function
parseSystemFieldRegistry
* Parse the TypeScript SystemFieldRegistry.ts file and extract field definitions
core/models/scripts/generate-field-keys.cjs:699
↓ 1 callers
Function
parseTypeScriptFieldKeys
* Parse the TypeScript FieldKey.ts file and extract constants
core/models/scripts/generate-field-keys.cjs:35
↓ 1 callers
Function
parseValueSnapshot
(snapshot: string)
apps/browser-extension/src/entrypoints/popup/components/Items/Details/FieldHistoryModal.tsx:94
↓ 1 callers
Function
parseValueSnapshot
(snapshot: string)
apps/mobile-app/components/items/FieldHistoryModal.tsx:103
↓ 1 callers
Function
parseVaultVersions
* Parse VaultVersions from TypeScript source
core/vault/scripts/generate-vault-sql.cjs:23
↓ 1 callers
Function
performUpgrade
()
apps/mobile-app/app/upgrade.tsx:137
↓ 1 callers
Method
persistAndMarkDirty
()
apps/mobile-app/specs/NativeVaultManager.ts:47
↓ 1 callers
Function
persistSyncErrorState
* Persists a sync error message to local storage so the popup can surface it * even when the failing sync was triggered from the background (e.g. fol
apps/browser-extension/src/entrypoints/background/VaultMessageHandler.ts:1146
↓ 1 callers
Method
pickSupportedAlgorithm
* Pick a supported credential algorithm from the RP's pubKeyCredParams. * Honors the RP's preference order and returns the first algorithm we suppo
apps/browser-extension/src/utils/passkey/PasskeyAuthenticator.ts:330
↓ 1 callers
Function
popupDebounceTimeHasPassed
()
apps/browser-extension/src/entrypoints/contentScript/Form.ts:31
↓ 1 callers
Function
popupTypeForMenuId
Reverse lookup: context-menu item id -> popup type.
apps/browser-extension/src/entrypoints/background/ContextMenu.ts:22
↓ 1 callers
Method
post
* Issue POST request to the API.
apps/mobile-app/utils/WebApiService.ts:252
↓ 1 callers
Function
prepareRegistration
* Prepares SRP registration data for a new user. * * @param username - The username for registration * @param password - The password for registrat
apps/browser-extension/tests/helpers/test-api.ts:259
↓ 1 callers
Method
prepareRegistration
* Prepares SRP registration data for a new user. * * This generates all the cryptographic values needed to register a user: * - Salt for key
apps/browser-extension/src/utils/auth/SrpAuthService.ts:287
↓ 1 callers
Method
processFieldRow
* Process a single field row to extract proper metadata. * System fields use FieldKey and get metadata from SystemFieldRegistry. * Custom fields
apps/browser-extension/src/utils/db/mappers/FieldMapper.ts:108
↓ 1 callers
Method
processFieldRow
* Process a single field row to extract proper metadata. * System fields use FieldKey and get metadata from SystemFieldRegistry. * Custom fields
apps/mobile-app/utils/db/mappers/FieldMapper.ts:108
↓ 1 callers
Method
processFieldRowsForSingleItem
* Process field rows for a single item (without ItemId in result). * Used when fetching a single item by ID. * @param rows - Raw field rows for
apps/browser-extension/src/utils/db/mappers/FieldMapper.ts:145
↓ 1 callers
Method
prune
* Prune expired items from trash in a vault. * * This permanently deletes (sets IsDeleted = true) items that have been in the trash * (Delete
apps/browser-extension/src/utils/VaultMergeService.ts:252
↓ 1 callers
Method
pruneFieldHistory
* Prune old field history records.
apps/browser-extension/src/utils/db/repositories/ItemRepository.ts:784
↓ 1 callers
Method
pruneFieldHistory
* Prune old field history records. * Keeps only the most recent MAX_FIELD_HISTORY_RECORDS records.
apps/mobile-app/utils/db/repositories/ItemRepository.ts:856
↓ 1 callers
Function
publishSubmission
(notesText)
apps/browser-extension/scripts/publish-edge.mjs:81
↓ 1 callers
Function
r
(a,b)
apps/server/AliasVault.Client/wwwroot/lib/qrcode.min.js:1
↓ 1 callers
Function
r
(a,b)
apps/server/AliasVault.Admin/wwwroot/lib/qrcode.min.js:1
↓ 1 callers
Method
refreshAccessToken
* Result of a token refresh attempt. * - token: New access token if refresh succeeded * - isAuthError: True if refresh failed due to auth error
apps/browser-extension/src/utils/WebApiService.ts:318
↓ 1 callers
Function
refreshCodes
()
apps/mobile-app/components/items/details/TotpSection.tsx:113
↓ 1 callers
Function
refreshItems
()
apps/browser-extension/src/entrypoints/popup/pages/items/ItemsList.tsx:440
↓ 1 callers
Function
removeBlockedDomain
(domain: string)
apps/browser-extension/src/entrypoints/popup/pages/settings/AutofillSettings.tsx:178
↓ 1 callers
Method
removeCredentialIdentities
()
apps/mobile-app/specs/NativeVaultManager.ts:88
↓ 1 callers
Function
removeHeader
(index: number)
apps/mobile-app/app/login-settings.tsx:160
↓ 1 callers
Function
renderApp
()
apps/browser-extension/src/entrypoints/popup/main.tsx:17
← previous
next →
1,101–1,200 of 2,136, ranked by callers