MCPcopy Create free account

hub / github.com/aliasvault/aliasvault / functions

Functions2,136 in github.com/aliasvault/aliasvault

MethodgetFirstNamesMaleJson
* Get the male first names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorEn.ts:13
MethodgetFirstNamesMaleJson
* Get the male first names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorFa.ts:13
MethodgetFirstNamesMaleJson
* Get the male first names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorFr.ts:13
MethodgetFirstNamesMaleJson
* Get the male first names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorEs.ts:13
MethodgetFirstNamesMaleJson
* Get the male first names (generic fallback - empty as we use decade-based).
core/typescript/identity-generator/src/implementations/IdentityGeneratorIt.ts:30
MethodgetFolderPath
(folderId: string)
apps/mobile-app/utils/db/repositories/ItemRepository.ts:52
FunctiongetGlobalAutofillPopupEnabled
* Get whether the global autofill popup is enabled. * @returns Whether autofill popup is globally enabled. Defaults to true.
apps/browser-extension/src/utils/LocalPreferencesService.ts:473
FunctiongetGlobalContextMenuEnabled
* Get whether the global context menu is enabled. * @returns Whether context menu is globally enabled. Defaults to true.
apps/browser-extension/src/utils/LocalPreferencesService.ts:175
FunctiongetItemTypeIconSvg
(key: ItemTypeIconKey)
core/models/src/icons/ItemTypeIcons.ts:101
FunctiongetItemWithFallback
(key: StorageKey)
apps/browser-extension/src/utils/StorageUtility.ts:35
MethodgetLastNamesJson
* Get the last names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorRo.ts:46
MethodgetLastNamesJson
* Get the last names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorUr.ts:27
MethodgetLastNamesJson
* Get the last names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorDe.ts:48
MethodgetLastNamesJson
* Get the last names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorNl.ts:27
MethodgetLastNamesJson
* Get the last names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorDa.ts:27
MethodgetLastNamesJson
* Get the last names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorEn.ts:27
MethodgetLastNamesJson
* Get the last names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorFa.ts:27
MethodgetLastNamesJson
* Get the last names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorFr.ts:27
MethodgetLastNamesJson
* Get the last names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorEs.ts:27
MethodgetLastNamesJson
* Get the last names.
core/typescript/identity-generator/src/implementations/IdentityGeneratorIt.ts:46
FunctiongetLastSearchQuery
* Get the last search query from the items list. * @returns The last search query, or empty string if not set.
apps/mobile-app/services/LocalPreferencesService.ts:100
FunctiongetLastUsedUnlockMethod
* Get the last-used unlock method (recorded after a successful unlock). * @returns The last-used method, or null if none has been recorded yet.
apps/browser-extension/src/utils/LocalPreferencesService.ts:108
FunctiongetLoginSaveAutoDismissSeconds
* Get the auto-dismiss timeout for the login save prompt in seconds. * @returns Timeout in seconds. Defaults to 15.
apps/browser-extension/src/utils/LocalPreferencesService.ts:400
FunctiongetLoginSaveBlockedDomains
* Get the list of blocked domains for login save. * @returns Array of blocked domain URLs. Defaults to empty array.
apps/browser-extension/src/utils/LocalPreferencesService.ts:416
FunctiongetLoginSaveEnabled
* Get whether the login save feature is enabled. * @returns Whether login save is enabled. Defaults to true (enabled by default).
apps/browser-extension/src/utils/LocalPreferencesService.ts:384
MethodgetMeaningfulTitleParts
(title: string)
apps/browser-extension/src/utils/formDetector/FormDetector.ts:128
FunctiongetNotesValue
(popup: Page)
apps/browser-extension/tests/fixtures/helpers.ts:57
MethodgetOriginalCase
(text: string, meaningfulParts: string[])
apps/browser-extension/src/utils/formDetector/FormDetector.ts:150
FunctiongetPasskeyDisabledSites
* Get the list of sites where passkey provider is disabled. * @returns Array of disabled site URLs. Defaults to empty array.
apps/browser-extension/src/utils/LocalPreferencesService.ts:213
FunctiongetPasskeyProviderEnabled
* Get whether the passkey provider is globally enabled. * @returns Whether passkey provider is enabled. Defaults to true.
apps/browser-extension/src/utils/LocalPreferencesService.ts:197
MethodgetPasswordSettings
* Get the password settings from the database. * @returns Password settings object
apps/mobile-app/utils/db/repositories/SettingsRepository.ts:109
FunctiongetPasswordUnlockFailedAttempts
* Get the password unlock failed attempts count. * @returns The number of failed password unlock attempts. Defaults to 0.
apps/browser-extension/src/utils/LocalPreferencesService.ts:438
FunctiongetPasswordValue
(popup: Page)
apps/browser-extension/tests/fixtures/helpers.ts:50
FunctiongetPendingRedirectUrl
* Get the pending redirect URL (used for passkey flows). * @returns The pending redirect URL or null if not set.
apps/browser-extension/src/utils/LocalPreferencesService.ts:342
FunctiongetRecentlySelected
* Get the recently selected item if it exists and is not expired. * @param domain - The current domain to check against * @returns The item ID i
apps/browser-extension/src/utils/RecentlySelectedItemService.ts:51
FunctiongetRemainingTTL
* Get the remaining TTL in milliseconds for the currently selected item. * @returns Remaining TTL in ms, or 0 if expired or not set
apps/browser-extension/src/utils/RecentlySelectedItemService.ts:94
FunctiongetShowFolders
* Get the show folders preference. * @returns Whether to show folders (true) or show all items flat (false). Defaults to true.
apps/browser-extension/src/utils/LocalPreferencesService.ts:70
FunctiongetShowFolders
* Get the show folders preference. * @returns Whether to show folders (true) or show all items flat (false). Defaults to true.
apps/mobile-app/services/LocalPreferencesService.ts:83
FunctiongetSkipFormRestore
* Get whether form restore should be skipped. * @returns Whether to skip form restore. Defaults to false.
apps/browser-extension/src/utils/LocalPreferencesService.ts:362
MethodgetStatus
* Calls the status endpoint to check if the auth tokens are still valid, app is supported and the vault is up to date.
apps/mobile-app/utils/WebApiService.ts:302
FunctiongetTemporaryDisabledSites
* Get the map of temporarily disabled sites with their expiry timestamps. * @returns Record of site URL to expiry timestamp. Defaults to empty obje
apps/browser-extension/src/utils/LocalPreferencesService.ts:159
FunctiongetTotpAutofillEnabled
* Get whether TOTP autofill is enabled. * @returns Whether TOTP autofill is enabled. Defaults to true (enabled by default).
apps/browser-extension/src/utils/LocalPreferencesService.ts:489
MethodgetUpgradeToLatestSql
* Get SQL commands to upgrade vault to latest version
core/vault/src/sql/VaultSqlGenerator.ts:129
FunctiongetUsernameValue
(popup: Page)
apps/browser-extension/tests/fixtures/helpers.ts:43
FunctiongetVaultLockedDismissUntil
* Get the vault locked dismiss until timestamp. * @returns Timestamp until which the vault locked message is dismissed. Defaults to 0.
apps/browser-extension/src/utils/LocalPreferencesService.ts:261
FunctiongetWebAuthnCredentialAndDeriveKey
* Gets or creates a WebAuthn credential and derives a key from it. * @param {string} credentialIdToUse - The credentialId to use if one exists. * @p
apps/server/AliasVault.Client/wwwroot/js/utilities.js:364
FunctionglobalSetup
()
apps/browser-extension/tests/global-setup.ts:36
FunctionglobalTeardown
()
apps/browser-extension/tests/global-teardown.ts:9
FunctionhandleAddTotpCode
()
apps/mobile-app/components/items/details/TotpEditor.tsx:203
FunctionhandleAddUrlToCredential
* Handle adding URL to an existing credential. * @param itemId - The ID of the credential to add the URL to. * @param url - The URL to add.
apps/browser-extension/src/entrypoints/content.ts:113
FunctionhandleAlreadyConfigured
()
apps/mobile-app/app/(tabs)/settings/android-autofill.tsx:62
FunctionhandleAlreadyConfigured
()
apps/mobile-app/app/(tabs)/settings/ios-autofill.tsx:57
FunctionhandleAndroidAutofillPress
()
apps/mobile-app/app/(tabs)/settings/index.tsx:147
FunctionhandleAutoLockAlarm
(alarm: Browser.alarms.Alarm)
apps/browser-extension/src/entrypoints/background/AutolockTimeoutHandler.ts:128
FunctionhandleAutoLockPress
()
apps/mobile-app/app/(tabs)/settings/index.tsx:133
FunctionhandleBackspace
()
apps/browser-extension/src/entrypoints/popup/pages/auth/Unlock.tsx:395
FunctionhandleBeforeUnload
* Update persisted state before page navigation. * This ensures the prompt can be restored with the correct remaining time after POST redirects.
apps/browser-extension/src/entrypoints/contentScript/SavePrompt.ts:747
FunctionhandleBrowseVaultContents
()
apps/browser-extension/src/entrypoints/popup/pages/auth/UnlockSuccess.tsx:82
FunctionhandleBypassChoice
(choice: 'once' | 'always')
apps/browser-extension/src/entrypoints/popup/pages/passkeys/PasskeyAuthenticate.tsx:175
FunctionhandleBypassChoice
(choice: 'once' | 'always')
apps/browser-extension/src/entrypoints/popup/pages/passkeys/PasskeyCreate.tsx:502
FunctionhandleCancel
()
apps/browser-extension/src/entrypoints/popup/pages/passkeys/PasskeyAuthenticate.tsx:205
FunctionhandleCancel
()
apps/browser-extension/src/entrypoints/popup/pages/passkeys/PasskeyCreate.tsx:532
FunctionhandleCancel
()
apps/mobile-app/components/form/EditableFieldLabel.tsx:53
FunctionhandleChange
(e: React.ChangeEvent<HTMLInputElement>)
apps/browser-extension/src/entrypoints/popup/pages/auth/Login.tsx:477
FunctionhandleClick
()
apps/browser-extension/src/entrypoints/popup/components/LoginServerInfo.tsx:25
FunctionhandleClick
()
apps/browser-extension/src/entrypoints/popup/pages/auth/Unlock.tsx:222
FunctionhandleClickOutside
(event: MouseEvent)
apps/browser-extension/src/entrypoints/popup/components/LanguageSwitcher.tsx:34
FunctionhandleClickOutside
(event: MouseEvent)
apps/browser-extension/src/entrypoints/popup/components/Forms/EmailDomainField.tsx:311
FunctionhandleClickOutside
(event: MouseEvent)
apps/browser-extension/src/entrypoints/contentScript/Popup.ts:408
FunctionhandleClipboardClearPress
()
apps/mobile-app/app/(tabs)/settings/index.tsx:168
FunctionhandleClose
()
apps/browser-extension/src/entrypoints/popup/components/Folders/DeleteFolderModal.tsx:60
FunctionhandleClose
()
apps/mobile-app/components/common/ModalWrapper.tsx:81
FunctionhandleClosePopup
()
apps/browser-extension/src/entrypoints/popup/pages/auth/UnlockSuccess.tsx:97
FunctionhandleConfigurePress
()
apps/mobile-app/app/(tabs)/settings/android-autofill.tsx:50
FunctionhandleConfigurePress
()
apps/mobile-app/app/(tabs)/settings/ios-autofill.tsx:45
FunctionhandleConfirm
()
apps/mobile-app/components/items/ConfirmDeleteModal.tsx:41
FunctionhandleConfirm
()
apps/mobile-app/app/(tabs)/settings/mobile-unlock/[id].tsx:153
FunctionhandleContainerDragLeave
* Handle drag leave on container. * @param {DragEvent} e - The drag event
apps/server/AliasVault.Client/wwwroot/js/modules/dragAndDrop.js:206
FunctionhandleContainerDragOver
* Handle drag over on container. * @param {DragEvent} e - The drag event
apps/server/AliasVault.Client/wwwroot/js/modules/dragAndDrop.js:193
FunctionhandleContainerDrop
* Handle drop on container. * @param {DragEvent} e - The drag event
apps/server/AliasVault.Client/wwwroot/js/modules/dragAndDrop.js:220
FunctionhandleContainerMouseDown
(e: React.MouseEvent<HTMLDivElement>)
apps/browser-extension/src/entrypoints/popup/components/Dialogs/ModalWrapper.tsx:70
FunctionhandleContextMenuAction
(event: NativeSyntheticEvent<ContextMenuOnPressNativeEvent>)
apps/mobile-app/components/items/ItemCard.tsx:89
FunctionhandleContextMenuClick
(e: Event)
apps/browser-extension/src/entrypoints/contentScript/Popup.ts:366
FunctionhandleCopy
()
apps/mobile-app/components/items/FieldHistoryModal.tsx:276
FunctionhandleCreateClick
(e: Event)
apps/browser-extension/src/entrypoints/contentScript/Popup.ts:894
FunctionhandleCreateNew
()
apps/browser-extension/src/entrypoints/popup/pages/passkeys/PasskeyCreate.tsx:212
FunctionhandleCustomUrlChange
(value: string)
apps/mobile-app/app/login-settings.tsx:123
FunctionhandleDelete
()
apps/mobile-app/app/(tabs)/items/add-edit.tsx:955
FunctionhandleDeleteAccount
()
apps/mobile-app/app/(tabs)/settings/security/delete-account.tsx:113
FunctionhandleDeleteFolderAndContents
()
apps/browser-extension/src/entrypoints/popup/components/Folders/DeleteFolderModal.tsx:45
FunctionhandleDeleteFolderAndContents
()
apps/mobile-app/components/folders/DeleteFolderModal.tsx:55
FunctionhandleDeleteFolderOnly
()
apps/browser-extension/src/entrypoints/popup/components/Folders/DeleteFolderModal.tsx:30
FunctionhandleDeleteFolderOnly
()
apps/mobile-app/components/folders/DeleteFolderModal.tsx:40
FunctionhandleDisablePin
()
apps/browser-extension/src/entrypoints/popup/pages/settings/VaultUnlockSettings.tsx:161
FunctionhandleDismiss
()
apps/mobile-app/app/(tabs)/settings/mobile-unlock/result.tsx:38
FunctionhandleDismiss
()
apps/mobile-app/app/(tabs)/settings/mobile-unlock/[id].tsx:189
FunctionhandleDragEnd
* Handle drag end event. * @param {DragEvent} e - The drag event
apps/server/AliasVault.Client/wwwroot/js/modules/dragAndDrop.js:173
FunctionhandleDragStart
* Handle drag start event. * @param {DragEvent} e - The drag event
apps/server/AliasVault.Client/wwwroot/js/modules/dragAndDrop.js:147
FunctionhandleEnablePin
()
apps/browser-extension/src/entrypoints/popup/pages/settings/VaultUnlockSettings.tsx:67
FunctionhandleEnterKey
(e: KeyboardEvent)
apps/browser-extension/src/entrypoints/contentScript/Popup.ts:147
← previousnext →1,801–1,900 of 2,136, ranked by callers