Will Martin
fdeac58469
[CL-312] fix dialog scroll blocking + virtual scroll ( #9606 )
2024-09-04 12:12:47 -04:00
Merissa Weinstein
c73ee88126
turn enableCipherKeyEncryption flag off ( #10621 )
2024-09-04 10:52:22 -05:00
Nick Krantz
c5c8a0dd5e
swap account font color for muted ( #10883 )
2024-09-04 10:51:53 -05:00
Nick Krantz
3e9fb2009e
[PM-10934] Remove last form-field bottom border ( #10751 )
...
* match API of new CL FormField component
* remove readonly border for additional options component
* remove readonly border for last autofill option
* remove readonly border for last custom-field form field
* remove readonly border for when collection,org or folder is available
* add `ReadOnlyCipherCardComponent` to handle readonly border
* remove readonly border for the last identity form field
* remove readonly border for the last card form field
* remove readonly border for the last login form field
* remove unneeded true value
2024-09-04 10:50:34 -05:00
Bernd Schoolmann
192fd885d5
Return null in derivePublicKey if privateKey is null ( #10882 )
2024-09-04 17:16:57 +02:00
Todd Martin
86fab07a37
Auth/PM-5099 Ensure consistent casing of email used for fingerprint generation in Auth Requests ( #8571 )
...
* Created method for handilng email-address-based fingerprint.
* Added test for new method.
* Added returns to annotation
2024-09-04 10:22:06 -04:00
renovate[bot]
b90563aa50
[deps] DevOps: Update sonarsource/sonarcloud-github-action action to v3 ( #10851 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-04 09:52:22 -04:00
renovate[bot]
46835f0a58
[deps] DevOps: Update gh minor ( #10847 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-04 09:44:00 -04:00
Bitwarden DevOps
77e03aee47
Bumped client version(s) ( #10873 )
2024-09-04 01:09:02 +00:00
Jonathan Prusik
5f2eecd7be
[PM-11350] Use shared expiration year normalization util function ( #10735 )
...
* use shared expiration year normalization util function
* use shared exp year normalization in web and desktop client
* handle cases where input has leading zeroes
* add utils tests
* handle cases where input is all zeroes
2024-09-03 15:12:36 -04:00
rr-bw
b27dc44298
[PM-11136] Convert LoginEmailService email property to state provider ( #10624 )
...
* convert email property to state provider
* update tests
* assign loginEmail to variable before passing in
* remove nav logic in ngOnInit
2024-09-03 09:40:11 -07:00
Alec Rippberger
ea618c682a
Use alt background for view dialog. ( #10763 )
2024-09-03 10:30:46 -05:00
Nick Krantz
1951b70fd1
implement bitLink for password history ( #10769 )
2024-09-03 10:25:10 -05:00
Nick Krantz
87a1742a43
lowercase header for add/edit v2 ( #10770 )
2024-09-03 10:24:14 -05:00
Bernd Schoolmann
5f5e4498e8
[PM-11593] Fix backgroundbrowserbiometricservice initialization ( #10861 )
...
* Fix backgroundbrowserbiometricservice initialization
* Cleanup according to review
2024-09-03 16:56:55 +02:00
Andreas Coroiu
60fca9c118
Revert "[deps] Platform: Update argon2 to v0.41.1 ( #9819 )" ( #10858 )
...
This reverts commit 5dac4b94e1
.
2024-09-03 14:06:23 +02:00
aj-rosado
76021b4817
Fix mSecure importer and added tests ( #10698 )
2024-09-02 15:59:28 +02:00
renovate[bot]
5dac4b94e1
[deps] Platform: Update argon2 to v0.41.1 ( #9819 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-02 14:13:53 +02:00
renovate[bot]
5436072a75
[deps] Autofill: Update wait-on to v8 ( #10849 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-02 07:21:17 -04:00
rr-bw
b339c01c20
remove position on browser ( #10810 )
2024-08-31 13:19:48 -07:00
rr-bw
c5a267baad
[PM-11000] AnonLayout Icon/Logo theme refactor ( #10549 )
...
* update base anon-layout logo/icon
* update ExtensionAnonLayout logo/icon based on theme
* remove hard-coded fill
* remove solarizedDark class
---------
Co-authored-by: Bernd Schoolmann <mail@quexten.com>
2024-08-31 12:26:11 -07:00
SmithThe4th
e7d4f8575d
renamed bulk and inline menu options ( #10834 )
2024-08-30 16:45:47 -04:00
Jared Snider
1b75261f68
Fix web vault lock throwing an error ( #10833 )
2024-08-30 16:35:58 -04:00
Jason Ng
d5cbc19187
PM-11428 Ensure TOTP background color is in sync with other view inputs ( #10827 )
2024-08-30 15:59:51 -04:00
SmithThe4th
5a73639946
[PM-8125] Move Trash to the Vault settings page ( #10736 )
...
* created trash and trash container component
* added trash to vault settings
created observable to get deleted ciphers
* export icon
added locales
* remove edit and delete footver from trash view cipher
* Added helper text when viewing deleted ciphers
* prevent premature access of isDeleted from the cipher object
* simplified the condition to show the edit button
* return cipherView for deletedCiphers$ since that is what is used in the component
* changed section header to h6
* added routing animation
* Added restore to footer
2024-08-30 15:46:26 -04:00
Jason Ng
963e339e4f
PM-11429 Users with Except PW permissions will not get Copy Password Option Vault V2 ( #10831 )
2024-08-30 15:38:37 -04:00
Alex Morask
95d04f264f
Remove unused payment.component from adjust-subscription.component.html ( #10820 )
2024-08-30 14:18:07 -04:00
Jordan Aasen
2882fa3077
[AC-2268] - migrate toast to CL service for admin-console ( #10663 )
...
* migrate toast to CL service for admin-console
* fix spec
* add missing dep for toastService
* fix toastService args
* fix toastService args
* fix toastService args
2024-08-30 11:16:06 -07:00
Jason Ng
d9ff8b0944
PM-11427 Copy Totp Code without space ( #10800 )
2024-08-30 12:27:56 -04:00
cyprain-okeke
c0fbb5ce39
Hide the selfHost for teams and free plan ( #10692 )
2024-08-30 17:26:25 +01:00
Jon Mulder
6bc74546e4
[chore] Add "otp" TotpFieldNames array in autofill-constants.ts ( #10717 )
...
Add "otp" TotpFieldNames array in autofill-constants.ts. Noticed on https://id.fedoraproject.org/login/
2024-08-30 11:44:12 -04:00
Cesar Gonzalez
ba42f10ea3
[PM-11519] browser global variable triggering error fix jest ( #10821 )
...
* [PM-11519] `browser` global reference triggering an error when sending an extension message
* [PM-11519] `browser` global reference triggering an error when sending an extension message
2024-08-30 09:32:40 -05:00
Rui Tomé
4453a5c114
[PM-11333] Rename deleteOrganizationUser to removeOrganizationUser in BaseMembersComponent, OrganizationUserService and related files
2024-08-30 15:01:29 +01:00
Cesar Gonzalez
361f90a488
[PM-11519] browser
global reference triggering an error when sending an extension message ( #10819 )
2024-08-30 08:59:04 -05:00
Victoria League
f44b7b361d
[CL-442] Fix toggle group display in extension and add fullWidth input to main ( #10803 )
2024-08-30 09:25:16 -04:00
github-actions[bot]
7f537efa46
Autosync the updated translations ( #10813 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2024-08-30 10:55:54 +00:00
github-actions[bot]
5b0f9517af
Autosync the updated translations ( #10812 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2024-08-30 10:55:16 +00:00
github-actions[bot]
05e0fde5f6
Autosync the updated translations ( #10808 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2024-08-30 10:54:24 +00:00
github-actions[bot]
fe226b1cac
Autosync the updated translations ( #10807 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2024-08-30 10:27:41 +00:00
github-actions[bot]
e5f67f0a45
Autosync the updated translations ( #10809 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2024-08-30 10:25:54 +00:00
Alec Rippberger
1c43402601
Check result is not null or undefined before trying to access the action property. ( #10754 )
2024-08-29 17:09:20 -05:00
Jason Ng
c1870a37c7
PM-10374 remove margin from collection in item details if no folder ( #10777 )
2024-08-29 17:45:17 -04:00
Jason Ng
2d753f2778
PM-11130 add aria labels to pw count and website launch in view v2 ( #10776 )
2024-08-29 17:44:53 -04:00
Jonathan Prusik
57a1668a06
add id to divs in saved Excluded Domain rows ( #10797 )
2024-08-29 17:12:55 -04:00
Jared Snider
0a0cbde5b3
Auth/PM-11318 - Registration With Email Verification - Login After Registration ( #10783 )
...
* PM-11318 - Registration Finish - Log user in after registration
* PM-11318 - Adjust registration and login message to be one msg
* PM-11318 - RegistrationFinish - Adjust messaging based on product feedback.
* PM-11318 - RegistrationFinishComp - Tweak redirect and error logic.
2024-08-29 13:55:09 -04:00
Jared Snider
d4b984f907
Auth/PM-11414 - Fix Web Client Lock Component ( #10780 )
...
* PM-11414 - Fix web lock being broken due to missing web implementation for biometric service.
* PM-11414 - Fix import
2024-08-29 11:18:17 -04:00
renovate[bot]
33f42c7743
[deps] Autofill: Update tldts to v6.1.41 ( #10680 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-29 10:48:01 -04:00
renovate[bot]
97744a02cd
[deps]: Lock file maintenance ( #10609 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-29 10:04:49 -04:00
Andreas Coroiu
9f7350d085
[PM-6727] Implement new setUserKeys
function in CryptoService
( #10655 )
...
* feat: implement new `setUserKeys` function
* feat: add explicit error for failed decryption
2024-08-29 15:42:42 +02:00
✨ Audrey ✨
7e1706a0ec
[PM-5607] password generator component & configuration ( #10767 )
2024-08-29 09:27:10 -04:00