bitwarden-mobile/src/App/Pages/Accounts
André Bispo 793c5fef6f
[PM-3273][PM-4679] New owner/admin permission on login (#2837)
* [PM-3273] Add property for password set. Add labels. Update sync service.

* [PM-3273] Set password needs set in state. Read value on sync and nav to page.

* [PM-3273] Add navigation to Set Password on vault landing if needed.

* [PM-3273] Update SetPasswordPage copy

* [PM-3273] Add ManageResetPassword to Org Permissions, handle it on sync.

* [PM-3273] Change user has master password state when set master password is complete.

* [PM-3273] Code clean up

* [PM-3273] Remove unnecessary property from account profile

* [PM-3273] Add check for remembered org identifier

* [PM-4679] Added logging calls for future checks.

---------

Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
2023-11-09 17:21:00 +00:00
..
BaseChangePasswordViewModel.cs [AC-1070] Enforce master password policy on login/unlock (#2410) 2023-04-17 07:35:50 -07:00
DeleteAccountPage.xaml Updated Delete account view UI (#1692) 2021-12-20 12:31:12 -03:00
DeleteAccountPage.xaml.cs Added account deletion feature on settings (#1621) 2021-11-24 16:09:39 -03:00
DeleteAccountViewModel.cs BEEEP: Abstract and Centralize Logging (#1663) 2022-03-02 14:15:16 -03:00
EnvironmentPage.xaml [PS-2558] Mobile Automation - Starting automationIDs additions to our codebase (#2558) 2023-06-06 21:00:01 -03:00
EnvironmentPage.xaml.cs [PS 920] Fix selfhosted url validations (#1967) 2022-07-11 18:02:11 +01:00
EnvironmentPageViewModel.cs [PM-2671] Update mobile client to use regions (#2798) 2023-11-07 12:15:32 +00:00
HintPage.xaml [EC-371] Fix iOS extensions login more menu (#2016) 2022-08-08 11:28:48 -03:00
HintPage.xaml.cs [SG-166] Two Step Login - Feature Branch (#2157) 2022-10-28 23:10:41 +01:00
HintPageViewModel.cs [SG-166] Two Step Login - Feature Branch (#2157) 2022-10-28 23:10:41 +01:00
HomePage.xaml [PM-2645] Adding IDs for Account Switching elements (#2572) 2023-06-16 16:20:09 -03:00
HomePage.xaml.cs [PM-2671] Update mobile client to use regions (#2798) 2023-11-07 12:15:32 +00:00
HomePageViewModel.cs [PM-2671] Update mobile client to use regions (#2798) 2023-11-07 12:15:32 +00:00
LockPage.xaml Trusted Device Encryption feature (#2656) 2023-08-17 15:19:35 -04:00
LockPage.xaml.cs Trusted Device Encryption feature (#2656) 2023-08-17 15:19:35 -04:00
LockPageViewModel.cs [PM-2671] Update mobile client to use regions (#2798) 2023-11-07 12:15:32 +00:00
LoginApproveDevicePage.xaml [PM-3531] Add missing automation ids. (#2814) 2023-10-14 00:39:57 +01:00
LoginApproveDevicePage.xaml.cs Trusted Device Encryption feature (#2656) 2023-08-17 15:19:35 -04:00
LoginApproveDeviceViewModel.cs Trusted Device Encryption feature (#2656) 2023-08-17 15:19:35 -04:00
LoginPage.xaml [PM-2645] Adding IDs for Account Switching elements (#2572) 2023-06-16 16:20:09 -03:00
LoginPage.xaml.cs Trusted Device Encryption feature (#2656) 2023-08-17 15:19:35 -04:00
LoginPageViewModel.cs [PM-2671] Update mobile client to use regions (#2798) 2023-11-07 12:15:32 +00:00
LoginPasswordlessPage.xaml [PM-2612] Adding AutomationIDs for LoginPasswordlessPage elements (#2574) 2023-06-20 15:12:15 -03:00
LoginPasswordlessPage.xaml.cs [SG-765] Add cancel button to passwordless login modal on android (#2159) 2022-10-31 15:06:37 +00:00
LoginPasswordlessRequestPage.xaml [PM-3531] Add missing automation ids. (#2814) 2023-10-14 00:39:57 +01:00
LoginPasswordlessRequestPage.xaml.cs Trusted Device Encryption feature (#2656) 2023-08-17 15:19:35 -04:00
LoginPasswordlessRequestViewModel.cs [PM-3513] Show error SSO policy (#2707) 2023-08-18 23:05:52 +01:00
LoginPasswordlessViewModel.cs [SG-834] Mobile pending login requests management screen (#2281) 2023-02-01 12:22:17 +00:00
LoginSsoPage.xaml [PM-3531] Add missing automation ids. (#2814) 2023-10-14 00:39:57 +01:00
LoginSsoPage.xaml.cs Trusted Device Encryption feature (#2656) 2023-08-17 15:19:35 -04:00
LoginSsoPageViewModel.cs [PM-3273][PM-4679] New owner/admin permission on login (#2837) 2023-11-09 17:21:00 +00:00
RegisterPage.xaml [PS-2558] Mobile Automation - Starting automationIDs additions to our codebase (#2558) 2023-06-06 21:00:01 -03:00
RegisterPage.xaml.cs Run dotnet format (#1738) 2022-04-26 17:21:17 +02:00
RegisterPageViewModel.cs Trusted Device Encryption feature (#2656) 2023-08-17 15:19:35 -04:00
RemoveMasterPasswordPage.xaml [KeyConnector] Add support for key connector OTP (#1633) 2021-11-10 20:46:48 -05:00
RemoveMasterPasswordPage.xaml.cs [KeyConnector] Add support for key connector OTP (#1633) 2021-11-10 20:46:48 -05:00
RemoveMasterPasswordPageViewModel.cs Trusted Device Encryption feature (#2656) 2023-08-17 15:19:35 -04:00
SetPasswordPage.xaml [PM-3273][PM-4679] New owner/admin permission on login (#2837) 2023-11-09 17:21:00 +00:00
SetPasswordPage.xaml.cs Account Switching (#1807) 2022-02-23 12:40:17 -05:00
SetPasswordPageViewModel.cs [PM-3273][PM-4679] New owner/admin permission on login (#2837) 2023-11-09 17:21:00 +00:00
TwoFactorPage.xaml [EC-341] Fix show alternative 2FA on iOS extensions (#2011) 2022-08-04 16:42:41 -03:00
TwoFactorPage.xaml.cs Trusted Device Encryption feature (#2656) 2023-08-17 15:19:35 -04:00
TwoFactorPageViewModel.cs [PM-3273][PM-4679] New owner/admin permission on login (#2837) 2023-11-09 17:21:00 +00:00
UpdateTempPasswordPage.xaml Adding missing IDs for Set Password and Update Password pages (#2748) 2023-09-07 11:24:48 -03:00
UpdateTempPasswordPage.xaml.cs Run dotnet format (#1738) 2022-04-26 17:21:17 +02:00
UpdateTempPasswordPageViewModel.cs Trusted Device Encryption feature (#2656) 2023-08-17 15:19:35 -04:00
VerificationCodePage.xaml Fix icon update on verify code view (#1728) 2022-01-24 14:19:30 -03:00
VerificationCodePage.xaml.cs Account Deletion on SSO with CME (#1721) 2022-01-24 13:25:46 -03:00
VerificationCodeViewModel.cs Run dotnet format (#1738) 2022-04-26 17:21:17 +02:00