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: Add password validation for user with unverified email via Parse.User.verifyPassword using master key and option ignoreEmailVerification: true #2076

Commits on Jan 17, 2024

  1. fix

    mtrezza committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    ab086a3 View commit details
    Browse the repository at this point in the history
  2. fix test

    mtrezza committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    4abbc40 View commit details
    Browse the repository at this point in the history
  3. fix test

    mtrezza committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    2cd3ccb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84d5089 View commit details
    Browse the repository at this point in the history
  5. add mock email adapter

    mtrezza committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    6300142 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

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

    mtrezza committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    0aec63e View commit details
    Browse the repository at this point in the history
  3. revert mongodb-runner upgrade

    mtrezza committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    8d4a783 View commit details
    Browse the repository at this point in the history
  4. Revert "upgrade parse server to latest alpha"

    This reverts commit 58def37.
    mtrezza committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    70e8ebf View commit details
    Browse the repository at this point in the history
  5. Revert "upgrade parse server to latest alpha for testing"

    This reverts commit 84d5089.
    mtrezza committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    0ff67fa View commit details
    Browse the repository at this point in the history
  6. Merge branch 'alpha' into fix-remove-option-limitation-in-password-ve…

    …rification
    
    * alpha:
      chore(release): 5.0.0-beta.1 [skip ci]
      chore(release): 5.0.0-alpha.3 [skip ci]
      feat: Add comment to MongoDB query via `Parse.Query.comment` (parse-community#2088)
      chore(release): 5.0.0-alpha.2 [skip ci]
      feat: Add compatibility with Parse Server 7 (parse-community#2089)
      chore(release): 5.0.0-alpha.1 [skip ci]
      feat: Add support for Node 20, remove support for Node 14 and 16 (parse-community#2063)
      refactor: Upgrade ws from 8.15.1 to 8.16.0 (parse-community#2087)
      ci: Remove manual caching for `actions/setup-node` (parse-community#2064)
      chore(release): 4.3.1-alpha.2 [skip ci]
      fix: Calling `Parse.Object.relation.add` multiple times adds only the first object (parse-community#2078)
      refactor: Upgrade ws from 8.15.0 to 8.15.1 (parse-community#2074)
      chore(release): 4.3.1 [skip ci]
      release
    mtrezza committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    ecc3edd View commit details
    Browse the repository at this point in the history
  7. empty

    mtrezza committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    49b478c View commit details
    Browse the repository at this point in the history
  8. upgrade parse server

    mtrezza committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    29dff69 View commit details
    Browse the repository at this point in the history
  9. Update RESTController.js

    mtrezza committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    711b438 View commit details
    Browse the repository at this point in the history
  10. fix

    mtrezza committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    e699861 View commit details
    Browse the repository at this point in the history