Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Minds/front
/ functions
Functions
7,671 in github.com/Minds/front
⨍
Functions
7,671
◇
Types & classes
3,512
↓ 3 callers
Method
onJoinMembershipClick
* Handle join membership click. * @param { string } membershipGuid - The membership guid. * @returns { Promise<void> }
src/app/modules/homepage/tenant-custom-homepage/components/memberships/memberships.component.ts:79
↓ 3 callers
Method
onNewPasswordFocus
()
src/app/modules/settings-v2/account/password/password.component.ts:159
↓ 3 callers
Method
onPasswordFocus
()
src/app/modules/forms/register/register.ts:293
↓ 3 callers
Method
onPreviewSrcUrlChange
* Handles the preview source URL change. * @param { string } value - the preview source URL. * @returns { void }
src/app/modules/composer/components/preview/audio/attachment-preview-audio.component.ts:138
↓ 3 callers
Method
onReady
* Fired on ready state trigger. * @returns { void }
src/app/modules/media/components/video-player/player.component.ts:326
↓ 3 callers
Method
onRedeemClick
* Fires on redeem button click. Will claim the gift card and navigate to next panel. * @returns { void }
src/app/modules/gift-card/claim/panels/redeem/redeem-panel.component.ts:96
↓ 3 callers
Method
onSelectorChange
* Handle the change of a permission handling intent. * @param { Event } $event - The event that triggered the change. * @param { PermissionInten
src/app/modules/multi-tenant-network/admin-console/tabs/roles/tabs/permission-handling/permission-handling.component.ts:146
↓ 3 callers
Method
onSquareLogoSelected
* Called when a new square logo file is selected. * @param { File } file - file to upload. * @returns { void }
src/app/modules/multi-tenant-network/admin-console/tabs/customize/customize.component.ts:252
↓ 3 callers
Method
onStartChatClick
* Hande on start chat click. * @returns { Promise<void> }
src/app/modules/chat/components/room-list/room-list.component.ts:154
↓ 3 callers
Method
onStartNewChatClick
* Handles the click on the new chat button. * @returns { Promise<void> }
src/app/modules/chat/components/pages/sub-pages/no-chats/no-chats.component.ts:38
↓ 3 callers
Method
onStatusFilterChange
* Called on status filter change. * @param { SupermindState } statusFilterValue - state of supermind changed to by filter. * @returns { void }
src/app/modules/supermind/console/list/list.component.ts:218
↓ 3 callers
Method
onSubmit
* Submits changes to server. * @returns { void }
src/app/modules/multi-tenant-network/admin-console/tabs/customize/customize.component.ts:177
↓ 3 callers
Method
onSubmit
* Submit an invitation to the selected user
src/app/modules/groups/v2/invite/invite.component.ts:142
↓ 3 callers
Method
onSubscribed
* Increments subscription count on subscribed. * @returns { void }
src/app/modules/onboarding-v5/components/steps/channel-recommendations/channel-recommendations.component.ts:74
↓ 3 callers
Method
onTriggerClick
* Opens the modal when the placeholder is clicked * @param $event
src/app/modules/composer/composer.component.ts:190
↓ 3 callers
Method
onUnsubscribed
* Decrements subscription count on subscribed. * @returns { void }
src/app/modules/onboarding-v5/components/steps/channel-recommendations/channel-recommendations.component.ts:83
↓ 3 callers
Method
onVolumeChange
* Fired on volume change. * @returns { void }
src/app/modules/media/components/video-player/player-v2/player-v2.component.ts:331
↓ 3 callers
Method
open
* Open explainer screen modal with given data. * @param { ExplainerScreenWeb } explainerScreenData - data to pass to modal. * @returns { Promise
src/app/modules/explainer-screens/services/explainer-screen-lazy-modal.service.ts:25
↓ 3 callers
Method
open
(conversation)
src/app/modules/messenger/dockpanes/dockpanes.service.ts:27
↓ 3 callers
Method
open
* Presents the modal. * @param { AffiliatesShareModalOpts} opts - share modal options. * @returns { Promise<ModalRef<AffiliatesShareComponent>>
src/app/modules/affiliates/services/share-modal.service.ts:21
↓ 3 callers
Method
open
* Lazy load modules and open modal. * @param { BoostableEntity } entity - entity that can be boosted. * @returns { Promise<ModalRef<PresentableB
src/app/modules/boost/modal-v2/boost-modal-v2-lazy.service.ts:46
↓ 3 callers
Method
open
* Lazy load modules and open modal. * @returns { Promise<ModalRef<BoostRejectionModalComponent>>} - awaitable.
src/app/modules/boost/console-v2/modal/rejection-modal/services/boost-rejection-modal.service.ts:26
↓ 3 callers
Method
open
* Opens the Plus upgrade modal. * @param { PlusUpgradeModalOptions } options - The options for the modal. * @returns { Promise<ModalRef<WireCrea
src/app/modules/wire/v2/plus-upgrade-modal.service.ts:30
↓ 3 callers
Method
open
* Lazy load modules and open modal. * @param { GiftCardProductIdEnum } product - product to open modal for. * @param { GiftRecipientGiftDuration
src/app/modules/wire/v2/creator/form/gift-recipient/gift-recipient-modal/gift-recipient-modal-lazy.service.ts:43
↓ 3 callers
Method
open
* Opens the create API key modal. * @returns { Promise<PersonalApiKey> } - The generated personal API key.
src/app/modules/settings-v2/security/api-keys/create-api-key-modal/create-api-key-modal.service.ts:24
↓ 3 callers
Method
openAuthModal
* Open auth modal to prompt for login or register. * @returns { Promise<void> }
src/app/modules/newsfeed/activity/remind-button/remind-button.component.ts:235
↓ 3 callers
Method
openBoostModal
()
src/app/common/components/post-menu/post-menu.service.ts:409
↓ 3 callers
Method
openModal
* Opens comment in an activity creator modal. The modal can trigger a redirect * in some scenarios. * @returns { void }
src/app/modules/comments/comment/comment.component.ts:590
↓ 3 callers
Method
openWindow
(url: string)
src/app/modules/affiliates/components/share/share.component.ts:76
↓ 3 callers
Method
pad
* Pads a date value if necessary, so '1' for January becomes '01'. * @param { any } val - value to be padded. * @param { number } - positions to
src/app/common/components/date-dropdowns/date-dropdowns.component.ts:213
↓ 3 callers
Method
parseLegacyEntityJson
* Parse legacy entity json into an object. * @param { string } legacyEntityJson * @returns { Object } parsed object.
src/app/modules/multi-tenant-network/admin-console/tabs/moderation/reports/report/report.component.ts:59
↓ 3 callers
Method
pause
* Pause the player, if there is one * @return void
src/app/modules/media/components/video-player/player.component.ts:281
↓ 3 callers
Function
permissionGuard
( permission: PermissionsEnum, redirectPath: string = '/' )
src/app/common/guards/permission.guard.ts:13
↓ 3 callers
Method
play
(opts: { muted: boolean; hideControls?: boolean })
src/app/modules/media/components/video-player/player.component.ts:262
↓ 3 callers
Method
popoutChatWindow
* Popout a chatwoot session in a new browser window. * @returns { void }
src/app/common/components/chatwoot-widget/chatwoot-widget.service.ts:25
↓ 3 callers
Method
postToTwitter
* Post verification message to Twitter. Will attempt to fetch URL from Strapi * before navigation. In the event of a failure will fall back to defa
src/app/modules/newsfeed/twitter-sync/twitter-sync.component.ts:109
↓ 3 callers
Method
prepare
()
src/app/common/components/editors/plugins/buttons.plugin.ts:588
↓ 3 callers
Method
provisionHtml
* Provisions the html of the inlineEmbed unto the component * if there is an html provisioner (i.e. if mediaSource is soundcloud) * @returns { v
src/app/common/components/rich-embed/rich-embed.ts:229
↓ 3 callers
Method
proxy
(url, size = 1920)
src/app/common/services/media-proxy.service.ts:11
↓ 3 callers
Method
range
(size, startAt = 0, grow = true)
src/app/common/components/date-dropdowns/date-dropdowns.component.ts:197
↓ 3 callers
Method
redirect
* Redirects to SendWyre. * @param { SendWyreConfig } sendWyreConfig - parameters to pass to SendWyre.
src/app/modules/blockchain/sendwyre/sendwyre.service.ts:47
↓ 3 callers
Method
register
* Register an outlet, passing back the outlets position, that the outlet can use * to ask this service what notice it should be showing. * @para
src/app/modules/notices/services/feed-notice.service.ts:87
↓ 3 callers
Method
reject
* Rejects a boost (action taken by admin) * @param boost * @return Observable<ApiResponse>
src/app/modules/boost/console-v2/services/console.service.ts:204
↓ 3 callers
Method
rejectRequest
* Used by group moderator to reject a join request from targetUserGuid
src/app/common/services/group-membership.service.ts:381
↓ 3 callers
Method
removeAddOn
* Remove an AddOn by key - refetch from the server for summary update. * @param { string } addOnKey - AddOn key to remove. * @returns { void }
src/app/modules/networks/checkout/services/checkout.service.ts:246
↓ 3 callers
Method
removeChatMessage
* Append a message to chat messages. * @param { ChatMessageEdge } chatMessageEdge - The chat message edge to append. * @returns { Promise<void>
src/app/modules/chat/services/chat-messages.service.ts:283
↓ 3 callers
Method
removeFromChatRoom
* Remove a user from a chat room. * @param { ChatRoomEdge } chatRoom - Chat room to remove user from. * @param { UserNode } user - User to remov
src/app/modules/chat/services/chat-room-user-actions.service.ts:150
↓ 3 callers
Method
removeHashtagExclusion
* Removes a hashtag exclusion. * @param { string } tag - The hashtag to remove. * @returns { Promise<void> }
src/app/modules/multi-tenant-network/admin-console/tabs/moderation/excluded-hashtags/list-item/excluded-hashtags-list-item.component.ts:54
↓ 3 callers
Method
removeTag
* Tag to be removed. * @param { string } tag - the tag to remove.
src/app/modules/blogs/v2/edit/blog-edit.service.ts:448
↓ 3 callers
Method
removeTopbarBackground
()
src/app/common/layout/page-layout.service.ts:88
↓ 3 callers
Method
removeTopbarBorder
()
src/app/common/layout/page-layout.service.ts:72
↓ 3 callers
Method
reset
* Resets the control to its initial state
src/app/modules/hashtags/typeahead-input/typeahead-input.component.ts:159
↓ 3 callers
Method
reset
()
src/app/common/layout/page-layout.service.ts:96
↓ 3 callers
Method
resizeMessageHeight
()
src/app/modules/composer/components/text-area/text-area.component.ts:199
↓ 3 callers
Method
returnToSourceUrl
()
src/app/modules/newsfeed/activity/modal/modal.service.ts:80
↓ 3 callers
Method
riskValidator
()
src/app/modules/forms/password-risk.validator.ts:18
↓ 3 callers
Method
sanitizeTag
* Sanitizes a hashtag value (no pound or non-alphanumeric symbols) * @param value
src/app/modules/hashtags/typeahead-input/typeahead-input.component.ts:221
↓ 3 callers
Method
sanitizeUrl
* Trust the Blob URL used to preview the media * @param url
src/app/modules/composer/components/preview/attachment-preview.component.ts:97
↓ 3 callers
Method
save
* Saves the custom script. * @returns { Promise<void> }
src/app/modules/multi-tenant-network/admin-console/tabs/customize/components/custom-script/custom-script.component.ts:90
↓ 3 callers
Method
save
* Emits the internal state to the composer service and attempts to dismiss the modal. * @returns { void }
src/app/modules/composer/components/popup/nsfw/nsfw.component.ts:76
↓ 3 callers
Method
save
* Saves a blog * @param { boolean } - whether to save as draft * @returns { Promise<void> }
src/app/modules/blogs/v2/edit/blog-edit.service.ts:258
↓ 3 callers
Method
saveStripeKeys
* Saves the Stripe keys. * @param { string } publicKey - The public key. * @param { string } secretKey - The secret key. * @returns { Promise
src/app/modules/multi-tenant-network/admin-console/tabs/monetization/services/stripe-keys.service.ts:81
↓ 3 callers
Method
search
()
src/app/modules/search/bar.component.ts:141
↓ 3 callers
Method
selectChannel
* (Planning ahead to support multiple channel drop-down) * @param channelId
src/app/modules/media/youtube-migration/youtube-migration.service.ts:97
↓ 3 callers
Method
setAll
* Overwrite the whole object in local storage. * @param { string } storageKey - key we're setting. * @param { any } object - replacement object.
src/app/common/services/object-local-storage.service.ts:48
↓ 3 callers
Method
setAmount
* Sets the Wire amount * @param amount
src/app/modules/wire/v2/wire-v2.service.ts:774
↓ 3 callers
Method
setCardAsShown
* Sets a card as shown in local state. * @param { PresentableValuePropCard } card - card to flag as shown. * @returns { void }
src/app/modules/value-prop/services/value-prop.service.ts:84
↓ 3 callers
Method
setCookie
* Set a cookie manually. Will default url to process.env.E2E_DOMAIN * @returns { this }
e2e/test/helpers/cookie-helper.ts:73
↓ 3 callers
Method
setDynamicFavicon
* Used for pro / tenant domains
src/app/common/services/meta.service.ts:181
↓ 3 callers
Method
setInjector
* Sets the calling component's injector for DI. * * @param injector
src/app/modules/wallet/components/components/onchain-transfer/onchain-transfer.service.ts:25
↓ 3 callers
Method
setOffset
* Sets the offset of the request * @param { number } offset - the offset of the request.
src/app/common/services/feeds.service.ts:232
↓ 3 callers
Method
setOpened
* Sets the opened flag and detect changes * @param opened
src/app/common/components/accordion/accordion-pane.component.ts:44
↓ 3 callers
Method
setShouldHideWalletBalance
* Set a value to hide a users balance in storage. * @param { boolean } shouldHide - if true, storage should set wallet balance to hidden.
src/app/modules/settings-v2/other/wallet/wallet.service.ts:18
↓ 3 callers
Method
setShouldPlayInModal
(shouldPlayInModal: boolean)
src/app/modules/media/components/video-player/player.service.ts:112
↓ 3 callers
Method
setSplashScreenType
* Set splash screen type. * @param { MobileSplashScreenTypeEnum } value - splash screen type. * @returns { void }
src/app/modules/multi-tenant-network/admin-console/tabs/mobile/components/splash-config/splash-config.component.ts:62
↓ 3 callers
Method
setStream
(stream: any)
src/app/modules/composer/services/livestream.service.ts:53
↓ 3 callers
Method
setStripeAccount
(@Optional() account: StripeDetails)
src/app/modules/wallet/components/wallet-v2.service.ts:234
↓ 3 callers
Method
setTokenType
* Sets the Wire token type * @param tokenType
src/app/modules/wire/v2/wire-v2.service.ts:760
↓ 3 callers
Method
setType
(type: DiscoveryFeedsContentType)
src/app/modules/discovery/feeds/feeds.service.ts:122
↓ 3 callers
Method
setUp
()
src/app/services/sockets.ts:43
↓ 3 callers
Method
setUpgradeInterval
* Sets the upgrade time interval * @param upgradeInterval
src/app/modules/wire/v2/wire-v2.service.ts:699
↓ 3 callers
Method
setUser
* Sets user for widget. * @param { { email?: string } } additionalProps - additional properties to set on the user. * @returns { Promise<void> }
src/app/common/components/chatwoot-widget/chatwoot-widget.component.ts:180
↓ 3 callers
Method
setWelcomeScreenType
* Set welcome screen type. * @param { MobileWelcomeScreenLogoTypeEnum } value - welcome screen type. * @returns { void }
src/app/modules/multi-tenant-network/admin-console/tabs/mobile/components/splash-config/splash-config.component.ts:46
↓ 3 callers
Method
setupIntersectionObserver
* Setup an interception observer to report when activity enters the DOM and * update local isIntersecting$ state accordingly. * @returns { void
src/app/modules/newsfeed/activity/activity.component.ts:225
↓ 3 callers
Method
shouldBeStickyTop
* Whether the outlet should be shown with styling to stick to top of feed. * @param { FeedNotice } - notice to check. * @returns { boolean } tru
src/app/modules/notices/services/feed-notice.service.ts:156
↓ 3 callers
Method
shouldShow$
* Whether to show the time period. * @param { CheckoutTimePeriodEnum } timePeriod - Time period to check. * @returns { Observable<boolean> } - W
src/app/modules/networks/checkout/components/summary/time-period-selector/time-period-selector.component.ts:46
↓ 3 callers
Method
shouldShowCancelBoostOption
* Whether Cancel Boost option should be shown. * @returns { boolean } True if Cancel Boost option should be shown.
src/app/common/components/post-menu/v2/menu.component.ts:105
↓ 3 callers
Method
shouldShowContentMigrationHeader
* Whether the user should be shown the content migration header. * @returns { boolean } - true if the user should be shown the content migration he
src/app/modules/settings-v2/settings-v2.component.ts:562
↓ 3 callers
Method
shouldShowSidebarBoost
* Whether sidebar Boost should be shown. * @returns { boolean } true if sidebar Boost should be shown.
src/app/modules/newsfeed/single/single.component.ts:412
↓ 3 callers
Method
shouldShowTenantModerationOptions
* Whether tenant moderation options should be shown. * @returns { boolean } - true if tenant moderation options should be shown.
src/app/modules/channels/v2/actions/menu.component.ts:339
↓ 3 callers
Method
shouldShowTenantTrialAlert
* Whether tenant trial alert should be shown. * @returns { boolean } - true if tenant trial alert should be shown.
src/app/common/components/topbar-alert/topbar-alert.service.ts:160
↓ 3 callers
Method
shouldShowViewReplyButton
* Whether View Reply button should be shown. * @returns { boolean } true if View Reply button should be shown.
src/app/modules/supermind/console/list/list-item/action-bar/action-buttons.component.ts:95
↓ 3 callers
Method
showMembershipModal
* Show the membership modal appropriate to the permission intent. * @param { PermissionEnum } permissionId - The permission to show the membership
src/app/common/services/permission-intents.service.ts:154
↓ 3 callers
Method
showModal
()
src/app/modules/wire/lock-screen/wire-lock-screen.component.ts:137
↓ 3 callers
Method
showToastError
* Show toast error using either error code or feeding in a string * @param { string } - user validated string.
src/app/modules/blogs/v2/edit/bottom-bar/bottom-bar.component.ts:104
↓ 3 callers
Method
src
(value: string)
src/app/modules/composer/components/preview/audio/attachment-preview-audio.component.ts:15
↓ 3 callers
Method
startAcceptingLiveSupermind
* Starts the flow for accepting a live supermind - will show a confirmation modal * that a user must accept before the flow continues to actually a
src/app/modules/supermind/supermind-reply.service.ts:123
↓ 3 callers
Method
stopMediaRecorder
* Stops the media recorder. Used to prevent leaving the microphone open when done. * @returns { void }
src/app/common/services/audio-recording.service.ts:150
↓ 3 callers
Method
storeSuggestion
* Store suggestion
src/app/services/ux/recent.ts:50
↓ 3 callers
Method
stripUrls
* Strip urls. * @param value dirty url. * @returns { string } url cleaned of URLs
src/app/common/services/parse-hashtags.service.ts:58
← previous
next →
1,001–1,100 of 7,671, ranked by callers