Oscar Hinton
3f1674c1f1
Icon Updates ( #1541 )
2022-01-21 10:31:03 +01:00
Jake Fink
f3ff991abe
check password for null before setting cursor position ( #1586 )
2021-10-15 10:56:12 -04:00
Jake Fink
faac7ebe5e
Set cursor position after toggle password visibility ( #1568 )
...
- Lock page
- Login page
- Register page
2021-10-08 12:09:08 -04:00
Vincent Salucci
271e6b3d92
[Reset Password v1] Update Temp Password ( #1492 )
...
* [Reset Password v1] Update Temp Password
* fixed order of operations for reset temp password flow
* Refactored bool with auth result
* Finished removal of temp password flow from set password
* iOS extension support plus extension bugfixes
Co-authored-by: addison <addisonbeck1@gmail.com >
Co-authored-by: Matt Portune <mportune@bitwarden.com >
2021-09-24 13:14:26 -05:00
Matt Portune
307a5a5843
FIDO2 WebAuthn support for mobile ( #1519 )
...
* FIDO2 / WebAuthn support for mobile
* fixes
2021-08-30 12:44:12 -04:00
Matt Gibson
2f2fa8a25b
Feature/use hcaptcha if bot ( #1476 )
...
* Add captcha to login models and methods
* Add captcha web auth to login
* Extract captcha to abstract base class
* Add Captcha to register
* Null out captcha token after each successful challenge
* Cancel > close
2021-08-04 14:47:23 -05:00
Matt Portune
33791a03ac
track failed unlock attempts in storage ( #1421 )
2021-06-09 10:03:05 -04:00
eliykat
6258a9cff9
reposition buttons in Log In and Unlock pages ( #1073 )
...
* reposition buttons in Log In and Unlock pages
- Log In page: move Log In button to primary location below password
entry, move Get Your Master Password Hint to the More Options menu
- Unlock page (Verify Master Password): swap position of Unlock
and Log Out buttons
* finish changes to improved login ui
- move Log Out button in lock screen to secondary menu
- show Get Hint button on login screen in the iOS autofill login flow
Co-authored-by: Matt Portune <59324545+mportune-bw@users.noreply.github.com >
2020-11-12 11:23:34 -05:00
Matt Portune
f1419a75f6
Added SSO flows and functionality ( #1047 )
...
* SSO login flow for pre-existing user and no 2FA
* 2FA progress
* 2FA support
* Added SSO flows and functionality
* Handle webauthenticator cancellation gracefully
* updates & bugfixes
* Added state validation to web auth response handling
* SSO auth, account registration, and environment settings support for iOS extensions
* Added SSO prevalidation to auth process
* prevalidation now hitting identity service base url
* additional error handling
* Requested changes
* fixed case
2020-09-03 12:30:40 -04:00
Vincent Salucci
4c3df2e1e1
[Auto Logout] Final review of feature ( #932 )
...
* Initial commit of LockService name refactor (#831 )
* [Auto-Logout] Update Service layer logic (#835 )
* Initial commit of service logic update
* Added default value for action
* Updated ToggleTokensAsync conditional
* Removed unused variables, updated action conditional
* Initial commit: lockOption/lock refactor app layer (#840 )
* [Auto-Logout] Settings Refactor - Application Layer Part 2 (#844 )
* Initial commit of app layer part 2
* Updated biometrics position
* Reverted resource name refactor
* LockOptions refactor revert
* Updated method casing :: Removed VaultTimeout prefix for timeouts
* Fixed dupe string resource (#854 )
* Updated dependency to use VaultTimeoutService (#896 )
* [Auto Logout] Xamarin Forms in AutoFill flow (iOS) (#902 )
* fix typo in PINRequireMasterPasswordRestart (#900 )
* initial commit for xf usage in autofill
* Fixed databinding for hint button
* Updated Two Factor page launch - removed unused imports
* First pass at broadcast/messenger implentation for autofill
* setting theme in extension using theme manager
* extension app resources
* App resources from main app
* fix ref to twoFactorPage
* apply resources to page
* load empty app for sytling in extension
* move ios renderers to ios core
* static ref to resources and GetResourceColor helper
* fix method ref
* move application.current.resources refs to helper
* switch login page alerts to device action dialogs
* run on main thread
* showDialog with device action service
* abstract action sheet to device action service
* add support for yubikey
* add yubikey iimages to extension
* support close button action
* add support to action extension
* remove empty lines
Co-authored-by: Jonas Kittner <54631600+theendlessriver13@users.noreply.github.com >
Co-authored-by: Kyle Spearrin <kyle.spearrin@gmail.com >
* [Auto Logout] Update lock option to be default value (#929 )
* Initial commit - make lock action default
* Removed extra whitespace
Co-authored-by: Jonas Kittner <54631600+theendlessriver13@users.noreply.github.com >
Co-authored-by: Kyle Spearrin <kyle.spearrin@gmail.com >
Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com >
2020-05-29 12:26:36 -04:00
Vincent Salucci
1dc027cf49
[Autofill] Apply locked autofill flow to logged out state ( #827 )
...
* Initial commit: apply locked auto-fill flow to log out auto-fill
* Alphabetized imports
* Removed unnecessary else conditional
* Fix for talkback slider control (#828 )
* Initial commit: apply locked auto-fill flow to log out auto-fill
* Alphabetized imports
* Removed unnecessary else conditional
* Fixed variable init order
Co-authored-by: Matt Portune <59324545+mportune-bw@users.noreply.github.com >
2020-04-13 11:32:23 -05:00
Chad Scharf
3c18fd7636
Changed all C# control flow block statements to include space between keyword and open paren ( #800 )
2020-03-28 09:16:28 -04:00
Kyle Spearrin
b354986199
null check apiexception error
2019-10-22 16:37:40 -04:00
Kyle Spearrin
e01bf57874
re-set state for website icons on login/unlock
...
resolves #549
2019-07-02 08:05:34 -04:00
Kyle Spearrin
e03cf94441
check internet connection before calling server
2019-06-03 22:43:52 -04:00
Kyle Spearrin
61be796c76
return commands on login page
2019-05-31 12:02:40 -04:00
Kyle Spearrin
32395dcb20
fixes
2019-05-30 08:45:39 -04:00
Kyle Spearrin
faccb61a6b
clear master password on login
2019-05-28 10:16:57 -04:00
Kyle Spearrin
29ab7f7a30
touch ups on two-factor page
2019-05-28 09:04:20 -04:00
Kyle Spearrin
bf4f0bdba0
two-factor page UI
2019-05-27 11:57:10 -04:00
Kyle Spearrin
8c31c7290c
more do once and other cleanup
2019-05-06 23:30:54 -04:00
Kyle Spearrin
9678eab43f
init login page
2019-05-01 15:29:57 -04:00
Kyle Spearrin
3b97fa0379
login page layout
2019-05-01 15:11:54 -04:00
Kyle Spearrin
4b7366e9b3
full sync on login
2019-04-19 09:57:19 -04:00
Kyle Spearrin
6288a06b49
login page
2019-04-19 09:42:55 -04:00