-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
base: alpha
Are you sure you want to change the base?
test: Add test for email verification not applying to auth sign-up #8740
Commits on Sep 5, 2023
-
Added test for Facebook signup, login using await/async as first ste…
…p to test error 206 raised in parse-community#6511
Configuration menu - View commit details
-
Copy full SHA for 34dc306 - Browse repository at this point
Copy the full SHA 34dc306View commit details
Commits on Sep 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 11d2a1f - Browse repository at this point
Copy the full SHA 11d2a1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fafd04f - Browse repository at this point
Copy the full SHA fafd04fView commit details
Commits on Sep 7, 2023
-
Co-authored-by: Manuel <[email protected]> Signed-off-by: Ashish Naik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab72478 - Browse repository at this point
Copy the full SHA ab72478View commit details -
Doing reconfigure server with email adaptor options used in index.js.…
… This causes test to fail with error 206.
Configuration menu - View commit details
-
Copy full SHA for d5474d3 - Browse repository at this point
Copy the full SHA d5474d3View commit details
Commits on Sep 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3d6b9c4 - Browse repository at this point
Copy the full SHA 3d6b9c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f11478 - Browse repository at this point
Copy the full SHA 8f11478View commit details -
Signed-off-by: Manuel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 46f8e10 - Browse repository at this point
Copy the full SHA 46f8e10View commit details -
Signed-off-by: Manuel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af1616c - Browse repository at this point
Copy the full SHA af1616cView commit details -
Signed-off-by: Manuel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e818c0 - Browse repository at this point
Copy the full SHA 8e818c0View commit details -
Signed-off-by: Manuel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for def6bff - Browse repository at this point
Copy the full SHA def6bffView commit details
Commits on Sep 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b1e1bf6 - Browse repository at this point
Copy the full SHA b1e1bf6View commit details
Commits on Sep 17, 2023
-
authProvider is not set currently during auth sign up. Setting storag…
…e.authProvider early to test.
Configuration menu - View commit details
-
Copy full SHA for fae2b44 - Browse repository at this point
Copy the full SHA fae2b44View commit details -
authProvider is not set currently during auth sign up. Setting storag…
…e.authProvider early to test
Configuration menu - View commit details
-
Copy full SHA for e01c9f5 - Browse repository at this point
Copy the full SHA e01c9f5View commit details
Commits on Sep 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a945431 - Browse repository at this point
Copy the full SHA a945431View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for dd5529c - Browse repository at this point
Copy the full SHA dd5529cView commit details
Commits on Nov 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e118629 - Browse repository at this point
Copy the full SHA e118629View commit details
Commits on Mar 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7775f14 - Browse repository at this point
Copy the full SHA 7775f14View commit details
Commits on May 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d3d0f7d - Browse repository at this point
Copy the full SHA d3d0f7dView commit details -
Merge branch 'alpha' of https://github.com/ashish-naik/parse-server-F…
…B-signup-error206 into Facebook-signup-error206
Configuration menu - View commit details
-
Copy full SHA for c2063f5 - Browse repository at this point
Copy the full SHA c2063f5View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for b78e784 - Browse repository at this point
Copy the full SHA b78e784View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf1b227 - Browse repository at this point
Copy the full SHA cf1b227View commit details
Commits on May 12, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 5937c91 - Browse repository at this point
Copy the full SHA 5937c91View commit details
Commits on May 13, 2024
-
Update RestWrite.js for solution of Auth error
Signed-off-by: Ashish Naik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 266abe0 - Browse repository at this point
Copy the full SHA 266abe0View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 93485f2 - Browse repository at this point
Copy the full SHA 93485f2View commit details