MCPcopy Create free account

hub / github.com/aliasvault/aliasvault / functions

Functions2,136 in github.com/aliasvault/aliasvault

Methodlogos
* Repository for Logo management operations.
apps/mobile-app/utils/SqliteClient.ts:76
Functionmain
* 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
Functionmain
* Main entry point for the content script.
apps/browser-extension/src/entrypoints/content.ts:448
MethodmapRows
* 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
FunctionmouseHandler
(event)
apps/server/AliasVault.Client/wwwroot/js/modules/clickOutsideHandler.js:10
MethodmoveItem
* 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
MethodmoveItem
* 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
Methodnavigate
* 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
FunctionnavigateToAppearanceSettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/Settings.tsx:203
FunctionnavigateToAutoLockSettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/Settings.tsx:161
FunctionnavigateToAutofillSettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/Settings.tsx:140
FunctionnavigateToClipboardSettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/Settings.tsx:147
FunctionnavigateToContextMenuSettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/Settings.tsx:175
FunctionnavigateToIdentityGeneratorSettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/Settings.tsx:189
FunctionnavigateToLanguageSettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/Settings.tsx:154
FunctionnavigateToPasskeySettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/Settings.tsx:182
FunctionnavigateToPasswordGeneratorSettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/Settings.tsx:196
FunctionnavigateToUnlockMethodSettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/Settings.tsx:168
Functionnow
()
apps/browser-extension/src/utils/DateFormatter.ts:28
Functionnow
* Get the current timestamp in the standard format. * @returns Current timestamp string
apps/browser-extension/src/utils/db/BaseRepository.ts:126
Functionnow
()
apps/mobile-app/utils/DateFormatter.ts:28
Functionnow
* Get the current timestamp in the standard format. * @returns Current timestamp string
apps/mobile-app/utils/db/BaseRepository.ts:125
FunctiononLoggedOut
Fires when the user is logged out in any window.
apps/browser-extension/src/events/VaultStateEvents.ts:64
FunctiononMount
* Mount handler for early save prompt restore.
apps/browser-extension/src/entrypoints/content.ts:232
FunctiononRefresh
()
apps/mobile-app/app/(tabs)/settings/security/active-sessions.tsx:137
FunctiononVaultLocked
Fires when the vault is locked in any window.
apps/browser-extension/src/events/VaultStateEvents.ts:42
FunctiononVaultUnlocked
* 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
FunctionopenClientTab
()
apps/browser-extension/src/entrypoints/popup/pages/settings/Settings.tsx:39
FunctionopenKeyboardShortcuts
()
apps/browser-extension/src/entrypoints/popup/pages/settings/Settings.tsx:90
FunctionopenPopup
( context: BrowserContext, extensionId: string, waitForReady: boolean = true )
apps/browser-extension/tests/fixtures/fixtures.ts:152
FunctionopenPreferences
()
apps/browser-extension/safari-xcode/AliasVault/Resources/Script.js:18
Methodpasskeys
* Repository for Passkey operations.
apps/browser-extension/src/utils/SqliteClient.ts:47
Methodpasskeys
* Repository for Passkey operations.
apps/mobile-app/utils/SqliteClient.ts:46
FunctionpauseCountdown
* Pause the countdown (when user hovers or focuses on the prompt).
apps/browser-extension/src/entrypoints/contentScript/SavePrompt.ts:138
MethodpollFn
()
apps/browser-extension/src/entrypoints/popup/utils/MobileLoginUtility.ts:100
Methodput
* Issue PUT request to the API.
apps/browser-extension/src/utils/WebApiService.ts:215
FunctionregisterClickOutsideHandler
(dotNetHelper, contentIds, methodName)
apps/server/AliasVault.Client/wwwroot/js/modules/clickOutsideHandler.js:4
FunctionregisterShortcut
(keys, dotNetHelper)
apps/server/AliasVault.Client/wwwroot/js/modules/keyboardShortcuts.js:30
MethodregisterUser
* 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
FunctionrenderItem
(item: ItemWithDeletedAt)
apps/mobile-app/app/(tabs)/items/deleted.tsx:271
FunctionresetAllSiteSettings
* Reset all site-specific settings (disabled sites, temporary disabled sites).
apps/browser-extension/src/utils/LocalPreferencesService.ts:322
FunctionresetPasswordUnlockFailedAttempts
* Reset the password unlock failed attempts counter.
apps/browser-extension/src/utils/LocalPreferencesService.ts:459
FunctionresetSettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/AutofillSettings.tsx:102
FunctionresetSettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/PasskeySettings.tsx:102
MethodrevokeTokens
* Revoke tokens via WebApi called when logging out. * This revokes all tokens for the current device.
apps/browser-extension/src/utils/WebApiService.ts:236
MethodrevokeTokens
* 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
MethodrollbackTransaction
* Rollback the current transaction.
apps/browser-extension/src/utils/SqliteClient.ts:176
FunctionsaveEditedTotpCode
()
apps/browser-extension/src/entrypoints/popup/components/Items/Details/TotpEditor.tsx:258
FunctionsaveEditedTotpCode
()
apps/mobile-app/components/items/details/TotpEditor.tsx:312
FunctionscheduleVisibilityCheck
()
apps/browser-extension/src/entrypoints/contentScript/Form.ts:396
FunctionselectFirstnamesForBirthdate
* 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
Methodselection
* 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
FunctionsetAutoCloseUnlockPopup
* Set the auto-close unlock popup preference.
apps/browser-extension/src/utils/LocalPreferencesService.ts:94
FunctionsetAutoCopyTotpOnAutofill
* Set whether to automatically copy TOTP code to clipboard after autofill.
apps/browser-extension/src/utils/LocalPreferencesService.ts:513
FunctionsetAutofillConfigured
* Set whether autofill has been configured.
apps/mobile-app/services/LocalPreferencesService.ts:42
FunctionsetClipboardClearTimeout
* Set the clipboard clear timeout in seconds.
apps/browser-extension/src/utils/LocalPreferencesService.ts:237
FunctionsetClipboardClearTimeout
* Set the clipboard clear timeout in seconds.
apps/mobile-app/services/LocalPreferencesService.ts:58
FunctionsetClipboardLocalOnly
* Set whether local-only clipboard copy is enabled on iOS.
apps/mobile-app/services/LocalPreferencesService.ts:75
FunctionsetCustomEmailHistory
* Set the custom email history.
apps/browser-extension/src/utils/LocalPreferencesService.ts:291
FunctionsetCustomUsernameHistory
* Set the custom username history.
apps/browser-extension/src/utils/LocalPreferencesService.ts:307
FunctionsetDisabledSites
* Set the list of permanently disabled sites.
apps/browser-extension/src/utils/LocalPreferencesService.ts:151
FunctionsetGlobalAutofillPopupEnabled
* Set whether the global autofill popup is enabled.
apps/browser-extension/src/utils/LocalPreferencesService.ts:481
FunctionsetGlobalContextMenuEnabled
* Set whether the global context menu is enabled.
apps/browser-extension/src/utils/LocalPreferencesService.ts:183
FunctionsetLastSearchQuery
* Set the last search query from the items list.
apps/mobile-app/services/LocalPreferencesService.ts:108
FunctionsetLastUsedUnlockMethod
* Set the last-used unlock method.
apps/browser-extension/src/utils/LocalPreferencesService.ts:119
FunctionsetLoginSaveAutoDismissSeconds
* Set the auto-dismiss timeout for the login save prompt in seconds.
apps/browser-extension/src/utils/LocalPreferencesService.ts:408
FunctionsetLoginSaveBlockedDomains
* Set the list of blocked domains for login save.
apps/browser-extension/src/utils/LocalPreferencesService.ts:424
FunctionsetLoginSaveEnabled
* Set whether the login save feature is enabled.
apps/browser-extension/src/utils/LocalPreferencesService.ts:392
FunctionsetPasskeyDisabledSites
* Set the list of sites where passkey provider is disabled.
apps/browser-extension/src/utils/LocalPreferencesService.ts:221
FunctionsetPasskeyProviderEnabled
* Set whether the passkey provider is globally enabled.
apps/browser-extension/src/utils/LocalPreferencesService.ts:205
MethodsetPasswordSettings
* 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
FunctionsetPasswordUnlockFailedAttempts
* Set the password unlock failed attempts count.
apps/browser-extension/src/utils/LocalPreferencesService.ts:452
FunctionsetPendingRedirectUrl
* Set the pending redirect URL.
apps/browser-extension/src/utils/LocalPreferencesService.ts:350
FunctionsetRecentlySelected
* 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
FunctionsetShowFolders
* Set the show folders preference.
apps/mobile-app/services/LocalPreferencesService.ts:92
FunctionsetSkipFormRestore
* Set whether form restore should be skipped.
apps/browser-extension/src/utils/LocalPreferencesService.ts:370
FunctionsetTemporaryDisabledSites
* Set the map of temporarily disabled sites.
apps/browser-extension/src/utils/LocalPreferencesService.ts:167
FunctionsetTotpAutofillEnabled
* Set whether TOTP autofill is enabled.
apps/browser-extension/src/utils/LocalPreferencesService.ts:497
FunctionsetVaultLockedDismissUntil
* Set the vault locked dismiss until timestamp.
apps/browser-extension/src/utils/LocalPreferencesService.ts:269
Methodsettings
* Repository for Settings and auxiliary data operations.
apps/browser-extension/src/utils/SqliteClient.ts:67
Methodsettings
* Repository for Settings and auxiliary data operations.
apps/mobile-app/utils/SqliteClient.ts:66
Functionshow
(enabled, useSettingsInsteadOfPreferences)
apps/browser-extension/safari-xcode/AliasVault/Resources/Script.js:1
FunctionshowAddChoiceModal
()
apps/mobile-app/components/items/details/TotpEditor.tsx:65
FunctionshowAddForm
()
apps/browser-extension/src/entrypoints/popup/components/Items/Details/TotpEditor.tsx:96
FunctionshowManualEntryForm
()
apps/mobile-app/components/items/details/TotpEditor.tsx:79
FunctionshowVersionDialog
()
apps/browser-extension/src/entrypoints/popup/pages/auth/Upgrade.tsx:218
FunctionshowVersionDialog
()
apps/mobile-app/app/upgrade.tsx:286
FunctionsoftDelete
* 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
FunctionsoftDelete
* 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
FunctionsoftDeleteByForeignKey
* 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
FunctionsoftDeleteByForeignKey
* 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
FunctionstartAnimation
(durationSeconds: number)
apps/browser-extension/src/entrypoints/popup/components/CountdownBar.tsx:43
MethodstoreEncryptionKey
* 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
MethodstoreEncryptionKeyDerivationParams
* Store the key derivation params in the native keychain * * @param keyDerivationParams The key derivation parameters
apps/mobile-app/utils/SqliteClient.ts:221
MethodstoreEncryptionKeyInMemory
* 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
MethodstoreMetadata
* 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
Methodsubscribe
* Subscribe to logout events. * Returns an unsubscribe function.
apps/browser-extension/src/events/LogoutEventEmitter.ts:14
Methodsubscribe
* Subscribe to alert events. * @returns Unsubscribe function
apps/mobile-app/events/DialogEventEmitter.ts:15
FunctionswitchToPassword
()
apps/browser-extension/src/entrypoints/popup/pages/auth/Unlock.tsx:625
FunctionswitchToPin
()
apps/browser-extension/src/entrypoints/popup/pages/auth/Unlock.tsx:633
← previousnext →2,001–2,100 of 2,136, ranked by callers