1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-13 01:58:44 +02:00
The browser extension vault (Chrome, Firefox, Opera, Edge, Safari, & more).
Go to file
ServiusHack 30a5257671 Add importer for Passman (#13)
* Add importer for Passman

The importer reads JSON files generated by the Nextcloud app Passman.

The first tag is used as the folder name. This works well if passwords
have no or only one tag. If no username is set then the email address is
used as the username.

Files are not being imported.

* Fix indentation

* Remove unsettable revision date

* Fix tslint findings

* Add email to notes when there is also a username

If a username is set, that will become the username. Otherwise the email
will become the username.

If a username and an email is set the email will be added to the notes.
2018-10-08 15:41:32 -04:00
.vscode vs code debugging node 2018-04-20 10:59:35 -04:00
spec remove unused import 2018-09-19 09:57:17 -04:00
src Add importer for Passman (#13) 2018-10-08 15:41:32 -04:00
.editorconfig update settings 2018-04-10 22:05:36 -04:00
.gitignore setup karma testing 2018-04-17 16:15:19 -04:00
CONTRIBUTING.md license and contrib 2018-01-26 16:07:38 -05:00
LICENSE.txt license and contrib 2018-01-26 16:07:38 -05:00
package-lock.json move eventTrack analytics to platform utils 2018-10-03 00:03:49 -04:00
package.json move eventTrack analytics to platform utils 2018-10-03 00:03:49 -04:00
README.md Update README.md 2018-04-17 16:25:01 -04:00
SECURITY.md Uppercase Bitwarden 2018-02-27 14:19:31 -05:00
tsconfig.json remove allowJs from tsconfig 2018-06-13 12:36:48 -04:00
tslint.json add two factor apis 2018-06-26 15:17:14 -04:00

appveyor build

Bitwarden JavaScript Library

Common code referenced across Bitwarden JavaScript projects.