btcpayserver/BTCPayServer/Models/ManageViewModels
d11n bf66b54c9a
User: Add name and image URL (#6008)
* User: Add name and image URL

More personalization options, prerequisite for btcpayserver/app#3.

Additionally:
- Remove ambigious and read-only username from manage view.
- Improve email verification conditions and display.
- Greenfield: Update current user. Prerequisite for btcpayserver/app#13.

* Refactor UpdateCurrentUser

* Replace new columns by UserBlob

* Update email check and add test case for mailbox addresses

---------

Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com>
2024-06-26 17:39:22 +09:00
..
ChangePasswordViewModel.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
EnableAuthenticatorViewModel.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
GenerateRecoveryCodesViewModel.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
IndexViewModel.cs User: Add name and image URL (#6008) 2024-06-26 17:39:22 +09:00
RemoveLoginViewModel.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
SetPasswordViewModel.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
TwoFactorAuthenticationViewModel.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00