C# Class PhotoHub.WEB.Controllers.ManageController

Inheritance: Controller
Exibir arquivo Open project: maXA1m/photohub-core

Private Properties

Property Type Description
AddErrors void
Blocklist IActionResult
Bookmarks IActionResult
ChangeAvatar Task
ChangePassword Task
ChangePassword Task
ChangeTheme IActionResult
ChangeTheme IActionResult
Disable2fa Task
Disable2faWarning Task
EnableAuthenticator Task
EnableAuthenticator Task
ExternalLogins Task
FormatKey string
GenerateQrCodeUri string
GenerateRecoveryCodes Task
GenerateRecoveryCodesWarning Task
Index IActionResult
Index Task
LoadSharedKeyAndQrCodeUriAsync Task
RemoveLogin Task
ResetAuthenticator Task
ResetAuthenticatorWarning IActionResult
SendVerificationEmail Task
SetPassword Task
SetPassword Task
ShowRecoveryCodes IActionResult
TwoFactorAuthentication Task

Public Methods

Method Description
ManageController ( UserManager userManager, SignInManager signInManager, IEmailSender emailSender, ILogger logger, UrlEncoder urlEncoder, IUsersService usersService, IHostingEnvironment environment ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AddErrors ( IdentityResult result ) : void
Blocklist ( ) : IActionResult
Bookmarks ( ) : IActionResult
ChangeAvatar ( IFormFile avatar, string userName ) : Task
ChangePassword ( ) : Task
ChangePassword ( ChangePasswordViewModel model ) : Task
ChangeTheme ( ) : IActionResult
ChangeTheme ( int theme, int accent ) : IActionResult
Disable2fa ( ) : Task
Disable2faWarning ( ) : Task
EnableAuthenticator ( ) : Task
EnableAuthenticator ( EnableAuthenticatorViewModel model ) : Task
ExternalLogins ( ) : Task
FormatKey ( string unformattedKey ) : string
GenerateQrCodeUri ( string email, string unformattedKey ) : string
GenerateRecoveryCodes ( ) : Task
GenerateRecoveryCodesWarning ( ) : Task
Index ( ) : IActionResult
Index ( IndexViewModel model ) : Task
LoadSharedKeyAndQrCodeUriAsync ( ApplicationUser user, EnableAuthenticatorViewModel model ) : Task
RemoveLogin ( RemoveLoginViewModel model ) : Task
ResetAuthenticator ( ) : Task
ResetAuthenticatorWarning ( ) : IActionResult
SendVerificationEmail ( IndexViewModel model ) : Task
SetPassword ( ) : Task
SetPassword ( SetPasswordViewModel model ) : Task
ShowRecoveryCodes ( ) : IActionResult
TwoFactorAuthentication ( ) : Task

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ManageController() public method

public ManageController ( UserManager userManager, SignInManager signInManager, IEmailSender emailSender, ILogger logger, UrlEncoder urlEncoder, IUsersService usersService, IHostingEnvironment environment ) : System
userManager UserManager
signInManager SignInManager
emailSender IEmailSender
logger ILogger
urlEncoder UrlEncoder
usersService IUsersService
environment IHostingEnvironment
return System