1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-21 10:43:23 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
Thomas Rittson
3d4ecaeb6a "Auto-fill on page load" options (#199)
* add autofill on page load props to models and view

For new per-login autofill on page load settings

* filter and cache ciphers per autofill setting

Used by the new autofill on page load feature to identify
matching ciphers and filter according to their autofill setting

* fix null check on array

* fix linting and style errors

* change cacheKey to avoid collision with real url

* Fix linting, set default value for aopl-options

* Fix linting

* update UI

* Remove autofillOnPageLoad from export

* Change enum to boolean

* Add storage key for autofillOnPageLoad default

* fix style
2021-05-18 10:08:28 +10:00
Matt Gibson
58f40b0085 Fix glob processing in npm. Ban single param parens (#257) 2021-02-04 09:49:23 -06:00
Matt Gibson
cc801ce0d7 Has Totp method will be used to enable quick copy (#225) 2020-12-15 10:02:54 -06:00
Kyle Spearrin
98addd8ab5 formatting updates 2019-02-08 08:03:12 -05:00
ShirokaiLon
4aaf452883 Ignore regex URI when launching (#28)
* Do not launch regex URI

* Fix incorrect check

* More null checks
2019-02-08 08:01:08 -05:00
Kyle Spearrin
b01709240e init view properties 2019-01-25 09:30:21 -05:00
Kyle Spearrin
e7464785e1 allow launching URLs without protocol than end with tld 2019-01-07 10:33:13 -05:00
Kyle Spearrin
6a8d2c305e support for password revision date on logins 2018-07-27 17:48:18 -04:00
Kyle Spearrin
286e839ebb remove unused member 2018-04-12 14:48:12 -04:00
Kyle Spearrin
145188c005 maskedPassword is constant 8 char 2018-03-06 07:44:32 -05:00
Kyle Spearrin
063bb010db refactor for login uris and response model changes 2018-03-01 23:44:29 -05:00
Kyle Spearrin
166ed44392 Revert "reference barrels"
This reverts commit 2d9f53fbed.
2018-02-19 13:07:19 -05:00
Kyle Spearrin
2d9f53fbed reference barrels 2018-02-19 12:33:32 -05:00
Kyle Spearrin
4694793785 reset domain to null if empty 2018-01-30 13:13:12 -05:00
Kyle Spearrin
e5c1adedff lib updates for login view on desktop 2018-01-24 23:27:04 -05:00
Kyle Spearrin
b4257b9ff3 subtitle properties 2018-01-24 16:58:34 -05:00
Kyle Spearrin
7e1c883f03 view model types 2018-01-24 11:33:15 -05:00