1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-24 04:04:24 +00:00
Commit Graph

128 Commits

Author SHA1 Message Date
Daniel James Smith
bb294ac792 Move ExpiryYear fieldnames to CC constants 2022-01-02 14:12:56 +01:00
Daniel James Smith
8992f348d2 Move ExpiryMonth fieldnames to CC constants 2022-01-02 14:10:16 +01:00
Daniel James Smith
5fb9d0ee7f Separate Identity constants into its own class 2022-01-02 14:01:26 +01:00
Daniel James Smith
47b40e0049 Separate CreditCard constants into its own class 2022-01-02 13:56:42 +01:00
Daniel James Smith
0fbeabf7a6 Extract constants for autofill into separate file 2022-01-02 13:45:32 +01:00
Oscar Hinton
8fe821b9a3 Apply Prettier (#2238) 2021-12-21 15:43:35 +01:00
Thomas Rittson
2113c709a4 [Linked fields] Add Linked Field as a custom field type (#1963)
* Proof of concept for Linked custom field type

* Linked Fields for all cipher types, use dropdown

* Fix linked icon alignment

* Tweak linked icon alignment and style

* Move add-edit custom fields to own component

* Disable copy for linked field

* Use Field.LinkedId to store linked field info
2021-11-04 07:40:42 +10:00
gabrielfin
2228ffac47 Do not autofill inputs meant for password recovery (#1999)
Fixes issue #1956
2021-10-25 16:16:01 +10:00
Oscar Hinton
ce2e6c3cb4 Remove empty catch blocks and remove allow-empty-catch tslint rule (#2136) 2021-10-21 11:10:46 +02:00
Kyle Spearrin
812741219d Ability to auto-fill span elements (#2095)
* ability to autofill span elements

* add modification comments
2021-09-30 16:02:13 -04:00
Oscar Hinton
a848406ce0 Use explicit import paths (#2074) 2021-09-17 15:44:27 +02:00
Oscar Hinton
4e1958f417 Add jslib as a "real" dependency (#1876)
* Support split jslib

* Fix tests

* Bump jslib
2021-06-07 19:25:37 +02:00
Thomas Rittson
56e127d20c Merge branch 'master' into feature-aopl-options 2021-05-18 10:11:40 +10:00
Thomas Rittson
59c50f7fb0 remove unused skipTotp option on doAutoFill 2021-05-17 13:19:43 +10:00
Thomas Rittson
13b0e09c2c Merge branch 'master' into feature-aopl-options 2021-05-14 10:55:14 +10:00
Thomas Rittson
af61732800 Copy TOTP after all autofills, remove old UI 2021-05-14 10:04:08 +10:00
Thomas Rittson
8c29cf7f33 Organize Options page and add headings 2021-05-05 13:57:50 +10:00
Thomas Rittson
0da4f7df73 Merge branch 'master' into copy-totp-on-auto-fill 2021-05-05 12:23:37 +10:00
Oscar Hinton
cdc71dd661 Password reprompt (#1784)
* Add support for password reprompt

* Rename passwordPrompt to reprompt.

* Move showPasswordDialog to paltformutils

* Fix swal2 validation error styling

* Group imports

* Update src/_locales/en/messages.json

Co-authored-by: Matt Gibson <mgibson@bitwarden.com>
2021-05-03 20:56:38 +02:00
Thomas Rittson
4956cf9d8d Fix linting 2021-03-15 12:35:23 +10:00
Tom Rittson
396870e507 add new autofill on page load features 2021-03-12 12:07:16 +10:00
Tomer Shvueli
da37add779 fix: Updated styles and copy, simpler logic 2021-03-11 11:00:39 -05:00
Tomer Shvueli
6eb7106bc5 fix: Nest sub option in Options page, tie auto fill & auto copy features together 2021-03-04 09:58:22 -05: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
Matt Gibson
1868b99d17 Linter updates and fixes (#1604) 2021-02-10 09:40:15 -06:00
wusatosi
8d2b84cbb3 [ref] Improved readability for #1441 2021-01-03 00:32:22 +08:00
Matt Gibson
c95230fc48 Close 2fa window if redirected from sso login (#1480)
* Close 2fa window if redirected from sso login

This is a workaround until we can get browser extension sso to use the
toolbar popup.

other changes are linter autofixs

Co-authored-by: Matt Gibson <mdgibson@Matts-MBP.lan>
2020-12-09 15:30:03 -06:00
David Gleich
c209fd72de Add some german input field names 2020-10-24 13:01:03 +02:00
Addison Beck
3d903bbf0c removed an uneeded line of code 2020-10-13 15:33:28 -04:00
Addison Beck
fdfb6fb152 tracked last-launched ciphers for autofill 2020-10-12 13:33:26 -04:00
Josep Marí
c86151d74f Update last used index when auto-fill worked correctly (#1425) 2020-10-09 07:31:02 -04:00
Addison Beck
64dd14ffc5 added an escape character to a regex string 2020-09-28 12:57:40 -04:00
Addison Beck
a2a994cb4d tweaked autofill ignore settings for code review 2020-09-28 12:07:46 -04:00
Addison Beck
307f59065b beefed up the restrictions on what is considered isLikePassword for autofill 2020-09-25 12:43:29 -04:00
Chad Scharf
7f1cc0199b Ensure auto auto-fill ignores new-password 2020-09-21 15:41:06 -04:00
Josep Marí
fe2557e21c Cycle through every login when using the auto-fill shortcut (#956)
* Cycle through every login when using the auto-fill shortcut

* Leave imports ordering as it was

* Undo formatting

* Move logic to jslib

* Remove unused method
2020-08-12 16:05:12 -04:00
Kyle Spearrin
c444da9a18 fix missing paren 2020-06-29 14:57:56 -04:00
Jonathan Ehman
b4e15aba6e Avoid a common One Time Password field name (#1314)
Many sites have one time password fields for Two Factor Authentication. A common name for those fields is OneTimePassword or some variant. If these fields were commonly of type "password" it would not be significant. However, since they are commonly of type "text", it is a security risk for users to auto fill these fields.
2020-06-29 10:27:14 -04:00
Kyle Spearrin
166573dafb brand color updates 2020-05-05 16:59:20 -04:00
Kyle Spearrin
1d03103faf support reversed 13 length month select 2019-10-09 17:12:21 -04:00
Kyle Spearrin
17ce891aab data-recurly attr support for autofill 2019-10-08 12:49:43 -04:00
Kyle Spearrin
93e5eeda6b dont autofill non-empty fields on page load 2019-09-25 09:54:01 -04:00
Kyle Spearrin
c99403255d not like password if contains "captcha" 2019-08-30 12:26:50 -04:00
Joris
55db185d6b Fix autofill with empty custom field (#991) 2019-08-12 07:13:06 -04:00
Kyle Spearrin
103662349f support other languages for exp mo/yr on cards 2019-07-29 22:30:57 -04:00
Kyle Spearrin
fd04be2d98 collection event for autofill 2019-07-12 14:54:17 -04:00
Kyle Spearrin
92fb43fc2e organizationUseTotp on totp copy 2019-05-27 22:04:00 -04:00
Kyle Spearrin
ea1601c32c formatting 2019-04-20 21:31:09 -04:00
Kyle Spearrin
200fa80260 centralize fillByOpid 2019-04-20 21:29:13 -04:00
Perry Trinh
bfb87dbd15 Added limit to length of password when autofilling if max password length exists (#918) 2019-04-20 21:17:39 -04:00