1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00
Commit Graph

11617 Commits

Author SHA1 Message Date
github-actions[bot]
52d7803502 Bumped version to 1.56.3 2022-02-11 12:48:40 +00:00
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
2022-02-11 13:17:51 +01:00
Matt Gibson
e9a3c586f8 Fix/load lock component (#1319)
* Update jslib

* update jslib
2022-02-11 03:58:31 -06:00
Matt Gibson
45ed645cea Skip unlocking unless locked, not only biometric locked (#2350) 2022-02-11 03:44:35 -06:00
Matt Gibson
b0f735814f Load component on init, then watch (#669) 2022-02-11 03:31:40 -06:00
Addison Beck
9df4eb4c0d [bug] Store last sync in memory (#1471) 2022-02-11 03:39:48 -05:00
Addison Beck
1712ed53be [bug] Store vault data in memory (#1470) 2022-02-11 09:21:51 +01:00
Joseph Flinn
6ad3957500 Merge pull request #2346 from bitwarden/version_bump_1.56.2
Bump version to 1.56.2
2022-02-10 23:41:30 -08:00
github-actions[bot]
03f8be0884 Bumped version to 1.56.2 2022-02-11 07:40:16 +00:00
Joseph Flinn
a5ebc25d56 Merge pull request #2345 from bitwarden/patch/install-prettier-version-bump
Install prettier before use
2022-02-10 23:16:13 -08:00
Joseph Flinn
7b6f9f8d79 Install prettier before use 2022-02-10 23:12:24 -08:00
github-actions[bot]
45a39f6200 Bumped version to 2.26.1 (#1468)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-10 21:51:45 -08:00
Thomas Rittson
5d34ee432e Update jslib (#479) 2022-02-11 00:31:13 -05:00
Thomas Rittson
f54a614d6b Update jslib (#1318) 2022-02-11 00:30:53 -05:00
Thomas Rittson
a2d241263b Update jslib (#1466) 2022-02-11 00:30:37 -05:00
Addison Beck
061f1c5d79 Merge pull request #2343 from bitwarden/update-jslib
Update jslib
2022-02-11 00:30:02 -05:00
Thomas Rittson
490e51180a Update jslib 2022-02-11 15:24:24 +10:00
Kyle Spearrin
cda649fa21 Cache state service account blob from disk reads (#668)
* store account state in mem cache

* use const
2022-02-11 00:20:50 -05:00
Thomas Rittson
95b5d68566 Update jslib (#1317) 2022-02-11 15:02:04 +10:00
Thomas Rittson
4cccd9709e Update jslib (#2342) 2022-02-11 15:00:36 +10:00
Thomas Rittson
06497fdee7 Update jslib (#478) 2022-02-11 15:00:24 +10:00
Thomas Rittson
5987d3deda Update jslib (#1465) 2022-02-11 14:58:33 +10:00
Addison Beck
b7d9a532cb [bug] Store everBeenUnlocked in memory (#667) 2022-02-10 23:46:42 -05:00
Thomas Rittson
0c4ace2d88 Update jslib (#2340) 2022-02-11 14:37:45 +10:00
Thomas Rittson
080a3c655e Update jslib (#1464) 2022-02-11 14:30:07 +10:00
Thomas Rittson
bf53785930 Update jslib (#477) 2022-02-11 14:29:51 +10:00
Thomas Rittson
3ffb658db6 Update jslib (#1316) 2022-02-11 14:29:47 +10:00
Thomas Rittson
f04bf3f27e Run prettier on manifest.json (#2341) 2022-02-11 14:16:30 +10:00
Joseph Flinn
8ca83c351e Merge pull request #2339 from bitwarden/patch/version-bump-prettier
Add prettier to the version bump workflow
2022-02-10 20:06:49 -08:00
Joseph Flinn
b3496eddb8 Switching to only running prettier on the manifest json file 2022-02-10 20:05:32 -08:00
Joseph Flinn
a5347636ef adding prettier to the version bump workflow 2022-02-10 19:56:15 -08:00
Thomas Rittson
5fad7c666f Add StateVersion.Three to fix premium migration (#666)
* Add StateVersion.Three to fix premium migration
2022-02-11 13:40:13 +10:00
Justin Baur
dac48242b7 Update jslib (#1462) 2022-02-10 22:16:44 -05:00
Justin Baur
52f77c0277 Fix new device login (#664)
* Store appId in localStorage

* Save to local as well
2022-02-10 21:22:18 -05:00
Robyn MacCallum
e4d9ab52a0 update jslib (#1460)
* update jslib

* Remove call to tokenService.clear() from logout
2022-02-10 19:51:36 -05:00
github-actions[bot]
761f025b6b Bumped version to 1.56.1 (#2333)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-10 18:14:56 -06:00
Matt Gibson
f4bf8b2e1d Chunk out jslib and large modules to separate caches (#2331)
* Chunk out jslib and large modules to separate caches

* It's sufficient to just extract maps from the source
2022-02-10 18:05:09 -06:00
Thomas Rittson
aee8a2661e Fix Copy Verification Code not showing after first log in (#1459)
* Move init logic to load()
2022-02-11 09:48:54 +10:00
Robyn MacCallum
99f70bea8d Individually await saving of orgs and providers (#663) 2022-02-10 18:03:55 -05:00
Joseph Flinn
81afc009e6 Add Husky to release pipeline (#475) 2022-02-10 14:03:09 -08:00
github-actions[bot]
530f25c88a Bump version to 1.31.1 (#1308)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-10 13:47:25 -07:00
Joseph Flinn
f484ef37c5 Update secret manager for snap token (#474) 2022-02-10 11:34:51 -08:00
github-actions[bot]
e8181e415b Bump version to 1.21.0 (#473)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-10 12:29:40 -07:00
Robyn MacCallum
ff6bb236c0 Update jslib (#1457) 2022-02-10 14:22:44 -05:00
Joseph Flinn
97d367dab8 Switching where we are pulling our snap token from (#1307) 2022-02-10 10:57:32 -08:00
Robyn MacCallum
47399bb583 Move providers to profile and save to disk (#662)
* Move providers to profile and save to disk

* Move providers back to AccountData
2022-02-10 13:55:36 -05:00
Micaiah Martin
0a545c88b2 Update release.yml (#1306) 2022-02-10 10:51:50 -07:00
Micaiah Martin
b3daabc13f Merge pull request #2327 from bitwarden/prettier-manifest 2022-02-10 09:49:21 -07:00
Micaiah Martin
22464b3465 Ran prettier on manifest.json 2022-02-10 09:45:42 -07:00
github-actions[bot]
0f6ee08dd5 Bump version to 1.31.0 (#1304)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-10 09:40:21 -07:00