Fix bookmarklet

This commit is contained in:
brantje 2016-12-22 18:34:44 +01:00
parent 35000a6814
commit ea040ed444
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F
2 changed files with 4 additions and 1 deletions

View file

@ -9,7 +9,7 @@ Features:
- Vault key is never sent to the server
- Credentials are stored with 256 bit AES
- Ability to add custom fields to credentials
- Built-in OTP(One Time Password) generator
- Built-in OTP (One Time Password) generator
- Password analyzer
- Share passwords internally and via link in a secure manner.
- Import from various password managers (KeePass, LastPass, DashLane, ZOHO, Clipperz.is )
@ -32,6 +32,7 @@ For an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)
<screenshot small-thumbnail="https://img.passman.cc/thumbs/overview.png">https://img.passman.cc/overview.png</screenshot>
<screenshot small-thumbnail="https://img.passman.cc/thumbs/edit_credential.png">https://img.passman.cc/edit_credential.png</screenshot>
<screenshot small-thumbnail="https://img.passman.cc/thumbs/share_credential.png">https://img.passman.cc/share_credential.png</screenshot>
<screenshot small-thumbnail="https://img.passman.cc/thumbs/password_audit.png">https://img.passman.cc/password_audit.png</screenshot>
<dependencies>
<php min-version="5.6"/>
<owncloud min-version="9" max-version="11" />

View file

@ -13,6 +13,8 @@ script('passman', 'vendor/angular-touch/angular-touch.min');
script('passman', 'vendor/angular-local-storage/angular-local-storage.min');
script('passman', 'vendor/angular-off-click/angular-off-click.min');
script('passman', 'vendor/angularjs-datetime-picker/angularjs-datetime-picker.min');
script('passman', 'vendor/angular-translate/angular-translate.min');
script('passman', 'vendor/angular-translate/angular-translate-loader-url.min');
script('passman', 'vendor/ng-password-meter/ng-password-meter');
script('passman', 'vendor/sjcl/sjcl');
script('passman', 'vendor/ui-sortable/sortable');