comparesheriff
|
6b6fc33b6f
|
Add 'lock_vault' command (#1450)
* Update manifest.json
Add additional command to lock the vault
* Update shortcuts.ts
add mousetrap binding for lock_vault command
* Update commands.background.ts
add option to lock vault with shortcut
* Update messages.json
add german key for lock_vault
* Update messages.json
add english key for 'lock_vault' command
* remove commandLockVaultDesc from de message pack
* Update messages.json
* Update shortcuts.ts
update comment for safari keybinding
* Update shortcuts.ts
remove confusing comment
Co-authored-by: ljakobitz@dev5310.com <ljakobitz@dev5310.com>
Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com>
|
2020-11-06 10:43:06 -05:00 |
|
eliykat
|
62edd889f7
|
fix typo in symlink:win script (#1447)
|
2020-11-05 14:16:06 -05:00 |
|
Vincent Salucci
|
6f6a5461b7
|
[GDPR] Adjusted TOS/Privacy acceptance (#1445)
* updated tos/privacy policy acceptance
* Removed variables/logic now found in superclass
* update jslib (d84d6da -> 5e50aa1)
* Added content-row UI
|
2020-11-05 13:13:46 -06:00 |
|
Chad Scharf
|
c0ba74b2e1
|
Merge pull request #577 from bitwarden/handle-window-hide
Handle main window hidden event
|
2020-11-04 15:41:07 -05:00 |
|
Chad Scharf
|
eebec21afe
|
Merge branch 'master' of https://github.com/bitwarden/desktop into master
|
2020-11-04 15:14:04 -05:00 |
|
Chad Scharf
|
d83fb51dc3
|
t push origin masterMerge branch 'handle-window-hide' into master
Handle main window hidden event
|
2020-11-04 15:13:20 -05:00 |
|
Chad Scharf
|
97e982bf01
|
onDestroy needed for broadcast subscriptions
|
2020-11-04 14:00:44 -05:00 |
|
Chad Scharf
|
c9c6a11390
|
update jslib
|
2020-11-04 12:22:17 -05:00 |
|
Chad Scharf
|
fe031ac6b8
|
remove trailing whitespace for lint errors
|
2020-11-04 12:19:56 -05:00 |
|
Chad Scharf
|
c001a00f82
|
Hide hidden fields on hide/minimize
|
2020-11-04 12:09:21 -05:00 |
|
Kyle Spearrin
|
1a918436ca
|
fix set-env refs
|
2020-11-03 13:29:00 -05:00 |
|
Vincent Salucci
|
bcc8bc0c80
|
[GDPR] Adjusted TOS/Privacy acceptance (#579)
* initial commit gdpr acceptance
* Removed variables/logic now found in superclass
* update jslib (d84d6da -> 5e50aa1)
|
2020-11-02 16:32:58 -06:00 |
|
Chad Scharf
|
4a18a4eb93
|
cont. removing broadcast srv jslib refs
|
2020-11-02 17:11:56 -05:00 |
|
Chad Scharf
|
5ff545e541
|
Undo broadcast service refs (not needed)
|
2020-11-02 17:08:39 -05:00 |
|
Addison Beck
|
421de80daf
|
Added --apiKey option to the login command
|
2020-11-01 14:57:33 -05:00 |
|
Cedric Wille
|
9914ac6610
|
issue496 Improve touchID message
|
2020-10-30 14:56:30 -04:00 |
|
Chad Scharf
|
d8d1ee3022
|
Handle main window hide
|
2020-10-29 16:35:09 -04:00 |
|
Tom Rittson
|
0dc2da052f
|
expand contributing guide
|
2020-10-28 17:35:00 +10:00 |
|
Tom Rittson
|
73f1ab2291
|
expand contributing guide
|
2020-10-28 17:26:29 +10:00 |
|
Chad Scharf
|
0e42893d1c
|
Merge pull request #1421 from eliykat/docs-contrib
expand CONTRIBUTING.md
|
2020-10-26 17:09:44 -04:00 |
|
Hinton
|
0c0beb7446
|
Build proxy for all dist
|
2020-10-26 20:35:47 +01:00 |
|
Chad Scharf
|
312cdbee3d
|
Merge pull request #1438 from gleichda/master
Add some german input field names
|
2020-10-26 12:49:32 -04:00 |
|
David Gleich
|
c209fd72de
|
Add some german input field names
|
2020-10-24 13:01:03 +02:00 |
|
Hinton
|
c1b099f5da
|
Handle invalidatedEncrytption message
|
2020-10-23 14:40:50 +02:00 |
|
Hinton
|
da0cd3d588
|
Send error when failing to decrypt message
|
2020-10-23 14:40:31 +02:00 |
|
Hinton
|
b0c9054f23
|
Update with support for latest jslib
|
2020-10-23 10:42:58 +02:00 |
|
Kyle Spearrin
|
3629c2c0d5
|
use element classList to add animations (#1436)
|
2020-10-22 12:32:33 -04:00 |
|
Hinton
|
470df8f589
|
Set correct paths to binary in manifest for npm run
|
2020-10-21 20:44:56 +02:00 |
|
Hinton
|
222665dd9d
|
Fix error in firefox
|
2020-10-21 20:39:58 +02:00 |
|
Hinton
|
251d0fdde3
|
Handle another error message
|
2020-10-21 17:50:27 +02:00 |
|
Hinton
|
0a4d59092b
|
Cleanup, localize error.
|
2020-10-21 17:18:04 +02:00 |
|
Hinton
|
77fc0ce55b
|
Cleanup code
|
2020-10-21 16:48:40 +02:00 |
|
Hinton
|
9ff0f204d8
|
Add connected/disconnected calls in proxy application
|
2020-10-21 15:56:27 +02:00 |
|
Hinton
|
9064298309
|
Display error message when browser integration is disabled, or desktop not running
|
2020-10-21 15:56:10 +02:00 |
|
Chad Scharf
|
611e8760c6
|
Merge pull request #177 from bitwarden/jslib-update-fix-lowdb-storage-constructor
Add log service and pass to lowdb storage
|
2020-10-20 10:17:33 -04:00 |
|
Chad Scharf
|
f0d4635c5f
|
Add log service and pass to lowdb storage
|
2020-10-20 10:07:36 -04:00 |
|
Kyle Spearrin
|
92d73a5be4
|
set collection view id from response (#176)
|
2020-10-20 09:38:11 -04:00 |
|
Hinton
|
a3dbf8b65d
|
Unlock using master key from desktop
|
2020-10-19 18:34:40 +02:00 |
|
Hinton
|
a6563e7de2
|
Send key to browser.
|
2020-10-19 18:34:24 +02:00 |
|
Hinton
|
2ac6148821
|
Show fingerprint message
|
2020-10-19 16:50:33 +02:00 |
|
Hinton
|
a659c86373
|
Show fingerprint message
|
2020-10-19 16:50:25 +02:00 |
|
Hinton
|
54c53e432b
|
Setup new encryption flow
|
2020-10-19 12:21:07 +02:00 |
|
Hinton
|
378f603709
|
Setup new encryption flow
|
2020-10-19 12:20:45 +02:00 |
|
Hinton
|
1bb81270d9
|
Fix homedir for manifests
|
2020-10-16 18:51:28 +02:00 |
|
Hinton
|
74b51c9a6c
|
wip
|
2020-10-16 17:09:17 +02:00 |
|
Hinton
|
90bba83ae5
|
wip
|
2020-10-16 17:08:53 +02:00 |
|
Hinton
|
41134aee98
|
Minor cleanup
|
2020-10-16 12:01:07 +02:00 |
|
Vincent Salucci
|
f54ca688d4
|
[SSO] New user provision flow jslib update (3bf322a -> d84d6da) (#1429)
* Updated import/constructors
* Update jslib (3bf322a -> d84d6da)
|
2020-10-14 08:58:36 -05:00 |
|
Vincent Salucci
|
be95ee9328
|
[SSO] New user provision flow jslib update (f0dc38b -> d84d6da) (#570)
* Updated import/constructors
* Update jslib from f0dc38b -> d84d6da
|
2020-10-14 08:58:23 -05:00 |
|
Vincent Salucci
|
569d8e0a4f
|
Merge pull request #173 from bitwarden/m-update-jslib
[SSO] New user provision flow jslib update (f30d6f8 -> d84d6da)
|
2020-10-14 08:57:47 -05:00 |
|