Commit Graph

185 Commits

Author SHA1 Message Date
Erayd
29a7043264 Add context screen & integrated TOTP support (#229) 2020-09-10 07:13:15 +12:00
Maxim Baz
0f8608ec7e Bump version 2020-08-26 16:55:25 +02:00
Maxim Baz
c9afa483cb Remove debugger permissions (#226) 2020-08-26 16:53:58 +02:00
Maxim Baz
d73f8e55ae inject: prefer full match first before making a substring searching 2020-08-12 18:51:53 +02:00
Maxim Baz
aae2b6da1c Update dependencies, run prettier 2020-08-12 13:57:30 +02:00
dependabot[bot]
dbe3d61deb Bump elliptic from 6.5.2 to 6.5.3 in /src (#222)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-03 09:45:32 +12:00
Maxim Baz
585719a698 Fix relative link in REAME, fixes #221 2020-07-24 12:33:22 +02:00
Cédric Boutillier
0b085fd05e Use binary package name for Debian (#220)
It is more useful for users to refer to the _binary package_ `webext-browserpass` instead of the _source package name_  for the Debian distribution, as the binary packages are the ones which can be installed by `apt`.

This proposed modification reflects this in the README.
2020-07-15 23:32:50 +02:00
Maxim Baz
92509025a9 Bump version 2020-06-27 13:28:15 +02:00
Maxim Baz
96eab70ca7 Fix about:XXX support in Firefox (#198) 2020-06-27 13:16:45 +02:00
Erayd
a95daae8e3 Add hotkeys to tooltips (#213) 2020-06-27 23:16:01 +12:00
Erayd
962c305f21 Upgrade all dependencies (#212) 2020-06-02 21:10:24 +12:00
Maxim Baz
ccf5e2b966 Mention using gmake on FreeBSD, fix #205 2020-02-16 21:03:45 +01:00
Maxim Baz
0e514e5bb7 Fix SVG icon in Firefox without allowing insecure CSS (#199) 2020-02-02 16:12:07 +01:00
Maxim Baz
d4d0e02ae2 Revert "Allow inline CSS in CSP, fixes #190"
This reverts commit 22ddc2f107.
2020-02-02 12:00:04 +01:00
Maxim Baz
22ddc2f107 Allow inline CSS in CSP, fixes #190 2020-02-02 01:49:42 +01:00
Maxim Baz
443c6dc510 README: add note about pinentry-curses 2020-01-12 18:45:49 +01:00
Maxim Baz
7a3965981b README: document frequent questions regarding gpg and pinentry 2019-12-10 21:17:01 +01:00
Maxim Baz
c92beaf387 inject: detect username by autocomplete=email 2019-11-13 18:08:38 +01:00
Erayd
6b04258ef4 Truncate maxlength= fields (#189) 2019-10-31 12:38:45 +13:00
Maxim Baz
87eb6e0156 Improve autosubmit via Chromium's debugger 2019-10-30 23:52:32 +01:00
Erayd
083935920c Implement home / end keys for popup (#187) 2019-10-24 13:42:14 +13:00
Maxim Baz
33ff35f018 bump version 2019-10-20 00:10:49 +02:00
Maxim Baz
917a1ac2bf Add 'alias' as a valid identifier for a username field 2019-10-19 23:14:00 +02:00
Maxim Baz
250edc7ebc Allow data: scheme for images in CSP (#185) 2019-10-20 09:40:48 +13:00
Erayd
cbab38f324 Make Ctrl+C copy username if username button is focused (#183) 2019-10-19 20:33:35 +02:00
Maxim Baz
f47ffceaa6 bump version 2019-10-19 18:57:47 +02:00
Adhityaa Chandrasekar
592f12396f Add light theme (#120) 2019-10-19 18:56:56 +02:00
Erayd
42b2757967 Autofill: re-set the field value if necessary (#182) 2019-10-19 18:37:44 +02:00
Maxim Baz
a7d291ec98 bump version 2019-10-15 01:23:38 +02:00
Erayd
f19a44d3ce Replace tldjs with @browserpass/url, check port (#179) 2019-10-13 00:30:46 +02:00
Maxim Baz
02efc62c73 bump version 2019-10-10 10:09:19 +02:00
Christopher Waldon
025adf2e50 Fix typo in warning (#180) 2019-10-01 15:22:23 +02:00
Maxim Baz
dda63702fa Update README, add note about Mozilla domains and Firefox (#175) 2019-09-27 21:17:51 +02:00
Maxim Baz
c5a5da15ea Support and prioritize fields with autocomplete attributes (#176) 2019-09-27 21:17:22 +02:00
Maxim Baz
3a2af64bc3 Small refactoring 2019-09-27 15:48:52 +02:00
Maxim Baz
a87623ff70 bump version 2019-09-27 14:33:58 +02:00
Maxim Baz
1292554759 Avoid live-updating badgeCache object (#174) 2019-09-27 14:33:39 +02:00
Maxim Baz
8b22fdbfe9 bump version 2019-09-27 12:57:07 +02:00
Maxim Baz
10718c7187 Reduce number of calls to host app when computing badge counters (#173) 2019-09-27 12:56:27 +02:00
Maxim Baz
14302e9362 Improve domain matching to reduce false positives (#172) 2019-09-26 23:22:20 +02:00
Maxim Baz
dce3358d7f Send more keyboard events to improve autofill (#171) 2019-09-26 16:37:51 +02:00
Maxim Baz
3bb7723433 bump version 2019-09-25 19:38:20 +02:00
Erayd
6468a71bb8 s/AUTHOR/DEVELOPERS/g 2019-09-13 17:21:29 +12:00
Erayd
08618b3ca8 Add privacy policy (#166) 2019-09-13 09:19:26 +12:00
Erayd
3d36b3488f Add option to ignore entries matching a pattern (#161)
* Add option to ignore entries matching a pattern
2019-08-31 23:14:14 +12:00
Maxim Baz
5e31b0d4d5 README: note about slash and backslash chars in file names 2019-05-27 16:09:50 +02:00
Fabian Henneke
6c1208b77a Clear credentials from clipboard after 60 seconds (#141)
The clipboard is cleared 60 seconds after a username or password is
copied, if the content of the clipboard is still equal to the copied
string.
2019-05-16 23:22:02 +02:00
Maxim Baz
fbdadfb84b Add Debian package to README 2019-05-07 16:31:54 +02:00
Maxim Baz
1aa65571ad Clarify "configure browsers" in issue template
Fixes #147
2019-05-07 09:03:59 +02:00