chore: Update translations#21262
Closed
otto-the-bot wants to merge 117 commits into
Closed
Conversation
Adds docs/decision-records/0001-use-lightweight-architecture-decision-records.md as a formal architecture decision record for this repository. Unlike docs/ADRs/README.md, which serves as a practical writing guide and template, ADR-0001 documents an explicit, accepted decision together with its rationale and consequences. It establishes lightweight architecture decision records as the standard approach and defines the core sections each ADR should contain.
…21223) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* test(folders): add regression test for favorites folder (TC-742) This commit introduces a new test case to the Folders suite to verify the functionality and behavior of the Favorites folder. Implemented scenarios include: - Adding both 1:1 and group conversations to the Favorites folder. - Verifying that unread message notifications badge appear correctly on the Favorites sidebar button for both direct and group messages. - Ensuring a group conversation remains visible in the Favorites folder even after the user is removed from the group. - Removing conversations from Favorites and verifying the folder becomes empty while conversations remain in the "All" view. To support these assertions, the following Page Object Models were updated: - `conversationList.page.ts`: Added `addToFavoritesButton` to the context menu. - `conversationSidebar.component.ts`: Added `favoritesButton` locator. Refs: WPB-25073 # Conflicts: # apps/webapp/test/e2e_tests/specs/Folders/folders.spec.ts * test(folders): fix rebasing errors Refs: WPB-25073 * test(folders): refactor locator for `favoritesButton` in conversationSidebar.component.ts Refs: WPB-25073 * test(folders): refactor locator for `favoritesButton` in conversationSidebar.component.ts from getByTestId to getByRole Refs: WPB-25073
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat: update avs to version 10.3.16 * feat: add zod schema for network quality information runtime validation * feat: enhance network quality info schema with detailed validation * chore: bump avs to v10.3.19
* chore: Update translations * chore: use github hoster runners for jobs (#20910) * chore: trigger push * chore(E2E): Updated calling service API client to use 1Password [WPB-24489] (#20905) * chore: Update translations * chore: Update translations * chore: Revert "fix: Search results are not fetching all files when the search box is empty(WPB-20817) (#21066)" chore: Revert "fix: Search results are not fetching all files when the search box is empty(WPB-20817) (#21066)" * chore: Update translations chore: Update translations * chore: Update translations --------- Co-authored-by: Amir Ghezelbash <thisisamir98@gmail.com> Co-authored-by: Immad Abdul Jabbar <immad.jabbar@wire.com> Co-authored-by: Ivan Skvortsov <ivan.skvortsov@wire.com> Co-authored-by: Christian Rackerseder <git@echooff.de> Co-authored-by: Zafar Saeed Khan <zafarsaeed@outlook.com>
Adds docs/decision-records/0001-use-lightweight-architecture-decision-records.md as a formal architecture decision record for this repository. Unlike docs/ADRs/README.md, which serves as a practical writing guide and template, ADR-0001 documents an explicit, accepted decision together with its rationale and consequences. It establishes lightweight architecture decision records as the standard approach and defines the core sections each ADR should contain.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…21226) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* test: verify group call ringing sync across multiple clients TC-2824 * test: implement big group call warning TC-2842 * test: verify guest joining group video call TC-2852 * test: verify late joiner can see ongoing screen sharing TC-2874 * test: group call pagination TC-2924 * test: verify tiles alphabetical order in group call TC-2927 * test: verify moderator can mute participant TC-2928 * test: verify moderator can mute all participants TC-2929 * test: implement moderator mute functionality tests TC-2931, TC-2932 * test: verify call ends in 30s for the last remaining user TC-2937 * test: verify multiple active speakers in the call TC-2945 * test: verify call ends if no one else joined TC-2936 * refactor: add a separate 'without title' modal variant * refactor: integrate participant menu into FullScreenCallPage * fix: increase timeout for speaking icon visibility TC-2945
…WPB-22305] (#21209) * fix: add self user to MLS conversation when joining via invite link * pr comments * refactor * improve logs --------- Co-authored-by: Amir Ghezelbash <thisisamir98@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
It seems like the dependency update done in #21228 didn't fully update the lockfile which is now causing all immutable installs in CI to fail. For this PR simply `yarn install` was run to fix the lockfile.
…s [WPB-22420] (#21233) This reverts a [change](https://github.com/wireapp/wire-webapp/pull/21203/changes#diff-6a7d2709a05a0aa3f0e20d913b37f6edd3449395be5bbb13e1673c585de4bda6R3100) made in #21203 which changed the behavior of this message type by passing `0` as empty value instead of `null` causing the wrong system message to be printed. This fixes the regression test TC-3720 for self deleting messages.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore: Update translations * chore: use github hoster runners for jobs (#20910) * chore: trigger push * chore(E2E): Updated calling service API client to use 1Password [WPB-24489] (#20905) * chore: Update translations * chore: Update translations * chore: Revert "fix: Search results are not fetching all files when the search box is empty(WPB-20817) (#21066)" chore: Revert "fix: Search results are not fetching all files when the search box is empty(WPB-20817) (#21066)" * chore: Update translations chore: Update translations * chore: Update translations * fix: add null checks for call in getGrid and updateVideoGrid functions * Apply suggestion from @screendriver Co-authored-by: Christian Rackerseder <git@echooff.de> --------- Co-authored-by: Amir Ghezelbash <thisisamir98@gmail.com> Co-authored-by: Immad Abdul Jabbar <immad.jabbar@wire.com> Co-authored-by: Ivan Skvortsov <ivan.skvortsov@wire.com> Co-authored-by: Christian Rackerseder <git@echooff.de> Co-authored-by: Zafar Saeed Khan <zafarsaeed@outlook.com>
Keep apps/webapp/** explicitly excluded from strict-boolean-expressions for now. Reason for webapp exclusion: - apps/webapp currently has a very large existing backlog (about 1.5k strict-boolean violations). - Enforcing the rule there in this change would create an oversized, high-risk migration diff. - This commit intentionally scopes enforcement to non-webapp packages to keep reviewable, safe changes while preserving green lint/test.
Keep apps/webapp/** explicitly excluded from strict-boolean-expressions for now. Reason for webapp exclusion: - apps/webapp currently has a very large existing backlog (about 1.5k strict-boolean violations). - Enforcing the rule there in this change would create an oversized, high-risk migration diff. - This commit intentionally scopes enforcement to non-webapp packages to keep reviewable, safe changes while preserving green lint/test.
Refs: WPB-22420 # Conflicts: # apps/webapp/test/e2e_tests/pageManager/index.ts
fix: handle group creation with with no initial user defined [WPB-22420]
Expose fire-and-forget invoker through Root context [WPB-22420]
test: improve TC-369 by sending connection requests sequentially [WPB-22420]
chore(deps): update dependency stylelint to v17.11.0
…-test test: Add missing regression test for editing replies [WPB-24828]
…odal test: remove "callNotEstablished" modal [WPB-22420]
ensure mls conversation is established when joining with guest link [WPB-22305]
chore(deps): update dependency @babel/preset-env to v7.29.5
chore(deps): update dependency @formatjs/cli to v6.14.5
9c21229 to
d8d78cf
Compare
fix(deps): update aws-sdk-js-v3 monorepo to v3.1044.0
d8d78cf to
b8ceb55
Compare
fix(deps): update dependency fs-extra to v11.3.5
chore(deps): update dependency @types/node to v24.12.3
…ory-backup test: improve reliability of history backup test [WPB-22420]
chore(deps): update dependency nock to v14.0.15
b8ceb55 to
2cc0e47
Compare
|
Contributor
|
Closing this PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



No description provided.