organize import dropdown. added opera and vivaldi
This commit is contained in:
parent
9918e903b2
commit
8510711e5d
|
@ -36,6 +36,8 @@
|
||||||
import1Password6WinCsv(file, success, error);
|
import1Password6WinCsv(file, success, error);
|
||||||
break;
|
break;
|
||||||
case 'chromecsv':
|
case 'chromecsv':
|
||||||
|
case 'vivaldicsv':
|
||||||
|
case 'operacsv':
|
||||||
importChromeCsv(file, success, error);
|
importChromeCsv(file, success, error);
|
||||||
break;
|
break;
|
||||||
case 'firefoxpasswordexportercsvxml':
|
case 'firefoxpasswordexportercsvxml':
|
||||||
|
|
|
@ -11,12 +11,16 @@
|
||||||
{
|
{
|
||||||
id: 'bitwardencsv',
|
id: 'bitwardencsv',
|
||||||
name: 'bitwarden (csv)',
|
name: 'bitwarden (csv)',
|
||||||
|
featured: true,
|
||||||
|
sort: 1,
|
||||||
instructions: $sce.trustAsHtml('Export using the web vault (vault.bitwarden.com). ' +
|
instructions: $sce.trustAsHtml('Export using the web vault (vault.bitwarden.com). ' +
|
||||||
'Log into the web vault and navigate to "Tools" > "Export".')
|
'Log into the web vault and navigate to "Tools" > "Export".')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'lastpass',
|
id: 'lastpass',
|
||||||
name: 'LastPass (csv)',
|
name: 'LastPass (csv)',
|
||||||
|
featured: true,
|
||||||
|
sort: 2,
|
||||||
instructions: $sce.trustAsHtml('See detailed instructions on our help site at ' +
|
instructions: $sce.trustAsHtml('See detailed instructions on our help site at ' +
|
||||||
'<a target="_blank" href="https://help.bitwarden.com/getting-started/import-from-lastpass/">' +
|
'<a target="_blank" href="https://help.bitwarden.com/getting-started/import-from-lastpass/">' +
|
||||||
'https://help.bitwarden.com/getting-started/import-from-lastpass/</a>')
|
'https://help.bitwarden.com/getting-started/import-from-lastpass/</a>')
|
||||||
|
@ -24,6 +28,8 @@
|
||||||
{
|
{
|
||||||
id: 'chromecsv',
|
id: 'chromecsv',
|
||||||
name: 'Chrome (csv)',
|
name: 'Chrome (csv)',
|
||||||
|
featured: true,
|
||||||
|
sort: 3,
|
||||||
instructions: $sce.trustAsHtml('See detailed instructions on our help site at ' +
|
instructions: $sce.trustAsHtml('See detailed instructions on our help site at ' +
|
||||||
'<a target="_blank" href="https://help.bitwarden.com/getting-started/import-from-chrome/">' +
|
'<a target="_blank" href="https://help.bitwarden.com/getting-started/import-from-chrome/">' +
|
||||||
'https://help.bitwarden.com/getting-started/import-from-chrome/</a>')
|
'https://help.bitwarden.com/getting-started/import-from-chrome/</a>')
|
||||||
|
@ -31,6 +37,8 @@
|
||||||
{
|
{
|
||||||
id: 'firefoxpasswordexportercsvxml',
|
id: 'firefoxpasswordexportercsvxml',
|
||||||
name: 'Firefox Password Exporter (xml)',
|
name: 'Firefox Password Exporter (xml)',
|
||||||
|
featured: true,
|
||||||
|
sort: 4,
|
||||||
instructions: $sce.trustAsHtml('Use the ' +
|
instructions: $sce.trustAsHtml('Use the ' +
|
||||||
'<a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/password-exporter/">' +
|
'<a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/password-exporter/">' +
|
||||||
'Password Exporter</a> addon for FireFox to export your passwords to a XML file. After installing ' +
|
'Password Exporter</a> addon for FireFox to export your passwords to a XML file. After installing ' +
|
||||||
|
@ -41,6 +49,8 @@
|
||||||
{
|
{
|
||||||
id: 'keepass2xml',
|
id: 'keepass2xml',
|
||||||
name: 'KeePass 2 (xml)',
|
name: 'KeePass 2 (xml)',
|
||||||
|
featured: true,
|
||||||
|
sort: 5,
|
||||||
instructions: $sce.trustAsHtml('Using the KeePass 2 desktop application, navigate to "File" > "Export" and ' +
|
instructions: $sce.trustAsHtml('Using the KeePass 2 desktop application, navigate to "File" > "Export" and ' +
|
||||||
'select the KeePass XML (2.x) option.')
|
'select the KeePass XML (2.x) option.')
|
||||||
},
|
},
|
||||||
|
@ -53,12 +63,16 @@
|
||||||
{
|
{
|
||||||
id: 'dashlanecsv',
|
id: 'dashlanecsv',
|
||||||
name: 'Dashlane (csv)',
|
name: 'Dashlane (csv)',
|
||||||
|
featured: true,
|
||||||
|
sort: 7,
|
||||||
instructions: $sce.trustAsHtml('Using the Dashlane desktop application, navigate to "File" > "Export" > ' +
|
instructions: $sce.trustAsHtml('Using the Dashlane desktop application, navigate to "File" > "Export" > ' +
|
||||||
'"Unsecured archive (readable) in CSV format" and save the CSV file.')
|
'"Unsecured archive (readable) in CSV format" and save the CSV file.')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: '1password1pif',
|
id: '1password1pif',
|
||||||
name: '1Password (1pif)',
|
name: '1Password (1pif)',
|
||||||
|
featured: true,
|
||||||
|
sort: 6,
|
||||||
instructions: $sce.trustAsHtml('See detailed instructions on our help site at ' +
|
instructions: $sce.trustAsHtml('See detailed instructions on our help site at ' +
|
||||||
'<a target="_blank" href="https://help.bitwarden.com/getting-started/import-from-1password/">' +
|
'<a target="_blank" href="https://help.bitwarden.com/getting-started/import-from-1password/">' +
|
||||||
'https://help.bitwarden.com/getting-started/import-from-1password/</a>')
|
'https://help.bitwarden.com/getting-started/import-from-1password/</a>')
|
||||||
|
@ -202,6 +216,22 @@
|
||||||
name: 'PassKeep (csv)',
|
name: 'PassKeep (csv)',
|
||||||
instructions: $sce.trustAsHtml('Using the PassKeep mobile app, navigate to "Backup/Restore". ' +
|
instructions: $sce.trustAsHtml('Using the PassKeep mobile app, navigate to "Backup/Restore". ' +
|
||||||
'Locate the "CSV Backup/Restore" section and click "Backup to CSV" to save the CSV file.')
|
'Locate the "CSV Backup/Restore" section and click "Backup to CSV" to save the CSV file.')
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 'operacsv',
|
||||||
|
name: 'Opera (csv)',
|
||||||
|
instructions: $sce.trustAsHtml('The process for importing from Opera is exactly the same as ' +
|
||||||
|
'importing from Google Chrome. See detailed instructions on our help site at ' +
|
||||||
|
'<a target="_blank" href="https://help.bitwarden.com/getting-started/import-from-chrome/">' +
|
||||||
|
'https://help.bitwarden.com/getting-started/import-from-chrome/</a>')
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 'vivaldicsv',
|
||||||
|
name: 'Vivaldi (csv)',
|
||||||
|
instructions: $sce.trustAsHtml('The process for importing from Vivaldi is exactly the same as ' +
|
||||||
|
'importing from Google Chrome. See detailed instructions on our help site at ' +
|
||||||
|
'<a target="_blank" href="https://help.bitwarden.com/getting-started/import-from-chrome/">' +
|
||||||
|
'https://help.bitwarden.com/getting-started/import-from-chrome/</a>')
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,11 @@
|
||||||
<label for="source">1. Select the format of the import file</label>
|
<label for="source">1. Select the format of the import file</label>
|
||||||
<select id="source" name="source" class="form-control" ng-model="model.source" ng-change="setSource()" required>
|
<select id="source" name="source" class="form-control" ng-model="model.source" ng-change="setSource()" required>
|
||||||
<option value="">-- Select --</option>
|
<option value="">-- Select --</option>
|
||||||
<option ng-repeat="option in options" value="{{option.id}}">{{option.name}}</option>
|
<option ng-repeat="option in options | filter: { featured: true } | orderBy: ['sort', 'name']"
|
||||||
|
value="{{option.id}}">{{option.name}}</option>
|
||||||
|
<option value="-" disabled></option>
|
||||||
|
<option ng-repeat="option in options | filter: { featured: '!true' } | orderBy: ['sort', 'name']"
|
||||||
|
value="{{option.id}}">{{option.name}}</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="callout callout-default" ng-show="model.source">
|
<div class="callout callout-default" ng-show="model.source">
|
||||||
|
|
Loading…
Reference in New Issue