From 8839362e8f2c5262de7905376b6b88f8fc2699f1 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 26 Oct 2017 22:21:59 -0400 Subject: [PATCH] Update 2017-10-27T02:21:56.449Z --- .../views/organizationBilling.html | 5 + .../views/organizationSettings.html | 21 +- app/organization/views/organizationVault.html | 39 +- ...> organizationVaultCipherCollections.html} | 2 +- app/settings/views/settings.html | 28 +- app/settings/views/settingsPurge.html | 33 + app/vault/views/vault.html | 170 +++-- app/vault/views/vaultAddCipher.html | 583 +++++++++++++++++ app/vault/views/vaultAddLogin.html | 171 ----- app/vault/views/vaultAttachments.html | 10 +- ...tions.html => vaultCipherCollections.html} | 4 +- app/vault/views/vaultEditCipher.html | 584 ++++++++++++++++++ app/vault/views/vaultEditLogin.html | 192 ------ ...tMoveLogins.html => vaultMoveCiphers.html} | 4 +- ...tShareLogin.html => vaultShareCipher.html} | 8 +- app/vault/views/vaultShared.html | 57 +- app/views/organizationLayout.html | 4 +- app/views/userLayout.html | 4 +- css/vault.min.css | 2 +- favicon.ico | Bin 1150 -> 18686 bytes images/fa-globe.png | Bin 0 -> 344 bytes images/icons/android-chrome-192x192.png | Bin 0 -> 4089 bytes images/icons/android-chrome-512x512.png | Bin 0 -> 10947 bytes images/icons/apple-touch-icon.png | Bin 0 -> 15716 bytes images/icons/favicon-16x16.png | Bin 0 -> 403 bytes images/icons/favicon-32x32.png | Bin 0 -> 636 bytes images/icons/mstile-150x150.png | Bin 0 -> 2637 bytes images/icons/safari-pinned-tab.svg | 26 + index.html | 21 +- js/app.min.js | 2 +- js/fallback-styles.min.js | 2 +- u2f-connector.html | 2 +- 32 files changed, 1471 insertions(+), 503 deletions(-) rename app/organization/views/{organizationVaultLoginCollections.html => organizationVaultCipherCollections.html} (96%) create mode 100644 app/settings/views/settingsPurge.html create mode 100644 app/vault/views/vaultAddCipher.html delete mode 100644 app/vault/views/vaultAddLogin.html rename app/vault/views/{vaultLoginCollections.html => vaultCipherCollections.html} (95%) create mode 100644 app/vault/views/vaultEditCipher.html delete mode 100644 app/vault/views/vaultEditLogin.html rename app/vault/views/{vaultMoveLogins.html => vaultMoveCiphers.html} (90%) rename app/vault/views/{vaultShareLogin.html => vaultShareCipher.html} (95%) create mode 100644 images/fa-globe.png create mode 100644 images/icons/android-chrome-192x192.png create mode 100644 images/icons/android-chrome-512x512.png create mode 100644 images/icons/apple-touch-icon.png create mode 100644 images/icons/favicon-16x16.png create mode 100644 images/icons/favicon-32x32.png create mode 100644 images/icons/mstile-150x150.png create mode 100644 images/icons/safari-pinned-tab.svg diff --git a/app/organization/views/organizationBilling.html b/app/organization/views/organizationBilling.html index b479e7c9..31fe781c 100644 --- a/app/organization/views/organizationBilling.html +++ b/app/organization/views/organizationBilling.html @@ -201,6 +201,11 @@ + diff --git a/app/organization/views/organizationSettings.html b/app/organization/views/organizationSettings.html index 6688302b..45d66ef2 100644 --- a/app/organization/views/organizationSettings.html +++ b/app/organization/views/organizationSettings.html @@ -25,15 +25,28 @@ +
+ + +
-
- - +
+
+ Tax Information +
{{model.businessAddress1}}
+
{{model.businessAddress2}}
+
{{model.businessAddress3}}
+
{{model.businessCountry}}
+
{{model.businessTaxNumber}}
+

