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

feat: Option to disable 2FA for OAuth users #32945

Merged
merged 29 commits into from
Sep 10, 2024

Commits on Jul 30, 2024

  1. implement new setting

    yash-rajpal committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    214015c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    969caf2 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. add cs

    yash-rajpal committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    fdb0fac View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. OAuth user definition

    yash-rajpal committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    6a1a5a5 View commit details
    Browse the repository at this point in the history
  2. oops

    yash-rajpal committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    5bf39c7 View commit details
    Browse the repository at this point in the history
  3. remove console.log

    yash-rajpal committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    ae866f7 View commit details
    Browse the repository at this point in the history
  4. fix return condition

    yash-rajpal committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    53ff5ad View commit details
    Browse the repository at this point in the history
  5. fix review

    yash-rajpal committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    1480e82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    87e974a View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    7c79251 View commit details
    Browse the repository at this point in the history
  2. fix review

    yash-rajpal committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    4d97527 View commit details
    Browse the repository at this point in the history
  3. replace setting behavior

    yash-rajpal committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    063ff50 View commit details
    Browse the repository at this point in the history
  4. add unit tests

    yash-rajpal committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    4149692 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    c542bd0 View commit details
    Browse the repository at this point in the history
  2. fix review

    yash-rajpal committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    351f0a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9ad659 View commit details
    Browse the repository at this point in the history
  4. translations

    yash-rajpal committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    56bdbf9 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    94c57df View commit details
    Browse the repository at this point in the history
  2. jest new test config

    yash-rajpal committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d7fc847 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    c9bb363 View commit details
    Browse the repository at this point in the history
  2. Update apps/meteor/app/2fa/server/code/EmailCheck.spec.ts

    Co-authored-by: Kevin Aleman <[email protected]>
    yash-rajpal and KevLehman committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0b3d6f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9edf9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c5ebca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    560df75 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. setting name semantics

    yash-rajpal committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    2abce3c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    d4cdd53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    974fe47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb717b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b878dc7 View commit details
    Browse the repository at this point in the history