Commit Graph

322 Commits

Author SHA1 Message Date
Matthew Irish
1ad67cba78
use an array to lookup capabilities paths so that commas aren't an issue (#4398) 2018-04-19 20:51:41 -05:00
Matthew Irish
2cca85572c
update the readme to be more useful for UI development (#4399) 2018-04-19 16:08:41 -05:00
Matthew Irish
3a5a069fcd
fix item popup for aws backend (#4371) 2018-04-18 15:34:35 -05:00
Joshua Ogle
981427cbff
Merge branch 'master' into jo-ie11-fixes 2018-04-17 18:44:59 -06:00
Matthew Irish
f7e886f29d
Ui ie11 button form attr (#4378)
* move submit buttons in auth-form into a form tag because IE11 is sad

* add acceptance test for auth-method clearing

* update ember-cli-page-object

* actually remove the form attr on the auth-form component

* remove form attribute on init form

* remove form attribute from shamir-flow component

* stringify not strigify
2018-04-17 17:04:34 -05:00
Joshua Ogle
3c3dbd9e6f
Merge branch 'master' into jo-ie11-fixes 2018-04-17 14:07:05 -06:00
Matthew Irish
fc8241584c
use ms-specific api for saving Blobs instead of using the File constructor (#4376) 2018-04-17 15:02:37 -05:00
Joshua Ogle
fe2b0ceb90 Move styles out of loading svg 2018-04-17 10:24:13 -06:00
Joshua Ogle
13e2041ec2 Update autoprefixer list to defaults + ie11 2018-04-17 10:10:08 -06:00
Joshua Ogle
86d85c4e27 Fix logo position in IE11 2018-04-16 19:39:07 -06:00
Joshua Ogle
47bbbdb144 Fix shadow on user icon 2018-04-16 17:41:10 -06:00
Matthew Irish
54fdaa8c82
UI - KV capabilities fix (#4343)
* fix capability lookup for kv backends

* remove list capabilities call and gating UI parts on capabilities.canCreate

* remove capabilities on create and update tests

* run dev server with no colors and use readline to log stdout stream

* fix + skip lease tests

* remove space on mounts list
2018-04-16 17:18:46 -05:00
Joshua Ogle
3c9010a6fd Add loading alternate for IE11 2018-04-16 15:04:43 -06:00
Andrei Burd
ad8f715ac6 UI: marking deprecated DB engines (#4364) 2018-04-15 20:53:40 -05:00
Joshua Ogle
aa4efd8306 Update loading animation 2018-04-13 14:04:33 -06:00
Matthew Irish
542db41315
UI - transit update (#4298)
* use waitForEvent for the CSP service as @alisdair suggested
* Secrets engine not secret engine
* move algorithm -> hash_algorithm and add support for picking signature_algorithm for RSA keys when signing or verifying in transit
2018-04-09 16:50:36 -05:00
Matthew Irish
222b540c56
Update ui to reflect config changes for kv. versioned -> version (#4310)
* update ui to reflect config changes for kv. versioned -> version
* options not config
* tweak version display in the ui
2018-04-09 16:49:52 -05:00
Matthew Irish
1aaac4086b
UI - new backends (#4302)
* allow mounting of gcp secrets engine

* add models for azure auth method

* add azure as a mountable auth method

* make dev CSP more like built-in CSP

* id -> ID
2018-04-09 14:44:53 -05:00
Matthew Irish
fec8f13955
UI - pki updates (#4291)
* add require_cn to pki roles
* add policy_identifiers and basic_constraints_valid_for_non_ca to pki role form
* add new fields to the PKI docs
* add add_basic_constraints field
2018-04-08 21:09:29 -05:00
Matthew Irish
e4144585bd
Ui request forwarding error (#4275)
* add ember-cli-content-security-policy
* only enable client side CSP when not in production - the go side handles this otherwise
* add service that handles and stores CSP violations via the securitypolicyviolation event
* update auth form component to show a specialized message when there's a CSP error
* move to computed prop for showing the CSP error message
* fix typos
2018-04-05 16:36:33 -05:00
Matthew Irish
5162ce8156
UI - first RC feedback (#4278)
* add hasSentinel to the version service
* use hasSentinel instead of features directly
* type='button' strikes again
* pass url param in tab links to ensure hrefs are updated
* 404 when the item_type is invalid for the identity route
2018-04-05 16:08:18 -05:00
Matthew Irish
2c2f0d853f Moving UI assets to OSS 2018-04-03 09:16:57 -05:00