David Langley and GitHub
2b09f81f60
Merge branch 'develop' into langleyd/rename_org_in_docs
2024-01-03 10:26:34 +00:00
188aac111b
Update dependency prettier to v3 ( #26815 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2024-01-02 17:53:39 +00:00
Michael Telatynski and GitHub
0d86bab0dc
Iterate landmarks around the app in order to improve a11y ( #26776 )
2023-12-20 15:32:23 +00:00
David Langley
855bb568b9
rename the GH org in links within documentation
2023-12-20 12:21:26 +00:00
Johannes Marbach
98c27c8bd4
Merge branch 'johannes/webpack-cli-4.10.0' into johannes/webpack-5
2023-10-24 13:49:35 +02:00
Dominik Henneke and GitHub
0040181489
Correctly fill window.matrixChat even when a Wrapper module is active ( #26395 )
...
Signed-off-by: Dominik Henneke <dominik.henneke@nordeck.net >
2023-10-18 21:13:30 -04:00
Johannes Marbach
2984c3bdfb
Remove . since path is already relative
2023-09-30 21:50:52 +02:00
Johannes Marbach
af3659a90e
Update to webpack 5
2023-09-23 21:34:56 +02:00
Michael Telatynski and GitHub
c525b633bd
Migrate translations to keys and switch to Localazy ( #26106 )
2023-09-05 17:17:25 +01:00
Richard van der Hoff and GitHub
00803950bf
Move the unhomoglyph data to its own file ( #26095 )
...
This solves problems wherein the javascript debugger would get confused and
show the execution point two lines away from the source.
2023-09-01 15:37:09 +01:00
3fd6b62254
Add support for rendering a custom wrapper around Element ( #25537 )
...
Co-authored-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net >
2023-08-30 07:52:41 +01:00
Michael Telatynski and GitHub
469d11ffcb
Guard translation methods with typescript to protect against invalid usage ( #26021 )
2023-08-22 16:32:03 +01:00
Michael Telatynski and GitHub
017fbb3793
Remove redundant makeRegistrationUrl prop ( #25953 )
2023-08-15 16:18:55 +01:00
Šimon Brandner and GitHub
93e6ee11ab
Switch to the new session API for screen-sharing ( #25802 )
2023-07-14 22:05:23 +02:00
Michael Telatynski and GitHub
5a701c418f
Update logging ignore list comment ( #25769 )
2023-07-11 23:39:16 +01:00
Kerry and GitHub
ef30662c04
store fragmentafterlogin in sesison storage for oidc login ( #25688 )
2023-07-11 02:19:15 +00:00
夜坂雅 and GitHub
93c17104f1
Allow default_server_config as a fallback config ( #25682 )
2023-07-10 09:56:24 +01:00
Michael Telatynski and GitHub
0299aef79d
Conform more of the codebase to strictNullChecks & noImplicitAny ( #25680 )
2023-06-28 15:09:36 +01:00
Kerry and GitHub
6bbc2b8238
remove auth params from url after login attempt ( #25664 )
2023-06-27 23:27:45 +00:00
Michael Telatynski and GitHub
2b31b8d9d8
Fix error when generating error for polling for updates ( #25609 )
2023-06-15 13:25:04 +01:00
Dominik Henneke and GitHub
71800ba28c
Redirect to the SSO page if sso_redirect_options.on_welcome_page is enabled and the URL hash is empty ( #25495 )
2023-06-01 11:56:30 +01:00
许煜恒 and GitHub
6b7f71f973
vector/index.html: Allow fetching blob urls ( #25336 )
2023-05-25 09:40:50 +01:00
Michael Telatynski and GitHub
d7a98fe392
Handle trailing dot FQDNs for domain-specific config.json files ( #25351 )
2023-05-12 13:46:49 +01:00
Michael Weimann and GitHub
b25a7ef505
Add error notification audio ( #25312 )
2023-05-10 08:02:55 +02:00
Michael Telatynski and GitHub
9e6467c684
Improve quality of Typescripting ( #25232 )
2023-05-05 09:08:36 +01:00
Michael Telatynski and GitHub
afab95288e
Improve Content-Security-Policy ( #25210 )
2023-04-26 14:49:35 +01:00
Michael Telatynski
3eddc939ce
s/unset/reset/
2023-04-26 11:12:57 +01:00
Michael Telatynski and GitHub
f5b8bccb65
Conform more of the codebase with noImplicitAny and strictNullChecks ( #25174
...
* Conform more of the codebase with `noImplicitAny` and `strictNullChecks`
* Fix tests
* Update src/vector/app.tsx
2023-04-25 09:36:17 +01:00
Janne Mareike Koschinski and GitHub
89054a50ac
Replace newTranslatableError with UserFriendlyError ( #25002 )
...
* Apply user-friendly-error changes to element-web as well
* Update i18n library
2023-03-31 12:41:15 +02:00
emrah and GitHub
2575322360
Use a newly generated access_token while joining Jitsi ( #24646 )
...
Fixes : #24687
Signed-off-by: Emrah Eryilmaz emrah.com@gmail.com
2023-03-22 14:05:10 +00:00
Michael Telatynski and GitHub
b9b0b096a4
Allow desktop app to expose recent rooms in UI integrations ( #16940 )
2023-03-22 09:22:51 +00:00
Michael Telatynski and GitHub
77e7bad4f1
Clear electron data when logging out ( #24827 )
2023-03-15 15:53:02 +00:00
Dominik Henneke and GitHub
afe2ac2ae6
Add API params to mute audio and/or video in Jitsi calls by default ( #24820 )
...
Signed-off-by: Dominik Henneke <dominik.henneke@nordeck.net >
2023-03-15 13:50:39 +01:00
Oliver Sand and GitHub
5de1b0a012
Pass current language into Jitsi ( #24609
...
* Pass current language into Jitsi
Jitsi itself now uses the current language of the user. However, this does not yet apply to the welcome page of the Jitsi widget that says "Join conference", which is only hard-coded to
english for now.
Signed-off-by: Oliver Sand <oliver.sand@nordeck.net >
* Map between Element and Jitsi language codes
---------
Signed-off-by: Oliver Sand <oliver.sand@nordeck.net >
2023-02-22 18:21:05 +00:00
583ac3de96
Jitsi requests 'requires_client' capability if auth token is provided ( #24294 )
...
* Jitsi requests 'io.element.requires_client' capability if auth token is provided
* Added a comment that Jitsi should request 'requires_client' capability to hide the popup icon in the Element if auth token is provided.
---------
Co-authored-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net >
2023-01-31 10:59:17 +00:00
Michael Weimann
6710a289ff
Add custom modernizr build to prettierignore
2022-12-09 13:36:07 +01:00
Michael Weimann
7921a6cbf8
Apply prettier formatting
2022-12-09 13:28:29 +01:00
Michael Weimann and GitHub
cbf5c43ae7
Update to eslint-plugin-matrix-org 0.8 ( #23825 )
...
* Update to eslint-plugin-matrix-org 0.8
* Exclude some eslint rules for specs
* Fix eslint tests path
2022-11-23 16:24:36 +00:00
3be527cac8
Deploy develop branch to Cloudflare Pages ( #23454 )
...
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com >
2022-11-08 13:27:20 +00:00
Michael Telatynski and GitHub
577a6b7c5a
Make SonarCloud happier ( #23699 )
2022-11-04 15:30:25 +00:00
Michael Telatynski and GitHub
a3ece528e5
Fix config.json failing to load for Jitsi wrapper in non-root deployment ( #23577 )
2022-10-24 13:48:32 +01:00
Michael Telatynski and GitHub
172f2f3993
Fix tests and convert to RTL ( #23474 )
2022-10-13 09:22:34 +01:00
Michael Telatynski and GitHub
66798c75b5
Trim /version file response ( #23473 )
2022-10-13 05:52:38 +01:00
Michael Telatynski and GitHub
2ef6abbfb8
Move from browser-request to fetch ( #23427 )
2022-10-12 18:59:10 +01:00
Kerry and GitHub
0e8e472138
Device manager - tweak string formatting of default device name ( #23457 )
...
* tweak string formatting of default device name
* cheaters path to beating quality gate
* more electronplatform test coverage
* remove test that throw errors
* cover some more window.electrons
* more coverage
* empty line
2022-10-12 15:35:52 +02:00
Robin and GitHub
ed1ecde348
Simplify the Jitsi wrapper ( #23158 )
...
* Remove ClientReady and WidgetReady hacks from the Jitsi wrapper
By registering widget API listeners earlier and simply blocking the
execution of all actions until the Jitsi wrapper has finished setting
up, sending a WidgetReady action becomes no longer necessary.
The ClientReady action is likewise not necessary, because in practice
getting a ready event means the client and the widget have already been
happily talking back and forth for capability negotiation.
* Rename audioDevice/videoDevice to audioInput/videoInput
* Combine HangupCall and ForceHangupCall into one action
* Apply misc code review suggestions
2022-08-30 15:13:37 -04:00
Michael Telatynski and GitHub
822e262a93
Revert "Update ElectronPlatform.tsx ( #22976 )" ( #23030 )
...
This reverts commit 6d3c49d866 .
2022-08-09 15:39:47 +01:00
Michael Telatynski and GitHub
6d3c49d866
Update ElectronPlatform.tsx ( #22976 )
2022-08-02 16:11:59 +01:00
1e445a75a9
Add support for disabling spell check ( #22220 )
...
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2022-07-28 10:19:33 +02:00
Germain and GitHub
03cce754d4
Disallow invalid inline style comments in stylesheets ( #22930 )
2022-07-27 14:39:22 +01:00