1
0
mirror of https://github.com/bitwarden/desktop synced 2026-01-05 10:03:43 +00:00
Commit Graph

24 Commits

Author SHA1 Message Date
Hinton
45302e5bd5 Add settings toggle to enable/disable browser integration 2020-10-07 18:25:18 +02:00
Oscar Hinton
26b023a3cb Biometric support (#470)
* Initial work on windows hello support

* Hide login button if not enabled

* Add windows.security.credentials.ui dependency to desktop as well.

* Only enable biometric on windows.

* Add support for dynamic biometric text.

* Add untested darwin implementation

* Ensure we support biometric before showing login with windows hello / touchid.

* Ensure compatability with latest jslib

* Only require module on use.

* Add windows.security.credentials.ui to src/package.json.

* Update requirements

* Update consent messages for biometrics
2020-07-23 13:32:36 -04:00
Kyle Spearrin
848dff7863 tweaks to minimize on copy feature (#432) 2020-04-14 16:52:03 -04:00
Elias Papavasileiou
a84af15c93 Add minimize when copying to clipboard option (#390)
* Add minimize when copying to clipboard option

* Change minimizeOnCopyToClipboardKey constant reference and fix whitespace

* Extend feature to context menus and view component

* Cleanup and refactor methods

* Refactor copy method and add minimizeOnCopyToClipboardKey constant to electronConstants.ts

* Use window.main subclass and fix formatting

* Revert "Use window.main subclass and fix formatting"

This reverts commit 0159613751.

* Reimplement part of 0159613751

* Add null check to VaultComponent::copyValue

* Remove unused import
2020-04-14 16:11:41 -04:00
Vincent Salucci
c1113852a4 [Auto-Logout] Implement Vault Timeout Options (#424)
* Update jslib (31a2574 -> 28e3fff)

* Initial commit of vault timeout implentation

Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
2020-04-01 10:18:36 -05:00
Kyle Spearrin
2bb71e6af1 preferences and menu bar labels for mac 2019-06-01 22:02:16 -04:00
Kyle Spearrin
a91a521722 aria modals 2019-04-01 23:27:54 -04:00
Kyle Spearrin
940b7c655c auto clear clipboard 2019-02-27 11:29:31 -05:00
Kyle Spearrin
a1592e4545 format html files 2019-02-21 16:53:32 -05:00
Kyle Spearrin
2c91a2004c pin locking 2019-02-13 10:06:58 -05:00
Kyle Spearrin
65845cd909 start to tray updates 2019-02-02 12:27:06 -05:00
h44z
a380188120 Allow app to start minimized (as tray icon) (#169)
* Allow app to start minimized (as tray icon)

* Rever german locale
2019-02-02 12:16:32 -05:00
Kyle Spearrin
071074632a remove analytics settings 2019-01-15 11:05:45 -05:00
h44z
03117facbb Close to tray (#168)
* Close to Tray implemented

* Enable Tray Icon on Linux

* Rever german locale

* Revert eaf730e51c

* Show quit button in file menu only for linux and windows
2018-12-03 15:55:55 -05:00
Kyle Spearrin
957e460a43 theme settings 2018-05-29 23:28:58 -04:00
Kyle Spearrin
9772acad40 hide to tray menu option 2018-05-08 09:40:33 -04:00
Kyle Spearrin
9d969929de more tray icon options 2018-05-05 00:29:02 -04:00
Kyle Spearrin
db0986e95f some fixes for tray icon 2018-05-04 13:16:12 -04:00
tstumm
0f2d1e73b4 Tray icon (#84)
* Implemented configurable tray icon

* Fixed calls to callAnalytics using wrong indicators
2018-05-04 12:45:42 -04:00
Kyle Spearrin
1a85017d18 language setting fixes 2018-04-24 23:53:20 -04:00
Costantini Matteo
6bf0821ca6 Add language selection in settings (#75)
* Add language selection in settings

* Removed comment

* Mapping Locale-Language saved as key-value instead of list of objects

* Remove comment

* Revert supported locales array
2018-04-24 23:25:31 -04:00
Kyle Spearrin
3ee71a2b5b apply settings with state service. 2018-02-12 15:07:38 -05:00
Kyle Spearrin
132c59f8fc settings and lock options 2018-02-10 23:24:22 -05:00
Kyle Spearrin
e518752e94 settings modal 2018-02-09 23:41:29 -05:00