1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-14 10:26:19 +01:00
Commit Graph

52 Commits

Author SHA1 Message Date
Matt Gibson
e7d4886a4f Use logService for console messages 2020-12-11 10:42:00 -06:00
Hinton
ed0acdead2 Restore focus when displaying sync confirm 2020-11-30 14:58:52 +01:00
Hinton
77715443d9 Merge branch 'master' of https://github.com/bitwarden/desktop into feature/browser-communication 2020-11-19 18:49:40 +01:00
Kyle Spearrin
a18a35fa0b
support for sr lang. resolve sendService deps (#593) 2020-11-18 16:13:05 -05:00
Hinton
9ff0f204d8 Add connected/disconnected calls in proxy application 2020-10-21 15:56:27 +02:00
Hinton
2ac6148821 Show fingerprint message 2020-10-19 16:50:33 +02:00
Hinton
74b51c9a6c wip 2020-10-16 17:09:17 +02:00
Hinton
d83e2bc117 Use proper logging, fix linting errors. 2020-10-12 21:34:41 +02:00
Hinton
51b749b1dc Split native messaging into renderer and background service. Encrypt messages and verify timestamp 2020-10-12 21:18:28 +02:00
Chad Scharf
ce0568992a
Update jslib (#537) 2020-09-15 11:00:05 -04:00
Kyle Spearrin
0ba2589461
merge sso feature branch (#523)
* Update jslib (101c568 -> 14b01f2) (#506)

* Update jslib (14b01f2 -> 1513b25) (#510)

* [jslib] Update (1513b25 -> 7c3a9d6) (#516)

* update jslib (1513b25 -> 7c3a9d6)

* Updated call to constructor super

* [SSO] Added SSO flows & functionality (#513)

* update jslib

* bump version

* Added sso button (wip)

* Added sso & change password // Added modules/routes // Added strings for localization

* Added password strength comp // reverted login route

* Updated sso component to send client id // added routing for sso // added crypto function to services module provider list

* Added deep linking

* First round of UI updates // Added sso browser launching // Added missing strings

* Updated UI and added missing strings

* Removed extra change password style

* Let constructor for WindowMain handle default width/height

* Prepared for jslib update

* Update jslib (1513b25 -> 7c3a9d6)

* Update login super

* Added params for launchSsoBrowser function

* Update jslib (7c3a9d6 -> 4203937)

* Added missing strings, removed unnecessary class param

* Upgrade TypeScript (#517)

* Updated password score // Update styles

* Removed password-strength component files

* Cleaned up module class // Fixed UL/LI formatting issues

* Use exisiting loading string // removed new string

* Update jslib (4203937 -> 9957125)

* Updated class to perform new submit actions

* Upgrade Angular (#520)

* di resolution for CryptoFunctionServiceAbstraction

* Update jslib (9957125 -> 5d874d0) (#521)

* Updated change password flow to match web

* Updated callout style

Co-authored-by: Kyle Spearrin <kyle.spearrin@gmail.com>
Co-authored-by: Oscar Hinton <hinton.oscar@gmail.com>

Co-authored-by: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com>
Co-authored-by: Oscar Hinton <hinton.oscar@gmail.com>
2020-08-21 09:50:36 -04:00
Kyle Spearrin
3f75413552 di resolution for CryptoFunctionServiceAbstraction 2020-08-19 10:03:14 -04: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
Vincent Salucci
93e7e9d261
Update jslib (28e3fff -> 72e3893) (#427)
* Update jslib (28e3fff -> 72e3893)

* Update lock description

* Update vaultTimeoutService init

Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
2020-04-06 13:00:10 -05: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
Vincent Salucci
828d5ea911
Enforce password generator policy options in the UI (#393) 2020-02-27 12:13:55 -06:00
Kyle Spearrin
e79e126fba init policy service 2020-01-30 22:11:16 -05:00
Kyle Spearrin
54375acf58 auto-dark mode for macOS 2019-07-24 14:48:08 -04:00
Kyle Spearrin
7dd11511c6 event logging on view page 2019-07-09 13:11:10 -04:00
Kyle Spearrin
cd7b9bd449 user service to lock service for auth fix 2019-03-19 15:52:32 -04:00
Kyle Spearrin
aa971026ec remove lowdb with electron-store 2019-03-11 22:37:13 -04:00
Kyle Spearrin
940b7c655c auto clear clipboard 2019-02-27 11:29:31 -05:00
Kyle Spearrin
1002991022 soft lock with PIN 2019-02-14 14:00:09 -05:00
Kyle Spearrin
d06a7463bb getDomain now in jslib 2018-10-13 22:47:27 -04:00
Kyle Spearrin
a19f53eca9 dont await void methods 2018-10-04 12:05:32 -04:00
Kyle Spearrin
2ca8ac573b move toaster and analytics to platform utils 2018-10-03 09:42:11 -04:00
Kyle Spearrin
b118a614be support for logout notification 2018-08-28 08:38:34 -04:00
Kyle Spearrin
cafb047878 signalr idle disconnects 2018-08-24 15:30:26 -04:00
Kyle Spearrin
7be73c19e2 update jslib 2018-08-20 22:23:20 -04:00
Kyle Spearrin
12d39edec6 implement view reload 2018-08-20 17:01:25 -04:00
Kyle Spearrin
38371d2dec implement notifications service 2018-08-20 16:23:55 -04:00
Kyle Spearrin
09f4ee7f67 clear search index 2018-08-13 14:09:22 -04:00
Kyle Spearrin
a9067f5618 implement search service 2018-08-13 09:43:46 -04:00
Kyle Spearrin
ebca594ba9 register locale id 2018-08-02 09:26:50 -04:00
Kyle Spearrin
72712e1c36 api service to audit service 2018-07-07 23:51:05 -04:00
Kyle Spearrin
849e1ece17 update jslib with export deps 2018-07-05 14:41:50 -04:00
Kyle Spearrin
d41d310ed6 update folder service deps 2018-06-25 14:55:30 -04:00
Kyle Spearrin
eb15764395 replace electron store with lowdb 2018-05-31 09:08:09 -04:00
Kyle Spearrin
3373de40a8 restore isDev check on analytics 2018-05-30 22:42:13 -04:00
Kyle Spearrin
92809488a5 dark theme tweaks 2018-05-30 22:28:04 -04:00
Kyle Spearrin
b89a620f9b switch back to web crypto on desktop 2018-05-30 16:52:55 -04:00
Kyle Spearrin
f20838c17e fix os windows top border color 2018-05-30 15:39:20 -04:00
Kyle Spearrin
957e460a43 theme settings 2018-05-29 23:28:58 -04:00
Kyle Spearrin
6b48a5fcd3 add export service 2018-05-17 10:54:24 -04:00
Kyle Spearrin
da478027f6 init lock service 2018-05-16 10:19:32 -04:00
Kyle Spearrin
be8e372e00 logout async 2018-05-15 23:40:24 -04:00
Kyle Spearrin
2da147b480 switch to node crypto function service 2018-04-25 16:57:04 -04:00
Kyle Spearrin
e38fbfc3dd move electron renderer messaging service to jslib 2018-04-25 09:01:04 -04:00
Kyle Spearrin
1a85017d18 language setting fixes 2018-04-24 23:53:20 -04:00
Kyle Spearrin
a135acb3c4 move services module to app root 2018-04-24 23:26:50 -04:00