MCPcopy Create free account

hub / github.com/aliasvault/aliasvault / functions

Functions2,136 in github.com/aliasvault/aliasvault

↓ 1 callersFunctionuploadInitialVault
* Uploads an initial empty vault to the server. * * @param apiBaseUrl - The base URL of the API * @param token - The authentication token * @param
apps/browser-extension/tests/helpers/test-api.ts:299
↓ 1 callersFunctionuploadNewVaultToServer
* Upload a new version of the vault to the server using the provided sqlite client. * Prunes expired trash items before uploading.
apps/browser-extension/src/entrypoints/background/VaultMessageHandler.ts:751
↓ 1 callersFunctionuploadPackage
(zipBytes)
apps/browser-extension/scripts/publish-edge.mjs:64
↓ 1 callersFunctionuseAliasGenerator
()
apps/browser-extension/src/entrypoints/popup/hooks/useAliasGenerator.ts:34
↓ 1 callersFunctionuseClipboardCountdown
()
apps/mobile-app/context/ClipboardCountdownContext.tsx:51
↓ 1 callersFunctionuseFormPersistence
({ formId, isLoading, formData, onRestore, skipRestore = false, }: UseFormPersistenceOptions<T>)
apps/browser-extension/src/entrypoints/popup/hooks/useFormPersistence.ts:90
↓ 1 callersFunctionuseItemSort
(initialSortOrder: CredentialSortOrder = 'OldestFirst')
apps/mobile-app/hooks/useItemSort.ts:52
↓ 1 callersFunctionuseListKeyboardNav
(params: IUseListKeyboardNavParams)
apps/browser-extension/src/entrypoints/popup/hooks/useListKeyboardNav.ts:32
↓ 1 callersFunctionuseNavigation
()
apps/browser-extension/src/entrypoints/popup/context/NavigationContext.tsx:143
↓ 1 callersFunctionuseNavigationHistory
()
apps/browser-extension/src/entrypoints/popup/hooks/useNavigationHistory.ts:20
↓ 1 callersFunctionuseServiceDetection
()
apps/browser-extension/src/entrypoints/popup/hooks/useServiceDetection.ts:27
↓ 1 callersFunctionuseSortedItems
(filteredItems: Item[], sortOrder: CredentialSortOrder)
apps/mobile-app/hooks/useItemSort.ts:104
↓ 1 callersFunctionuseTheme
()
apps/browser-extension/src/entrypoints/popup/context/ThemeContext.tsx:129
↓ 1 callersMethodvalidateFieldSecurity
* Validate individual field security to detect obstruction attacks.
apps/browser-extension/src/utils/formDetector/FormFiller.ts:140
↓ 1 callersMethodvalidateFormSecurity
* Validate form security to prevent autofill in potential clickjacking scenarios. * This method checks for various attack vectors including: * -
apps/browser-extension/src/utils/formDetector/FormFiller.ts:55
↓ 1 callersMethodvalidateGesture
* Validate gesture characteristics for human-like behavior
apps/browser-extension/src/utils/security/ClickValidator.ts:111
↓ 1 callersMethodvalidateLogin
* Validate login with server using locally generated ephemeral and session proof.
apps/browser-extension/src/entrypoints/popup/utils/SrpUtility.ts:52
↓ 1 callersMethodvalidateLogin
* Validates the login with the server using SRP protocol
apps/mobile-app/utils/SrpUtility.ts:113
↓ 1 callersMethodvalidateLogin2Fa
* Validate login with 2FA with server using locally generated ephemeral and session proof.
apps/browser-extension/src/entrypoints/popup/utils/SrpUtility.ts:114
↓ 1 callersMethodvalidateLogin2Fa
* Validates 2FA code with the server
apps/mobile-app/utils/SrpUtility.ts:159
↓ 1 callersFunctionvalidateRequest
()
apps/mobile-app/app/(tabs)/settings/mobile-unlock/[id].tsx:47
↓ 1 callersFunctionwaitForLoggedIn
(popup: Page, timeout: number = 30000)
apps/browser-extension/tests/fixtures/fixtures.ts:175
↓ 1 callersMethodwaitForOffline
* Wait for offline indicator to appear.
apps/browser-extension/tests/fixtures/TestClient.ts:444
↓ 1 callersFunctionwaitForOfflineIndicator
(popup: Page, timeout: number = Timeouts.SHORT)
apps/browser-extension/tests/fixtures/waits.ts:183
↓ 1 callersFunctionwaitForPopupReady
(popup: Page, timeout: number = 10000)
apps/browser-extension/tests/fixtures/fixtures.ts:134
↓ 1 callersFunctionwaitForSettingsPage
(popup: Page, timeout: number = Timeouts.SHORT)
apps/browser-extension/tests/fixtures/waits.ts:141
↓ 1 callersFunctionwaitForSyncComplete
(popup: Page, timeout: number = Timeouts.MEDIUM)
apps/browser-extension/tests/fixtures/waits.ts:76
↓ 1 callersFunctionwatch
()
apps/server/AliasVault.Client/scripts/bundle-js.mjs:65
↓ 1 callersFunctionwriteIfChanged
(filePath, contents)
core/models/scripts/generate-languages.cjs:216
MethodADD_URL_TO_CREDENTIAL
(data: { itemId: string; url: string })
apps/browser-extension/src/utils/messaging/ExtensionMessaging.ts:35
MethodAUTOFILL_CREATED_ITEM
(data: { item: any; elementIdentifier?: string })
apps/browser-extension/src/utils/messaging/ExtensionMessaging.ts:36
FunctionActionHandler
()
apps/mobile-app/app/open/[...path].tsx:41
FunctionActiveSessionsScreen
()
apps/mobile-app/app/(tabs)/settings/security/active-sessions.tsx:21
FunctionAddEditItemScreen
()
apps/mobile-app/app/(tabs)/items/add-edit.tsx:55
FunctionAddEditPageScreen
()
apps/mobile-app/app/(tabs)/items/add-edit-page.tsx:18
FunctionAddFieldMenu
({ optionalSystemFields, visibleFieldKeys, optionalSections, callbacks })
apps/browser-extension/src/entrypoints/popup/components/Forms/AddFieldMenu.tsx:128
FunctionAddFieldMenu
({ optionalSystemFields, visibleFieldKeys, optionalSections, callbacks, })
apps/mobile-app/components/form/AddFieldMenu.tsx:127
FunctionAlert
({ variant, children, className = '' })
apps/browser-extension/src/entrypoints/popup/components/Alert.tsx:14
FunctionAlertMessage
({ type, message, className = '' })
apps/browser-extension/src/entrypoints/popup/components/AlertMessage.tsx:19
FunctionAliasDetails
({ item })
apps/mobile-app/components/items/details/AliasDetails.tsx:18
FunctionAliasVaultToast
()
apps/mobile-app/components/Toast.tsx:147
FunctionAmexIcon
({ width = 32, height = 32 }: { width?: number; height?: number })
apps/mobile-app/components/items/ItemTypeIconComponents.tsx:53
FunctionAndroidAutofillScreen
()
apps/mobile-app/app/(tabs)/settings/android-autofill.tsx:17
FunctionAndroidHeader
({ title, headerButtons = [], onTitlePress, isDropdownOpen, subtitle }: IAndroidHeaderProps)
apps/mobile-app/components/ui/AndroidHeader.tsx:31
FunctionApp
()
apps/browser-extension/src/entrypoints/popup/App.tsx:174
FunctionAppContent
({ routes, isLoading, message, headerButtons })
apps/browser-extension/src/entrypoints/popup/App.tsx:80
FunctionAppIndex
()
apps/mobile-app/app/index.tsx:8
FunctionAppProvider
({ children })
apps/browser-extension/src/entrypoints/popup/context/AppContext.tsx:26
FunctionAppProvider
({ children })
apps/mobile-app/context/AppContext.tsx:39
FunctionAppearanceSettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/AppearanceSettings.tsx:11
FunctionAttachmentBlock
({ itemId })
apps/browser-extension/src/entrypoints/popup/components/Items/Details/AttachmentBlock.tsx:15
FunctionAttachmentIcon
()
apps/browser-extension/src/entrypoints/popup/components/Forms/AddFieldMenu.tsx:82
FunctionAttachmentSection
({ item })
apps/mobile-app/components/items/details/AttachmentSection.tsx:25
FunctionAttachmentUploader
({ attachments, onAttachmentsChange, itemId })
apps/browser-extension/src/entrypoints/popup/components/Items/Details/AttachmentUploader.tsx:18
FunctionAttachmentUploader
({ attachments, onAttachmentsChange, })
apps/mobile-app/components/items/details/AttachmentUploader.tsx:23
FunctionAuthLogsScreen
()
apps/mobile-app/app/(tabs)/settings/security/auth-logs.tsx:22
FunctionAuthProvider
({ children })
apps/browser-extension/src/entrypoints/popup/context/AuthContext.tsx:30
FunctionAuthProvider
({ children })
apps/mobile-app/context/AuthContext.tsx:56
FunctionAuthSettings
()
apps/browser-extension/src/entrypoints/popup/pages/auth/AuthSettings.tsx:59
FunctionAutoLockScreen
()
apps/mobile-app/app/(tabs)/settings/auto-lock.tsx:16
FunctionAutoLockSettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/AutoLockSettings.tsx:14
FunctionAutofillCredentialCreatedScreen
()
apps/mobile-app/app/(tabs)/items/autofill-item-created.tsx:17
FunctionAutofillLinkExistingScreen
()
apps/mobile-app/app/(tabs)/items/autofill-link-existing.tsx:34
FunctionAutofillOpenAppScreen
()
apps/mobile-app/app/(tabs)/items/autofill-open-app.tsx:30
FunctionAutofillSettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/AutofillSettings.tsx:32
FunctionAutofillUrlAddedScreen
()
apps/mobile-app/app/(tabs)/items/autofill-url-added.tsx:20
FunctionAvatar
()
apps/mobile-app/components/ui/Avatar.tsx:12
FunctionBlurTabBarBackground
()
apps/mobile-app/components/ui/TabBarBackground.ios.tsx:7
FunctionBottomNav
()
apps/browser-extension/src/entrypoints/popup/components/Layout/BottomNav.tsx:10
MethodCANCEL_CLIPBOARD_CLEAR
()
apps/browser-extension/src/utils/messaging/ExtensionMessaging.ts:37
MethodCHECK_AUTH_STATUS
()
apps/browser-extension/src/utils/messaging/ExtensionMessaging.ts:38
MethodCHECK_LOGIN_DUPLICATE
(data: { domain: string; username: string })
apps/browser-extension/src/utils/messaging/ExtensionMessaging.ts:39
MethodCHECK_SYNC_STATUS
()
apps/browser-extension/src/utils/messaging/ExtensionMessaging.ts:40
MethodCLEAR_LAST_AUTOFILLED
()
apps/browser-extension/src/utils/messaging/ExtensionMessaging.ts:41
MethodCLEAR_PERSISTED_FORM_VALUES
()
apps/browser-extension/src/utils/messaging/ExtensionMessaging.ts:42
MethodCLEAR_SAVE_PROMPT_STATE
()
apps/browser-extension/src/utils/messaging/ExtensionMessaging.ts:43
MethodCLEAR_SESSION
()
apps/browser-extension/src/utils/messaging/ExtensionMessaging.ts:44
MethodCLEAR_TWO_FACTOR_STATE
()
apps/browser-extension/src/utils/messaging/ExtensionMessaging.ts:45
MethodCLEAR_VAULT_DATA
()
apps/browser-extension/src/utils/messaging/ExtensionMessaging.ts:46
MethodCLIPBOARD_CLEARED
(data: Record<string, never>)
apps/browser-extension/src/utils/messaging/ExtensionMessaging.ts:47
MethodCLIPBOARD_COPIED
()
apps/browser-extension/src/utils/messaging/ExtensionMessaging.ts:48
MethodCLIPBOARD_COPIED_FROM_CONTEXT
()
apps/browser-extension/src/utils/messaging/ExtensionMessaging.ts:49
MethodCLIPBOARD_COUNTDOWN
(data: { remaining: number; total: number; id: number })
apps/browser-extension/src/utils/messaging/ExtensionMessaging.ts:50
MethodCLIPBOARD_COUNTDOWN_CANCELLED
(data: Record<string, never>)
apps/browser-extension/src/utils/messaging/ExtensionMessaging.ts:51
FunctionCardDetails
({ item })
apps/mobile-app/components/items/details/CardDetails.tsx:18
FunctionChangePasswordScreen
()
apps/mobile-app/app/(tabs)/settings/security/change-password.tsx:23
FunctionClipboardClearScreen
()
apps/mobile-app/app/(tabs)/settings/clipboard-clear.tsx:17
FunctionClipboardCountdownBar
()
apps/browser-extension/src/entrypoints/popup/components/ClipboardCountdownBar.tsx:11
FunctionClipboardCountdownProvider
({ children })
apps/mobile-app/context/ClipboardCountdownContext.tsx:21
FunctionClipboardSettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/ClipboardSettings.tsx:13
FunctionCollapsibleHeader
({ title, scrollY, showNavigationHeader = false, alwaysVisible = false, headerButtons = [] }: Collap
apps/mobile-app/components/ui/CollapsibleHeader.tsx:33
FunctionConfirmDeleteModal
({ isOpen, onClose, onConfirm, title, message, confirmText })
apps/browser-extension/src/entrypoints/popup/components/Dialogs/ConfirmDeleteModal.tsx:19
FunctionConfirmDeleteModal
({ isOpen, onClose, onConfirm, title, message, confirmText, })
apps/mobile-app/components/items/ConfirmDeleteModal.tsx:26
FunctionConfirmDialog
({ isVisible, title, message, buttons, onClose, })
apps/mobile-app/components/common/ConfirmDialog.tsx:62
FunctionContextMenuSettings
()
apps/browser-extension/src/entrypoints/popup/pages/settings/ContextMenuSettings.tsx:13
FunctionCreateVaultSqlGenerator
()
core/vault/src/factories/VaultSqlGeneratorFactory.ts:7
FunctionCredentialEmailPreviewScreen
()
apps/mobile-app/app/(tabs)/items/email/[id].tsx:17
FunctionCreditCardIcon
({ width = 32, height = 32 }: { width?: number; height?: number })
apps/mobile-app/components/items/ItemTypeIconComponents.tsx:28
FunctionCurrentSiteSuggestion
({ onSearch })
apps/browser-extension/src/entrypoints/popup/components/Items/CurrentSiteSuggestion.tsx:21
FunctionCustomFieldItem
({ field, value, onValueChange, onLabelChange, onDelete, drag, })
apps/mobile-app/components/form/DraggableCustomFieldsList.tsx:42
← previousnext →1,301–1,400 of 2,136, ranked by callers