1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-05 18:47:52 +01:00
bitwarden-browser/apps/desktop/src/auth
Jared Snider 215bbc2f8e
Auth/PM-7324 - Registration with Email Verification - Registration Start Component Implementation (#9573)
* PM-7324 - Register new registration start comp at signup route on web

* PM-7324 - Add registerSendVerificationEmail logic in API service layer.

* PM-7324 - Update registration start comp to actually send information to API and trigger email.

* PM-7324 - progress on opt in for marketing emails redesign.

* PM-7324 - Add feature flag and feature flag guard to sign up route.

* PM-7324 - RegistrationEnvSelector - emit initial value

* PM-7324 - Registration Start comp - wire up setReceiveMarketingEmailsByRegion logic.

* PM-7324 - Registration start html - use proper link for email pref management.

* PM-7324 - Translate text

* PM-7324 - Design pass

* PM-7324 - design pass v2

* PM-7324 - Update Tailwind config to add availability of anon layout to desktop and browser extension

* PM-7324 - Desktop - AppRoutingModule - Add new signup route protected by the email verification feature flag.

* PM-7324 - BrowserExtension - AppRoutingModule - Add signup route protected by feature flag

* PM-7324 - Feature flag all register page navigations to redirect users to the new signup page.

* PM-7324 - Update AnonLayoutWrapperComponent constructor logic to avoid passing undefined values into I18nService.t method

* PM-7324 - Accept org invite web comp - adjust register url and qParams

* PM-7324 - Add AnonLayoutWrapperData to desktop & browser since we don't need titleId.

* PM-7324 - Revert anon layout wrapper comp changes as they were made separately and merged to main.

* PM-7234 - Fix registration start component so the login route works for the browser extension.

* PM-7324 - Registration start story now building again + fix storybook warning around BrowserAnimationsModule

* PM-7324 - Registration Start - add missing tw-text-main to fix dark mode rendering.

* PM-7324 - Update storybook docs

* PM-7324 - Get stub of registration finish component so that the verify email has something to land on.

* PM-7324 - Registration start - receive marketing materials should never be required.

* PM-7324 - Add finish signup route + required translations to desktop & browser.

* PM-7324 - AnonLayoutWrapperComponent - Resolve issues where navigating to a sibling anonymous route wouldn't update the AnonLayoutWrapperData.

* PM-7324 - Remove unnecessary array

* PM-7324  - Per PR feedback, improve setReceiveMarketingEmailsByRegion

* PM-7324 - Per PR feedback, inject login routes via route data

* PM-7324 - Document methods in account api service

* PM-7324 - PR feedback - jsdoc tweaks
2024-06-14 11:40:56 -04:00
..
components [PM-5363] PinService State Providers (#8244) 2024-05-08 11:34:47 -07:00
guards [PM-6688] Use AccountService as account source (#8893) 2024-04-30 09:13:02 -04:00
login Auth/PM-7324 - Registration with Email Verification - Registration Start Component Implementation (#9573) 2024-06-14 11:40:56 -04:00
scripts Auth/ps 2298 reorg auth (#4564) 2023-02-06 15:53:37 -06:00
accessibility-cookie.component.html [PM-6377] Fix HCaptcha accessibility and resolve Checkmarx warning (#8005) 2024-03-08 14:25:46 +00:00
accessibility-cookie.component.ts [PM-6377] Fix HCaptcha accessibility and resolve Checkmarx warning (#8005) 2024-03-08 14:25:46 +00:00
delete-account.component.html [CL-254] Rename 500 colors to 600 to prep for UI redesign (#8623) 2024-04-05 10:58:32 -04:00
delete-account.component.ts Auth/PM-4596 - Extract PIN and Biometrics unlock method logic into re-useable services for user verification (#7107) 2024-01-16 14:52:06 -05:00
environment.component.html Auth/ps 2298 reorg auth (#4564) 2023-02-06 15:53:37 -06:00
environment.component.ts [deps] Autofill: Update prettier to v3 (#7014) 2023-11-29 16:15:20 -05:00
hint.component.html Auth/reorg auth (#4694) 2023-02-08 13:57:41 -06:00
hint.component.ts [PM-5264] Implement StateProvider in LoginEmailService (#7662) 2024-03-30 11:00:27 -07:00
lock.component.html [deps] Autofill: Update prettier to v3 (#7014) 2023-11-29 16:15:20 -05:00
lock.component.spec.ts [PM-3050] Add sync on unlock, logout when account is deleted (#9288) 2024-05-30 11:10:03 +02:00
lock.component.ts [PM-3050] Add sync on unlock, logout when account is deleted (#9288) 2024-05-30 11:10:03 +02:00
preload.ts [PM-3682] Remove ipcRenderer from login-approval (#6838) 2023-11-10 16:56:14 +01:00
register.component.html [PM-6328] Checkmarx - Resolve warnings (#7941) 2024-02-15 16:25:53 -05:00
register.component.ts [PM-5255] Create login strategy service (#7750) 2024-02-05 14:26:41 -05:00
remove-password.component.html [deps] Autofill: Update prettier to v3 (#7014) 2023-11-29 16:15:20 -05:00
remove-password.component.ts Auth/ps 2298 reorg auth (#4564) 2023-02-06 15:53:37 -06:00
set-password.component.html Auth/PM-3275 - Changes to support TDE User without MP being able to Set a Password (#6281) 2023-11-03 11:33:10 -04:00
set-password.component.ts [PM-5735] Create kdf Service (#8715) 2024-04-25 11:26:01 -07:00
sso.component.html Auth/ps 2298 reorg auth (#4564) 2023-02-06 15:53:37 -06:00
sso.component.ts [PM-5362] Add MP Service (attempt #2) (#8619) 2024-04-09 20:50:20 -04:00
two-factor-options.component.html Auth/ps 2298 reorg auth (#4564) 2023-02-06 15:53:37 -06:00
two-factor-options.component.ts [PM-4802] Update 2FA recovery link to use the webVaultUrl from environment service (#8020) 2024-03-20 00:22:46 +00:00
two-factor.component.html [PM-4612] [PM-6218] [PM-6219] Enable Duo redirect on Desktop Client (#7798) 2024-02-14 09:06:04 -08:00
two-factor.component.ts [PM-5362] Add MP Service (attempt #2) (#8619) 2024-04-09 20:50:20 -04:00
update-temp-password.component.html [AC-1070] Enforce master password policy on login (#4795) 2023-04-17 07:35:37 -07:00
update-temp-password.component.ts [AC-1070] Enforce master password policy on login (#4795) 2023-04-17 07:35:37 -07:00