Michael Telatynski
311c5fec66
Delete redundant make-icons.sh ( #25747 )
2023-07-10 16:48:06 +01:00
Michael Telatynski
186497a67d
Handle all permitted url schemes in linkify ( #11215 )
...
* Handle all permitted url schemes in linkify
* Correctly handle optional slash protocols
* Iterate
2023-07-10 15:09:39 +00:00
Timo
58710d129d
Autoapprove Element Call oidc requests ( #11209 )
...
* autoapprove Element Call oidc requests
Signed-off-by: Timo K <toger5@hotmail.de >
* update comment
Signed-off-by: Timo K <toger5@hotmail.de >
* add tests for oidc element-call
Signed-off-by: Timo K <toger5@hotmail.de >
* fix ES lint
Signed-off-by: Timo K <toger5@hotmail.de >
---------
Signed-off-by: Timo K <toger5@hotmail.de >
2023-07-10 15:06:58 +00:00
Michael Telatynski
ab972ddea9
PosthogAnalytics unwatch settings on logout ( #11207 )
...
* PosthogAnalytics unwatch settings on logout
* Tidy
2023-07-10 15:01:59 +00:00
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
Michael Telatynski
80075ee2cf
Update update-topics.yaml
2023-07-10 11:49:38 +01:00
Michael Telatynski
77db00cef1
Update update-topics.yaml
2023-07-10 11:36:28 +01:00
Michael Telatynski
29037c8543
Update update-topics.yaml
2023-07-10 11:33:00 +01:00
Michael Telatynski
4c9baa60ec
Update update-topics.yaml
2023-07-10 11:27:41 +01:00
Michael Telatynski
cb2d5efa4e
Update update-topics.yaml
2023-07-10 11:18:28 +01:00
Michael Telatynski
71ab30432b
Update update-topics.yaml
2023-07-10 11:16:18 +01:00
Michael Telatynski
96103269c7
Update update-topics.yaml
2023-07-10 11:14:03 +01:00
Aaron Raimist
98e36ffd0e
Add default_server_config fallback to element.io configs ( #19695 )
...
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2023-07-10 10:12:53 +00:00
Michael Telatynski
a4eb2f40bb
Update update-topics.yaml
2023-07-10 11:12:17 +01:00
Michael Telatynski
ccb0a306c8
Utility automation for updating topics as part of release process ( #25725 )
2023-07-10 11:06:05 +01:00
夜坂雅
93c17104f1
Allow default_server_config as a fallback config ( #25682 )
2023-07-10 09:56:24 +01:00
dependabot[bot]
9ec3f79198
Bump tough-cookie from 4.1.2 to 4.1.3 ( #25743 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-10 09:24:21 +01: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
dependabot[bot]
d18c69eb65
Bump stylelint from 15.9.0 to 15.10.1 ( #25739 )
...
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 09:18:16 +01: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
bac0da3fe9
Deprecate customisations in favour of Module API ( #25736 )
no-media-devices-release
v1.11.35-no-media-devices-hotfix
2023-07-07 15:25:22 +01:00
Michael Telatynski
0a4a205fbe
Enable strictPropertyInitialization ( #25735 )
2023-07-07 14:46:14 +01:00
Michael Telatynski
cfd48b36aa
Enable strictPropertyInitialization ( #11203 )
2023-07-07 14:46:12 +01:00
Michael Telatynski
6726b93cb4
Enable strictFunctionTypes ( #25730 )
2023-07-07 12:44:33 +00:00
Michael Telatynski
4207d182cd
Enable strictFunctionTypes ( #11201 )
2023-07-07 13:37:26 +01:00
Michael Telatynski
fad458d8c5
Enable strictPropertyInitialization ( #25729 )
2023-07-07 12:40:41 +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
Michael Telatynski
658e282929
Enable strictNullChecks and noImplicitAny ( #25724 )
2023-07-06 16:03:52 +01: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