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

Move to stronger password hash #2401

Merged
merged 12 commits into from
Apr 17, 2018
Merged

Move to stronger password hash #2401

merged 12 commits into from
Apr 17, 2018

Commits on Mar 8, 2018

  1. Configuration menu
    Copy the full SHA
    5809474 View commit details
    Browse the repository at this point in the history
  2. web: initial changes for improving password hashing (join, change email,

    change password, login)
    Kevin Reed committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    4b147e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2018

  1. web: Only rehash password on login when needed

    Kevin Reed committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    09a3666 View commit details
    Browse the repository at this point in the history
  2. web: Fix autofocus and tab order for the login form

    Kevin Reed committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    cfa5cd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f29996 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. web: Once hashed a password does not need to be escaped when inserting

    it into the database
    Kevin Reed committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    ea6f2c3 View commit details
    Browse the repository at this point in the history
  2. web: Fix style incompatibilities

    Kevin Reed committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    1ceb1e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. Merge branch 'master' into knr_passwd_hash

    Kevin Reed committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    e48bb4a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

  1. Merge branch 'master' into knr_passwd_hash

    Kevin Reed committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    df64472 View commit details
    Browse the repository at this point in the history
  2. Add the password compatability library to the create project setup

    scripts
    Kevin Reed committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    333e5c4 View commit details
    Browse the repository at this point in the history
  3. web: refactor password hashing changes to move compatibility library …

    …as a
    
    .inc file and to move common functions into user_util.inc
    Kevin Reed committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    78f96d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2018

  1. Merge branch 'master' into knr_passwd_hash

    Conflicts:
    	py/Boinc/setup_project.py
    Kevin Reed committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    fbd7447 View commit details
    Browse the repository at this point in the history