Vincent Salucci
f79b20294a
[Help] Update links to new pattern ( #1454 )
...
* [Help] Update links to new pattern
* Close help
* Update jslib
2022-02-08 17:44:47 -06:00
github-actions[bot]
3a0c34b934
Bump version to 2.26.0 ( #1452 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-08 15:54:35 -07:00
github-actions[bot]
e09df347f4
Bump version to 1.26.0 ( #1450 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-08 14:46:12 -07:00
Oscar Hinton
e68ab0031d
Client & Version headers ( #1434 )
2022-02-08 13:22:31 +01:00
Justin Baur
64416c9406
Send in error message ( #1449 )
2022-02-07 16:15:49 -05:00
Matt Gibson
6779adb064
Handle password protected import export ( #1448 )
...
This updates requirements without implementing any way for the UI to
interact with the new feature
2022-02-07 14:15:22 -06:00
Thomas Rittson
1b28a4b954
Update client for authService refactor ( #1387 )
...
Co-authored-by: Hinton <oscar@oscarhinton.com>
2022-02-07 20:24:49 +01:00
Addison Beck
6320498fb3
[chore] Update jslib ( #1447 )
2022-02-07 12:04:51 -05:00
Oscar Hinton
bfd5f3e564
Fix register button using wrong icon ( #1446 )
2022-02-07 12:28:28 +01:00
Thomas Rittson
c755443735
Make husky pre-commit hook executable ( #1432 )
2022-02-07 12:18:33 +10:00
Justin Baur
0e5f2530a9
Switch option values to be a number ( #1444 )
2022-02-04 16:59:20 -05:00
Vincent Salucci
5105633fa4
[Icons] Fix button icon/text margins ( #1443 )
2022-02-04 13:49:44 -06:00
github-actions[bot]
e975056c21
Autosync the updated translations ( #1441 )
...
Co-authored-by: github-actions <>
2022-02-04 12:48:56 +01:00
Daniel James Smith
be21167ef8
Pull jslib for https://github.com/bitwarden/jslib/pull/654 ( #1439 )
2022-02-03 23:44:28 +01:00
Addison Beck
e09898e4d8
Update jslib ( #1436 )
2022-02-03 13:54:15 -05:00
Vincent Salucci
868d235faa
[Icons] FF - requested icon changes ( #1435 )
...
* [Icons] Removed FA
* Icon changes // Webpack correction // Padding updates
2022-02-03 10:20:31 -06:00
Oscar Hinton
5c764a95f4
Add CSP for development ( #1431 )
2022-02-03 10:17:33 +01:00
Jake Fink
596c3e86e9
Master password policy is not checked when accepting invite from an existing account ( #1371 )
...
* validate password against org policy and create update-password component
* linting and prettier
* [bug] Default rememberEmail to true (#1429 )
* switching the dashes to underscores for the branch name (#1433 )
(cherry picked from commit 8910430dfb
)
* fix merge conflicts
* Update src/app/accounts/update-password.component.html
Co-authored-by: Justin Baur <admin@justinbaur.com>
* Update src/locales/en/messages.json
Co-authored-by: Justin Baur <admin@justinbaur.com>
* update jslib
* prettier
Co-authored-by: Addison Beck <abeck@bitwarden.com>
Co-authored-by: Joseph Flinn <58369717+joseph-flinn@users.noreply.github.com>
Co-authored-by: Justin Baur <admin@justinbaur.com>
2022-02-03 00:00:57 -05:00
Addison Beck
8030da2ed5
[bug] Default rememberEmail to true ( #1429 )
2022-02-02 11:20:15 -05:00
Joseph Flinn
8910430dfb
switching the dashes to underscores for the branch name ( #1433 )
2022-02-02 07:30:19 -08:00
Joseph Flinn
6bf6d4b47f
Reverting tis change for next release ( #1430 )
2022-02-02 06:22:25 -08:00
Oscar Hinton
ca199a398e
Fix captcha and webauthn-fallback not using theme_light ( #1427 )
2022-02-01 15:46:16 +01:00
Chad Scharf
61ab2fbda3
Hide unsolicited SSO option in config ( #1425 )
2022-01-31 17:43:56 -05:00
Addison Beck
d79f074825
[bug] Extend GlobalState to supply correct default theme ( #1422 )
...
* [bug] Extend GlobalState to supply correct default theme
The default theme for most clients is System, but web uses Light.
We need to extend GlobalState in web to reflect this.
* [chore] Update jslib
2022-01-31 14:53:55 -05:00
Oscar Hinton
e3b962a779
Apply prettier on help pr ( #1423 )
2022-01-31 20:31:50 +01:00
DanHillesheim
cc657eb853
Update help site URLs ( #1409 )
2022-01-31 20:11:27 +01:00
DanHillesheim
e14a266ee0
Registration page updates ( #1390 )
...
Co-authored-by: Hinton <oscar@oscarhinton.com>
2022-01-31 20:10:35 +01:00
Thomas Rittson
e1732cfa10
Fix various bugs in Options page ( #1418 )
...
* Remove duplicate message in toast
* Set starting variables properly
2022-01-31 09:11:25 -05:00
Addison Beck
ce1ae208d1
[bug] Update theme.js to refelect new storage structure ( #1416 )
...
* [bug] Update theme.js to refelect new storage structure
* [bug] Remove unecassary defaults
2022-01-28 11:30:45 -05:00
Addison Beck
6996b06fa2
[chore] Update jslib ( #1415 )
2022-01-28 09:07:33 -05:00
github-actions[bot]
dc503d3461
Autosync the updated translations ( #1414 )
...
Co-authored-by: github-actions <>
2022-01-28 11:06:25 +01:00
Daniel James Smith
d95db8fb74
BEEEP: Add importer for Keeper in json format ( #1392 )
...
* Updated instructions to export a csv file from Keeper
* Add instructions to export a json file from Keeper
* Bump jslib to include Keeper json importer
* Revert change to README.md
* Pull in jslib
2022-01-27 21:51:56 +01:00
Justin Baur
1a219daa12
Remove F4E vault card ( #1413 )
...
* Remove F4E card from vault page
* Remove unneeded property
2022-01-27 15:47:56 -05:00
Vincent Salucci
2ae98887b7
[Icons] Update Font Sheet ( #1343 )
...
* [Icons] Update to new font sheet
* Rebased - updated all icon remaining icon references
* Temporarily Updating gitmodules branch
* Fixed class reference
* Revert temporary gitmodule branch
* Icon updates/changes
* Pull jslib m-icon-updates latest
* Prettier
* Update jslib to master
* Reset jslib to master
* Removed obsolete variable reference, replaced bolt references
* Removed all instances of base class - maps create automatically
* Updated toast icon references
* Imported styles to reference variable/map
* Reverted to using base class
* Update jslib
* Rename eye-2 to eye and eye-slash-2 to eye-slash
* Bump jslib
* Remove duplicate scss
* Remove old fa
* Update fallback image
* Bump jslib
* Rename eye-2 to eye, and eye-slash-2 to eye-slash
* Fix 404
* Fix integrity of bootstrap.min.css
* Fix callout missing bwi
* Add bwi to change-kdf
* Remove bwi from callout again
* Bump jslib
Co-authored-by: Hinton <oscar@oscarhinton.com>
2022-01-27 11:25:58 -06:00
Joseph Flinn
f0c47252e4
Updating the base Docker image for testing purposes ( #1411 )
2022-01-27 07:25:13 -08:00
Danny Murphy
2ffe3bd6ad
Cleanup of the SCSS Variables ( #1255 )
...
* Clean up variable names and comments
* Fix Option Colour - issue #1338
* Update old scss variable name
Co-authored-by: Thomas Rittson <trittson@bitwarden.com>
2022-01-26 14:54:15 +10:00
Oscar Hinton
f387a4d469
Remove old u2f connector ( #1406 )
2022-01-21 15:00:53 +01:00
github-actions[bot]
a0f1b4dd0d
Autosync the updated translations ( #1404 )
...
Co-authored-by: github-actions <>
2022-01-21 11:53:09 +01:00
Thomas Rittson
84a65edc08
Move keyConnectorService call to syncService ( #1405 )
2022-01-21 19:33:09 +10:00
Addison Beck
caad11c571
[chore] Update jslib ( #1403 )
2022-01-20 09:38:34 -05:00
Daniel James Smith
b73449159d
Update copy on fingerprint phrase prompt ( #1399 )
2022-01-20 10:07:47 +01:00
Oscar Hinton
bf48434d0f
Rename package to @bitwarden/web-vault ( #1396 )
2022-01-17 17:23:14 +01:00
Oscar Hinton
b6d2d5bf71
[BEEEP] Use shared tsconfig ( #1393 )
2022-01-17 15:53:19 +01:00
Oscar Hinton
dfd62c7c3a
Fix webpack assets using wrong name ( #1391 )
2022-01-14 13:35:44 +01:00
github-actions[bot]
41d3bd8cf2
Autosync the updated translations ( #1389 )
...
Co-authored-by: github-actions <>
2022-01-14 11:21:40 +01:00
Vince Grassia
3292d119fe
Update Version Bump action ( #1388 )
2022-01-12 16:06:50 -05:00
Christian Oliff
b8de92435b
Add Inputmode for tel and email (identities) ( #1384 )
2022-01-12 10:07:56 +01:00
Oscar Hinton
fd1d512a0f
Run prettier on #1232 ( #1383 )
2022-01-10 14:50:54 +01:00
Daniel James Smith
14b8903d9a
Fix items not opening when they had a password reprompt set ( #1381 )
2022-01-10 14:12:35 +01:00
Simon Legner
45284eefb3
Compress images u2fkey/yubikey using avif/webp ( #1232 )
...
Co-authored-by: Hinton <oscar@oscarhinton.com>
2022-01-10 12:37:21 +01:00