1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-24 03:32:51 +02:00
bitwarden-browser/apps/desktop/src/app/accounts
Todd Martin 2cd65939d5
Two-Step Login (#3852)
* [SG-163] Two step login flow web (#3648)

* two step login flow

* moved code from old branch and reafctored

* fixed review comments

* [SG-164] Two Step Login Flow - Browser (#3793)

* Add new messages

* Remove SSO button from home component

* Change create account button to text

* Add top padding to create account link

* Add email input to HomeComponent

* Add continue button to email input

* Add form to home component

* Retreive email from state service

* Redirect to login after submit

* Add error message for invalid email

* Remove email input from login component

* Remove loggingInTo from under MP input

* Style the MP hint link

* Add self hosted domain to email form

* Made the mp hint link bold

* Add the new login button

* Style app-private-mode-warning in its component

* Bitwarden -> Login text change

* Remove the old login button

* Cancel -> Close text change

* Add avatar to login header

* Login -> LoginWithMasterPassword text change

* Add SSO button to login screen

* Add not you button

* Allow all clients to use the email query param on the login component

* Introduct HomeGuard

* Clear remembered email when clicking Not You

* Make remember email opt-in

* Use formGroup.patchValue instead of directly patching individual controls

* [SG-165] Desktop login flow changes (#3814)

* two step login flow

* moved code from old branch and reafctored

* fixed review comments

* Make toggleValidateEmail in base class public

* Add desktop login messages

* Desktop login flow changes

* Fix known device api error

* Only submit if email has been validated

* Clear remembered email when switching accounts

* Fix merge issue

* Add 'login with another device' button

* Remove 'log in with another device' button for now

* Pin login pag content to top instead of center justified

* Leave email if 'Not you?' is clicked

* Continue when enter is hit on email input

Co-authored-by: gbubemismith <gsmithwalter@gmail.com>

* [SG-750] and [SG-751] Web two step login bug fixes (#3843)

* Continue when enter is hit on email input

* Mark email input as touched on 'continue' so field is validated

* disable login with device on self-hosted (#3895)

* [SG-753] Keep email after hint component is launched in browser (#3883)

* Keep email after hint component is launched in browser

* Use query params instead of state for consistency

* Send email and rememberEmail to home component on navigation (#3897)

* removed avatar and close button from the password screen (#3901)

* [SG-781] Remove extra login page and remove rememberEmail code (#3902)

* Remove browser home guard

* Always remember email for browser

* Remove login landing page button

* [SG-782] Add login service to streamline login form data persistence (#3911)

* Add login service and abstraction

* Inject login service into apps

* Inject and use new service in login component

* Use service in hint component to prefill email

* Add method in LoginService to clear service values

* Add LoginService to two-factor component to clear values

* make login.service variables private

Co-authored-by: Gbubemi Smith <gsmith@bitwarden.com>
Co-authored-by: Addison Beck <addisonbeck1@gmail.com>
Co-authored-by: Robyn MacCallum <robyntmaccallum@gmail.com>
Co-authored-by: gbubemismith <gsmithwalter@gmail.com>
2022-10-28 14:54:55 -04:00
..
accessibility-cookie.component.html [PS-526] Allow loading accessibility cookie on desktop (#2709) 2022-06-09 08:14:31 -04:00
accessibility-cookie.component.ts [PS-1123] Improve hostname and domain retrieval (#3168) 2022-10-24 19:26:50 +02:00
delete-account.component.html [PS-1307] Desktop: Change box-headers from <div> to semantic headings (#3313) 2022-08-18 11:28:37 +02:00
delete-account.component.ts PS-1620 Move AccountService.delete to Internal (#3687) 2022-10-18 22:02:11 +02:00
environment.component.html [PS-1307] Desktop: Change box-headers from <div> to semantic headings (#3313) 2022-08-18 11:28:37 +02:00
environment.component.ts Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
hint.component.html Move desktop into apps/desktop 2022-05-05 17:20:34 +02:00
hint.component.ts Two-Step Login (#3852) 2022-10-28 14:54:55 -04:00
lock.component.html Move desktop into apps/desktop 2022-05-05 17:20:34 +02:00
lock.component.ts [PS-1646] Resolve biometrics auto prompt not working (#3815) 2022-10-27 12:49:59 +02:00
login.component.html Two-Step Login (#3852) 2022-10-28 14:54:55 -04:00
login.component.ts Two-Step Login (#3852) 2022-10-28 14:54:55 -04:00
premium.component.html [PS-1307] Desktop: Change box-headers from <div> to semantic headings (#3313) 2022-08-18 11:28:37 +02:00
premium.component.ts Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
register.component.html [SG-414] Refactor password strength component (#3186) 2022-08-01 23:26:50 +01:00
register.component.ts [PS-182] Upgrade Angular to V14 (#2948) 2022-07-26 14:48:11 +02:00
remove-password.component.html Move desktop into apps/desktop 2022-05-05 17:20:34 +02:00
remove-password.component.ts Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
set-password.component.html [SG-414] Refactor password strength component (#3186) 2022-08-01 23:26:50 +01:00
set-password.component.ts Add sync$ observable (#3384) 2022-08-29 14:14:59 -04:00
settings.component.html [SG-520] Native messaging handler (#3566) 2022-09-23 15:47:17 -04:00
settings.component.ts [SG-520] Native messaging handler (#3566) 2022-09-23 15:47:17 -04:00
sso.component.html Move desktop into apps/desktop 2022-05-05 17:20:34 +02:00
sso.component.ts Add sync$ observable (#3384) 2022-08-29 14:14:59 -04:00
two-factor-options.component.html [PS-1307] Desktop: Change box-headers from <div> to semantic headings (#3313) 2022-08-18 11:28:37 +02:00
two-factor-options.component.ts Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
two-factor.component.html [PS-526] Allow loading accessibility cookie on desktop (#2709) 2022-06-09 08:14:31 -04:00
two-factor.component.ts Two-Step Login (#3852) 2022-10-28 14:54:55 -04:00
update-temp-password.component.html [SG-414] Refactor password strength component (#3186) 2022-08-01 23:26:50 +01:00
update-temp-password.component.ts Add sync$ observable (#3384) 2022-08-29 14:14:59 -04:00
vault-timeout-input.component.html Move desktop into apps/desktop 2022-05-05 17:20:34 +02:00
vault-timeout-input.component.ts Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00