Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Merging upstream commits and fixing vulnerabilities #1

Merged
merged 51 commits into from
Jan 31, 2018
Merged

Commits on Jul 5, 2017

  1. Configuration menu
    Copy the full SHA
    c307e34 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2017

  1. Merge pull request djenriquez#140 from Lingrino/master

    Specify a self-signed CA Certificate
    djenriquez committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    feae525 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2017

  1. Replace HCL parsing library

    Matteo Sessa committed Jul 23, 2017
    Configuration menu
    Copy the full SHA
    50d304c View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2017

  1. Merge pull request djenriquez#151 from msessa/bugfix/hcl-json-dot

    Replace HCL parsing library
    msessa committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    d2412ef View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2017

  1. Helm chart for vault-ui (djenriquez#149)

    * chart import
    
    * README added
    
    * added directory for better clarity
    
    * fix chart description
    ipedrazas authored and djenriquez committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    0df63db View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. Upgrade base image to node:8.1.4-alpine (djenriquez#148)

    * Upgrade base image to node:8.1.4-alpine
    
    * fix invalid github endpoint var name
    lcgkm authored and djenriquez committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    dfed36a View commit details
    Browse the repository at this point in the history
  2. fix invalid github endpoint var name (djenriquez#155)

    * Upgrade base image to node:8.1.4-alpine
    
    * fix invalid github endpoint var name
    
    * Update Github.jsx
    lcgkm authored and djenriquez committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    48c12c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2017

  1. Okta Authentication Backend (djenriquez#156)

    * Add Okta resources
    
    * Remove comments
    
    * Add check for required org name
    djenriquez committed Jul 30, 2017
    Configuration menu
    Copy the full SHA
    b62b3fc View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2017

  1. Configuration menu
    Copy the full SHA
    70f5962 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2017

  1. Configuration menu
    Copy the full SHA
    46953ec View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2017

  1. Add login button (djenriquez#172)

    * Add login button
    
    * Improve validation
    djenriquez committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    0f6ce55 View commit details
    Browse the repository at this point in the history
  2. AppRole Authentication Backend (djenriquez#171)

    * Initial commit for approle auth
    
    * Place role name field in new render
    
    * Add property fields + fix create/update
    
    * Complete base functionality
    
    * Update README.md
    djenriquez committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    a5ca670 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2017

  1. Configuration menu
    Copy the full SHA
    d427c5a View commit details
    Browse the repository at this point in the history
  2. Fix typo (djenriquez#176)

    lewispeckover authored and djenriquez committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    fc7caa5 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

  1. Add ItemList Class (djenriquez#175)

    * Introduce ItemList obj
    
    * Upgrade base node image
    
    * Add ItemList to AWS, clean up
    
    * Add ItemList to AWSEc2, clean up
    
    * Fix deleteobject logic
    
    * Fix delete for AWS
    
    * Fix delete for awsec2
    
    * Add max items per page option
    
    * Fix bug that randomly sets page
    
    * Bug fixes + itemlist progress
    
    * More bug fixes
    
    * Cleanup and rename policypicker to itempicker
    
    * Add ItemList to Radius
    
    * Add ItemList to UserPass
    
    * Refactor Secrets to use ItemList
    
    * Fix styling
    
    * Remove case insensitivity
    
    * Clean up directory separator
    
    * Fix delete regression
    
    * Cleanup itemUri
    djenriquez committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    0539041 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2017

  1. Breadcrumb Styles Improvement & "copy path" icon button (djenriquez#180)

    * improving breadcrumb styles, adding copy path button
    
    * improve spacing
    tallpauley authored and djenriquez committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    b2783aa View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2017

  1. Configuration menu
    Copy the full SHA
    725a55a View commit details
    Browse the repository at this point in the history
  2. Merge pull request djenriquez#186 from tallpauley/fix-dash-breadcrumb

    Bug fix: dashes in breadcrumb break
    tallpauley committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    1a19146 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2017

  1. Configuration menu
    Copy the full SHA
    8cd027a View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Add gitter badge
    djenriquez committed Sep 24, 2017
    Configuration menu
    Copy the full SHA
    455dd4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ff9e31 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    djenriquez committed Sep 24, 2017
    Configuration menu
    Copy the full SHA
    769469e View commit details
    Browse the repository at this point in the history
  5. Update LICENSE

    djenriquez committed Sep 24, 2017
    Configuration menu
    Copy the full SHA
    f3b07c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2017

  1. Configuration menu
    Copy the full SHA
    f95a1f5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request djenriquez#189 from tallpauley/fix-dash-breadcrumb

    Bug fix: breadcrumb spacing for ALL breaking characters
    tallpauley committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    668130c View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2017

  1. Configuration menu
    Copy the full SHA
    c617b1d View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

  1. clarifies expected value for VAULT_URL_DEFAULT (djenriquez#194)

    Adds a notice to the description of the VAULT_URL_DEFAULT parameter explaining that the protocol part of the url is mandatory. This is a workaround for the unclear error message an user gets if it is missing
    fengor authored and djenriquez committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    17202f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2017

  1. Configuration menu
    Copy the full SHA
    fdd545a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb16d0f View commit details
    Browse the repository at this point in the history
  3. Maintenance: Upgrade packages (djenriquez#200)

    * Upgrade dependencies
    
    * Upgrade base node image
    
    * Add stop propogation fix for upgrade bug
    
    * Fix paging bug
    
    * Upgrade react, react-dom, pagination
    
    * Upgrade babel, webpack, extract-text-webpack-plugin; add prop-types in prep for React 16
    djenriquez committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    35ab0d0 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG

    djenriquez committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    75fa786 View commit details
    Browse the repository at this point in the history
  5. Update version

    djenriquez committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    67df24f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    130aba0 View commit details
    Browse the repository at this point in the history
  7. v2.4.0-rc2

    djenriquez committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    d9866fc View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2017

  1. Configuration menu
    Copy the full SHA
    8787ec1 View commit details
    Browse the repository at this point in the history
  2. Fix navigation bug when access is denied (djenriquez#203)

    * Fix path navigation when access is denied
    
    * Cleanup fix
    djenriquez committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    6b700e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b49ff0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e276bc View commit details
    Browse the repository at this point in the history
  5. Improve styling (djenriquez#207)

    * Improve real-estate
    
    * Fix z-index for content container
    djenriquez committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    3287079 View commit details
    Browse the repository at this point in the history
  6. Merge pull request djenriquez#206 from tallpauley/token-branch-fix

    Bug fix: Create Token button disabled
    tallpauley committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    03bc1b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

  1. Fix scrolling (djenriquez#208)

    * Improve real-estate
    
    * Fix z-index for content container
    
    * Fix styling /w @Lucretius help
    
    * Fix right border with overflow enabled
    
    * Reduce right margin
    djenriquez committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    b44abe0 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2017

  1. v2.4.0-rc3

    djenriquez committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    d6d6bbb View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2017

  1. Configuration menu
    Copy the full SHA
    4c498fd View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. Configuration menu
    Copy the full SHA
    28e6378 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2018

  1. Fix policy schema (djenriquez#228)

    * Add new vault properties
    
    * Update policy schema
    djenriquez committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    7ea0ea6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    271238a View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Configuration menu
    Copy the full SHA
    e58db63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a77335 View commit details
    Browse the repository at this point in the history
  3. Updated packagaes

    conor-mullen committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    36b8362 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87ba25f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. Configuration menu
    Copy the full SHA
    ff5d9ba View commit details
    Browse the repository at this point in the history