Commit Graph

198 Commits

Author SHA1 Message Date
colin 70113ee29e fix `enableOTP` handling to match docs: prioritize store, then extension config 2022-11-05 21:30:49 -07:00
colin 55889b8f61 add a nix package
the nix output includes a .xpi file which can be manually
linked into the Firefox addon directory.
this .xpi file lacks a META-INF directory. i don't know what that is
yet, so hopefully firefox won't care.
2022-10-27 05:43:58 -07:00
Benjamin Lee 0fd15fddf8
Mention restricted domains workaround for firefox (#298) 2022-06-27 23:33:13 +02:00
jayme-github 65c3cd01d5
Remove the warning about outdated debian packages (#275)
Debian has version 3.7.2 imported to stable, so it's pretty up to date now.
This also changes the links to point to debian stable.
2021-08-23 18:56:28 +02:00
Maxim Baz 77f6d18f8e
Note that Debian packages are significantly outdated 2021-01-20 11:37:41 +01:00
Maxim Baz 450cc66a18
Bump version 2021-01-19 00:48:15 +01:00
Steve Gilberd 7a46a8f991
Update copyright year 2021-01-19 12:47:05 +13:00
Steve Gilberd 42e28c2cef
Update dependencies 2021-01-19 12:42:09 +13:00
Erayd d2d2468f2a
Allow empty login (#232) 2021-01-01 01:51:13 +13:00
Maxim Baz 63935b9f03
Bump version 2020-09-17 13:19:21 +02:00
Erayd 83656ad14b
Copy OTP to clipboard only after fill (#239) 2020-09-17 13:10:56 +02:00
Maxim Baz fb17d64910
Bump version 2020-09-17 09:20:31 +02:00
txt-file cb4bc8b1f6
fix typo in README.md (#231) 2020-09-11 12:40:02 +12:00
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