MCPcopy Create free account

hub / github.com/aliasvault/aliasvault / functions

Functions2,136 in github.com/aliasvault/aliasvault

MethodsymmetricEncrypt
* Encrypts data using AES-GCM symmetric encryption
apps/mobile-app/utils/EncryptionUtility.ts:53
FunctiontableExists
* 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
FunctiontableExists
* 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
MethodtakeRecords
* Returns an empty list of pending mutation records. * @returns Empty array of MutationRecords.
apps/browser-extension/src/utils/loginDetector/__tests__/TestUtils.ts:44
FunctiontoBirthDateFormat
(date: Date)
apps/browser-extension/src/utils/DateFormatter.ts:38
FunctiontoBirthDateFormat
(date: Date)
apps/mobile-app/utils/DateFormatter.ts:38
FunctiontoggleAutoCopyTotpOnAutofill
()
apps/browser-extension/src/entrypoints/popup/pages/settings/AutofillSettings.tsx:144
FunctiontoggleContextMenu
()
apps/browser-extension/src/entrypoints/popup/pages/settings/ContextMenuSettings.tsx:34
FunctiontoggleCurrentSite
()
apps/browser-extension/src/entrypoints/popup/pages/settings/PasskeySettings.tsx:75
FunctiontoggleGlobalPasskeyProvider
()
apps/browser-extension/src/entrypoints/popup/pages/settings/PasskeySettings.tsx:115
FunctiontoggleGlobalPopup
()
apps/browser-extension/src/entrypoints/popup/pages/auth/AuthSettings.tsx:208
FunctiontoggleGlobalPopup
()
apps/browser-extension/src/entrypoints/popup/pages/settings/AutofillSettings.tsx:116
FunctiontoggleLoginSave
()
apps/browser-extension/src/entrypoints/popup/pages/settings/AutofillSettings.tsx:166
FunctiontoggleQrCode
()
apps/browser-extension/src/entrypoints/popup/components/Items/Details/TotpEditor.tsx:279
FunctiontoggleQrCode
()
apps/mobile-app/components/items/details/TotpEditor.tsx:333
FunctiontoggleTotpAutofill
()
apps/browser-extension/src/entrypoints/popup/pages/settings/AutofillSettings.tsx:130
FunctiontoggleVisibility
()
apps/mobile-app/components/items/FieldHistoryModal.tsx:291
MethodunlockVault
* Unlock the vault with password.
apps/browser-extension/tests/fixtures/TestClient.ts:463
FunctionunregisterAllShortcuts
()
apps/server/AliasVault.Client/wwwroot/js/modules/keyboardShortcuts.js:38
FunctionunregisterShortcut
(keys)
apps/server/AliasVault.Client/wwwroot/js/modules/keyboardShortcuts.js:34
Methodupdate
* 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
Methodupdate
* 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
MethodupdateDisplayName
* 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
MethodupdateDisplayName
* 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
FunctionupdateTotpCodes
(prevCodes: Record<string, string>)
apps/browser-extension/src/entrypoints/popup/components/Items/Details/TotpBlock.tsx:124
FunctionuseAlertDialog
()
apps/mobile-app/hooks/useAlertDialog.ts:72
FunctionuseColorScheme
()
apps/mobile-app/hooks/useColorScheme.web.ts:9
FunctionuseThemeColor
( props: { light?: string; dark?: string }, colorName: keyof typeof Colors.light & keyof typeof Colors.dar
apps/mobile-app/hooks/useThemeColor.ts:17
MethodvalidLength
(text: string)
apps/browser-extension/src/utils/formDetector/FormDetector.ts:119
FunctionwaitFor
(locator: Locator, timeout: number = Timeouts.MEDIUM)
apps/browser-extension/tests/fixtures/waits.ts:28
FunctionwaitForEditForm
(popup: Page, timeout: number = Timeouts.MEDIUM)
apps/browser-extension/tests/fixtures/waits.ts:161
FunctionwaitForHidden
(locator: Locator, timeout: number = Timeouts.MEDIUM)
apps/browser-extension/tests/fixtures/waits.ts:38
FunctionwaitForNavigation
(popup: Page, timeout: number = Timeouts.SHORT)
apps/browser-extension/tests/fixtures/waits.ts:171
FunctionwaitForText
(popup: Page, text: string, timeout: number = Timeouts.MEDIUM)
apps/browser-extension/tests/fixtures/waits.ts:49
FunctionwithTransaction
* 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
FunctionwithTransaction
* 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
← previous2,101–2,136 of 2,136, ranked by callers