Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] dev from wireapp:dev #5

Open
wants to merge 1,247 commits into
base: dev
Choose a base branch
from
Open

[pull] dev from wireapp:dev #5

wants to merge 1,247 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Jan 29, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Jan 29, 2024
dependabot bot and others added 29 commits July 28, 2024 14:34
)

Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 10.3.2 to 10.4.0.
- [Release notes](https://github.com/testing-library/dom-testing-library/releases)
- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/dom-testing-library@v10.3.2...v10.4.0)

---
updated-dependencies:
- dependency-name: "@testing-library/dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.39 to 8.4.40.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.39...8.4.40)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@wireapp/webapp-events](https://github.com/wireapp/wire-web-packages) from 0.22.1 to 0.23.0.
- [Commits](https://github.com/wireapp/wire-web-packages/compare/@wireapp/webapp-events@0.22.1...@wireapp/webapp-events@0.23.0)

---
updated-dependencies:
- dependency-name: "@wireapp/webapp-events"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.3 to 5.5.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.3...v5.5.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…earch (WPB-10394) (#17840)

* fix: Correctly match users with umlaut charachters in new navigation search (WPB-10394)

* fix lint issue

* remove test
* test: Add unit tests for new navigation conversations helper

* Update src/script/page/LeftSidebar/panels/Conversations/Helpers.test.tsx

Co-authored-by: Virgile <78490891+V-Gira@users.noreply.github.com>

---------

Co-authored-by: Virgile <78490891+V-Gira@users.noreply.github.com>
…17842)

* chore: Remove undefined from return type of AssetRespository.getObjectUrl

* feat: Use object URLs for notification icons instead of asset URLs

This allows us to get rid of one dependency on URLs with asset tokens being
sent as a query parameter.

* chore: Delete unused code for generating Asset URLs

* chore: Delete stale comment about Notification.data being not supported

It is supported by Firefox and Safari since 2013 and Edge since 2016.
* feat: change media constrain on screen share
* feat: keep framerate to 5fames/s on screenshare to avoid much data
* chore: properly handle a domain passed from desktop

* move the resolved domain to a variable

---------

Co-authored-by: Virgile <virgile.girardin@wire.com>
* chore: Allow running in dev mode without TLS

* chore: Add local backend config to .env.localhost

* chore: Clarify comment about connecting to a local backend

Co-authored-by: Timothy LeBon <tlebon@gmail.com>

---------

Co-authored-by: Timothy LeBon <tlebon@gmail.com>
* feat: Inform people on internal envs about datadog is in use

* update datadog disclaimer

* cr fixes
* feat: calling popout version 2 (#17733)

* feat: put fullscreen ui into detached calling cell

* runfix: make sure less styles are properly overwritten with emotion

* runfix: make screenshare work on browser

* feat: do not allow in-app fullscreen anymore

* runfix: remove labels from full ui buttons

* runfix: align margins

* feat: add useToggleState hook

* feat: select call view mode

* feat: align icons styles and labels

* runfix: align changes after rebasing

* tmp

* Revert "fix: remove unused component (#17681)"

This reverts commit 2689225.

* feat: add participants label

* feat: toggle participants list

* runfix: mic off icon

* runfix: call tab view styles

* runfix: put fullscreen into the webapp temp

* runfix: icon styles on dark mode

* tmp

* runfix: active window match media

* runfix: screenshare button

* runfix: revert extra handling of separate window media devices

* runfix: screen sharing on desktop

* chore: self-review

* runfix: rename variable

* test: align tests

* test: align tests

* chore: hide detached window on desktop

* feat: move call pagination to top bar

* runfix: apply theme change during fullscreen call

* Revert "fix: revert minimized calling cell (#17696)"

This reverts commit 62ec5a5.

* runfix: last overflowed participant list item not visible

* chore: add debug util for adding a participant to the active call

* runfix: default call avatar size

* chore: remove debug util to enable the feature

* feat: new reactions menu design

* feat: adjust reactions popup styles

* feat: use new emoji icon

* refactor: move detached window to call state

* refactor: remove extra types

* refactor: remove twice assignment of variable

* refactor: add thumbnail to ElectronDesktopCapturerSource

* refactor: immediately minimize call on hangup button click

---------

Co-authored-by: Amir Ghezelbash <thisisamir98@gmail.com>
* feat: hide blur BG behind feature flag [WPB-10437]

* PR feedback change

---------

Co-authored-by: Immad Abdul Jabbar <immadabduljabbar@immads-mbp.speedport.ip>
Bumps the lexical group with 3 updates: [@lexical/history](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-history), [@lexical/react](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-react) and [lexical](https://github.com/facebook/lexical/tree/HEAD/packages/lexical).


Updates `@lexical/history` from 0.16.1 to 0.17.0
- [Release notes](https://github.com/facebook/lexical/releases)
- [Changelog](https://github.com/facebook/lexical/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/lexical/commits/v0.17.0/packages/lexical-history)

Updates `@lexical/react` from 0.16.1 to 0.17.0
- [Release notes](https://github.com/facebook/lexical/releases)
- [Changelog](https://github.com/facebook/lexical/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/lexical/commits/v0.17.0/packages/lexical-react)

Updates `lexical` from 0.16.1 to 0.17.0
- [Release notes](https://github.com/facebook/lexical/releases)
- [Changelog](https://github.com/facebook/lexical/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/lexical/commits/v0.17.0/packages/lexical)

---
updated-dependencies:
- dependency-name: "@lexical/history"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lexical
- dependency-name: "@lexical/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lexical
- dependency-name: lexical
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lexical
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.19 to 10.4.20.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.19...10.4.20)

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the datadog group with 2 updates: [@datadog/browser-logs](https://github.com/DataDog/browser-sdk/tree/HEAD/packages/logs) and [@datadog/browser-rum](https://github.com/DataDog/browser-sdk/tree/HEAD/packages/rum).


Updates `@datadog/browser-logs` from 5.23.0 to 5.23.3
- [Changelog](https://github.com/DataDog/browser-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/DataDog/browser-sdk/commits/v5.23.3/packages/logs)

Updates `@datadog/browser-rum` from 5.23.0 to 5.23.3
- [Changelog](https://github.com/DataDog/browser-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/DataDog/browser-sdk/commits/v5.23.3/packages/rum)

---
updated-dependencies:
- dependency-name: "@datadog/browser-logs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: datadog
- dependency-name: "@datadog/browser-rum"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: datadog
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.25.0 to 7.25.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.7.0 to 16.8.1.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@16.7.0...16.8.1)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.25.1 to 6.26.0.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.26.0/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…17864)

Bumps [@wireapp/store-engine-dexie](https://github.com/wireapp/wire-web-packages) from 2.1.11 to 2.1.12.
- [Commits](https://github.com/wireapp/wire-web-packages/compare/@wireapp/store-engine-dexie@2.1.11...@wireapp/store-engine-dexie@2.1.12)

---
updated-dependencies:
- dependency-name: "@wireapp/store-engine-dexie"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [husky](https://github.com/typicode/husky) from 9.1.3 to 9.1.4.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.1.3...v9.1.4)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot bot and others added 30 commits September 23, 2024 11:02
Bumps [react-intl](https://github.com/formatjs/formatjs) from 6.6.8 to 6.7.0.
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/react-intl@6.6.8...react-intl@6.7.0)

---
updated-dependencies:
- dependency-name: react-intl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…18066)

* runfix: treat 1:1 calls as conference calls (#17759)

* fix: handle leaving a 1:1 call over SFT [WPB-7151] (#17883)

* feat: establish 1on1 mls conversation with new removal key [WPB-10744] (#18062)

* chore: use backend config for 1 on 1 SFT calls (#18063)

* chore: address remaining merge conflicts

* Update src/script/calling/CallingRepository.ts

Co-authored-by: Przemysław Jóźwik <przemyslaw.jozwik96@gmail.com>

* chore: show quality feedback modal if countly enabled

* chore: bump core to 46.4.0

---------

Co-authored-by: Patryk Górka <patrykbunix@gmail.com>
Co-authored-by: Przemysław Jóźwik <przemyslaw.jozwik96@gmail.com>
Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 2.1.3 to 2.2.0.
- [Release notes](https://github.com/crowdin/github-action/releases)
- [Commits](crowdin/github-action@v2.1.3...v2.2.0)

---
updated-dependencies:
- dependency-name: crowdin/github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…d groups [WPB-11097] (#18083)

* feat: Change height of empty conversations list while we have filtered groups [WPB-11097]
* chore: Update fonts less variables

* fix xxxl font size
* chore: Update fonts less variables

* chore: Update common less variables

* remove unused code

* code fixes
feat: support importing events from an external file [WPB-11034]
…0792] (#18098)

* feat: filter remote domain users in conversation creation list for Mixed and Proteus

* feat: make the list better reusable, add prop

* feat: check for default protocol

* chore: apply CR suggestions
* fix: Scroll to searched conversation

* improve scrolling to conversation
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 2.79.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.79.1...v2.79.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [helmet](https://github.com/helmetjs/helmet) from 7.1.0 to 8.0.0.
- [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md)
- [Commits](helmetjs/helmet@v7.1.0...v8.0.0)

---
updated-dependencies:
- dependency-name: helmet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the lexical group with 3 updates: [@lexical/history](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-history), [@lexical/react](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-react) and [lexical](https://github.com/facebook/lexical/tree/HEAD/packages/lexical).


Updates `@lexical/history` from 0.17.1 to 0.18.0
- [Release notes](https://github.com/facebook/lexical/releases)
- [Changelog](https://github.com/facebook/lexical/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/lexical/commits/v0.18.0/packages/lexical-history)

Updates `@lexical/react` from 0.17.1 to 0.18.0
- [Release notes](https://github.com/facebook/lexical/releases)
- [Changelog](https://github.com/facebook/lexical/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/lexical/commits/v0.18.0/packages/lexical-react)

Updates `lexical` from 0.17.1 to 0.18.0
- [Release notes](https://github.com/facebook/lexical/releases)
- [Changelog](https://github.com/facebook/lexical/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/lexical/commits/v0.18.0/packages/lexical)

---
updated-dependencies:
- dependency-name: "@lexical/history"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lexical
- dependency-name: "@lexical/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lexical
- dependency-name: lexical
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lexical
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the datadog group with 2 updates: [@datadog/browser-logs](https://github.com/DataDog/browser-sdk/tree/HEAD/packages/logs) and [@datadog/browser-rum](https://github.com/DataDog/browser-sdk/tree/HEAD/packages/rum).


Updates `@datadog/browser-logs` from 5.27.0 to 5.28.0
- [Changelog](https://github.com/DataDog/browser-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/DataDog/browser-sdk/commits/v5.28.0/packages/logs)

Updates `@datadog/browser-rum` from 5.27.0 to 5.28.0
- [Changelog](https://github.com/DataDog/browser-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/DataDog/browser-sdk/commits/v5.28.0/packages/rum)

---
updated-dependencies:
- dependency-name: "@datadog/browser-logs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: datadog
- dependency-name: "@datadog/browser-rum"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: datadog
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.5 to 22.7.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [webpack](https://github.com/webpack/webpack) from 5.94.0 to 5.95.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.94.0...v5.95.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@faker-js/faker](https://github.com/faker-js/faker) from 9.0.1 to 9.0.3.
- [Release notes](https://github.com/faker-js/faker/releases)
- [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md)
- [Commits](faker-js/faker@v9.0.1...v9.0.3)

---
updated-dependencies:
- dependency-name: "@faker-js/faker"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.