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
symmetricEncrypt
* Encrypts data using AES-GCM symmetric encryption
apps/mobile-app/utils/EncryptionUtility.ts:53
Function
tableExists
* Check if a table exists in the database. * @param tableName - The name of the table to check * @returns True if the table exists
apps/browser-extension/src/utils/db/BaseRepository.ts:106
Function
tableExists
* Check if a table exists in the database. * @param tableName - The name of the table to check * @returns True if the table exists
apps/mobile-app/utils/db/BaseRepository.ts:105
Method
takeRecords
* Returns an empty list of pending mutation records. * @returns Empty array of MutationRecords.
apps/browser-extension/src/utils/loginDetector/__tests__/TestUtils.ts:44
Function
toBirthDateFormat
(date: Date)
apps/browser-extension/src/utils/DateFormatter.ts:38
Function
toBirthDateFormat
(date: Date)
apps/mobile-app/utils/DateFormatter.ts:38
Function
toggleAutoCopyTotpOnAutofill
()
apps/browser-extension/src/entrypoints/popup/pages/settings/AutofillSettings.tsx:144
Function
toggleContextMenu
()
apps/browser-extension/src/entrypoints/popup/pages/settings/ContextMenuSettings.tsx:34
Function
toggleCurrentSite
()
apps/browser-extension/src/entrypoints/popup/pages/settings/PasskeySettings.tsx:75
Function
toggleGlobalPasskeyProvider
()
apps/browser-extension/src/entrypoints/popup/pages/settings/PasskeySettings.tsx:115
Function
toggleGlobalPopup
()
apps/browser-extension/src/entrypoints/popup/pages/auth/AuthSettings.tsx:208
Function
toggleGlobalPopup
()
apps/browser-extension/src/entrypoints/popup/pages/settings/AutofillSettings.tsx:116
Function
toggleLoginSave
()
apps/browser-extension/src/entrypoints/popup/pages/settings/AutofillSettings.tsx:166
Function
toggleQrCode
()
apps/browser-extension/src/entrypoints/popup/components/Items/Details/TotpEditor.tsx:279
Function
toggleQrCode
()
apps/mobile-app/components/items/details/TotpEditor.tsx:333
Function
toggleTotpAutofill
()
apps/browser-extension/src/entrypoints/popup/pages/settings/AutofillSettings.tsx:130
Function
toggleVisibility
()
apps/mobile-app/components/items/FieldHistoryModal.tsx:291
Method
unlockVault
* Unlock the vault with password.
apps/browser-extension/tests/fixtures/TestClient.ts:463
Function
unregisterAllShortcuts
()
apps/server/AliasVault.Client/wwwroot/js/modules/keyboardShortcuts.js:38
Function
unregisterShortcut
(keys)
apps/server/AliasVault.Client/wwwroot/js/modules/keyboardShortcuts.js:34
Method
update
* Update a folder's name. * @param folderId - The ID of the folder to update * @param name - The new name for the folder * @returns The numbe
apps/browser-extension/src/utils/db/repositories/FolderRepository.ts:76
Method
update
* Update a folder's name. * @param folderId - The ID of the folder to update * @param name - The new name for the folder * @returns The numbe
apps/mobile-app/utils/db/repositories/FolderRepository.ts:180
Method
updateDisplayName
* Update a passkey's display name. * @param passkeyId - The ID of the passkey to update * @param displayName - The new display name * @return
apps/browser-extension/src/utils/db/repositories/PasskeyRepository.ts:132
Method
updateDisplayName
* Update a passkey's display name. * @param passkeyId - The ID of the passkey to update * @param displayName - The new display name * @return
apps/mobile-app/utils/db/repositories/PasskeyRepository.ts:218
Function
updateTotpCodes
(prevCodes: Record<string, string>)
apps/browser-extension/src/entrypoints/popup/components/Items/Details/TotpBlock.tsx:124
Function
useAlertDialog
()
apps/mobile-app/hooks/useAlertDialog.ts:72
Function
useColorScheme
()
apps/mobile-app/hooks/useColorScheme.web.ts:9
Function
useThemeColor
( props: { light?: string; dark?: string }, colorName: keyof typeof Colors.light & keyof typeof Colors.dar
apps/mobile-app/hooks/useThemeColor.ts:17
Method
validLength
(text: string)
apps/browser-extension/src/utils/formDetector/FormDetector.ts:119
Function
waitFor
(locator: Locator, timeout: number = Timeouts.MEDIUM)
apps/browser-extension/tests/fixtures/waits.ts:28
Function
waitForEditForm
(popup: Page, timeout: number = Timeouts.MEDIUM)
apps/browser-extension/tests/fixtures/waits.ts:161
Function
waitForHidden
(locator: Locator, timeout: number = Timeouts.MEDIUM)
apps/browser-extension/tests/fixtures/waits.ts:38
Function
waitForNavigation
(popup: Page, timeout: number = Timeouts.SHORT)
apps/browser-extension/tests/fixtures/waits.ts:171
Function
waitForText
(popup: Page, text: string, timeout: number = Timeouts.MEDIUM)
apps/browser-extension/tests/fixtures/waits.ts:49
Function
withTransaction
* Execute a function within a transaction. * Automatically handles begin, commit, and rollback. * @param fn - The function to execute within the
apps/browser-extension/src/utils/db/BaseRepository.ts:36
Function
withTransaction
* Execute a function within a transaction. * Automatically handles begin, commit, and rollback. * @param fn - The function to execute within the
apps/mobile-app/utils/db/BaseRepository.ts:35
← previous
2,101–2,136 of 2,136, ranked by callers