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

test: Add test for email verification not applying to auth sign-up #8740

Open
wants to merge 25 commits into
base: alpha
Choose a base branch
from

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    34dc306 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    11d2a1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fafd04f View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Update spec/ParseUser.spec.js

    Co-authored-by: Manuel <[email protected]>
    Signed-off-by: Ashish Naik <[email protected]>
    ashish-naik and mtrezza authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ab72478 View commit details
    Browse the repository at this point in the history
  2. Doing reconfigure server with email adaptor options used in index.js.…

    … This causes test to fail with error 206.
    ashish-naik committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    d5474d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    3d6b9c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f11478 View commit details
    Browse the repository at this point in the history
  3. Update spec/ParseUser.spec.js

    Signed-off-by: Manuel <[email protected]>
    mtrezza authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    46f8e10 View commit details
    Browse the repository at this point in the history
  4. Update spec/ParseUser.spec.js

    Signed-off-by: Manuel <[email protected]>
    mtrezza authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    af1616c View commit details
    Browse the repository at this point in the history
  5. Update spec/ParseUser.spec.js

    Signed-off-by: Manuel <[email protected]>
    mtrezza authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    8e818c0 View commit details
    Browse the repository at this point in the history
  6. Update spec/ParseUser.spec.js

    Signed-off-by: Manuel <[email protected]>
    mtrezza authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    def6bff View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Configuration menu
    Copy the full SHA
    b1e1bf6 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. authProvider is not set currently during auth sign up. Setting storag…

    …e.authProvider early to test.
    ashish-naik committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    fae2b44 View commit details
    Browse the repository at this point in the history
  2. authProvider is not set currently during auth sign up. Setting storag…

    …e.authProvider early to test
    ashish-naik committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    e01c9f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    a945431 View commit details
    Browse the repository at this point in the history
  2. Merge commit 'b1e1bf6708f5d32b2846e66de40f48fb0ec1dc86' into alpha

    * commit 'b1e1bf6708f5d32b2846e66de40f48fb0ec1dc86':
      chore(release): 6.4.0-beta.1 [skip ci]
      release
      chore(release): 6.3.0 [skip ci]
      release
      chore(release): 6.3.0-alpha.9 [skip ci]
      perf: Improve performance of recursive pointer iterations (parse-community#8741)
      refactor: Parse Pointer allows to access internal Parse Server classes and circumvent `beforeFind` query trigger (parse-community#8734)
      chore(release): 6.2.2 [skip ci]
      fix: Parse Pointer allows to access internal Parse Server classes and circumvent `beforeFind` query trigger; fixes security vulnerability [GHSA-fcv6-fg5r-jm9q](GHSA-fcv6-fg5r-jm9q)
      refactor: Remote code execution via MongoDB BSON parser through prototype pollution; fixes security vulnerability [GHSA-462x-c3jw-7vr6](GHSA-462x-c3jw-7vr6) (parse-community#8677)
      chore(release): 6.2.1 [skip ci]
      fix: Remote code execution via MongoDB BSON parser through prototype pollution; fixes security vulnerability [GHSA-462x-c3jw-7vr6](GHSA-462x-c3jw-7vr6) (parse-community#8674)
      refactor: Add option to convert `Parse.Object` to instance in Cloud Function payload (parse-community#8656)
    ashish-naik committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    dd5529c View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    e118629 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    7775f14 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    d3d0f7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2063f5 View commit details
    Browse the repository at this point in the history
  3. Reproducing error using test

    Reproducing error using test 
    
    it('log in with Facebook and save signed up User with verifyUserEmails=true and preventLoginWithUnverifiedEmail=true'
    
    Under ParseUser.spec.js.
    
    Signed-off-by: Ashish Naik <[email protected]>
    ashish-naik authored May 5, 2024
    Configuration menu
    Copy the full SHA
    b78e784 View commit details
    Browse the repository at this point in the history
  4. review

    Signed-off-by: Manuel <[email protected]>
    mtrezza authored May 5, 2024
    Configuration menu
    Copy the full SHA
    cf1b227 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Added test to ParseUser.spec.js

    Added test "'link and login with provider with verifyUserEmails=true and preventLoginWithUnverifiedEmail=true'" under ParseUser.spec.js.
    
    Signed-off-by: Ashish Naik <[email protected]>
    ashish-naik authored May 12, 2024
    Configuration menu
    Copy the full SHA
    5937c91 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Update RestWrite.js for solution of Auth error

    Signed-off-by: Ashish Naik <[email protected]>
    ashish-naik authored May 13, 2024
    Configuration menu
    Copy the full SHA
    266abe0 View commit details
    Browse the repository at this point in the history
  2. Update ParseUser.spec.js - updated test

    Rewrote test "'log in with Facebook and save signed up User with verifyUserEmails=true and preventLoginWithUnverifiedEmail=true'" .
    
    
    Signed-off-by: Ashish Naik <[email protected]>
    ashish-naik authored May 13, 2024
    Configuration menu
    Copy the full SHA
    93485f2 View commit details
    Browse the repository at this point in the history