1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-19 07:35:48 +02:00
Commit Graph

16 Commits

Author SHA1 Message Date
Thomas Rittson
5f1ad85dd1
Fix lockGuard logic (#384)
* Fix lockGuard logic

* add missing return values
2021-05-20 21:05:17 +10:00
Thomas Rittson
36641f07b9
Add unauthGuard and lockGuard to prevent unintended navigation (#351)
* Lift web repo unauthGuardService up to jslib

* Add lockGuard (requires vault to be locked)

* Fix linting
2021-04-22 07:52:48 +10:00
Oscar Hinton
c62f5287cd
Desktop biometrics support (#119)
* Initial work on windows hello support

* Switch to use windows.security.credentials.ui UserConsentVerifier

* Fix linting warnings

* Remove unessesary supportsBiometric from lock screen

* Rename biometric.main to windows.biometric.main. Add abstraction for biometric.

* Add support for dynamic biometric text.

* Add untested darwin implementation

* Rename fingerprintUnlock to biometric

* Add new functions to cliPlatformUtils.service.ts.

* Hide login if biometric is not supported

* Export default for biometric.*.main.ts

* Remove @nodert-win10-rs4/windows.security.credentials

* Add build requirements to readme

* Auto prompt biometric when starting the application.

* Ensure we support biometric before trying to auto prompt.

* Fix review comments and linting errors
2020-07-23 13:32:20 -04:00
Vincent Salucci
64c54cfb86
[Auto-Logout] Refactor LockService and Update Dependencies (#91)
* initial commit for lockService name refactor

* Reverted ConstantsService vault timeout key to legacy string value

Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
2020-03-27 09:03:27 -05:00
Kyle Spearrin
bc43c68eb9 auth guard auth blocked message 2019-04-18 10:06:19 -04:00
Kyle Spearrin
2b575f0c60 send lockedUrl message 2019-02-22 13:16:12 -05:00
Kyle Spearrin
0bdbfd7984 soft locking with protected pin 2019-02-13 21:36:36 -05:00
Kyle Spearrin
6dc44c0885 generic broadcaster service 2019-01-22 16:12:34 -05:00
Kyle Spearrin
5c7a911b2e re-assign concated errors 2019-01-20 23:03:09 -05:00
Kyle Spearrin
035b4e1dd5 parse validation errors from error response model 2019-01-04 23:54:57 -05:00
Kyle Spearrin
f793ff0aa5 refactor toaster to platform showToast 2018-10-02 23:09:19 -04:00
Kyle Spearrin
49d3f22704 format multiple error messages when validating 2018-08-02 08:46:08 -04:00
Kyle Spearrin
3303e60b40 implement hasKey helper 2018-06-13 17:14:26 -04:00
Kyle Spearrin
c29b53cdd6 show string errors 2018-05-02 16:00:46 -04:00
Kyle Spearrin
5d66ede2ea move broadcaster to jslib 2018-04-06 15:33:38 -04:00
Kyle Spearrin
579f970323 move various angular bits into shared jslib 2018-04-04 08:22:55 -04:00