MCPcopy Create free account

hub / github.com/linkwarden/linkwarden / functions

Functions738 in github.com/linkwarden/linkwarden

↓ 1 callersFunctionpostUser
( req: NextApiRequest, res: NextApiResponse )
apps/web/lib/api/controllers/users/postUser.ts:17
↓ 1 callersFunctionpredefinedTagsPrompt
(text: string, tags: string[])
apps/worker/lib/prompts.ts:22
↓ 1 callersFunctionprocessBookmarks
( userId: number, data: Node, parentCollectionId?: number )
apps/web/lib/api/controllers/migration/importFromHTMLFile.ts:47
↓ 1 callersFunctionprocessDLChildren
(dlNode: Element)
apps/web/lib/api/controllers/migration/importFromHTMLFile.ts:275
↓ 1 callersFunctionprocessNodes
(nodes: Node[])
apps/web/lib/api/controllers/migration/importFromHTMLFile.ts:262
↓ 1 callersFunctionprocessOmnivoreZipFile
(zip: JSZip)
apps/web/lib/client/importBookmarks.ts:5
↓ 1 callersFunctionprotectPageRequests
(context: BrowserContext)
apps/worker/lib/protectPageRequests.ts:15
↓ 1 callersFunctionremoveLinkFromDashboardData
(oldData: any, linkId: number)
packages/router/links.tsx:236
↓ 1 callersFunctionremoveTag
(tagToDelete: ArchivalTagOption)
apps/web/hooks/useArchivalTags.ts:95
↓ 1 callersFunctionremoveTagFromQueryData
( oldData: InfiniteData<TagsPage, number> | TagIncludingLinkCount[] | undefined, tagId: number )
packages/router/tags.tsx:146
↓ 1 callersFunctionrenderFormat
()
apps/web/components/Preservation/PreservationContent.tsx:161
↓ 1 callersFunctionrenderItem
( { item, onExpand, onCollapse, provided }: RenderItemParams, currentPath: string, droppableActive: Acti
apps/web/components/CollectionListing.tsx:296
↓ 1 callersFunctionreorderTreeItems
( tree: TreeData, movedCollectionId: ItemId, source: TreeSourcePosition, destination: TreeDest
apps/web/components/CollectionListing.tsx:121
↓ 1 callersFunctionreplaceLinkInDashboardData
( oldData: any, link: LinkIncludingShortenedCollectionAndTags )
packages/router/links.tsx:330
↓ 1 callersFunctionreplaceTagInQueryData
( oldData: InfiniteData<TagsPage, number> | TagIncludingLinkCount[] | undefined, tag: TagIncludingLinkCoun
packages/router/tags.tsx:123
↓ 1 callersFunctionresetInfiniteQueryPagination
( queryClient: any, queryKey: any )
packages/router/links.tsx:1124
↓ 1 callersFunctionresizeImage
(file: File)
apps/web/lib/client/resizeImage.ts:3
↓ 1 callersFunctionsendChangeEmailVerificationRequest
( oldEmail: string, newEmail: string, user: string )
apps/web/lib/api/sendChangeEmailVerificationRequest.ts:8
↓ 1 callersFunctionsendInvitationRequest
({ parentSubscriptionEmail, identifier, url, from, token, }: Params)
apps/web/lib/api/sendInvitationRequest.ts:14
↓ 1 callersFunctionsendPasswordResetRequest
( email: string, user: string )
apps/web/lib/api/sendPasswordResetRequest.ts:8
↓ 1 callersFunctionsendToWayback
(url: string)
apps/worker/lib/preservationScheme/sendToWayback.ts:3
↓ 1 callersFunctionsetCollection
(e: any)
apps/web/components/LinkDetails.tsx:134
↓ 1 callersFunctionsetupLinksIndexSchema
()
apps/worker/workers/linkIndexing.ts:9
↓ 1 callersFunctionsortTags
(tags: TagIncludingLinkCount[], sort?: TagSort)
packages/router/tags.tsx:61
↓ 1 callersFunctionstartIndexing
(interval = 10)
apps/worker/workers/linkIndexing.ts:63
↓ 1 callersFunctionstartRSSPolling
()
apps/worker/workers/rssPolling.ts:11
↓ 1 callersFunctionstreamToBuffer
(stream: any)
packages/filesystem/readFile.ts:120
↓ 1 callersFunctionsubmit
(e?: any)
apps/web/components/LinkDetails.tsx:119
↓ 1 callersFunctionsubmit
()
apps/web/components/ModalContent/NewTagModal.tsx:25
↓ 1 callersFunctionsubmit
(password?: string)
apps/web/pages/settings/account.tsx:88
↓ 1 callersFunctionsubmitRequest
()
apps/web/pages/forgot.tsx:25
↓ 1 callersFunctiontext
Email Text body (fallback for email clients that don't render HTML, e.g. feature phones)
apps/web/lib/api/sendInvitationRequest.ts:54
↓ 1 callersFunctiontext
Email Text body (fallback for email clients that don't render HTML, e.g. feature phones)
apps/web/lib/api/sendVerificationRequest.ts:50
↓ 1 callersFunctiontitleCase
(str: string)
packages/lib/utils.ts:4
↓ 1 callersFunctiontoggleOption
( tag: ArchivalTagOption, option: keyof ArchivalTagOption )
apps/web/hooks/useArchivalTags.ts:84
↓ 1 callersFunctiontoggleShow
(key: keyof typeof settings.show)
apps/web/components/ViewDropdown.tsx:37
↓ 1 callersFunctiontrialEndEmailWorker
()
apps/worker/workers/trialEndEmailWorker.ts:21
↓ 1 callersFunctiontypeIcon
()
apps/web/components/LinkViews/LinkComponents/LinkTypeBadge.tsx:22
↓ 1 callersFunctionupdateArchive
()
apps/web/components/LinkViews/LinkComponents/LinkActions.tsx:59
↓ 1 callersFunctionupdateCustomerEmail
( email: string, newEmail: string )
apps/web/lib/api/stripe/updateCustomerEmail.ts:3
↓ 1 callersFunctionupdateDashboardLayout
( userId: number, body: UpdateDashboardLayoutSchemaType[] )
apps/web/lib/api/controllers/dashboard/updateDashboardLayout.ts:8
↓ 1 callersFunctionupdateLinks
( userId: number, links: { id: number }[], removePreviousTags: boolean, newData: Pick< LinkIncludi
apps/web/lib/api/controllers/links/bulk/updateLinks.ts:6
↓ 1 callersFunctionupdateTagById
( userId: number, tagId: number, body: UpdateTagSchemaType )
apps/web/lib/api/controllers/tags/tagId/updateTagById.ts:7
↓ 1 callersFunctionupdateUserById
( userId: number, body: AccountSettings )
apps/web/lib/api/controllers/users/userId/updateUserById.ts:12
↓ 1 callersFunctionupdateUserPreference
( userId: number, body: UpdateUserPreferenceSchemaType )
apps/web/lib/api/controllers/users/userId/updateUserPreference.ts:7
↓ 1 callersFunctionupsertLinkInDashboardData
( oldData: any, link: LinkIncludingShortenedCollectionAndTags, optimisticId?: number )
packages/router/links.tsx:193
↓ 1 callersFunctionuseAddRssSubscription
()
packages/router/rss.tsx:27
↓ 1 callersFunctionuseAddToken
()
packages/router/tokens.tsx:22
↓ 1 callersFunctionuseArchivalTags
(initialTags: Tag[])
apps/web/hooks/useArchivalTags.ts:10
↓ 1 callersFunctionuseArchiveAction
()
packages/router/links.tsx:1097
↓ 1 callersFunctionuseBulkEditLinks
()
packages/router/links.tsx:1057
↓ 1 callersFunctionuseBulkTagDeletion
()
packages/router/tags.tsx:381
↓ 1 callersFunctionuseDeletePreservations
()
packages/router/worker.tsx:23
↓ 1 callersFunctionuseDeleteRssSubscription
()
packages/router/rss.tsx:51
↓ 1 callersFunctionuseDeleteUser
()
packages/router/users.tsx:57
↓ 1 callersFunctionuseFetchLinks
(params: string)
packages/router/publicLinks.tsx:42
↓ 1 callersFunctionuseFetchLinks
(params: string, auth?: MobileAuth)
packages/router/links.tsx:62
↓ 1 callersFunctionuseInitialData
()
apps/web/hooks/useInitialData.tsx:5
↓ 1 callersFunctionuseMediaQuery
(query: string)
apps/web/hooks/useMediaQuery.tsx:3
↓ 1 callersFunctionuseMergeTags
()
packages/router/tags.tsx:408
↓ 1 callersFunctionuseOnScreen
(ref: RefObject<HTMLElement | null>)
apps/web/hooks/useOnScreen.tsx:3
↓ 1 callersFunctionuseOutsideAlerter
( ref: RefObject<HTMLElement | null>, onClickOutside: Function )
apps/web/components/ClickAwayHandler.tsx:27
↓ 1 callersFunctionusePostHighlight
(linkId: number)
packages/router/highlights.tsx:29
↓ 1 callersFunctionusePublicLinks
(params: LinkRequestQuery = {})
packages/router/publicLinks.tsx:9
↓ 1 callersFunctionusePublicTags
()
packages/router/publicTags.tsx:7
↓ 1 callersFunctionuseRevokeToken
()
packages/router/tokens.tsx:49
↓ 1 callersFunctionuseRssSubscriptions
()
packages/router/rss.tsx:11
↓ 1 callersFunctionuseTokens
()
packages/router/tokens.tsx:5
↓ 1 callersFunctionuseUpdateDashboardLayout
()
packages/router/dashboardData.tsx:37
↓ 1 callersFunctionuseUpdateFile
()
packages/router/links.tsx:1009
↓ 1 callersFunctionuseUpdateTag
()
packages/router/tags.tsx:292
↓ 1 callersFunctionuseUploadFile
()
packages/router/links.tsx:940
↓ 1 callersFunctionuseWorker
()
packages/router/worker.tsx:6
↓ 1 callersFunctionuserHasCreatePermission
( collectionPermissions: any, userId: number )
apps/web/pages/api/v1/archives/[linkId].ts:29
↓ 1 callersFunctionvalidateFile
( file: formidable.File, maxMB: number, allowedTypes: string[] )
apps/web/pages/api/v1/archives/index.ts:44
↓ 1 callersFunctionvalidateFile
( file: formidable.File, maxMB: number, allowedTypes: string[] )
apps/web/pages/api/v1/archives/[linkId].ts:58
↓ 1 callersFunctionverifyByCredentials
({ username, password, }: Props)
apps/web/lib/api/verifyByCredentials.ts:15
↓ 1 callersFunctionverifyLinkLimit
(userId: number)
apps/web/pages/api/v1/archives/index.ts:27
↓ 1 callersFunctionverifyLinkLimit
(userId: number)
apps/web/pages/api/v1/archives/[linkId].ts:41
FunctionAddLinkSheet
()
apps/mobile/components/ActionSheets/AddLinkSheet.tsx:12
FunctionAdminLayout
({ children }: Props)
apps/web/layouts/AdminLayout.tsx:12
FunctionAdminRedirect
()
apps/web/pages/admin/index.tsx:12
FunctionAdminSidebar
({ className }: { className?: string })
apps/web/components/AdminSidebar.tsx:8
FunctionAnnouncement
({ toggleAnnouncementBar }: Props)
apps/web/components/Announcement.tsx:10
FunctionApp
({ Component, pageProps }: AppPropsWithLayout)
apps/web/pages/_app.tsx:36
FunctionAuthRedirect
({ children }: Props)
apps/web/layouts/AuthRedirect.tsx:15
FunctionBackgroundJobsRedirect
()
apps/web/pages/settings/background-jobs.tsx:12
FunctionBlurTabBarBackground
()
apps/mobile/components/ui/TabBarBackground.ios.tsx:6
FunctionBulkDeleteLinksModal
({ onClose }: Props)
apps/web/components/ModalContent/BulkDeleteLinksModal.tsx:14
FunctionBulkDeleteTagsModal
({ onClose, selectedTags, setSelectedTags, }: Props)
apps/web/components/ModalContent/BulkDeleteTagsModal.tsx:15
FunctionBulkEditLinksModal
({ onClose }: Props)
apps/web/components/ModalContent/BulkEditLinksModal.tsx:17
FunctionCard
({ link, editMode, dashboardType }: Props)
apps/web/components/DashboardLinks.tsx:66
FunctionCardView
({ links, collectionsById, isPublicRoute, t, user, disableDraggable, isSelected, toggleSelecte
apps/web/components/LinkViews/Links.tsx:22
FunctionCell
({ columnIndex, rowIndex, style }: any)
apps/web/components/IconGrid.tsx:32
FunctionCenteredForm
({ text, children, "data-testid": dataTestId, }: Props)
apps/web/components/CenteredForm.tsx:13
FunctionCheckbox
({ label, state, className, onClick, disabled, }: Props)
apps/web/components/Checkbox.tsx:11
FunctionChromium
(props: SvgProps)
apps/mobile/components/ui/Icons.tsx:4
FunctionClickAwayHandler
({ children, onClickOutside, className, style, onMount, }: Props)
apps/web/components/ClickAwayHandler.tsx:55
FunctionCollectionCard
({ collection, }: { collection: CollectionIncludingMembersAndLinkCount; })
apps/web/components/CollectionCard.tsx:24
FunctionCollectionListing
()
apps/web/components/CollectionListing.tsx:33
← previousnext →301–400 of 738, ranked by callers