Bernd Schoolmann
23ec6bacc9
[PM-20225] Prevent legacy users without userkey from logging in ( #14267 )
...
* Prevent legacy users without userkey from logging in
* Remove further web-migration code for legacy users
* Add i18n for legacy user error message
* Update comment
* Remove migrate legacy component
* Remove i18n messages
* Remove migrate legacy encryption reference
2025-06-02 23:56:29 +02:00
Addison Beck
26caeb3083
Implement and extend tsconfig.base across projects ( #14554 )
...
* Implement and extend tsconfig.base across projects
* fixup! Merge remote-tracking branch 'origin/main' into rename-tsconfig
* fix: import tsconfig.base from components
* fix: skip typechecking node modules
* fixing tests
* fix the tests for real
* undo accidentally change
2025-06-02 20:38:17 +00:00
Oscar Hinton
f3ff1e98ec
Remove standalone true from vault ( #15040 )
...
Remove standalone: true from every instance since it's the default as of Angular 19.
2025-06-02 13:22:57 -07:00
Oscar Hinton
8b46e33e97
[CL-714] Remove standalone true from autofill ( #15037 )
...
Remove standalone: true from every instance since it's the default as of Angular 19.
2025-06-02 21:47:53 +02:00
Oscar Hinton
8967fc21db
Remove standalone true from billing ( #15038 )
2025-06-02 15:40:06 -04:00
Oscar Hinton
14e363ad86
Remove standalone true from km ( #15042 )
...
Remove standalone: true from every instance since it's the default as of Angular 19.
2025-06-02 21:38:20 +02:00
Oscar Hinton
26fb7effd3
Remove standalone true from platform and UIF ( #15032 )
...
Remove standalone: true from every instance since it's the default as of Angular 19.
2025-06-02 20:03:04 +02:00
Jordan Aasen
6107d7d3da
add taskService.listenForTaskNotifications to init service ( #14985 )
2025-06-02 10:47:32 -07:00
Daniel Riera
f77bd8c554
PM-16653 remove idp auto submit login step 1 ( #14847 )
...
* PM-16653 remove idp auto submit login step 1
* remove config service mock
* remove configservice from main.ts
* edit test describes to be accurate
* Update apps/browser/src/autofill/background/auto-submit-login.background.ts
Co-authored-by: Jonathan Prusik <jprusik@users.noreply.github.com>
---------
Co-authored-by: Jonathan Prusik <jprusik@users.noreply.github.com>
2025-06-02 13:37:28 -04:00
Tom
4ceba4841b
Removing critical applications feature flag and logic ( #14889 )
2025-06-02 13:35:14 -04:00
Oscar Hinton
2fbc4c1578
[CL-525] Upgrade angular to v19 ( #14815 )
...
Upgrade Angular to v19 using the update guide.
- Add `standalone: false` to any missed component in stories or tests.
- Update jest.config to follow the new best practices.
2025-06-02 13:13:31 -04:00
Jordan Aasen
6bb484dc23
[PM-22204] - update revision date from server response in shareManyWithServer ( #15016 )
...
* update revision date from server response in shareManyWithServer
* return CipherResponse instead of Record
2025-06-02 09:06:03 -07:00
Bryan Cunningham
c215fac818
[CL-703] Use logical css properties in CL components ( #14951 )
...
* update usage of margin-right with margin-inline-end
* update usage of margin-left with margin-inline-start
* update usage of paddiing-right with padding-inline-end
* update usage of paddiing-left with padding-inline-start
* update usage of radius to use logical properties
2025-06-02 12:05:30 -04:00
Daniel Riera
37e13050a5
PM-16649 ( #14656 )
2025-06-02 11:24:47 -04:00
Github Actions
4c3c1969b5
Bumped client version(s)
Chromatic / Check PR run (push) Has been cancelled
Scan / Check PR run (push) Has been cancelled
Testing / Run tests (push) Has been cancelled
Testing / Run Rust tests on ${{ matrix.os }} (macos-14) (push) Has been cancelled
Testing / Run Rust tests on ${{ matrix.os }} (ubuntu-22.04) (push) Has been cancelled
Testing / Run Rust tests on ${{ matrix.os }} (windows-2022) (push) Has been cancelled
Testing / Rust Coverage (push) Has been cancelled
Chromatic / Chromatic (push) Has been cancelled
Scan / SAST scan (push) Has been cancelled
Scan / Quality scan (push) Has been cancelled
Testing / Upload to Codecov (push) Has been cancelled
2025-06-02 15:17:52 +00:00
bw-ghapp[bot]
79fa246df2
Autosync the updated translations ( #15026 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2025-06-02 09:00:06 +00:00
bw-ghapp[bot]
412546506a
Autosync the updated translations ( #15025 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2025-06-02 08:59:46 +00:00
bw-ghapp[bot]
960f6938f4
Autosync the updated translations ( #15024 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2025-06-02 08:59:32 +00:00
Kevinw778
f55f315ca1
[PM-21868] Send limit reached icon + message now show ( #14860 )
...
* Send limit reached icon + message now show
* Fix en/messages.json
---------
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2025-05-31 11:18:28 +02:00
Todd Martin
721657a5c3
Update syntax for Github. ( #14845 )
2025-05-30 15:31:44 -04:00
Thomas Avery
eba22cf5f8
[PM-21797] Require userID for keyService's getUserKeyFromStorage ( #14855 )
...
* require userID for keyService's getUserKeyFromStorage
2025-05-30 13:45:31 -05:00
Matt Gibson
9f9cb0d13d
Add-userid-to-encryption-methods ( #14844 )
...
* Get userId from response if available
This is a small improvement for the Auth team which avoids inspection of the access token, sometimes.
* Initialize sdk clients with a userId
* return both Cipher and encryptedFor when encrypting a cipher
Update cipher api requests to include encryptedFor attribute
* Prefer named types with documentation
* Update sdk to latest
* Fixup types
* Fixup tests
* Revert getting userId from identity token response
---------
Co-authored-by: Shane <smelton@bitwarden.com>
2025-05-30 10:50:54 -07:00
tangowithfoxtrot
4e112e2daa
feat: enable running as non-root user ( #13887 )
2025-05-30 10:30:08 -07:00
Tom
874fe0fd1e
Adding userGuid to the member details object ( #14899 )
2025-05-30 12:55:14 -04:00
Thomas Avery
895d54fd5e
[PM-21443] Require userId for KeyService's everHadUserKey$ ( #14712 )
...
* Require userId for KeyService's everHadUserKey$
* handle null active user in tdeDecryptionRequiredGuard
2025-05-30 11:40:55 -05:00
Bryan Cunningham
5eb8d7b181
[CL-208][CL-339] Enhance Storybook docs pages ( #14838 )
...
* rearrange button docs
* Enhance avatar docs
* Enhance badge docs
* Enhance banner docs
* add util to format args for snippets
* update banner snippets
* WIP
* bind boolean args so they work correctly in Storybook
* simplify button stories
* Update callout docs
* use title component for checkbox docs
* use title and description component for chip select docs
* update color password story docs
* update disclosure docs
* add import to icon docs
* updated icon-button docs
* update link docs
* Update prgress docs
* updated search field docs
* remove html type definitions
* add import for progress
* updated toast docs
* remove example from docs. format args for snippet
* Update badges docs
* handle array arg values correctly
* Update badges list docs
* fix dupe key error from taost story
* remove unnecessary typeof check
* remove banner usage example
* add breadcrumbs import statement and jsdoc
* add color password import statement
* fixing type mismaches
* fix typos
* Add missing generics to format function
* fix typo
* update callout icon spacing to match Figma
* add back max width container
2025-05-30 12:38:40 -04:00
renovate[bot]
4e07fd7666
[deps]: Update anchore/scan-action action to v6 ( #14928 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-30 08:54:58 -07:00
Daniel James Smith
06a480fc14
[PM-17501] Migrate send.component on web to use tailwind ( #14940 )
...
* Replace usage of text-musted with tw-text-muted
* Remove usage of class no-items
---------
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2025-05-30 17:53:16 +02:00
renovate[bot]
d64ec01bd7
[deps]: Update sonarsource/sonarqube-scan-action action to v5 ( #14931 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-30 08:48:07 -07:00
Jared McCannon
4290136a2a
Fixed which collection observable was passed to the nested traverse. ( #15008 )
Chromatic / Check PR run (push) Has been cancelled
Scan / Check PR run (push) Has been cancelled
Testing / Run tests (push) Has been cancelled
Testing / Run Rust tests on ${{ matrix.os }} (macos-14) (push) Has been cancelled
Testing / Run Rust tests on ${{ matrix.os }} (ubuntu-22.04) (push) Has been cancelled
Testing / Run Rust tests on ${{ matrix.os }} (windows-2022) (push) Has been cancelled
Testing / Rust Coverage (push) Has been cancelled
Close stale issues and PRs / Check for stale issues and PRs (push) Has been cancelled
Chromatic / Chromatic (push) Has been cancelled
Scan / SAST scan (push) Has been cancelled
Scan / Quality scan (push) Has been cancelled
Testing / Upload to Codecov (push) Has been cancelled
2025-05-30 09:36:10 -05:00
cyprain-okeke
291341c987
Changes the revoke message ( #14963 )
2025-05-30 15:34:29 +01:00
Oscar Hinton
85cef971c6
Add semver as dependency ( #15005 )
2025-05-30 15:31:11 +02:00
bw-ghapp[bot]
cdee916972
Autosync the updated translations ( #14998 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2025-05-30 09:14:55 +00:00
bw-ghapp[bot]
da9aa07e4b
Autosync the updated translations ( #14996 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2025-05-30 10:08:28 +02:00
Daniel James Smith
0f6d4a92d7
Migrate libs/tools/card to be owned by DIRT ( #14987 )
...
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2025-05-30 07:37:08 +00:00
bw-ghapp[bot]
949e9b14ab
Autosync the updated translations ( #14997 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2025-05-30 09:14:36 +02:00
aj-bw
21dfcfeada
fix chromatic linter failure ( #14972 )
2025-05-29 17:18:59 -04:00
Jordan Aasen
eed288d797
[PM-21724] - add safari and firefox to list of potential browser vendors ( #14857 )
...
* add safari and firefox to list of potential browser vendors
* use browserClientVendorExtended
* handle unknown browser client vendor
2025-05-29 13:01:07 -07:00
Github Actions
bb9006e6e4
Bumped Desktop client to 2025.5.1
2025-05-29 19:15:34 +00:00
Bernd Schoolmann
8966b4fb50
Fix flatpak autostart disabling ( #14920 )
2025-05-29 20:48:03 +02:00
Jared McCannon
058eb9a04b
[PM-19127] - Nested Traverse Optimization ( #14881 )
...
* Draft optimization of getNestedCollectionTree
* Added feature flag to wrap nestedTraverse_vNext. added the old implementation back in for feature flagging.
* Correction from CR
* Copied tests over for the vNext method.
---------
Co-authored-by: Thomas Rittson <trittson@bitwarden.com>
2025-05-29 10:17:30 -05:00
cyprain-okeke
0715597e8e
[PM-21603]Invite Member sub text seat count does not account for sponsorships ( #14954 )
...
* Resolve the membership count
* Get the occupied Seat count from metadata
2025-05-29 15:06:07 +01:00
Andreas Coroiu
c48e4be14b
Pin @types/lowdb to v1 ( #14957 )
2025-05-29 16:05:28 +02:00
Leslie Tilton
b48356228c
Update risk insights report to default an invalid uri to the original uri ( #14800 )
2025-05-29 08:45:40 -05:00
Bernd Schoolmann
798acc7cba
[PM-21884] Fix DuckDuckGo integration when SDK is enabled for decrypt ( #14884 )
...
* Fix ddg integration when sdk is enabled for decryption
* Fix comments
2025-05-29 15:17:04 +02:00
rr-bw
6351fc0e69
fix(tailwind): [Auth/PM-22140] Use Tailwind for Password Settings header ( #14978 )
...
`PM16117_ChangeExistingPasswordRefactor` flag ON
2025-05-28 13:36:46 -07:00
cd-bitwarden
169fdd5883
[PM-20650] Feature flag addition to clients ( #14824 )
...
* Feature flag addition to clients
* Updating feature flag name
2025-05-28 14:56:44 +00:00
renovate[bot]
4bf1a3b670
[deps] Platform: Update Rust crate bytes to v1.10.1 ( #14922 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-28 07:16:46 -07:00
Andreas Coroiu
d1fb37d696
[PM-17635] [PM-18601] Simplifying mocking and usage of the sdk ( #14287 )
...
* feat: add our own custom deep mocker
* feat: use new mock service in totp tests
* feat: implement userClient mocking
* chore: move mock files
* feat: replace existing manual sdkService mocking
* chore: rename to 'client'
* chore: improve docs
* feat: refactor sdkService to never return undefined BitwardenClient
2025-05-28 15:00:30 +02:00
Thomas Rittson
4fcc4793bb
Add additional jsdoc to policyservice ( #14934 )
2025-05-28 09:41:56 +10:00