Michael Telatynski
411a63f4a5
Avoid trying to set room account data for pinned events as guest ( #11216 )
2023-07-10 14:20:12 +00:00
Janne Mareike Koschinski
05c2ee0767
Disable sound for DMs checkbox when DM notifications are disabled ( #11210 )
2023-07-10 12:49:56 +00:00
David Baker
aa818cdf85
Add commented-out waitForIFrameLoad option to Element Call widget ( #11208 )
...
As hopefully all explained in comment.
2023-07-10 12:20:08 +00:00
dependabot[bot]
c47ebb9342
Bump stylelint from 15.9.0 to 15.10.1 ( #11205 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 15.9.0 to 15.10.1.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/15.9.0...15.10.1 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-10 08:18:37 +00:00
Charly Nguyen
fd749172e1
Allow creating knock rooms ( #11182 )
...
Signed-off-by: Charly Nguyen <charly.nguyen@nordeck.net>
2023-07-10 08:01:03 +00:00
Kerry
01bd80fe59
OIDC: update to `oidc-client-ts` functions from js-sdk ( #11193 )
...
* test util for oidcclientconfigs
* rename type and lint
* correct oidc test util
* store issuer and clientId pre auth navigation
* update for js-sdk userstate, tidy
2023-07-10 00:57:16 +00:00
Richard van der Hoff
1a75d5d869
Cypress: Use Rust crypto for the bot user in verification tests ( #11173 )
...
* Cypress: `crypto.verification.request` -> `crypto.verificationRequestReceived`
matrix-org/matrix-js-sdk#3514 deprecated crypto.verification.request.
* Cypress: `beginKeyVerification` -> `startVerification`
matrix-org/matrix-js-sdk#3528 deprecated beginKeyVerification
* simplify `setupBotClient`
no functional change here, just combining the various `cy.wrap()`ed things into
a single async func
* Cypress: Use Rust crypto for the bot user in verification tests
We can already start using the Rust crypto implementation for the "bot" user in
the verification tests!
2023-07-07 16:56:53 +00:00
Gustavo Santos
8924bd26fa
feat(faq): remove keyboard shortcuts button ( #9342 )
...
* feat(faq): remove keyboard shortcuts button
Signed-off-by: Gustavo Santos <gefgu@hotmail.com>
* Update HelpUserSettingsTab.tsx
* delint
---------
Signed-off-by: Gustavo Santos <gefgu@hotmail.com>
Co-authored-by: Germain <germains@element.io>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2023-07-07 14:40:41 +00:00
Travis Ralston
8a97e5f351
Expose and pre-populate thread ID in devtools dialog ( #10953 )
...
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2023-07-07 15:40:25 +01:00
Michael Telatynski
cfd48b36aa
Enable strictPropertyInitialization ( #11203 )
2023-07-07 14:46:12 +01:00
Michael Telatynski
4207d182cd
Enable strictFunctionTypes ( #11201 )
2023-07-07 13:37:26 +01:00
Travis Ralston
40de66424d
Hide URL preview if it will be empty ( #9029 )
...
* Hide URL preview if it will be empty
* Update src/components/views/rooms/LinkPreviewWidget.tsx
Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com>
* Iterate
* Iterate
---------
Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2023-07-07 11:06:03 +00:00
Germain
252f2ebec0
Remove hidden read receipts migration ( #11139 )
...
* Remove hidden read receipts migration
* remove unused values
* Remove hidden RR migration test
2023-07-07 10:55:16 +00:00
Aaron Raimist
71fe08ea0f
Change wording from avatar to profile picture ( #7015 )
...
* Change wording from avatar to profile picture
Signed-off-by: Aaron Raimist <aaron@raim.ist>
* lint
Signed-off-by: Aaron Raimist <aaron@raim.ist>
* Update EventListSummary
Signed-off-by: Aaron Raimist <aaron@raim.ist>
* Delete MembershipEventListSummary.tsx
Signed-off-by: Aaron Raimist <aaron@raim.ist>
* delint
* Update tests
---------
Signed-off-by: Aaron Raimist <aaron@raim.ist>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2023-07-07 10:54:43 +00:00
Michael Telatynski
c153a4d388
Enable strictPropertyInitialization ( #11200 )
2023-07-07 09:02:53 +00:00
Michael Telatynski
118ee89f9e
Fix TimelinePanel-test over-driving Thread model into compliance ( #11198 )
2023-07-07 09:48:06 +01:00
Michael Telatynski
706a42f390
Quick and dirty devtool to explore state history ( #11197 )
...
* Quick and dirty devtool to explore state history
* Include error in unsigned
* iterate
* Fix silly copy paste
2023-07-07 08:16:11 +00:00
Michael Telatynski
285847560b
Conform more of the codebase to strict typing ( #11195 )
2023-07-07 09:02:13 +01:00
Germain
f32b9bab99
Fix room tile text clipping ( #11196 )
2023-07-07 07:24:48 +00:00
Enrico Schwendig
902263d7c9
force to allow calls without video and audio in embedded mode ( #11131 )
...
* force to allow calls without video and audio in embedded mode
* Check device access permission and introduce a only screen share call mode
* Fix strict typ check issue
* Fix i18n check issue
* Add unit tests for device selection
* Fix mocked media device query
2023-07-06 14:40:14 +00:00
Michael Telatynski
3c81f30c26
Enable strictNullChecks and noImplicitAny ( #11194 )
2023-07-06 13:59:47 +00:00
Michael Telatynski
b467d0700f
Replace brittle custom function with lodash implementation ( #11188 )
2023-07-06 08:22:43 +00:00
Johannes Marbach
d7677c7e21
Handle newlines in user pills ( #11166 )
...
* Handle newlines in user pills
Fixes : vector-im/element-web#10994
* Fix typo in comment
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
* Refactor link generation for better readability
* Use `<br>` instead of `<br/>`
* Fix copy/paste error
---------
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2023-07-05 22:00:27 +00:00
Johannes Marbach
3f20675b93
Limit width of user menu in space panel ( #11192 )
...
Fixes : vector-im/element-web#22627
2023-07-05 22:00:03 +00:00
Michael Telatynski
8107f1d271
Conform more of the codebase to strict types ( #11191 )
2023-07-05 11:53:22 +01:00
Michael Telatynski
4044c2aa66
Consider more user inputs when calculating zxcvbn score ( #11180 )
...
* Consider more user inputs when calculating zxcvbn score
* MatrixClientPeg.getHomeserverName may throw
2023-07-05 09:36:30 +00:00
Kerry
90e65e8490
use more future proof config for static clients ( #11175 )
2023-07-04 23:10:03 +00:00
Kerry
ce332d0f8b
Fix: hide unsupported login elements ( #11185 )
...
* hide unsupported login elements
* Update src/components/structures/auth/Login.tsx
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
---------
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2023-07-04 22:15:35 +00:00
Germain
2034cce235
Scope smaller font size to user info panel ( #11178 )
2023-07-04 18:02:39 +00:00
Germain
2a7780052e
Compound Typography pass regression fixes ( #11189 )
...
* Compound Typography pass regression fixes
* updates to the room list sizing
* fix subtitle clipping
* revert display name to use medium variant
2023-07-04 16:54:28 +00:00
Andy Balaam
3ad9a8fe3b
Revert "Add isLocation to ComposerEvent analytics events" ( #11190 )
...
This reverts commit 739a0c7afbcc6ab8fb0dd0ed0c5faba45a51259c.
2023-07-04 16:39:47 +00:00
Michael Telatynski
1a2d201863
Tweak branch matching to allow not applying outside of PRs for matrix-analytics-events ( #11186 )
2023-07-04 17:14:29 +01:00
ElementRobot
cf11b5f400
Reset matrix-js-sdk back to develop branch
2023-07-04 15:17:33 +01:00
ElementRobot
a89354b4a1
Resetting package fields for development
2023-07-04 15:17:05 +01:00
ElementRobot
948d5184b5
Merge branch 'master' into develop
2023-07-04 15:17:01 +01:00
ElementRobot
af683f06b5
v3.75.0
2023-07-04 15:16:51 +01:00
ElementRobot
beda797b58
Prepare changelog for v3.75.0
2023-07-04 15:16:49 +01:00
ElementRobot
1a902f4250
Upgrade matrix-js-sdk to 26.2.0
2023-07-04 15:11:14 +01:00
Michael Telatynski
a294ba2ad4
Conform more of the codebase to strictNullChecks + noImplicitAny ( #11179 )
2023-07-04 14:49:27 +01:00
Richard van der Hoff
7c211b0587
munge the emoji names from rust-sdk to match translations ( #11168 )
2023-07-04 12:00:09 +00:00
Michael Telatynski
d87be36800
Apply i18n to strings in the html export ( #11176 )
2023-07-04 09:37:10 +00:00
Andy Balaam
54ffce9d20
Add isLocation to ComposerEvent analytics events ( #11187 )
2023-07-04 09:10:03 +00:00
Michael Telatynski
90b572f074
Inhibit url previews on MXIDs containing slashes same as those without ( #11160 )
2023-07-03 15:56:58 +00:00
Germain
cfc13c58cd
Make event info size consistent with state events ( #11181 )
2023-07-03 15:30:55 +00:00
Germain
880d9b1004
fix markdown content ( #11177 )
2023-07-03 15:07:30 +00:00
davidegirardi
e6460daae5
Do not trim trailing whitespaces for test snapshots ( #11066 )
...
Signed-off-by: davidegirardi <16451191+davidegirardi@users.noreply.github.com>
2023-07-03 13:38:21 +00:00
Richard van der Hoff
0d14b03d71
Enable verification cypress tests for Element R ( #11169 )
2023-07-03 11:48:18 +00:00
Germain
68b04a83e8
Fix font-family definition for emojis ( #11170 )
...
* Fix font-family definition for emojis
* prettier fix
* Rephrase comment about font family overrides
2023-07-03 08:48:42 +00:00
Richard van der Hoff
2ea8a030ea
Replace `beginKeyVerification` with `startVerification` ( #11167 )
2023-06-30 12:09:06 +00:00
alunturner
3fb4dac6fc
Strictify RoomView.tsx ( #11163 )
2023-06-30 13:06:03 +01:00