Chad Scharf
e2d95741b0
Update SECURITY.md ( #725 )
...
* Update SECURITY.md
Add link to our HackerOne program for submitting potential security issues.
* Revise language on SECURITY.md
4 years ago
Oscar Hinton
15ad2ca3ea
Add Chromatic ( #719 )
4 years ago
Matt Gibson
3ec0f6977a
Check runtime name vs mangled name ( #724 )
4 years ago
Oscar Hinton
41b199ab83
Tweak component library slightly ( #715 )
4 years ago
Thomas Rittson
3f20122e5b
Avoid duplicate fullSync api calls ( #716 )
4 years ago
Oscar Hinton
f7375e9064
Add premium and unless-premium directives ( #710 )
4 years ago
Daniel James Smith
744649573a
Fixes for format change of 1pux files ( #714 )
...
* Remove unneeded ItemCollection type
* Mark item.trashed as optional property
* Adjust format of test files to be identical to current exports
4 years ago
Oscar Hinton
67a4fc8591
Component Library scaffolding ( #625 )
4 years ago
Daniel James Smith
fa3a95fed0
Fixes and improvements to MykiCsvImporter ( #707 )
...
* Add test suite for existing importer
* Fix 2fa-seed not copied on login records
* Fix secure note title not being set
* Add support for importing 2FA file
* Fixed casing on import of MykiCsvImporter
* Import all unmapped fields as customFields
* WIP: Add import of UserIdCard
* Add support for IdCards
4 years ago
Daniel James Smith
18b954614c
Remove Dashlane json importer from the featured list ( #711 )
4 years ago
Daniel James Smith
6e345bc4cc
Dashlane Csv-Importer ( #708 )
...
* Move existing dashlane importer into dashlaneImporters
* Add testData for Dashlane CSV importer
* Add dashlane Csv importer and unit tests
* Fixed linting issues
* Moved dashlaneCsv types to own file
* Register DashlaneCsv importer
* Removed temp private method and use base impl
* rename spec imports
* Move scope of mapped columns
* Migrate folders into collection if imported via org
4 years ago
Addison Beck
6aae3beb76
[bug] Set proper default for autoConfirmFingerprint ( #704 )
4 years ago
Addison Beck
4d94f7a631
[bug] Delete stored keys if the value is null ( #705 )
4 years ago
Oscar Hinton
813457c348
Expose logger in lock component ( #703 )
4 years ago
Daniel James Smith
8e112a1c33
Add importer for 1Password's new export format (.1pux) ( #594 )
...
* Initial commit
* Refactor the 1pux types
* Add test data
* 1Pux importer and tests
* Fixed a typo in the 1Pux types
* Make the linter happy
* Register and instantiate importer
* Fix adding secure notes
* Add missing placeholder property to types
* Test for existance of TOTP seed
* Add more test data
* Move processFullName into BaseImporter
* Add categoryEnum for easier mapping
* Refactoring of the importer and add support for different item types
* Make linter happy
* Modified some test data
* Fix linting issues
* Remove fieldvalue references comment
* Remove commented mapping use during tests
4 years ago
Vincent Salucci
48a4c27fe7
[Captcha] Failed login attempts ( #698 )
...
* [Captcha] Failed login attempts
* Fix logIn.strategy test
* Updated with the stark majority of requested changes
* Fix typo
* Unused import
4 years ago
Thomas Rittson
adfc2f234d
Remove unused SSO Form code ( #701 )
...
* Remove unused SAML Artifact Binding properties
* Remove unused validators
4 years ago
Robyn MacCallum
8f5f694a1e
Roll back organizationId and collectionId's if ciphers fail to be moved ( #699 )
4 years ago
Thomas Rittson
e47eb5e74f
Fix linting ( #700 )
4 years ago
Thomas Rittson
c1a37eab13
Fix storage keys in v1 migration ( #696 )
4 years ago
Thomas Rittson
d81eb7ddae
Improve SSO Config validation ( #572 )
...
* Extract SsoConfig enums to own file
* Add ChangeStripSpaces directive
* Move custom validators to jslib
* Add a11y-invalid directive
* Add and implement dirtyValidators
* Create ssoConfigView model and factory methods
* Add interface for select options
* Don't build SsoConfigData if null
Co-authored-by: Oscar Hinton <oscar@oscarhinton.com>
4 years ago
Thomas Rittson
d919346517
Fix autoFillOnPageLoadDefault default value ( #697 )
4 years ago
Daniel James Smith
a69135ce06
Add missing localeNames ( #695 )
4 years ago
Addison Beck
65219f5705
[bug] Store collapsedGroupings in accountSettings ( #694 )
4 years ago
Thomas Rittson
1cbc119ad8
[AuthService refactor] Don't clear state if 2FA is invalid ( #690 )
...
* Don't clear state if 2FA is invalid
* Add session timeout to 2FA
* Clear internal authService state if unhandled error
4 years ago
Thomas Rittson
fdaa4f9fa5
Fix linting ( #693 )
4 years ago
Melanie Kanavakatini
2779cd0966
feat: add hidden char count toggle ( #341 )
...
Co-authored-by: Thomas Rittson <trittson@bitwarden.com>
4 years ago
Addison Beck
78b5f15042
[feature] Implement scope warning for exports ( #688 )
...
* [feature] Add a hasOrganizations() service method
* [feature] Add a component to warn users about export scope
4 years ago
Matt Gibson
1fb3d54014
Feature/password protected export ( #689 )
...
* Simplify password protected file format
* no items to import is not an error
* Await inner importer
* Add export format type
* Error if import file is password protected
* Update tests
* Test password protected with normat json importer
* Simplify imports
* Ignore code coverage directory
* Expand importer options without changing display options
* Import password require import error handling
* Use interface
* Fix curlies
* linter fixes
* Add null of empty util
* Lint fixes
* run prettier
* Move import options to separate enum file
* Fix imports
4 years ago
Oscar Hinton
842d6cd001
Ensure dialog is attached to parent window ( #691 )
4 years ago
Oscar Hinton
60878cd4ed
Add eslint ( #610 )
4 years ago
Chad Scharf
479d5db5f1
We're Hiring ( #692 )
...
Added link to README.md for Bitwarden Careers page.
4 years ago
Vincent Salucci
6d186bb204
[Icons] Fix sass deprecation warnings ( #680 )
...
* [Icons] Cleanup deprecation warnings
* Reverted to calc since math.div is not available in our current version
* Removed * -1 trick
4 years ago
Kyle Spearrin
fc0638a7d9
fix infite recursion on getEncKey ( #687 )
4 years ago
Matt Gibson
1ef2ac1001
Enforce Hold label ( #685 )
...
* Enforce Hold label
* Linting
Co-authored-by: Micaiah Martin <77340197+mimartin12@users.noreply.github.com>
4 years ago
Addison Beck
a6092916d8
[bug] Persistantly store collapsedGroupings ( #686 )
...
Collapsed groupings have regressed to not maintaining their state through restarting clients.
The state mangement refactor erroniously began saving this field to memory instead of disk, but there were some other issues that changing this brought on that are also fixed in this commit.
Changes:
1. Save collapsedGroupings persistantly in StateService
2. Adjust the type of collapsedGroupings on the Account model from a Set<string> to a string[]
* This is the way we were storing this value in previous releases, and saving the entire set object breaks.
3. Adjust the StateService getter/setter for collapsedGroupings to expect a string[]
4. Extract a string[] from the GroupingsComponent groupings that is a Set<string> before saving
4 years ago
Oscar Hinton
b65a2da18a
Clears the key after locking ( #684 )
4 years ago
Robyn MacCallum
5de59c32ab
Save localData to local storage instead of in memory ( #683 )
4 years ago
Addison Beck
240fc154ab
[bug] Allow for toggling the account cache ( #674 )
...
* [bug] Allow for toggling the account cache
* Add missing conditional
* Ran prettier
4 years ago
Thomas Rittson
609baece05
Clear stale everBeenUnlocked value from onDisk storage ( #682 )
...
* Add StateVersion.Four to remove old everBeenUnlocked key
* Save new state properly
* Add unit tests
* Fix linting
4 years ago
Addison Beck
bcbb52e6ec
Clear active user if state has no users ( #677 )
...
* Clear active user if state has no users
* use the correct userId
* run prettier
* add null check
4 years ago
Addison Beck
3a1b5bf9a0
Use getAccount when scaffolding + pass in the correct userId ( #676 )
4 years ago
Addison Beck
cdc6cbaeb3
Run addAccount storage scaffolding calls through saveAccount ( #675 )
4 years ago
Addison Beck
e3b29a40d3
[bug] Also check for a never lock timeout when determining where to pull tokens ( #673 )
4 years ago
Daniel James Smith
eaf387435f
Clean up the cached account ( #672 )
...
* Clean up the cached account
* PR feedback: Avoid duplicate code
4 years ago
Oscar Hinton
fd0410ca4b
Resolve hasKeyStored returning true when no biometric key is stored ( #671 )
...
* Resolve hasKeyStored returning true when no biometric key is stored
* Change to use a switch statement which avoids having to fetch the key.
* Use triple equals
* Run prettier
4 years ago
Matt Gibson
b0f735814f
Load component on init, then watch ( #669 )
4 years ago
Kyle Spearrin
cda649fa21
Cache state service account blob from disk reads ( #668 )
...
* store account state in mem cache
* use const
4 years ago
Addison Beck
b7d9a532cb
[bug] Store everBeenUnlocked in memory ( #667 )
4 years ago
Thomas Rittson
5fad7c666f
Add StateVersion.Three to fix premium migration ( #666 )
...
* Add StateVersion.Three to fix premium migration
4 years ago