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

Guest user #1246

Merged
merged 13 commits into from
Apr 2, 2019
Merged

Guest user #1246

merged 13 commits into from
Apr 2, 2019

Commits on Apr 2, 2019

  1. Add guestUsername and guestPassword to the settings

    This allows to provide login information for a guest user.
    bjoernricks committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    5987c51 View commit details
    Browse the repository at this point in the history
  2. Add guest login to the login page

    Show a guest login button at the login page if guestUsername and
    guestPassword are set in the config.js file.
    
    Also move the Wrapper to the LoginForm component.
    bjoernricks committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    e591526 View commit details
    Browse the repository at this point in the history
  3. Allow to deactivate the login form via config.js

    Allow to disable displaying the login form by setting
    
    config = {
      disableLoginForm: true,
    }
    
    in the config.js file.
    bjoernricks committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    bf045a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cab9aab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbd7d91 View commit details
    Browse the repository at this point in the history
  6. Allow to enable/disable protocol insecure warning

    Allow to enable/disbale the protocol insecure warning at the LoginForm
    by passing a showProtocolInsecure prop. By default the warning isn't
    shown.
    bjoernricks committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    67bdb2a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50df754 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0eae610 View commit details
    Browse the repository at this point in the history
  9. Require handler props for LoginForm

    Normally it's a mistake if they are missing. Therefore issue a prop
    warning in that case.
    bjoernricks committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    9ac8045 View commit details
    Browse the repository at this point in the history
  10. Add autocomplete hints for LoginForm

    autocomplete hints are used by the browser to autofill the fields.
    bjoernricks committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    cc6c365 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5b50d74 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1a072e4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d40dc83 View commit details
    Browse the repository at this point in the history