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

DefaultAdminAccountOption added #67

Merged
merged 18 commits into from
Aug 23, 2020

Commits on Aug 22, 2020

  1. DefaultAdminAccountOption added

    Adds a user account to the web interface when enabled with the unsafe password: administrator (This is non-configurable to prevent using this account for production)
    SimonFlapse authored and grilledham committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    4e227c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba33a56 View commit details
    Browse the repository at this point in the history
  3. remove console writeline

    SimonFlapse authored and grilledham committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    fd5499a View commit details
    Browse the repository at this point in the history
  4. Refactored into DefaultAdminAccount

    Adds random generated password and check for only account registered.
    SimonFlapse authored and grilledham committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    93897e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93a8b56 View commit details
    Browse the repository at this point in the history
  6. Removed DefaultAdminAccountOption

    The creation of the default admin account is now enforced. The account is removed if another account has been created
    SimonFlapse authored and grilledham committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    fd005b6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    70ae03c View commit details
    Browse the repository at this point in the history
  8. Added missing log information

    SimonFlapse authored and grilledham committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    546ddcb View commit details
    Browse the repository at this point in the history
  9. Converted to service

    SimonFlapse authored and grilledham committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    e83c106 View commit details
    Browse the repository at this point in the history
  10. Added admin role to default user

    Reverted changes to signin
    SimonFlapse authored and grilledham committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    5499bd3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c91e887 View commit details
    Browse the repository at this point in the history
  12. Attempt to refactor logging

    Also added DefaultUser writing to the logs directory
    SimonFlapse authored and grilledham committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    1920cd2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c76db92 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5ab2b29 View commit details
    Browse the repository at this point in the history
  15. Added unit testing for defaultAdminAccountService

    Includes refactoring based on the tests.
    
    Some aditional methods are now public in the DefaultAdminAccountService to better allow for testing these.
    SimonFlapse authored and grilledham committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    a11ae16 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0241d51 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2020

  1. Add role to logs.

    grilledham committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    935bf26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c406dd4 View commit details
    Browse the repository at this point in the history