1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-13 15:03:26 +00:00
Commit Graph

36 Commits

Author SHA1 Message Date
CarleyDiaz-Bitwarden
857b45bff2 Removing unecessary launch.json file commit 2022-06-24 09:54:24 -04:00
CarleyDiaz-Bitwarden
d1fdeea70d Updating error messages 2022-06-23 12:42:35 -04:00
CarleyDiaz-Bitwarden
638b1ba6de Merge branch 'PS-55-EncryptedExport' into PS55-6-22 2022-06-22 15:50:29 -04:00
CarleyDiaz-Bitwarden
0c2b1f7af1 Fix 2022-06-22 15:41:29 -04:00
CarleyDiaz-Bitwarden
4e052cdbda changes suggested 2022-06-21 18:24:54 -04:00
CarleyDiaz-Bitwarden
e89ec5901e removing unnecessary properties 2022-06-21 18:11:47 -04:00
CarleyDiaz-Bitwarden
777ea96261 Making suggested changes 2022-06-21 17:58:20 -04:00
CarleyDiaz-Bitwarden
568537af19 Suggested changes from CR 2022-06-21 16:17:57 -04:00
CarleyDiaz-Bitwarden
85e327ab7d Suggested changes from CR 2022-06-21 16:17:41 -04:00
CarleyDiaz-Bitwarden
3fcb566985 Fixing lint errors 2022-06-20 17:32:19 -04:00
CarleyDiaz-Bitwarden
a1b1b632e0 renaming the component for checking the user secret to a name that is more clear about what it accomplishes 2022-06-20 17:24:48 -04:00
CarleyDiaz-Bitwarden
15949ed8bc Updates to error handling 2022-06-20 14:56:57 -04:00
CarleyDiaz-Bitwarden
f5c78590db Updates to export logic modal user secret prompt 2022-06-20 12:50:56 -04:00
Chad Scharf
b28c07790d EC-263 - Deactivate/activate in user management (#2893)
* SM-48 - Disable/enable in user management

* SM-48 - Disabled badge added to edit user

* SM-48 - Fix linter issues

* SM-48 - Color adjustments to badging

* SM-48 - Fix prettier formatting

* EC-263 - Rename disable to deactivate

* EC-263 - lint errors and cleanup

* EC-263 - Fix build and importer errors

* EC-263 - import grouping order fix

* EC-263 - PR review feedback and cleanup

* EC-263 - Fix build error in loose components

* EC-263 - Fix build error on formPromise in user edit

* EC-263 - Fix a11y bindings and modal handling
2022-06-20 10:21:50 -04:00
Oscar Hinton
98152fee54 Add storybook to web (#2926) 2022-06-17 16:23:04 +02:00
github-actions[bot]
230c5e626c Autosync the updated translations (#2922)
Co-authored-by: github-actions <>
2022-06-17 09:57:36 +02:00
Thomas Rittson
bd537e2b22 Fix manage sso navigation permissions (#2899) 2022-06-17 09:55:48 +10:00
CarleyDiaz-Bitwarden
f6a7315d13 Rough draft of Export/Import changes w/ password encryption 2022-06-16 16:20:10 -04:00
Jake Fink
ba0e33881f center hcaptcha in connector and fix formatting on desktop (#2911) 2022-06-16 09:53:18 -04:00
Oscar Hinton
bc639688e8 Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
Thomas Rittson
b92685dcd9 [EC-243] Grant premium status when member accepts org invite (#2870)
* Rename setCanAccessPremium to setHasPremiumPersonally

* Add hasPremiumFromOrganization

* Refactor stateService methods

* Add getHasPremiumPersonally, deprecate tokenService.getPremium
2022-06-14 12:13:41 +10:00
Addison Beck
61769f16c2 [fix] Organization filter list expansion on badge click (#2897)
In the ciphers list we show a badge for organization ownership that can be clicked to filter the vault by the organization in question. This expansion does not work for items labeled "Me". Click these badges filters by "My Vault" but doesn't expand the filter list.

This commit corrects this behavior so the "Me" badges expand the organization filters when clicked. It does so by simply moving the line that checks for filter expansion out of a conditional that expects an organization, and instead does it any time an organization filter is changed.

https://bitwarden.atlassian.net/browse/SG-293?focusedCommentId=13459&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-13459
2022-06-13 14:56:01 -04:00
Federico Maccaroni
c93c6a775d [PS-589] Added Device Verification section setting for 2FA Email for new device (#2868)
* PS-589 Added Device Verification section for enable/disable the feature of 2FA email on new device login and the api calls for the new endpoint

* PS-589 prettier fix

* PS-589 Fix import typo because of caps

* PS-589 Improved button to use bitButton directive and loading to have the ngIf on the 2fa setup component
2022-06-13 14:13:22 -04:00
Shane Melton
2d72201650 [PS-788] - Item links use cipherId in query string (#2880)
* Replace 'cipherId' query param with 'itemId' for linkable ciphers
2022-06-13 07:14:09 -07:00
github-actions[bot]
84666a7a74 Autosync the updated translations (#2891)
Co-authored-by: github-actions <>
2022-06-10 16:12:59 +02:00
github-actions[bot]
e4cdf51a3a Autosync the updated translations (#2884)
Co-authored-by: github-actions <>
2022-06-10 10:51:29 +02:00
Addison Beck
96bd9784b6 [feat] Allow the org badge click event to expand collapsed vault filters (#2885)
* [feat] Allow the org badge click event to expand collapsed vault filters

* [fix] Restore a blank line
2022-06-09 21:51:46 -04:00
Addison Beck
8d87e32ea2 [fix] Recreate web/1700 (#2863)
This is a 1:1 recreation of https://github.com/bitwarden/web/pulls/1700 for bitwarden/clients
2022-06-10 10:10:58 +10:00
Shane Melton
1a0695d366 [PS-787] Emergency access page UI issues (#2864)
* Add loading spinner to emergency access page

* Update options menu to use new triple-dot menu

* Fix broken save button spinner

* Use bitButton directive

* Prettier fix
2022-06-08 13:17:46 -07:00
Matt Gibson
d5112cc8cb [PS-616] [PS-795] Fix/withdraw master password reset without user verification (#2845)
* Limit enroll MPR modal to enrolling

* Withdraw from MPR directly from org options

* [PS-795] Fix Automatic mpr enrollment.

Add reset password key to the accept request

* Linter

* Specify params type in accept components
2022-06-08 14:56:26 -05:00
Gbubemi Smith
93e8c8b25a [PS-250] Prevent timeouts less than 1 minute (#2836)
* migrated PR to mono repo

* revert and modify file

* revert and modify file
2022-06-08 05:41:27 +01:00
github-actions[bot]
d336d4dfa3 Autosync the updated translations (#2855)
Co-authored-by: github-actions <>
2022-06-07 22:28:51 +02:00
Gbubemi Smith
d542d42637 migrated PR to mono repo (#2837) 2022-06-06 18:08:06 +01:00
Oscar Hinton
5780bf85e7 Add support for migrated jslib (#2826) 2022-06-03 18:01:07 +02:00
Oscar Hinton
4869a231bf [EC-251] Fix web local development (#2775)
* Wip

* Fix bitwarden licensed web

* Fix template paths

* Cleanup gitattributes git-blame-ignore-revs

* Fix tsconfig, add postcss and tailwind config to bitwarden_license.

* And done
2022-06-02 10:59:43 -05:00
Hinton
02fe715903 Move web to apps/web and bitwarden_license/bit-web 2022-06-02 11:55:37 +02:00