Commit Graph

240 Commits

Author SHA1 Message Date
Vlad 0c0bde051a locales fix 2021-02-23 00:51:36 +03:00
Vlad eb59c9e692 browser version of 287 issue
added condition when badge should set text based on setting
2021-02-22 01:35:14 +03:00
Tomer Shvueli 72d0a439d2 feat: Add option to auto-copy TOTP code when page auto fills credentials 2021-02-20 14:48:54 -05:00
Vincent Salucci 0d6e212463
[Send] Groupings component (#1605)
* Initial commit of groupings component

* Update jslib ee164be

* Updated send-list item icons

* Requested changes

* Removed obsolete safari hacks
2021-02-10 10:16:34 -06:00
Thomas Rittson a2540abbae
Merge pull request #1580 from bitwarden/excluded-domains-explanation
Add UI text to explain Excluded Domains functionality
2021-02-03 13:12:38 +10:00
Vincent Salucci 07f5be39d8
[Send] Navigation Tab (#1591)
* Initial commit of send tab

* update jslib (9ddec9b -> 859f317)

* updated skeleton class/html

* removed added space

* cleaned up import groupings

* Updated to use flex container and removed unnecessary scss class
2021-02-02 11:43:31 -06:00
Thomas Rittson c971772925
Add UI text to explain functionality 2021-01-29 17:27:19 +10:00
Oscar Hinton 14293a7831
Reload browser extension after enabling nativeMessaging (#1577) 2021-01-27 23:05:50 +01:00
Thomas Rittson d24961e3a0
Merge pull request #1376 from eliykat/feature-edit-excludedDomains
add settings -> Excluded Domains component
2021-01-26 06:25:36 +10:00
Oscar Hinton 54da244340
Make nativeMessaging optional on all platforms except firefox (#1565)
Make nativeMessaging optional on all platforms except firefox
2021-01-25 17:24:33 +01:00
Oscar Hinton 0511905ab4
Handle desktop logged into a different account for biometrics (#1533) 2021-01-15 16:44:27 +01:00
Thomas Rittson caa4d5990d Use placeholders, minor code and style fixes 2021-01-14 18:19:14 +10:00
Tom Rittson da636e26c2 add settings -> Excluded Domains component
Provides a UI to edit the domains for which Bitwarden does not offer
to save login details.
2021-01-13 20:10:53 +10:00
Vincent Salucci 8af54375f3
[Policy] Personal Ownership banner (#1523)
* Initial commit of ownership banner

* updated capitlization
2021-01-05 17:34:00 -06:00
Kyle Spearrin 5941a4387d
warning dialog is now handled in base component (#1506) 2020-12-22 16:38:53 -05:00
Hinton 72c6f52ae2 Resolve review comments 2020-12-16 21:44:12 +01:00
Hinton 95d475a9d3 Show an error when biometrics is disabeld in desktop app or not supported 2020-12-16 17:32:51 +01:00
Cedric Wille 3f34bc52fa
Add locale info for hint equals password (#1458)
Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com>
2020-12-15 16:09:52 -05:00
Vincent Salucci a1542f050d
[Policy] Personal Ownership (#1481)
* Initial commit for personal ownership

* Removed TODO // Updated allowPersonalOwnership logic to include necessary org/user checks

* Fixed import order

* Updated jslib (dcbd09e -> 72bf18f)

* Fixed casing for error message
2020-12-09 14:11:25 -06:00
Kyle Spearrin e42360a1b2
add support for encrypted json export (#1483) 2020-12-07 13:01:12 -05:00
Hinton 6257764c37 Resolve review comments 2020-11-19 19:16:29 +01:00
Hinton e9f7834a00 Merge branch 'master' of https://github.com/bitwarden/browser into feature/desktop-bridge 2020-11-19 19:04:20 +01:00
Matt Gibson 62196c9c34
Use mobile's trash message for item delete (#1467)
Co-authored-by: Matt Gibson <mdgibson@Matts-MBP.lan>
2020-11-19 11:39:54 -06:00
Hinton 0a29b30b99 Merge branch 'master' of https://github.com/bitwarden/browser into feature/desktop-bridge
# Conflicts:
#	src/_locales/en/messages.json
2020-11-16 10:07:54 +01:00
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
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
Hinton c1b099f5da Handle invalidatedEncrytption message 2020-10-23 14:40:50 +02:00
Hinton 0a4d59092b Cleanup, localize error. 2020-10-21 17:18:04 +02:00
Hinton 9064298309 Display error message when browser integration is disabled, or desktop not running 2020-10-21 15:56:10 +02:00
Hinton a659c86373 Show fingerprint message 2020-10-19 16:50:25 +02:00
Hinton 894d245361 Ensure biometric unlock works even if popup is not in focus 2020-10-12 18:01:34 +02:00
Hinton f311101ed9 Initial work of biometric unlock for browser 2020-10-09 17:16:15 +02:00
Matt Smith 136f75f389 Added localization strings 2020-08-28 11:00:51 -05:00
Matt Smith e7dc93b715 Verbiage changes 2020-08-25 14:03:47 -05:00
Kyle Spearrin b7c2c76230
finish autofill from view, other misc cleanup (#1368)
* finish autofill from view, other misc cleanup

* compare hostnames for authResult
2020-08-24 10:17:15 -04:00
eliykat d4d5ccc4a4
“Autofill” and “Autofill and Save” buttons for the browser extension Vault (#1367)
* Add autofill button to View cipher screen in Vault

* Add Autofill and Save button to View screen in Vault

* disable Vault Autofill buttons in popout

* tidy up 'autofill from vault' features as per feedback in PR #1367

Includes:
- remove duplicate code
- better handling of error and success messages
2020-08-24 09:10:15 -04:00
Matt Smith 1d0b549123 Modifications made to support SSO in Browser 2020-08-11 15:25:07 -05:00
Kyle Spearrin 29b370961e
Cleanup current uris selection list (#1294) 2020-06-12 12:50:39 -04:00
Chad Scharf 40ffda4da4 Merge branch 'master' into soft-delete 2020-05-08 09:20:35 -04:00
Vincent Salucci 0b5cb901aa
Added warning dialog for log out confirmation (#1216) 2020-04-25 09:13:00 -05:00
Chad Scharf 1522f3b79e [Soft Delete] - Deleted toast message trash 2020-04-14 15:10:43 -04:00
Chad Scharf 4116302965 [Soft Delete] - Trash bin in browser extension 2020-04-13 10:26:11 -04:00
Vincent Salucci a96a20e1ca
[Auto-Logout] Updated Context Menu State (#1201)
* Added context menu states

* Refactored title logic

Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
2020-04-07 19:19:47 -05:00
Vincent Salucci e510738a03
[Auto-Logout] Implement Vault Timeout Options (#1194)
* Update jslib 31a2574 -> 28e3fff

* Initial commit for vault timeout

* Updated timeout/action retrieval in idle.background

* Cycle saved for idle check

* Await async calls for lock/logout in idle bg

* Updated lock vs log out conditional

Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
2020-04-06 10:40:16 -05:00
Kyle Spearrin a06ef80dc6
implement callout component w/ generator policy (#1158) 2020-02-28 16:58:28 -05:00
Vincent Salucci c57340c4f3
Implement personal item cloning capability (#1129)
* Initial pass of clone item

* Updated npm sub:pull script to include target branches

* Made requested changes

* Formatting changes

* Fixed lint warnings
2020-02-04 16:08:13 -05:00
setyb 48b41f50e9 Fix for Firefox "Manage Extension Shortcuts" UI (part 2) (#1099)
This is the second part of the fix for https://github.com/bitwarden/browser/issues/899
2020-01-05 09:03:03 -05:00
Kyle Spearrin 0e798c610e safari 2fa page cleanup 2019-08-21 10:05:17 -04:00
Kyle Spearrin 6c110bb9a4 workaround for u2f bug in firefox on w10 2019-07-03 10:37:13 -04:00
Kyle Spearrin 6fee946caf capitalize and include number for pass gen 2019-07-02 16:52:01 -04:00
Kyle Spearrin f35bc516c0 select none collection string 2019-06-26 17:43:17 -04:00
Kyle Spearrin fe3c611d5a logged in as on 2019-06-04 00:03:27 -04:00
Kyle Spearrin 64bc93cdda clear desc 2019-05-16 08:00:17 -04:00
Kyle Spearrin 109d800a36 premises 2019-04-04 00:45:32 -04:00
Kovah bca12e8fbd Drag n drop sorting for custom fields (#906)
* Try to fix some security vulnerabilities present in used packages

(Ran npm audit fix, solved some of the issues)

* Implement custom field ordering with new handle placement

(WIP, as an update for the jslib is needed to work correctly)

* Update reference for jslib

* Restore original state of package-lock.json

* Downgrade node sass package
2019-03-28 16:15:47 -04:00
Kyle Spearrin 5ae81b197a clear clipboard setting 2019-02-27 11:07:54 -05:00
Kyle Spearrin f28d7a1af6 lock with master pass on restart option on PIN lock 2019-02-14 00:46:28 -05:00
Kyle Spearrin d5cbae7803 support for unlocking with PIN code 2019-02-12 23:53:04 -05:00
Kyle Spearrin 7f754de670 Revert "New Crowdin translations (#830)"
This reverts commit 5c527e948d.
2019-01-15 20:10:47 -05:00
Kyle Spearrin 5c527e948d
New Crowdin translations (#830)
* New translations messages.json (Bulgarian)

* New translations messages.json (Russian)

* New translations messages.json (Norwegian Bokmal)

* New translations messages.json (Persian)

* New translations messages.json (Polish)

* New translations messages.json (Portuguese)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Romanian)

* New translations messages.json (Slovak)

* New translations messages.json (Spanish)

* New translations messages.json (Swedish)

* New translations messages.json (Thai)

* New translations messages.json (Turkish)

* New translations messages.json (Ukrainian)

* New translations messages.json (Vietnamese)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations copy.resx (English, United Kingdom)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Croatian)

* New translations messages.json (Czech)

* New translations messages.json (Danish)

* New translations messages.json (Dutch)

* New translations messages.json (English, United Kingdom)

* New translations messages.json (Estonian)

* New translations messages.json (Finnish)

* New translations messages.json (French)

* New translations messages.json (German)

* New translations messages.json (Hindi)

* New translations messages.json (Hungarian)

* New translations messages.json (Indonesian)

* New translations messages.json (Italian)

* New translations messages.json (Portuguese)
2019-01-15 17:34:01 -05:00
Kyle Spearrin b6705bc338 remove analytics settings 2019-01-15 11:08:25 -05:00
Kyle Spearrin 2a3beacbe0 default match detection setting 2019-01-09 11:59:14 -05:00
Kyle Spearrin 62cd97688e logged in as 2019-01-08 09:45:12 -05:00
Kyle Spearrin a70306ea4a unlock message improvements 2019-01-07 23:29:50 -05:00
Kyle Spearrin 969fb84a96 json exports 2018-12-17 11:00:20 -05:00
Kyle Spearrin fbacef5115 premium reports feature listed 2018-12-12 11:52:48 -05:00
Andrew Peng 6b6d2b825f Fix typo and case inconsistency (#796) 2018-12-03 15:18:48 -05:00
Kyle Spearrin f043010067 option to not show cards/identities on current tab list 2018-11-21 14:31:34 -05:00
Kyle Spearrin 50dd2048ff view account's fingerprint phrase 2018-11-16 11:08:36 -05:00
Kyle Spearrin 8502ff8fa4 add master password strength text 2018-11-15 15:40:56 -05:00
Kyle Spearrin fceabbb4bf add password strength progress bar and warning message 2018-11-15 14:47:45 -05:00
Kyle Spearrin 3d50bf88d0 share on create 2018-10-23 16:39:06 -04:00
Kyle Spearrin aab709dd0b share adjustments 2018-10-23 15:41:55 -04:00
Kyle Spearrin db5855aa4b fixes and move to jslib share component 2018-10-23 10:29:05 -04:00
Cory ce7930bcc4 Added share functionality to cipher add-edit component (#758) 2018-10-23 09:25:44 -04:00
Kyle Spearrin b2d7074f11 add passphrase generation 2018-10-09 09:04:00 -04:00
Kyle Spearrin d16d1d1308 warn user and reseed storage if using Never lock option 2018-10-03 22:46:11 -04:00
Kyle Spearrin 50c94f587d implement notifications service 2018-08-20 17:40:39 -04:00
Kyle Spearrin 4076247908 option to disable change password notification 2018-07-31 23:48:11 -04:00
Kyle Spearrin cf57eadd1d detect and update password changes 2018-07-31 23:24:11 -04:00
Kyle Spearrin 8737f76edc updated dates and password history 2018-07-30 10:54:38 -04:00
Kyle Spearrin db06b60704 start styling for dark theme 2018-05-30 23:11:05 -04:00
Kyle Spearrin 344cd2ac40 add theme support to browser extension 2018-05-30 17:26:43 -04:00
Kyle Spearrin f1f7ceb7d4 remove unused messages 2018-04-18 14:11:58 -04:00
Kyle Spearrin b22653d245 share and web vault to tools. cleanup messages 2018-04-17 13:19:58 -04:00
Kyle Spearrin 46ca96020d on browser restart 2018-04-17 13:12:23 -04:00
Kyle Spearrin 10cd59b184 uri position desc 2018-04-16 15:52:41 -04:00
Kyle Spearrin e24e992e49 hostname as new login name, remove i18n string 2018-04-14 21:12:04 -04:00
Kyle Spearrin b7bd83cc65 premium page 2018-04-13 13:18:56 -04:00
Kyle Spearrin 68542bd45d remove unused i18n strings 2018-04-13 10:58:55 -04:00
Kyle Spearrin 726a7f59ae remove unused i18n strings 2018-04-12 17:32:00 -04:00
Kyle Spearrin 0cf485187d error occurred 2018-04-11 16:30:13 -04:00
Kyle Spearrin 2ad34c5119 replace tools with password generator 2018-04-10 23:03:29 -04:00
Kyle Spearrin 4a663efeaf settings page initial implementation 2018-04-10 16:20:49 -04:00
Kyle Spearrin 58f920821d password generator 2018-04-09 17:35:16 -04:00
Kyle Spearrin 82f3c39167 cipher listing titles 2018-04-09 14:45:35 -04:00
Kyle Spearrin 54ac6fd445 update password exposed messages 2018-04-06 16:16:22 -04:00
Kyle Spearrin 9c60be722b toggle vis and add cipher 2018-04-06 14:12:50 -04:00
Kyle Spearrin 63ac79fb7b vault add/edit 2018-04-05 23:49:04 -04:00
Kyle Spearrin 3a9a7d3e64 cipher listing with action button and pop comps 2018-04-05 15:35:56 -04:00