Commit Graph

3842 Commits

Author SHA1 Message Date
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 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
Matt Gibson b9fb223dea
Display separator between ngFor components (#2359)
We currently remove the separator element when a `box-content-row`
is the last child. However, when we create these rows from ng templates
each row gets a separate template element wrapping it.
This PR tells the cipher-row component whether it is the last child
2022-02-11 10:30:55 -06:00
Daniel James Smith bf94e79f08
Add missing transition to excluded domains (#2358)
* Add missing transition to and from exluded domains

* Change cancel to back button

* Add angle-left icon to the back button
2022-02-11 17:30:23 +01:00
addison a7df738b1d update jslib 2022-02-11 11:13:48 -05:00
addison f4ea5aa840 Update jslib for never logout condition 2022-02-11 09:49:31 -05:00
Oscar Hinton 679b1f5ae2
Fix send icons position (#2356) 2022-02-11 15:43:37 +01:00
github-actions[bot] 44c2167395
Autosync the updated translations (#2332)
Co-authored-by: github-actions <>
2022-02-11 15:37:41 +01:00
Oscar Hinton 4d776961b9
Fix search bar position when using sr-only (#2355) 2022-02-11 15:22:38 +01:00
Daniel James Smith 7d07cf57b6
Update jslib for https://github.com/bitwarden/jslib/pull/672 (#2354) 2022-02-11 14:16:07 +01:00
Daniel James Smith 9d099231f9
Update jslib for https://github.com/bitwarden/jslib/pull/671 (#2352) 2022-02-11 13:54:12 +01:00
Joseph Flinn f8776dc8ac
Merge pull request #2353 from bitwarden/version_bump_1.56.3
Bump version to 1.56.3
2022-02-11 04:49:29 -08:00
github-actions[bot] 52d7803502 Bumped version to 1.56.3 2022-02-11 12:48:40 +00:00
Matt Gibson 45ed645cea
Skip unlocking unless locked, not only biometric locked (#2350) 2022-02-11 03:44:35 -06: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
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
Thomas Rittson 4cccd9709e
Update jslib (#2342) 2022-02-11 15:00:36 +10:00
Thomas Rittson 0c4ace2d88
Update jslib (#2340) 2022-02-11 14:37:45 +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
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
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
Micaiah Martin d0fe29ee6a
Merge pull request #2326 from bitwarden/version_bump_1.56.0 2022-02-10 09:29:49 -07:00
github-actions[bot] a01f13dfce Bumped version to 1.56.0 2022-02-10 16:26:53 +00:00
Daniel James Smith 95d92908f6
Fixing some regression issues (#2325)
* Pull jslib

* Extend vaultTimeoutServiceCallbacks to use userId

* Remove redundant call to tokenService.clear
2022-02-09 23:56:14 +01:00
Vincent Salucci ebbf1d8b90
[Help] Update links to new pattern (#2324)
* [Help] Update links to new pattern

* Update jslib
2022-02-08 17:44:56 -06:00
Addison Beck ca7381af35
Merge pull request #2322 from bitwarden/Bug/AccountSwitching/LogoutRedirect
[bug] Dont block redirecting on logout
2022-02-08 10:10:01 -05:00
addison 55850e6cc6 [bug] Dont block redirecting on logout 2022-02-08 09:49:44 -05:00
Oscar Hinton 0a44bf4dd9
Client and version headers (#2320) 2022-02-08 13:22:20 +01:00
Thomas Rittson 7d43835ea2
Update client for authService refactor (#2302) 2022-02-08 09:06:37 +10:00
Thomas Rittson a6272d4092
Make husky pre-commit script executable (#2316) 2022-02-08 08:35:49 +10:00
Addison Beck 1d34339d02
Merge pull request #2318 from bitwarden/Bug/AccountSwitching/LogoutAction
[bug] Clean state service on logout
2022-02-07 15:23:44 -05:00
addison 9cea47aaf1 [bug] Clean state service on logout 2022-02-07 15:09:43 -05:00
Addison Beck f9851285d5
Merge pull request #2317 from bitwarden/Bug/AccountSwitching/QABugBonanza
[bug] Fix several regression bugs
2022-02-07 11:59:54 -05:00
addison ff62c8072e [chore] Update jslib 2022-02-07 11:44:31 -05:00
addison 9c7f399a76 [bug] Don't force an active user to init activity recording functions 2022-02-07 11:44:16 -05:00
addison 6da6e46900 [bug] await the vault timeout dropdown change event 2022-02-07 11:44:16 -05:00
addison 693e1e76b5 [bug] Point autofill at the correct storage key 2022-02-07 11:44:16 -05:00
Daniel James Smith 2844e06aa8
Fix regression in notificationBar (#2314) 2022-02-07 11:31:18 +01:00
github-actions[bot] 672772d043
Autosync the updated translations (#2309)
Co-authored-by: github-actions <>
2022-02-04 12:42:27 +01:00