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
logos
* Repository for Logo management operations.
apps/mobile-app/utils/SqliteClient.ts:76
Function
main
* This is the main entry point for the background script. * * IMPORTANT: This function MUST remain synchronous (no async/await directly in *
apps/browser-extension/src/entrypoints/background.ts:186
Function
main
* Main entry point for the content script.
apps/browser-extension/src/entrypoints/content.ts:448
Method
mapRows
* Map multiple database rows to Passkey objects. * @param rows - Raw passkey rows from database * @returns Array of Passkey objects
apps/browser-extension/src/utils/db/mappers/PasskeyMapper.ts:90
Function
mouseHandler
(event)
apps/server/AliasVault.Client/wwwroot/js/modules/clickOutsideHandler.js:10
Method
moveItem
* Move an item to a folder. * @param itemId - The ID of the item to move * @param folderId - The ID of the destination folder (null to remove fr
apps/browser-extension/src/utils/db/repositories/FolderRepository.ts:215
Method
moveItem
* Move an item to a folder. * @param itemId - The ID of the item to move * @param folderId - The ID of the destination folder (null to remove fr
apps/mobile-app/utils/db/repositories/FolderRepository.ts:319
Method
navigate
* Navigate to the appropriate destination after successful vault unlock. * Priority order: * 1. Return URL (from reinitialize flow or _layout.ts
apps/mobile-app/utils/PostUnlockNavigation.ts:42
Function
navigateToAppearanceSettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/Settings.tsx:203
Function
navigateToAutoLockSettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/Settings.tsx:161
Function
navigateToAutofillSettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/Settings.tsx:140
Function
navigateToClipboardSettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/Settings.tsx:147
Function
navigateToContextMenuSettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/Settings.tsx:175
Function
navigateToIdentityGeneratorSettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/Settings.tsx:189
Function
navigateToLanguageSettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/Settings.tsx:154
Function
navigateToPasskeySettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/Settings.tsx:182
Function
navigateToPasswordGeneratorSettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/Settings.tsx:196
Function
navigateToUnlockMethodSettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/Settings.tsx:168
Function
now
()
apps/browser-extension/src/utils/DateFormatter.ts:28
Function
now
* Get the current timestamp in the standard format. * @returns Current timestamp string
apps/browser-extension/src/utils/db/BaseRepository.ts:126
Function
now
()
apps/mobile-app/utils/DateFormatter.ts:28
Function
now
* Get the current timestamp in the standard format. * @returns Current timestamp string
apps/mobile-app/utils/db/BaseRepository.ts:125
Function
onLoggedOut
Fires when the user is logged out in any window.
apps/browser-extension/src/events/VaultStateEvents.ts:64
Function
onMount
* Mount handler for early save prompt restore.
apps/browser-extension/src/entrypoints/content.ts:232
Function
onRefresh
()
apps/mobile-app/app/(tabs)/settings/security/active-sessions.tsx:137
Function
onVaultLocked
Fires when the vault is locked in any window.
apps/browser-extension/src/events/VaultStateEvents.ts:42
Function
onVaultUnlocked
* Fires when ANOTHER window unlocks the vault (or completes login). The * active window's own write is filtered via `lastOwnEncryptionKey`, which
apps/browser-extension/src/events/VaultStateEvents.ts:55
Function
openClientTab
()
apps/browser-extension/src/entrypoints/popup/pages/settings/Settings.tsx:39
Function
openKeyboardShortcuts
()
apps/browser-extension/src/entrypoints/popup/pages/settings/Settings.tsx:90
Function
openPopup
( context: BrowserContext, extensionId: string, waitForReady: boolean = true )
apps/browser-extension/tests/fixtures/fixtures.ts:152
Function
openPreferences
()
apps/browser-extension/safari-xcode/AliasVault/Resources/Script.js:18
Method
passkeys
* Repository for Passkey operations.
apps/browser-extension/src/utils/SqliteClient.ts:47
Method
passkeys
* Repository for Passkey operations.
apps/mobile-app/utils/SqliteClient.ts:46
Function
pauseCountdown
* Pause the countdown (when user hovers or focuses on the prompt).
apps/browser-extension/src/entrypoints/contentScript/SavePrompt.ts:138
Method
pollFn
()
apps/browser-extension/src/entrypoints/popup/utils/MobileLoginUtility.ts:100
Method
put
* Issue PUT request to the API.
apps/browser-extension/src/utils/WebApiService.ts:215
Function
registerClickOutsideHandler
(dotNetHelper, contentIds, methodName)
apps/server/AliasVault.Client/wwwroot/js/modules/clickOutsideHandler.js:4
Function
registerShortcut
(keys, dotNetHelper)
apps/server/AliasVault.Client/wwwroot/js/modules/keyboardShortcuts.js:30
Method
registerUser
* Registers a new user via the API. * * @param apiBaseUrl - The base URL of the API (e.g., 'http://localhost:5100') * @param username - The u
apps/browser-extension/src/utils/auth/SrpAuthService.ts:330
Function
renderItem
(item: ItemWithDeletedAt)
apps/mobile-app/app/(tabs)/items/deleted.tsx:271
Function
resetAllSiteSettings
* Reset all site-specific settings (disabled sites, temporary disabled sites).
apps/browser-extension/src/utils/LocalPreferencesService.ts:322
Function
resetPasswordUnlockFailedAttempts
* Reset the password unlock failed attempts counter.
apps/browser-extension/src/utils/LocalPreferencesService.ts:459
Function
resetSettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/AutofillSettings.tsx:102
Function
resetSettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/PasskeySettings.tsx:102
Method
revokeTokens
* Revoke tokens via WebApi called when logging out. * This revokes all tokens for the current device.
apps/browser-extension/src/utils/WebApiService.ts:236
Method
revokeTokens
* Revoke tokens via WebApi called when logging out. * This is now fully handled by the native layer to ensure token consistency.
apps/mobile-app/utils/WebApiService.ts:290
Method
rollbackTransaction
* Rollback the current transaction.
apps/browser-extension/src/utils/SqliteClient.ts:176
Function
saveEditedTotpCode
()
apps/browser-extension/src/entrypoints/popup/components/Items/Details/TotpEditor.tsx:258
Function
saveEditedTotpCode
()
apps/mobile-app/components/items/details/TotpEditor.tsx:312
Function
scheduleVisibilityCheck
()
apps/browser-extension/src/entrypoints/contentScript/Form.ts:396
Function
selectFirstnamesForBirthdate
* Select appropriate firstnames based on birthdate. * Falls back to generic names if no decade-specific data is available.
core/typescript/identity-generator/src/implementations/base/IdentityGenerator.ts:95
Method
selection
* Triggers selection haptic feedback (for picker scrolls, slider movements, etc.) * Automatically checks if the platform supports haptics (iOS/Andr
apps/mobile-app/utils/HapticsUtility.ts:43
Function
setAutoCloseUnlockPopup
* Set the auto-close unlock popup preference.
apps/browser-extension/src/utils/LocalPreferencesService.ts:94
Function
setAutoCopyTotpOnAutofill
* Set whether to automatically copy TOTP code to clipboard after autofill.
apps/browser-extension/src/utils/LocalPreferencesService.ts:513
Function
setAutofillConfigured
* Set whether autofill has been configured.
apps/mobile-app/services/LocalPreferencesService.ts:42
Function
setClipboardClearTimeout
* Set the clipboard clear timeout in seconds.
apps/browser-extension/src/utils/LocalPreferencesService.ts:237
Function
setClipboardClearTimeout
* Set the clipboard clear timeout in seconds.
apps/mobile-app/services/LocalPreferencesService.ts:58
Function
setClipboardLocalOnly
* Set whether local-only clipboard copy is enabled on iOS.
apps/mobile-app/services/LocalPreferencesService.ts:75
Function
setCustomEmailHistory
* Set the custom email history.
apps/browser-extension/src/utils/LocalPreferencesService.ts:291
Function
setCustomUsernameHistory
* Set the custom username history.
apps/browser-extension/src/utils/LocalPreferencesService.ts:307
Function
setDisabledSites
* Set the list of permanently disabled sites.
apps/browser-extension/src/utils/LocalPreferencesService.ts:151
Function
setGlobalAutofillPopupEnabled
* Set whether the global autofill popup is enabled.
apps/browser-extension/src/utils/LocalPreferencesService.ts:481
Function
setGlobalContextMenuEnabled
* Set whether the global context menu is enabled.
apps/browser-extension/src/utils/LocalPreferencesService.ts:183
Function
setLastSearchQuery
* Set the last search query from the items list.
apps/mobile-app/services/LocalPreferencesService.ts:108
Function
setLastUsedUnlockMethod
* Set the last-used unlock method.
apps/browser-extension/src/utils/LocalPreferencesService.ts:119
Function
setLoginSaveAutoDismissSeconds
* Set the auto-dismiss timeout for the login save prompt in seconds.
apps/browser-extension/src/utils/LocalPreferencesService.ts:408
Function
setLoginSaveBlockedDomains
* Set the list of blocked domains for login save.
apps/browser-extension/src/utils/LocalPreferencesService.ts:424
Function
setLoginSaveEnabled
* Set whether the login save feature is enabled.
apps/browser-extension/src/utils/LocalPreferencesService.ts:392
Function
setPasskeyDisabledSites
* Set the list of sites where passkey provider is disabled.
apps/browser-extension/src/utils/LocalPreferencesService.ts:221
Function
setPasskeyProviderEnabled
* Set whether the passkey provider is globally enabled.
apps/browser-extension/src/utils/LocalPreferencesService.ts:205
Method
setPasswordSettings
* Persist the password generator settings as a JSON blob. * Mirrors the `PasswordGenerationSettings` key used by the other AliasVault clients. *
apps/mobile-app/utils/db/repositories/SettingsRepository.ts:144
Function
setPasswordUnlockFailedAttempts
* Set the password unlock failed attempts count.
apps/browser-extension/src/utils/LocalPreferencesService.ts:452
Function
setPendingRedirectUrl
* Set the pending redirect URL.
apps/browser-extension/src/utils/LocalPreferencesService.ts:350
Function
setRecentlySelected
* Store a recently selected item with the current timestamp. * @param itemId - The ID of the item that was selected * @param domain - The domain
apps/browser-extension/src/utils/RecentlySelectedItemService.ts:37
Function
setShowFolders
* Set the show folders preference.
apps/mobile-app/services/LocalPreferencesService.ts:92
Function
setSkipFormRestore
* Set whether form restore should be skipped.
apps/browser-extension/src/utils/LocalPreferencesService.ts:370
Function
setTemporaryDisabledSites
* Set the map of temporarily disabled sites.
apps/browser-extension/src/utils/LocalPreferencesService.ts:167
Function
setTotpAutofillEnabled
* Set whether TOTP autofill is enabled.
apps/browser-extension/src/utils/LocalPreferencesService.ts:497
Function
setVaultLockedDismissUntil
* Set the vault locked dismiss until timestamp.
apps/browser-extension/src/utils/LocalPreferencesService.ts:269
Method
settings
* Repository for Settings and auxiliary data operations.
apps/browser-extension/src/utils/SqliteClient.ts:67
Method
settings
* Repository for Settings and auxiliary data operations.
apps/mobile-app/utils/SqliteClient.ts:66
Function
show
(enabled, useSettingsInsteadOfPreferences)
apps/browser-extension/safari-xcode/AliasVault/Resources/Script.js:1
Function
showAddChoiceModal
()
apps/mobile-app/components/items/details/TotpEditor.tsx:65
Function
showAddForm
()
apps/browser-extension/src/entrypoints/popup/components/Items/Details/TotpEditor.tsx:96
Function
showManualEntryForm
()
apps/mobile-app/components/items/details/TotpEditor.tsx:79
Function
showVersionDialog
()
apps/browser-extension/src/entrypoints/popup/pages/auth/Upgrade.tsx:218
Function
showVersionDialog
()
apps/mobile-app/app/upgrade.tsx:286
Function
softDelete
* Soft delete a record by setting IsDeleted = 1. * @param table - The table name * @param id - The record ID * @returns Number of rows affect
apps/browser-extension/src/utils/db/BaseRepository.ts:54
Function
softDelete
* Soft delete a record by setting IsDeleted = 1. * @param table - The table name * @param id - The record ID * @returns Number of rows affect
apps/mobile-app/utils/db/BaseRepository.ts:53
Function
softDeleteByForeignKey
* Soft delete records by a foreign key. * @param table - The table name * @param foreignKey - The foreign key column name * @param foreignKey
apps/browser-extension/src/utils/db/BaseRepository.ts:69
Function
softDeleteByForeignKey
* Soft delete records by a foreign key. * @param table - The table name * @param foreignKey - The foreign key column name * @param foreignKey
apps/mobile-app/utils/db/BaseRepository.ts:68
Function
startAnimation
(durationSeconds: number)
apps/browser-extension/src/entrypoints/popup/components/CountdownBar.tsx:43
Method
storeEncryptionKey
* Store the encryption key in memory AND persist to keychain (may trigger biometric prompt). * * @param base64EncryptionKey The base64 encoded e
apps/mobile-app/utils/SqliteClient.ts:206
Method
storeEncryptionKeyDerivationParams
* Store the key derivation params in the native keychain * * @param keyDerivationParams The key derivation parameters
apps/mobile-app/utils/SqliteClient.ts:221
Method
storeEncryptionKeyInMemory
* Store the encryption key in memory only (no keychain persistence). * Use this to test if a password-derived key is valid before persisting. *
apps/mobile-app/utils/SqliteClient.ts:192
Method
storeMetadata
* Store the vault metadata via the native code implementation. * * Metadata is stored in plain text in UserDefaults. The metadata consists of th
apps/mobile-app/utils/SqliteClient.ts:92
Method
subscribe
* Subscribe to logout events. * Returns an unsubscribe function.
apps/browser-extension/src/events/LogoutEventEmitter.ts:14
Method
subscribe
* Subscribe to alert events. * @returns Unsubscribe function
apps/mobile-app/events/DialogEventEmitter.ts:15
Function
switchToPassword
()
apps/browser-extension/src/entrypoints/popup/pages/auth/Unlock.tsx:625
Function
switchToPin
()
apps/browser-extension/src/entrypoints/popup/pages/auth/Unlock.tsx:633
← previous
next →
2,001–2,100 of 2,136, ranked by callers