Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve 2fa: ask for code before account removal and 2fa disabling #3817

Merged
merged 75 commits into from
Aug 31, 2022

Commits on Aug 24, 2022

  1. fix conflicts

    Agusti Fernandez Pardo committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    3659f8c View commit details
    Browse the repository at this point in the history
  2. fix remove separate function and call mutation directly

    Agusti Fernandez Pardo committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    f02cb4d View commit details
    Browse the repository at this point in the history
  3. feat: add new react-otp-input to enable 2fa flow

    Agusti Fernandez Pardo committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    cc50a02 View commit details
    Browse the repository at this point in the history
  4. fix: comment out

    Agusti Fernandez Pardo committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    e3e35c0 View commit details
    Browse the repository at this point in the history
  5. fix: remove next-auth 4.9.0 from yarn.lock

    Agusti Fernandez Pardo committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    3ebf238 View commit details
    Browse the repository at this point in the history
  6. fix: delete account test fill password before submit

    Agusti Fernandez Pardo committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    dc06114 View commit details
    Browse the repository at this point in the history
  7. fix: test delete accc

    Agusti Fernandez Pardo committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    6fb2454 View commit details
    Browse the repository at this point in the history
  8. fix typo in delete acc test

    Agusti Fernandez Pardo committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    013315f View commit details
    Browse the repository at this point in the history
  9. Update apps/web/components/security/EnableTwoFactorModal.tsx

    Co-authored-by: Omar López <zomars@me.com>
    2 people authored and Agusti Fernandez Pardo committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    67a9d46 View commit details
    Browse the repository at this point in the history
  10. feat: remove react-otp-input reuse TwoFactor

    Agusti Fernandez Pardo committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    acdd58e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    faf7e39 View commit details
    Browse the repository at this point in the history
  12. feat: add center props to TwoFactor

    Agusti Fernandez Pardo committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    bb88d5e View commit details
    Browse the repository at this point in the history
  13. fix: no v2

    Agusti Fernandez Pardo committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    95f4273 View commit details
    Browse the repository at this point in the history
  14. feat: disable 2fa requires 2fa api

    Agusti Fernandez Pardo committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    cfcbb33 View commit details
    Browse the repository at this point in the history
  15. feat: make 2fa required to disable 2fa

    Agusti Fernandez Pardo committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    32f533c View commit details
    Browse the repository at this point in the history
  16. fix: FormEvent instead of SyntheticEvent

    Agusti Fernandez Pardo committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    959371d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    49f1e77 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. fix: types

    Agusti Fernandez Pardo committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    d87062e View commit details
    Browse the repository at this point in the history
  2. fix: move disable 2fa form to fully use RHF

    Agusti Fernandez Pardo committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    b8b797f View commit details
    Browse the repository at this point in the history
  3. fix if (e) e.preventDefault();

    Agusti Fernandez Pardo committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    8b56f84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    287f91a View commit details
    Browse the repository at this point in the history
  5. feat: fix remove account

    Agusti Fernandez Pardo committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    55e80b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    677f37e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    72fa9e5 View commit details
    Browse the repository at this point in the history
  8. fix: remove react-otp-input types

    Agusti Fernandez Pardo committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    f0c528c View commit details
    Browse the repository at this point in the history
  9. fix: separate onConfirm to add to form handleSubmit

    Agusti Fernandez Pardo committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    353d1ed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    815ba00 View commit details
    Browse the repository at this point in the history
  11. fix: types e:SyntethicEvent

    Agusti Fernandez Pardo committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    f09dea9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    df42834 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    04d2c53 View commit details
    Browse the repository at this point in the history
  14. fix: types

    Agusti Fernandez Pardo committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    b78ba87 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2be9c5d View commit details
    Browse the repository at this point in the history
  16. fix: import packages lib not web lib

    Agusti Fernandez Pardo committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    716672b View commit details
    Browse the repository at this point in the history
  17. Update apps/web/components/security/EnableTwoFactorModal.tsx

    Co-authored-by: Omar López <zomars@me.com>
    agustif and zomars committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    ec85a64 View commit details
    Browse the repository at this point in the history
  18. Update apps/web/components/security/EnableTwoFactorModal.tsx

    Co-authored-by: Omar López <zomars@me.com>
    agustif and zomars committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    2fcecb9 View commit details
    Browse the repository at this point in the history
  19. fix: no import from web

    Agusti Fernandez Pardo committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    4d29522 View commit details
    Browse the repository at this point in the history
  20. fix: import

    Agusti Fernandez Pardo committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    33393b3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5c24bc4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    25225da View commit details
    Browse the repository at this point in the history
  23. fix: remove duplicate FormEvent

    Agusti Fernandez Pardo committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    43f976c View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. fix: upgrade ErrorCode imports

    Agusti Fernandez Pardo committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    6efc7e6 View commit details
    Browse the repository at this point in the history
  2. fix profile types totpCode not optional

    Agusti Fernandez Pardo committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    af5bda8 View commit details
    Browse the repository at this point in the history
  3. fix: build pass

    Agusti Fernandez Pardo committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    5b6057b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5c21bb View commit details
    Browse the repository at this point in the history
  5. fix: dont touch test delete-account

    Agusti Fernandez Pardo committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    bd4ed06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d41b6ed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e19b640 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    641a234 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    299cee5 View commit details
    Browse the repository at this point in the history
  10. fix: type

    Agusti Fernandez Pardo committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    bd4d9f1 View commit details
    Browse the repository at this point in the history
  11. fix: add data-testid to password field

    Agusti Fernandez Pardo committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    93c1bb7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    80475ae View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    93f5ca5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    321e164 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5bad442 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    40a4556 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f34e9cd View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    619c0e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. fix: conflicts w syncServices

    Agusti Fernandez Pardo committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    28dde26 View commit details
    Browse the repository at this point in the history
  2. fix: conflicts

    Agusti Fernandez Pardo committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    973ebad View commit details
    Browse the repository at this point in the history
  3. Build fixes

    zomars committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    97784f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    483ee3a View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    3824865 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2df21d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d099798 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef6ad47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d6a033 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    955f4c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b4c147 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    993ddd3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    80e0169 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    13c7c20 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    79e3b55 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0eab546 View commit details
    Browse the repository at this point in the history
  13. Fixes delete account e2e test

    zomars committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    ec4d46d View commit details
    Browse the repository at this point in the history