Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: keystonejs/keystone
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0-beta.5
Choose a base ref
...
head repository: keystonejs/keystone
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0-beta.7
Choose a head ref
  • 12 commits
  • 11 files changed
  • 4 contributors

Commits on Oct 16, 2017

  1. Fixing CSRF by reverting the (well meaning) changes made in PR 3756 (#…

    …3756). I don't know if this will resurface issue 3420 (#3420), which the PR apparently addressed.
    molomby committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    358857e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b791d5 View commit details
    Browse the repository at this point in the history
  3. Fixing file extention

    molomby committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    2ee049c View commit details
    Browse the repository at this point in the history
  4. extract password validation so users can access the validation within…

    … their own code for things like password reset
    export-mike authored and molomby committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    3551765 View commit details
    Browse the repository at this point in the history
  5. Correcting password type check in PasswordType

    Vito Belgiorno-Zegna authored and molomby committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    b3e5af0 View commit details
    Browse the repository at this point in the history
  6. Expanding password field configuration options and improving defaults…

    … (to align with current NIST guidelines). Updating, expanding on and clarifying relevant docs.
    molomby committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    8ecb809 View commit details
    Browse the repository at this point in the history
  7. Escaping values in the raw value of markdown field so it can be safel…

    …y displayed within an HTML document
    molomby committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    3e60374 View commit details
    Browse the repository at this point in the history
  8. Sanitization update to markdown fields -- remove unsafe html tags fro…

    …m the markdown value before it's rendered into html
    molomby committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    5cb6405 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bf71e71 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cfa5135 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2017

  1. Updating packages

    JedWatson committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    f287a0f View commit details
    Browse the repository at this point in the history
  2. v4.0.0-beta.7

    JedWatson committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    d1db89d View commit details
    Browse the repository at this point in the history
Loading