+ Please contact support + to provide (or update) tax information for your invoices. +

diff --git a/app/organization/views/organizationVault.html b/app/organization/views/organizationVault.html index 4a0d81d2..05817682 100644 --- a/app/organization/views/organizationVault.html +++ b/app/organization/views/organizationVault.html @@ -5,7 +5,7 @@ , - + @@ -13,12 +13,12 @@

Loading...

+ ng-show="collections.length && (!main.searchVaultText || collectionCiphers.length)">

{{collection.name}} - +

-
-
No logins in this collection.
-
No unassigned logins.
-
+
+
No items in this collection.
+
No unassigned items.
+
+ + + + {{charge.date | date: 'mediumDate'}}
- + + diff --git a/app/organization/views/organizationVaultLoginCollections.html b/app/organization/views/organizationVaultCipherCollections.html similarity index 96% rename from app/organization/views/organizationVaultLoginCollections.html rename to app/organization/views/organizationVaultCipherCollections.html index f14c78a3..b251cbb4 100644 --- a/app/organization/views/organizationVaultLoginCollections.html +++ b/app/organization/views/organizationVaultCipherCollections.html @@ -4,7 +4,7 @@ +
+
+

Web Vault Options

+
+
+
+
+ +

Website Icons provide a recognizable image next to each login item in your vault.

+
+
+ + +

Organizations

@@ -129,10 +150,13 @@ Careful, these actions are not reversible!
diff --git a/app/settings/views/settingsPurge.html b/app/settings/views/settingsPurge.html new file mode 100644 index 00000000..e2e1165d --- /dev/null +++ b/app/settings/views/settingsPurge.html @@ -0,0 +1,33 @@ + +
+ + + diff --git a/app/vault/views/vault.html b/app/vault/views/vault.html index b20652cb..07a19536 100644 --- a/app/vault/views/vault.html +++ b/app/vault/views/vault.html @@ -30,7 +30,7 @@ , - + @@ -39,12 +39,12 @@

Loading...

+ ng-show="vaultFolders.length && folderIdFilter === undefined && (!main.searchVaultText || favoriteCiphers.length)">

Favorites - +

@@ -53,8 +53,8 @@ @@ -65,16 +65,16 @@
-
-
-

No favorite logins.

- +
+
+

No favorite items.

+
-
+
+ + + - {{login.name}} -
{{login.username}}
+ {{cipher.name}} + +
{{cipher.subTitle}}
- + - + @@ -134,12 +139,12 @@
+ ng-show="vaultFolders.length && (!main.searchVaultText || folderCiphers.length)">

{{folder.name}} - +

@@ -148,8 +153,8 @@
-
-
-

No logins in this folder.

- +
+
+

No items in this folder.

+
-
+
- + + + + + - {{login.name}} - {{cipher.name}} + -
- {{login.username}} + {{cipher.subTitle}}
- + + @@ -254,19 +264,53 @@ +

+ Types +

+
+ +

Folders

Loading...

- +
+ +
diff --git a/app/vault/views/vaultAddCipher.html b/app/vault/views/vaultAddCipher.html new file mode 100644 index 00000000..a59632e0 --- /dev/null +++ b/app/vault/views/vaultAddCipher.html @@ -0,0 +1,583 @@ + + + + + diff --git a/app/vault/views/vaultAddLogin.html b/app/vault/views/vaultAddLogin.html deleted file mode 100644 index 176c41f1..00000000 --- a/app/vault/views/vaultAddLogin.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - diff --git a/app/vault/views/vaultAttachments.html b/app/vault/views/vaultAttachments.html index 623ecafb..e05648eb 100644 --- a/app/vault/views/vaultAttachments.html +++ b/app/vault/views/vaultAttachments.html @@ -1,7 +1,7 @@ @@ -9,13 +9,13 @@
Loading...
-
- There are no attachments for this login. +
+ There are no attachments for this item.
-
+
- + + + + - {{login.name}} - - {{cipher.name}} + + -
- {{login.username}} + {{cipher.subTitle}}
- +
- +