Charly Nguyen
99c10cb422
Update @matrix-org/react-sdk-module-api
2023-11-09 11:28:16 +01:00
Michael Telatynski
edeaf8065e
Ship element-web as a debian package ( #26533 )
2023-11-09 09:56:26 +00:00
R Midhun Suresh
03b01b4a50
Use command prefix ( #11843 )
2023-11-09 09:37:33 +00:00
Johannes Marbach
a3190cb53e
Merge pull request #11840 from matrix-org/midhun/remove-sorry-cypress
2023-11-09 08:36:11 +01:00
R Midhun Suresh
46d36885d3
Remove variables
2023-11-09 01:49:55 +05:30
R Midhun Suresh
8697d3db6f
Format file
2023-11-09 00:31:46 +05:30
R Midhun Suresh
a3d34af80b
Remove more code
2023-11-09 00:26:57 +05:30
R Midhun Suresh
8df76839b2
Remove plugin code
2023-11-09 00:01:28 +05:30
R Midhun Suresh
5023ed9e03
Remove sorry-cypress
2023-11-08 23:54:53 +05:30
Johannes Marbach
7a0b1d5e45
Revert back to poor-man's parallelization ( #11838 )
2023-11-08 14:30:22 +00:00
Johannes Marbach
f0c5ed8a30
Appease the linter
2023-11-08 10:06:13 +01:00
Johannes Marbach
0a36934d55
Eliminate use of loader-utils
2023-11-08 10:04:09 +01:00
Florian Duros
b1e283dc42
Fill cypress test `high-level.spec.ts` > `A receipt for the last unimportant event makes the room read, even if all are unimportant` ( #11830 )
...
* Fill cypress test `high-level.spec.ts` > `A receipt for the last unimportant event makes the room read, even if all are unimportant`
* Test on `room2` instead of `room1`
2023-11-08 08:59:38 +00:00
Johannes Marbach
25bb2ae492
Replace optimize-css-assets-webpack-plugin with css-minimizer-webpack-plugin
2023-11-08 09:19:20 +01:00
Johannes Marbach
fe46b05bfb
Remove unused extract-text-webpack-plugin
2023-11-08 09:16:04 +01:00
Johannes Marbach
e271f2cadb
Upgrade webpack to 5.89.0
2023-11-08 09:15:27 +01:00
Johannes Marbach
4ffac57990
Merge branch 'develop' into johannes/webpack-5
2023-11-08 08:55:15 +01:00
renovate[bot]
b8f9ef7699
Update vector-im ( #11816 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Johannes Marbach <johannesm@element.io>
2023-11-08 07:33:34 +00:00
ElementRobot
8b01798bd6
Reset matrix-js-sdk back to develop branch
2023-11-07 15:26:48 +00:00
ElementRobot
740bf8ae70
Reset matrix-react-sdk back to develop branch
2023-11-07 15:26:41 +00:00
ElementRobot
51f9e52538
Merge branch 'master' into develop
2023-11-07 15:26:26 +00:00
ElementRobot
2c1304c3bf
v1.11.48
2023-11-07 15:23:24 +00:00
ElementRobot
ba11a5d68f
Prepare changelog for v1.11.48
2023-11-07 15:23:23 +00:00
ElementRobot
a582cec412
Upgrade matrix-js-sdk to 30.0.0
2023-11-07 15:20:22 +00:00
ElementRobot
b2387c3027
Upgrade matrix-react-sdk to 3.84.0
2023-11-07 15:19:34 +00:00
ElementRobot
5ae461989d
Reset matrix-js-sdk back to develop branch
2023-11-07 15:16:21 +00:00
ElementRobot
a048cb9511
Resetting package fields for development
2023-11-07 15:16:06 +00:00
ElementRobot
0ba9b47227
Merge branch 'master' into develop
2023-11-07 15:16:01 +00:00
ElementRobot
9698dba840
v3.84.0
2023-11-07 15:15:52 +00:00
ElementRobot
2cfcb66dd1
Prepare changelog for v3.84.0
2023-11-07 15:15:50 +00:00
ElementRobot
be492060d9
Upgrade matrix-js-sdk to 30.0.0
2023-11-07 15:14:05 +00:00
maheichyk
ea648753f9
Add e2e tests for the knocking feature ( #11803 )
...
* Add e2e tests for knocking
Signed-off-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net>
* Add e2e tests for knocking into public knock rooms
Signed-off-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net>
* Smaller changes
Signed-off-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net>
* Remove room disappear check when forgotten due to exising issue
Signed-off-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net>
---------
Signed-off-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net>
Co-authored-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net>
2023-11-07 14:00:24 +00:00
Johannes Marbach
806e146f16
Remove Kiwi upload ( #11833 )
...
* Remove Kiwi upload
* Remove JUnit upload
2023-11-07 13:15:30 +00:00
Timo
224b9171dd
Make video rooms compatible with matrix RTC ( #11829 )
...
* Make video rooms compatible with matrix RTC
Signed-off-by: Timo K <toger5@hotmail.de>
* comment fixes
Signed-off-by: Timo K <toger5@hotmail.de>
* fix tests by destroying the call. Otherwise create wont recreate for ec.
Signed-off-by: Timo K <toger5@hotmail.de>
---------
Signed-off-by: Timo K <toger5@hotmail.de>
2023-11-07 12:29:05 +00:00
R Midhun Suresh
90419bdffd
Implement new unreachable state and fix broken string ref ( #11748 )
...
* Fix string ref issue
* Implement unreachable state
* Fix eslint failure
* Fix i18n
* Fix i18n again
* Write cypress test
* Write jest test
* Write more jest tests
* Update method name
* Use unstable prefix
* Always use prefix
This is never to going to be in the spec so always use the io.element
prefix
* Update tests
* Remove redundant code from cypress test
* Use unstable prefix
* Refactor code
* Remove supressOnHover prop
* Remove sub-text label
* Join lines
* Remove blank line
* Add jsdoc
2023-11-07 10:14:30 +00:00
ElementRobot
c2b1b68259
[Backport staging] Fix rightpanel hiding scrollbar ( #11832 )
...
Co-authored-by: Kerry <kerrya@element.io>
2023-11-07 08:47:32 +00:00
Johannes Marbach
b350d2211c
Merge pull request #26511 from vector-im/Johennes-patch-1
2023-11-07 09:40:38 +01:00
Kerry
6849afd9fc
fix rightpanel hiding scrollbar ( #11831 )
2023-11-06 23:22:40 +00:00
Richard van der Hoff
c344a378b4
Run Cypress on Rust crypto ( #11828 )
...
* Run Cypress on Rust crypto
* Keep rust and legacy crypto results apart
* Move crypto stack id to kiwi build ID
... instead of test suite name
2023-11-06 16:52:41 +00:00
Johannes Marbach
11f46a0d11
Add input parameter for ELEMENT_BOT_TOKEN
2023-11-06 15:55:50 +01:00
Johannes Marbach
8769dbb3f7
Merge pull request #26509 from vector-im/Johennes-patch-1
2023-11-06 14:23:53 +01:00
Johannes Marbach
222cf5cb67
Make triage-labelled workflow reusable
2023-11-06 14:09:13 +01:00
Johannes Marbach
17147ade05
Merge branch 'develop' into johannes/webpack-5
2023-11-06 13:59:38 +01:00
Michael Telatynski
019a7cc02d
Ship OpenCoDE variant to Dockerhub ( #26399 )
2023-11-06 16:31:02 +05:30
R Midhun Suresh
9bb50119c7
Fix broken Timeline panel jest test ( #11827 )
...
* Fix broken test
* Set localTimeStamp for each event
2023-11-03 14:36:06 +00:00
Andy Balaam
f48cee238a
Fix a test that would otherwise be broken by matrix-js-sdk#3817 ( #11826 )
2023-11-02 15:41:45 +00:00
Charly Nguyen
01e7e01153
Allow adding extra icons to the room header ( #11799 )
...
* Allow adding extra icons to the room header
Signed-off-by: Charly Nguyen <charly.nguyen@nordeck.net>
* Apply PR feedback
Signed-off-by: Charly Nguyen <charly.nguyen@nordeck.net>
* Apply PR feedback
Signed-off-by: Charly Nguyen <charly.nguyen@nordeck.net>
* Apply PR feedback
Signed-off-by: Charly Nguyen <charly.nguyen@nordeck.net>
* Apply PR feedback
Signed-off-by: Charly Nguyen <charly.nguyen@nordeck.net>
* Apply PR feedback
Signed-off-by: Charly Nguyen <charly.nguyen@nordeck.net>
---------
Signed-off-by: Charly Nguyen <charly.nguyen@nordeck.net>
2023-11-01 12:03:10 +00:00
Michael Telatynski
9496097143
Switch to updating presence via /sync calls instead of PUT /presence ( #11824 )
...
* Switch to updating presence via /sync calls instead of PUT /presence (#11223 )
(cherry picked from commit 1995a74090
)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Update Presence.ts
2023-11-01 10:49:47 +00:00
renovate[bot]
501130d057
Update definitelyTyped ( #11813 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2023-11-01 09:04:47 +00:00
Michael Telatynski
7e370909da
Update build_debian.yaml
2023-11-01 08:49:56 +00:00