mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
* feat(change-password-component): Change Password Update [18720] - Very close to complete. * fix(policy-enforcement): [PM-21085] Fix Bug with Policy Enforcement - Removed temp code to force the state I need to verify correctness. * fix(policy-enforcement): [PM-21085] Fix Bug with Policy Enforcement - Recover account working with change password component. * fix(policy-enforcement): [PM-21085] Fix Bug with Policy Enforcement - Made code more dry. * fix(change-password-component): Change Password Update [18720] - Updates to routing and the extension. Extension is still a wip. * fix(change-password-component): Change Password Update [18720] - Extension routing changes. * feat(change-password-component): Change Password Update [18720] - More extension work * feat(change-password-component): Change Password Update [18720] - Pausing work for now while we wait for product to hear back. * feat(change-password-component): Change Password Update [18720] - Removed duplicated anon layouts. * feat(change-password-component): Change Password Update [18720] - Tidied up code. * feat(change-password-component): Change Password Update [18720] - Small fixes to the styling * feat(change-password-component): Change Password Update [18720] - Adding more content for the routing. * feat(change-password-component): Change Password Update [18720] - Removed circular loop for now. * feat(change-password-component): Change Password Update [18720] - Made comments regarding the change password routing complexities with change-password and auth guard. * feat(change-password-component): Change Password Update [18720] - Undid some changes because they will be conflicts later on. * feat(change-password-component): Change Password Update [18720] - Small directive change. * feat(change-password-component): Change Password Update [18720] - Small changes and added some clarification on where I'm blocked * feat(change-password-component): Change Password Update [18720] - Org invite is seemingly working, found one bug to iron out. * refactor(change-password-component): Change Password Update [18720] - Fixed up policy service to be made more clear. * docs(change-password-component): Change Password Update [18720] - Updated documentation. * refactor(change-password-component): Change Password Update [18720] - Routing changes and policy service changes. * fix(change-password-component): Change Password Update [18720] - Wrapping up changes. * feat(change-password-component): Change Password Update [18720] - Should be working fully * feat(change-password-component): Change Password Update [18720] - Found a bug, working on password policy being present on login. * feat(change-password-component): Change Password Update [18720] - Turned on auth guard on other clients for change-password route. * feat(change-password-component): Change Password Update [18720] - Committing intermediate changes. * feat(change-password-component): Change Password Update [18720] - The master password policy endpoint has been added! Should be working. Testing now. * feat(change-password-component): Change Password Update [18720] - Minor fixes. * feat(change-password-component): Change Password Update [18720] - Undid naming change. * feat(change-password-component): Change Password Update [18720] - Removed comment. * feat(change-password-component): Change Password Update [18720] - Removed unneeded code. * fix(change-password-component): Change Password Update [18720] - Took org invite state out of service and made it accessible. * fix(change-password-component): Change Password Update [18720] - Small changes. * fix(change-password-component): Change Password Update [18720] - Split up org invite service into client specific implementations and have them injected into clients properly * feat(change-password-component): Change Password Update [18720] - Stopping work and going to switch to a new branch to pare down some of the solutions that were made to get this over the finish line * feat(change-password-component): Change Password Update [18720] - Started to remove functionality in the login.component and the password login strategy. * feat(change-password-component): Change Password Update [18720] - Removed more unneded changes. * feat(change-password-component): Change Password Update [18720] - Change password clearing state working properly. * fix(change-password-component): Change Password Update [18720] - Added docs and moved web implementation. * comments(change-password-component): Change Password Update [18720] - Added more notes. * test(change-password-component): Change Password Update [18720] - Added in tests for policy service. * comment(change-password-component): Change Password Update [18720] - Updated doc with correct ticket number. * comment(change-password-component): Change Password Update [18720] - Fixed doc. * test(change-password-component): Change Password Update [18720] - Fixed tests. * test(change-password-component): Change Password Update [18720] - Fixed linting errors. Have more tests to fix. * test(change-password-component): Change Password Update [18720] - Added back in ignore for typesafety. * fix(change-password-component): Change Password Update [18720] - Fixed other type issues. * test(change-password-component): Change Password Update [18720] - Fixed tests. * test(change-password-component): Change Password Update [18720] - Fixed more tests. * test(change-password-component): Change Password Update [18720] - Fixed tiny duplicate code. * fix(change-password-component): Change Password Update [18720] - Fixed desktop component. * fix(change-password-component): Change Password Update [18720] - Removed unused code * fix(change-password-component): Change Password Update [18720] - Fixed locales. * fix(change-password-component): Change Password Update [18720] - Removed tracing. * fix(change-password-component): Change Password Update [18720] - Removed duplicative services module entry. * fix(change-password-component): Change Password Update [18720] - Added comment. * fix(change-password-component): Change Password Update [18720] - Fixed unneeded call in two factor to get user id. * fix(change-password-component): Change Password Update [18720] - Fixed a couple of tiny things. * fix(change-password-component): Change Password Update [18720] - Added comment for later fix. * fix(change-password-component): Change Password Update [18720] - Fixed linting error. * PM-18720 - AuthGuard - move call to get isChangePasswordFlagOn down after other conditions for efficiency. * PM-18720 - PasswordLoginStrategy tests - test new feature flagged combine org invite policies logic for weak password evaluation. * PM-18720 - CLI - fix dep issue * PM-18720 - ChangePasswordComp - extract change password warning up out of input password component * PM-18720 - InputPassword - remove unused dependency. * PM-18720 - ChangePasswordComp - add callout dep * PM-18720 - Revert all anon-layout changes * PM-18720 - Anon Layout - finish reverting changes. * PM-18720 - WIP move of change password out of libs/auth * PM-18720 - Clean up remaining imports from moving change password out of libs/auth * PM-18720 - Add change-password barrel file for better import grouping * PM-18720 - Change Password comp - restore maxWidth * PM-18720 - After merge, fix errors * PM-18720 - Desktop - fix api service import * PM-18720 - NDV - fix routing. * PM-18720 - Change Password Comp - add logout service todo * PM-18720 - PasswordSettings - per feedback, component is already feature flagged behind PM16117_ChangeExistingPasswordRefactor so we can just delete the replaced callout (new text is in change-password comp) * PM-18720 - Routing Modules - properly flag new component behind feature flag. * PM-18720 - SSO Login Strategy - fix config service import since it is now in shared deps from main merge. * PM-18720 - Fix SSO login strategy tests * PM-18720 - Default Policy Service - address AC PR feedback --------- Co-authored-by: Jared Snider <jsnider@bitwarden.com> Co-authored-by: Jared Snider <116684653+JaredSnider-Bitwarden@users.noreply.github.com>
77 lines
2.8 KiB
TypeScript
77 lines
2.8 KiB
TypeScript
/**
|
|
* This barrel file should only contain Angular exports
|
|
*/
|
|
|
|
// fingerprint dialog
|
|
export * from "./fingerprint-dialog/fingerprint-dialog.component";
|
|
|
|
// icons
|
|
export * from "./icons";
|
|
|
|
// input password
|
|
export * from "./input-password/input-password.component";
|
|
export * from "./input-password/password-input-result";
|
|
|
|
// login
|
|
export * from "./login/login.component";
|
|
export * from "./login/login-secondary-content.component";
|
|
export * from "./login/login-component.service";
|
|
export * from "./login/default-login-component.service";
|
|
|
|
// login decryption options
|
|
export * from "./login-decryption-options/login-decryption-options.component";
|
|
export * from "./login-decryption-options/login-decryption-options.service";
|
|
export * from "./login-decryption-options/default-login-decryption-options.service";
|
|
|
|
// login via auth request
|
|
export * from "./login-via-auth-request/login-via-auth-request.component";
|
|
|
|
// password callout
|
|
export * from "./password-callout/password-callout.component";
|
|
|
|
// password hint
|
|
export * from "./password-hint/password-hint.component";
|
|
|
|
// registration
|
|
export * from "./registration/registration-start/registration-start.component";
|
|
export * from "./registration/registration-finish/registration-finish.component";
|
|
export * from "./registration/registration-link-expired/registration-link-expired.component";
|
|
export * from "./registration/registration-start/registration-start-secondary.component";
|
|
export * from "./registration/registration-env-selector/registration-env-selector.component";
|
|
export * from "./registration/registration-finish/registration-finish.service";
|
|
export * from "./registration/registration-finish/default-registration-finish.service";
|
|
|
|
// set password (JIT user)
|
|
export * from "./set-password-jit/set-password-jit.component";
|
|
export * from "./set-password-jit/set-password-jit.service.abstraction";
|
|
export * from "./set-password-jit/default-set-password-jit.service";
|
|
|
|
// user verification
|
|
export * from "./user-verification/user-verification-dialog.component";
|
|
export * from "./user-verification/user-verification-dialog.types";
|
|
export * from "./user-verification/user-verification-form-input.component";
|
|
|
|
// vault timeout
|
|
export * from "./vault-timeout-input/vault-timeout-input.component";
|
|
|
|
// sso
|
|
export * from "./sso/sso.component";
|
|
export * from "./sso/sso-component.service";
|
|
export * from "./sso/default-sso-component.service";
|
|
|
|
// self hosted environment configuration dialog
|
|
export * from "./self-hosted-env-config-dialog/self-hosted-env-config-dialog.component";
|
|
|
|
// login approval
|
|
export * from "./login-approval/login-approval.component";
|
|
export * from "./login-approval/default-login-approval-component.service";
|
|
|
|
// two factor auth
|
|
export * from "./two-factor-auth";
|
|
|
|
// device verification
|
|
export * from "./new-device-verification/new-device-verification.component";
|
|
|
|
// validators
|
|
export * from "./validators/compare-inputs.validator";
|