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

Enhancements #4

Closed
wants to merge 22 commits into from
Closed

Enhancements #4

wants to merge 22 commits into from

Commits on Oct 11, 2016

  1. -Removed Salt specifics.

    -Updated .gitignore
    -Updated Readme
    Jacob Crowther committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    b940899 View commit details
    Browse the repository at this point in the history
  2. Add logo inside app

    Jacob Crowther committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    7737d3a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2016

  1. Genericized from Salt.

    - Vault LDAP auth integrated.
    - Logout function recreated
    - Code cleaned and structured for better reading
    - Other minor tweaks
    Jacob Crowther committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    c68d31c View commit details
    Browse the repository at this point in the history
  2. - Policies are now downloaded and parsed.

    - Minor code cleanup and enhancements
    Jacob Crowther committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    febd2b6 View commit details
    Browse the repository at this point in the history
  3. - Include bower.json

    - Parse policy requests, and trigger one function once complete
    - Minor bug fixs
    Jacob Crowther committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    16a8012 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2016

  1. - Added UserPass and Token auth backends.

    - Created placeholder functions for secret requests
    Jacob Crowther committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    739da1d View commit details
    Browse the repository at this point in the history
  2. Default Auth Backend is now persisted beyond app close.

    Jacob Crowther committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    4a20b5b View commit details
    Browse the repository at this point in the history
  3. - Added validation of URL before submitting, by checking v1/sys/init.

    - Fixed bug where enter key did not submit on login page
    - Added validation that username/password/token field is populated fbefore submitting
    Jacob Crowther committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    516e3f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2016

  1. Make the app frameless. No more borders!

    Jacob Crowther committed Nov 5, 2016
    Configuration menu
    Copy the full SHA
    bbf0787 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2016

  1. Fix error message timing for non-HTTPS URLs

    Jacob Crowther committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    cb379d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2017

  1. - Add element for getting and parsing secrets/folders

    - Style app-theme and search-box
    - Create dynamic routing of folders
    - Improve login form
    - Include folder-structure element for displaying hierarchy
    Jacob Crowther committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    461b978 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2017

  1. Added:

    - folders and secrets now being parsed into a usable format.
    - Routing configured and tested for both secrets and folders
    - Hierarchy of secret structure displayed in sidebar.
    - Search box enhanced with new look
    - Updated readme
    Bug:
    - Fix for username being cleared when login type set to anything other than LDAP
    jcrowthe committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    ba9b8f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2017

  1. Fix bug preventing data to be saved after exit

    Update Electron
    Update bower components
    jcrowthe committed Feb 11, 2017
    Configuration menu
    Copy the full SHA
    08be0b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da6f8b1 View commit details
    Browse the repository at this point in the history
  3. Merge issues

    jcrowthe committed Feb 11, 2017
    Configuration menu
    Copy the full SHA
    8ebb4c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2017

  1. Configuration menu
    Copy the full SHA
    d142f69 View commit details
    Browse the repository at this point in the history
  2. Added ability to delete/update secrets

    Added location for settings
    Added notifications for update/delete secrets
    jcrowthe committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    8253df9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65cc29a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    753ae3e View commit details
    Browse the repository at this point in the history
  5. Update license

    jcrowthe committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    ccae792 View commit details
    Browse the repository at this point in the history
  6. Update Readme

    jcrowthe committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    557d92b View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2017

  1. - Create secrets

    - Refresh secrets
    - Cleanup unused "all" page
    - Rename initialResponse to loginResponse for better standardization
    - Add temporary Create page (until better location determined)
    - Fix access parsing bug in secrets-init
    - Increase login timeout to 30 seconds to allow for Two Factor Auth notification confirmation
    - Fix bug where secrets not cleared from memory on logout
    jcrowthe committed Feb 26, 2017
    Configuration menu
    Copy the full SHA
    eb07118 View commit details
    Browse the repository at this point in the history