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

Bugfix: session validation fails because the default session schema expects date not iso string #135

Commits on Jan 30, 2016

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

Commits on Jan 31, 2016

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

Commits on Feb 1, 2016

  1. Configuration menu
    Copy the full SHA
    1328270 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    234c405 View commit details
    Browse the repository at this point in the history
  3. fix untransform null objects

    Jordan committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    e8e7f4b View commit details
    Browse the repository at this point in the history
  4. remove trailing spaces

    Peter committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    956fd08 View commit details
    Browse the repository at this point in the history
  5. installationId only gets set on the session if passed in to the request

    Signed-off-by: Alexander Mays <maysale01@gmail.com>
    Alexander Mays committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    07b0235 View commit details
    Browse the repository at this point in the history
  6. Correctly passes the ParseDate rather than iso string when creating a…

    … new session
    
    Signed-off-by: Alexander Mays <maysale01@gmail.com>
    Alexander Mays committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    26dfdd8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request parse-community#73 from dchest/csprng

    Use CSPRNG to generate objectIds
    gfosco committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    251ec4d View commit details
    Browse the repository at this point in the history
  8. Merge pull request parse-community#120 from GigabyteTheOne/master

    Fix parse-community#119: Empty find options for GET requests
    gfosco committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    72a956a View commit details
    Browse the repository at this point in the history
  9. Merge pull request parse-community#91 from natanrolnik/master

    Converts httpRequest body to string if needed
    gfosco committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    952ccd4 View commit details
    Browse the repository at this point in the history
  10. Merge pull request parse-community#121 from JordanVincent/master

    Fix untransform null objects
    gfosco committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    9eb4e4c View commit details
    Browse the repository at this point in the history
  11. Merge pull request parse-community#129 from spekulatius/trailing-spaces

    remove trailing spaces
    gfosco committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    18b5a30 View commit details
    Browse the repository at this point in the history
  12. Merge pull request parse-community#133 from maysale01/hotfix-session-…

    …validation-fails-if-installation-id-is-undefined
    
    Bugfix: session validation fails if the request does not include installationId
    gfosco committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    6051e3a View commit details
    Browse the repository at this point in the history
  13. 🏁 Add Windows Support (bcrypt > bcrypt-node)

    - This commit replaces bcrypt with bcrypt-node, which has the same functionality as bcrypy - except that it is a pure Node implementation. This change is required to run parse-server on Windows (one can get bcrypt to compile on Windows, but it requires a few Gigabytes of dependencies).
    felixrieseberg committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    1cddbb0 View commit details
    Browse the repository at this point in the history
  14. Merge pull request parse-community#108 from felixrieseberg/bcrypt-node

    Add Windows Support (bcrypt > bcrypt-node)
    gfosco committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    7f01a67 View commit details
    Browse the repository at this point in the history
  15. Added multi-app support in DatabaseAdapter.js

    Jamie Chapman committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    40bfc4a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cb1079a View commit details
    Browse the repository at this point in the history
  17. Merge pull request parse-community#141 from ParsePlatform/fosco.crypto

    Addressed bugs with bcrypt-nodejs and changed crypto.js to password.js
    gfosco committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    5216c93 View commit details
    Browse the repository at this point in the history
  18. Merge pull request parse-community#139 from jamiechapman/master

    Added multi-app support in DatabaseAdapter.js
    gfosco committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    5dc66fd View commit details
    Browse the repository at this point in the history
  19. Some updates to fix tests

    gfosco committed Feb 1, 2016
    1 Configuration menu
    Copy the full SHA
    86e4297 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3f21244 View commit details
    Browse the repository at this point in the history
  21. Merge pull request parse-community#142 from ParsePlatform/fosco.coc

    Adding CONTRIBUTING.md and Open Code of Conduct.
    gfosco committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    a814655 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    05c2246 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2008c4d View commit details
    Browse the repository at this point in the history
  24. Merge pull request parse-community#113 from skinp/s3-files

    Add support for saving files to AWS S3
    gfosco committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    3191793 View commit details
    Browse the repository at this point in the history
  25. Correctly passes the ParseDate rather than iso string when creating a…

    … new session
    
    Signed-off-by: Alexander Mays <maysale01@gmail.com>
    Alexander Mays committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    00540cb View commit details
    Browse the repository at this point in the history
  26. rebasing

    Signed-off-by: Alexander Mays <maysale01@gmail.com>
    Alexander Mays committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    3063013 View commit details
    Browse the repository at this point in the history