MCPcopy Create free account

hub / github.com/EreckGordon/angular-universal-pwa-starter / functions

Functions285 in github.com/EreckGordon/angular-universal-pwa-starter

↓ 1 callersMethodloginWithEmailAndPassword
({ email, password }: EmailAndPassword)
src/client/app/shared/auth/auth.service.ts:86
↓ 1 callersMethodlogout
()
src/client/app/shared/auth/components/account-management/account-management.component.ts:39
↓ 1 callersMethodnavigateTo
()
e2e/app.po.ts:4
↓ 1 callersMethodnavigateToRequestPasswordReset
()
e2e/auth/page-objects/request-password-reset.po.ts:6
↓ 1 callersMethodreauthenticate
()
src/client/app/shared/auth/auth.service.ts:39
↓ 1 callersMethodremoveEmailAndPasswordProvider
(provider)
src/server/modules/auth/providers/email-and-password/email-and-password.service.ts:177
↓ 1 callersMethodremoveFacebookProvider
(provider)
src/server/modules/auth/providers/facebook/facebook.service.ts:117
↓ 1 callersMethodremoveGoogleProvider
(provider)
src/server/modules/auth/providers/google/google.service.ts:120
↓ 1 callersMethodresetConnection
()
src/client/app/features/chat/chat.service.ts:27
↓ 1 callersMethodresolve
()
src/server/modules/common/middlewares/retreive-user-id-from-request.middleware.ts:12
↓ 1 callersMethodroleGuard
(roles: string[], requiredRoles: string[])
src/server/modules/auth/gateways/auth.gateway.ts:51
↓ 1 callersMethodroleGuard
(roles: string[], requiredRoles: string[])
src/server/modules/chat/gateways/chat.gateway.ts:127
↓ 1 callersFunctionrunAll
()
deploy-to-github.js:33
↓ 1 callersMethodscheduleCheckForUpdate
()
src/client/app/shared/ngsw/ngsw-update.service.ts:36
↓ 1 callersMethodsendPasswordResetEmail
({ email, token }: { email: string; token: string })
src/server/modules/common/mailgun.service.ts:10
↓ 1 callersMethodsignInWithSocialUser
(socialInfo)
src/client/app/shared/auth/auth.service.ts:138
↓ 1 callersMethodsleep
(ms: number)
e2e/auth/page-objects/email-and-password-auth.pos.ts:39
↓ 1 callersMethodupdateEmailAndPasswordProvider
(provider)
src/server/modules/auth/providers/email-and-password/email-and-password.service.ts:181
↓ 1 callersMethodupgradeAnonymousUserInDatabase
({ email, passwordHash, userId })
src/server/modules/auth/providers/email-and-password/email-and-password.service.ts:165
↓ 1 callersMethodupgradeAnonymousUserToEmailAndPasswordUser
({ email, password }: EmailAndPassword)
src/client/app/shared/auth/auth.service.ts:64
↓ 1 callersMethodupgradeAnonymousUserToSocial
(socialInfo)
src/client/app/shared/auth/auth.service.ts:163
↓ 1 callersMethodwaitForRequestPasswordResetToBeClickable
()
e2e/auth/page-objects/request-password-reset.po.ts:14
MethodactivateUpdate
()
src/client/app/shared/ngsw/ngsw-update.service.ts:29
MethodaddData
(data: UnparsedMessageData)
src/server/modules/chat/chat.cache.ts:39
MethodauthenticateSocialUser
(socialUser: SocialUser)
src/server/modules/auth/auth.service.ts:80
MethodauthenticateSocialUser
(@Req() req: Request, @Res() res: Response, @Body() body: SocialUser)
src/server/modules/auth/auth.controller.ts:30
MethodcanActivate
()
src/client/app/shared/auth/guards/auth.guard.ts:12
MethodcanActivate
(context: ExecutionContext)
src/server/modules/common/guards/roles.guard.ts:9
MethodchangePassword
({ oldPassword, newPassword }: { oldPassword: string; newPassword: string })
src/client/app/shared/auth/auth.service.ts:113
MethodchangePassword
()
src/client/app/shared/auth/components/account-management/change-password.component.ts:42
MethodchangePassword
(body: { oldPassword: string; newPassword: string }, jwt: UserJWT)
src/server/modules/auth/auth.service.ts:764
MethodchangePassword
(@Req() req: Request, @Res() res: Response, @Body() body)
src/server/modules/auth/auth.controller.ts:145
FunctioncheckCSRFTokenMiddleware
(req, res, next)
src/server/modules/common/middlewares/check-csrf-token.middleware.ts:1
Methodconfigure
(consumer: MiddlewareConsumer)
src/server/modules/auth/auth.module.ts:23
Functionconstructor
()
src/client/app/shared/auth/social-module/classes/base-login-provider.class.ts:5
Methodconstructor
( public router: Router, private injector: Injector, @Inject(PLATFORM_ID) private plat
src/client/app/app.component.ts:22
Methodconstructor
(private seoService: SEOService)
src/client/app/features/not-found404.component.ts:25
Methodconstructor
()
src/client/app/features/blog/blog.service.ts:5
Methodconstructor
(private seoService: SEOService, blogService: BlogService)
src/client/app/features/blog/blog.component.ts:24
Methodconstructor
(private auth: AuthService)
src/client/app/features/chat/chat.service.ts:15
Methodconstructor
( private seoService: SEOService, private injector: Injector, @Inject(PLATFORM_ID) pri
src/client/app/features/chat/chat.component.ts:31
Methodconstructor
( private seoService: SEOService, private injector: Injector, @Inject(PLATFORM_ID) pri
src/client/app/features/chat/chatroom.component.ts:27
Methodconstructor
()
src/client/app/features/home/home.service.ts:5
Methodconstructor
(private seoService: SEOService, private http: HttpClient, public authService: AuthService)
src/client/app/features/home/home.component.ts:28
Methodconstructor
(private tokenExtractor: HttpXsrfTokenExtractor)
src/client/app/interceptors/http-xsrf.interceptor.ts:8
Methodconstructor
(private swUpdate: SwUpdate, private snackBar: MatSnackBar)
src/client/app/shared/ngsw/ngsw-update.service.ts:12
Methodconstructor
(private sanitizer: DomSanitizer)
src/client/app/shared/seo/json-ld.component.ts:11
Methodconstructor
(private meta: Meta, private title: Title, private router: Router)
src/client/app/shared/seo/seo.service.ts:11
Methodconstructor
(private http: HttpClient, @Inject(PLATFORM_ID) private platformId: Object, private snackbar: MatSnackBar)
src/client/app/shared/auth/auth.service.ts:31
Methodconstructor
( private seoService: SEOService, private fb: FormBuilder, public auth: AuthService,
src/client/app/shared/auth/components/sign-in.component.ts:33
Methodconstructor
( private seoService: SEOService, private fb: FormBuilder, public auth: AuthService,
src/client/app/shared/auth/components/create-account.component.ts:33
Methodconstructor
(public auth: AuthService, public router: Router)
src/client/app/shared/auth/components/account-management/account-management.component.ts:23
Methodconstructor
(public dialogRef: MatDialogRef<ConfirmDeleteAccountDialog>)
src/client/app/shared/auth/components/account-management/confirm-delete-account.dialog.ts:22
Methodconstructor
(public auth: AuthService, private router: Router, public dialog: MatDialog)
src/client/app/shared/auth/components/account-management/delete-account.component.ts:20
Methodconstructor
(public auth: AuthService, private fb: FormBuilder, private snackbar: MatSnackBar)
src/client/app/shared/auth/components/account-management/change-password.component.ts:25
Methodconstructor
(public auth: AuthService, public router: Router, private snackbar: MatSnackBar, private fb: FormBuilder)
src/client/app/shared/auth/components/account-management/link-email-and-password-to-account.component.ts:21
Methodconstructor
( private seoService: SEOService, private fb: FormBuilder, public auth: AuthService,
src/client/app/shared/auth/components/forgot-password/reset-password.component.ts:36
Methodconstructor
( private seoService: SEOService, private fb: FormBuilder, public auth: AuthService,
src/client/app/shared/auth/components/forgot-password/request-password-reset.component.ts:33
Methodconstructor
(public authService: AuthService, public router: Router)
src/client/app/shared/auth/guards/auth.guard.ts:10
Methodconstructor
(public authService: AuthService, @Inject(PLATFORM_ID) private platformId: Object)
src/client/app/shared/auth/social-module/social-auth.service.ts:34
Methodconstructor
( private seoService: SEOService, private fb: FormBuilder, private socialAuthService:
src/client/app/shared/auth/social-module/components/social-auth-sign-in.component.ts:33
Methodconstructor
( private fb: FormBuilder, private socialAuthService: SocialAuthService, public auth:
src/client/app/shared/auth/social-module/components/link-social-to-account.component.ts:25
Methodconstructor
(private clientId: string, private opt: LoginOptions = { scope: 'email,public_profile' }, private locale: stri
src/client/app/shared/auth/social-module/providers/facebook-login-provider.ts:10
Methodconstructor
(private clientId: string, private opt: LoginOptions = { scope: 'email' })
src/client/app/shared/auth/social-module/providers/google-login-provider.ts:12
Methodconstructor
(providers: AuthServiceConfigItem[])
src/client/app/shared/auth/social-module/classes/social-auth-service-config.class.ts:7
Methodconstructor
( @InjectRepository(User) private readonly userRepository: Repository<User>, private readonly
src/server/modules/auth/auth.service.ts:37
Methodconstructor
(private readonly authService: AuthService)
src/server/modules/auth/auth.controller.ts:17
Methodconstructor
( @InjectRepository(User) private readonly userRepository: Repository<User>, private readonly
src/server/modules/auth/providers/anonymous/anonymous.service.ts:9
Methodconstructor
( @InjectRepository(User) private readonly userRepository: Repository<User>, @InjectRepository
src/server/modules/auth/providers/email-and-password/email-and-password.service.ts:15
Methodconstructor
( @InjectRepository(User) private readonly userRepository: Repository<User>, @InjectRepository
src/server/modules/auth/providers/google/google.service.ts:17
Methodconstructor
( @InjectRepository(User) private readonly userRepository: Repository<User>, @InjectRepository
src/server/modules/auth/providers/facebook/facebook.service.ts:16
Methodconstructor
(private readonly authCache: AuthCache, private readonly securityService: SecurityService)
src/server/modules/auth/gateways/auth.gateway.ts:17
Methodconstructor
( @InjectRepository(Chatroom) private readonly chatRepository: Repository<Chatroom>, @InjectRe
src/server/modules/chat/chat.service.ts:14
Methodconstructor
( private readonly chatCache: ChatCache, private readonly securityService: SecurityService,
src/server/modules/chat/gateways/chat.gateway.ts:30
Methodconstructor
(@InjectRepository(RefreshToken) private readonly refreshTokenRepository: Repository<RefreshToken>)
src/server/modules/common/security/security.service.ts:24
Methodconstructor
(private readonly reflector: Reflector)
src/server/modules/common/guards/roles.guard.ts:7
Methodconstructor
(private readonly securityService: SecurityService, private readonly authService: AuthService)
src/server/modules/common/middlewares/retreive-user-id-from-request.middleware.ts:11
Methodconstructor
(@InjectRepository(Article) private readonly articleRepository: Repository<Article>)
src/server/modules/article/article.service.ts:8
MethodcreateAnonymousUser
()
src/client/app/features/home/home.component.ts:39
MethodcreateAnonymousUser
()
src/client/app/shared/auth/auth.service.ts:47
MethodcreateAnonymousUser
()
src/server/modules/auth/auth.service.ts:246
MethodcreateAnonymousUser
(@Res() res: Response)
src/server/modules/auth/auth.controller.ts:62
MethodcreateArticle
(title: string, slug: string, content: string)
src/server/modules/article/article.service.ts:18
MethodcreateEmailAndPasswordUser
(body: EmailAndPasswordLoginInterface)
src/server/modules/auth/auth.service.ts:218
MethodcreateEmailAndPasswordUser
(@Res() res: Response, @Body() body: EmailAndPasswordLoginInterface)
src/server/modules/auth/auth.controller.ts:40
MethodcreateUserWithEmailAndPassword
()
src/client/app/shared/auth/components/create-account.component.ts:81
MethoddeleteAccount
()
src/client/app/shared/auth/auth.service.ts:131
MethoddeleteAccount
(jwt: UserJWT)
src/server/modules/auth/auth.service.ts:808
MethoddeleteAccount
(@Req() req: Request, @Res() res: Response)
src/server/modules/auth/auth.controller.ts:184
MethoddeleteAccountDialog
()
src/client/app/shared/auth/components/account-management/delete-account.component.ts:30
MethoddeleteAllRefreshTokensAssociatedWithUser
(uuid: string)
src/server/modules/common/security/security.service.ts:59
MethoddisavowAllRefreshTokens
()
src/client/app/shared/auth/auth.service.ts:117
MethoddisavowAllRefreshTokens
()
src/client/app/shared/auth/components/account-management/account-management.component.ts:43
MethoddisavowAllRefreshTokens
(@Req() req: Request, @Res() res: Response)
src/server/modules/auth/auth.controller.ts:170
MethodfindAllArticles
()
src/server/modules/article/article.service.ts:10
MethodfindArticleById
(id: string)
src/server/modules/article/article.service.ts:14
MethodgetDeleteAccountButton
()
e2e/auth/page-objects/account-management.po.ts:22
MethodgetRecaptcha
()
e2e/auth/page-objects/email-and-password-auth.pos.ts:31
MethodhandleConnection
(client)
src/server/modules/auth/gateways/auth.gateway.ts:21
MethodhandleConnection
(client: SocketIO.Socket)
src/server/modules/chat/gateways/chat.gateway.ts:38
← previousnext →101–200 of 285, ranked by callers