Commit Graph

11682 Commits

Author SHA1 Message Date
Matt Gibson 4b2c9fd78b
Lint to match other repos (#487) 2022-02-16 08:49:12 -06:00
Matt Gibson 1ef2ac1001
Enforce Hold label (#685)
* Enforce Hold label

* Linting

Co-authored-by: Micaiah Martin <77340197+mimartin12@users.noreply.github.com>
2022-02-16 08:44:13 -06:00
Matt Gibson 041bb1bf0a
Enforce Hold label (#1478)
* Enforce Hold label

* Linting

Co-authored-by: Micaiah Martin <77340197+mimartin12@users.noreply.github.com>
2022-02-16 08:43:56 -06:00
Matt Gibson d2df8dacad
Add label enforcement (#1346)
* Enforce Hold label

* Linting

Co-authored-by: Micaiah Martin <77340197+mimartin12@users.noreply.github.com>
2022-02-16 08:43:26 -06:00
Matt Gibson 32e625bd22
Enforce hold label (#2389)
* Enforce hold label

* Linting

Co-authored-by: Micaiah Martin <77340197+mimartin12@users.noreply.github.com>
2022-02-16 08:42:28 -06:00
Thomas Rittson 06ba30fc6b
[BEEEP] Firefox Private Mode (#2294)
* Create background in popup if private mode, remove gates

* Add messaging support to runtime in private mode

* Fix messaging services and general bootstrap logic

* Add private mode warning, remove old component

* Deprecate launchGuardService

* Require in memory account for user to be considered authenticated

* Don't change icon for private mode windows

* Set all icons from background page
2022-02-16 08:06:35 +10:00
Thomas Rittson 0b5e1eb256
Exclude jslib from prettier hook (#1458)
* Exclude jslib from prettier hook
2022-02-16 07:41:41 +10:00
Micaiah Martin 7371ee344e
Merge pull request #2393 from bitwarden/version_bump_1.56.6 2022-02-15 15:22:47 -06:00
github-actions[bot] 38cd409ea9 Bumped version to 1.56.6 2022-02-15 21:21:54 +00:00
Addison Beck a4c22b8d4e
[lib] Update jslib (#485) 2022-02-15 15:06:50 -05:00
Addison Beck 0df933d7e5
Merge pull request #2391 from bitwarden/UpdateJslib
[lib] Update jslib
2022-02-15 15:06:22 -05:00
Addison Beck 8c39fdb21e
[lib] Update jslib (#1479) 2022-02-15 15:05:49 -05:00
Addison Beck 10ffdce5b9
[lib] Update jslib (#1347) 2022-02-15 15:05:31 -05:00
addison 7538cda458 [lib] Update jslib 2022-02-15 12:59:39 -05:00
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
2022-02-15 12:54:22 -05:00
Oscar Hinton 519e4b9372
Improve null checks in content scripts (#2390) 2022-02-15 16:11:44 +01:00
Oscar Hinton b65a2da18a
Clears the key after locking (#684) 2022-02-15 15:51:22 +01:00
Oscar Hinton 8375d6ecbb
Fix console warnings in notification content script (#2388) 2022-02-15 08:09:02 -06:00
github-actions[bot] d6d74e178c
Bumped version to 1.31.3 (#1345)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-15 09:04:33 -05:00
Robyn MacCallum 5b825d0603
Merge pull request #2385 from bitwarden/bug/update-localData-storage-location
Update jslib to get localData fix
2022-02-14 16:44:09 -05:00
Robyn MacCallum ee067ad56a Update jslib 2022-02-14 16:36:47 -05:00
Robyn MacCallum 5de59c32ab
Save localData to local storage instead of in memory (#683) 2022-02-14 16:32:55 -05:00
Addison Beck 2e09265d3a
[bug] Fix tab order regression (#1340) 2022-02-14 15:43:05 -05:00
github-actions[bot] a262da0452
Bump version to 1.21.1 (#484)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-14 12:26:34 -06:00
Addison Beck ca3efc8fee
[bug] Disable state cache (#1477) 2022-02-14 12:26:22 -05:00
Addison Beck 240fc154ab
[bug] Allow for toggling the account cache (#674)
* [bug] Allow for toggling the account cache

* Add missing conditional

* Ran prettier
2022-02-14 11:47:01 -05:00
Thomas Rittson ff98f4ca6b
Fix error when using password generator not logged in (#481)
* Do not fetch password policy if not logged in

* Update deps
2022-02-14 09:29:44 -05:00
Addison Beck 7ed67b69a6
update jslib (#483) 2022-02-14 09:29:30 -05:00
github-actions[bot] 7b4fe21092
Bumped version to 1.56.5 (#2380)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-14 09:26:43 -05:00
Oscar Hinton 9bc4358e85
Exclude content scripts from source maps (#2377) 2022-02-14 15:06:14 +01:00
Thomas Rittson 659c9ea78d
Update i18n string and id for tray menu Lock item (#1334) 2022-02-14 08:40:06 -05:00
Addison Beck 884615c23a
update jslib (#1337) 2022-02-14 08:32:55 -05:00
Addison Beck cf08e4eab8
Merge pull request #2379 from bitwarden/UpdateJslib
update jslib
2022-02-14 08:32:47 -05:00
Oscar Hinton 2470d8ce25
Resolve preferences not setting correct focus (#1336) 2022-02-14 14:23:05 +01:00
addison 897b4e4e44 update jslib 2022-02-14 08:18:02 -05:00
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
2022-02-14 08:16:07 -05:00
Anton c6926614b8
Make vault URL check more concise (#2361) 2022-02-14 11:33:58 +10:00
github-actions[bot] 6b6468e061
Bumped version to 1.31.2 (#1328)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-11 14:21:09 -08:00
Joseph Flinn fb850875c0
Merge pull request #2369 from bitwarden/version_bump_1.56.4
Bump version to 1.56.4
2022-02-11 14:20:53 -08:00
github-actions[bot] 0bdb7562b9 Bumped version to 1.56.4 2022-02-11 22:10:49 +00:00
github-actions[bot] c323f38f16
Autosync the updated translations (#1461)
Co-authored-by: github-actions <>
2022-02-11 22:48:28 +01:00
github-actions[bot] 45b144361c
Autosync the updated translations (#1313)
Co-authored-by: github-actions <>
2022-02-11 22:46:20 +01:00
Addison Beck 881bb3cb49
Update jslib (#1327)
* Update jslib

* Add a null check

* Reworked condition

* Ran prettier
2022-02-11 15:34:36 -05:00
Addison Beck cd51ba39bb
Merge pull request #2368 from bitwarden/UpdateJslib
Update jslib
2022-02-11 15:24:22 -05:00
addison 622d64d486 Update jslib 2022-02-11 15:13:08 -05:00
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
2022-02-11 15:11:31 -05:00
Addison Beck fd4c41b043
update jslib (#1324)
* update jslib

* Update jslib
2022-02-11 12:51:48 -05:00
Addison Beck 6826f10bc8
Merge pull request #2360 from bitwarden/UpdateJslib
Update jslib
2022-02-11 12:51:38 -05:00
addison f512e49903 Update jslib 2022-02-11 12:46:23 -05:00
Addison Beck 3a1b5bf9a0
Use getAccount when scaffolding + pass in the correct userId (#676) 2022-02-11 12:45:48 -05:00