Timshel
ae15bbe6e0
Allow user to set timezone ( #12775 )
...
* Allow user to set timezone
* Update test snapshots
---------
Co-authored-by: Florian Duros <florianduros@element.io >
2024-09-02 09:07:07 +00:00
ElementRobot
acc7342758
[create-pull-request] automated change ( #12942 )
...
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com >
2024-09-02 06:22:27 +00:00
ElementRobot
3d41f5be03
[create-pull-request] automated change ( #12938 )
...
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com >
2024-08-31 06:20:43 +00:00
Florian Duros
13ec19c22e
Sort the pinning message list in the same order than the banner ( #12937 )
2024-08-30 14:57:30 +00:00
Michael Weimann
19f8b44745
Implement download_file in widget driver ( #12931 )
...
* Implement download_file in widget driver
Signed-off-by: Michael Weimann <michael.weimann@nordeck.net >
* Fix test URIs
Signed-off-by: Michael Weimann <michael.weimann@nordeck.net >
* Use download-file branch as widget-api source
Signed-off-by: Michael Weimann <michael.weimann@nordeck.net >
* bump matrix-widget-api to 1.9.0
Signed-off-by: Kim Brose <kim.brose@nordeck.net >
* prettier
Signed-off-by: Kim Brose <kim.brose@nordeck.net >
---------
Signed-off-by: Michael Weimann <michael.weimann@nordeck.net >
Signed-off-by: Kim Brose <kim.brose@nordeck.net >
Co-authored-by: Kim Brose <kim.brose@nordeck.net >
2024-08-30 14:45:25 +00:00
Florian Duros
2a450c095c
Add allowImportingTsExtensions to tsconfig ( #12939 )
2024-08-30 13:54:14 +00:00
Florian Duros
d16ab09866
Display pinned messages on a banner at the top of a room ( #12917 )
...
* Move pinned message hooks to a dedicated file
* Add a banner at the top of a room to display the pinned messages
* Put the pinning banner behind labs pinning labs flag
* Add redacted event support
* Handle UTD in pinning message banner
* Add tests for redaction
* Make all the banner clickable
* Add tests for PinnedMessageBanner.tsx
* Add e2e tests for the pinned message banner
* Review changes
2024-08-29 14:26:10 +00:00
ElementRobot
8b2ded8a0e
[create-pull-request] automated change ( #12935 )
...
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com >
2024-08-29 06:22:58 +00:00
renovate[bot]
6fb8f6e66c
Update all non-major dependencies ( #12909 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-28 15:14:26 +00:00
Florian Duros
c6922c912e
Fix reply message truncation on 2 lines ( #12929 )
...
* Fix reply message truncation on 2 lines
* Add e2e tests for reply
2024-08-28 09:45:07 +00:00
Florian Duros
ea3c5cf787
Fix pin/unpin slowness and non refresh from the message action bar ( #12934 )
...
* Improve PinningUtils.ts doc and use common methods to check pin or unpin.
Removed unused methods.
* Send room account data and state event in parallel
* Rerender MessageActionBar.tsx if there is a room pinned event
* Update pinning util tests
* Add test for room pinned events in MessageActionBar-test.tsx
2024-08-28 08:56:46 +00:00
R Midhun Suresh
43941efbdb
Install deja-vu font in docker image ( #12932 )
...
* Install deja-vu font
* Add comment
2024-08-28 06:47:56 +00:00
ElementRobot
71c31bbed8
[create-pull-request] automated change ( #12926 )
...
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com >
2024-08-28 06:22:32 +00:00
David Baker
8421022841
Rename all the slow reporter stuff to cjs ( #12933 )
...
To hopefully fix tests on develop
2024-08-27 14:46:50 +00:00
RiotRobot
5b91dd88e1
Reset matrix-js-sdk back to develop branch
2024-08-27 12:44:59 +00:00
RiotRobot
e66807e052
Merge branch 'master' into develop
2024-08-27 12:44:50 +00:00
RiotRobot
e843fd48fa
v3.108.0
2024-08-27 12:43:44 +00:00
RiotRobot
2be2763167
Upgrade dependency to matrix-js-sdk@34.4.0
2024-08-27 12:39:20 +00:00
Florian Duros
30f84cd5a9
Update playwright image ( #12930 )
2024-08-27 12:09:57 +00:00
David Baker
f0a75d8ad5
Add a config option to control the default widget container height ( #12893 )
...
* Add a config option to control the default widget container height
* Oops: need to remember to git checkout
2024-08-27 09:59:54 +00:00
Florian Duros
e599428b74
Ignore desktop for minimum browser support. ( #12928 )
2024-08-27 09:41:49 +00:00
renovate[bot]
1b70b22c27
Update typescript-eslint monorepo to v7.18.0 ( #12924 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-23 20:11:56 +00:00
renovate[bot]
8381e13338
Update stylelint ( #12922 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-23 15:24:02 +00:00
Richard van der Hoff
5a9d7ba2d7
Remove unused CryptoCallbacks implementations ( #12919 )
...
* Remove unused `onSecretRequested` callback
This thing is unused with the rust crypto stack (which is lucky, because it
uses methods that only work with the legacy stack).
* Remove unused `getDehydrationKey` method
This callback is no longer used, so there is no need for an implementation.
* Remove unused `dehydrationCache`
This is no longer written to, so is redundant.
* Remove another write to `CryptoCallbacks.getDehydrationKey`
As before: this hook is no longer used by the js-sdk, so writing to it is
pointless.
2024-08-23 14:00:18 +00:00
renovate[bot]
69da1754cb
Update babel monorepo ( #12920 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-23 13:06:56 +00:00
renovate[bot]
0848237706
Update dependency @types/sanitize-html to v2.13.0 ( #12921 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-23 12:49:07 +00:00
renovate[bot]
135d94c73d
Update playwright monorepo to v1.46.1 ( #12918 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-23 10:13:50 +00:00
renovate[bot]
670ed8155a
Update dependency @sentry/browser to v8.26.0 ( #12915 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-22 18:59:04 +00:00
renovate[bot]
35fb0689f1
Update dependency axe-core to v4.10.0 ( #12916 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-22 14:23:14 +00:00
renovate[bot]
9671545f1b
Update dependency eslint-plugin-unicorn to v55 ( #12913 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-22 13:25:14 +00:00
renovate[bot]
5e56ce7f19
Update dependency husky to v9 ( #12914 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-22 13:07:41 +00:00
David Langley
70665d3ce3
RTE drafts ( #12674 )
...
* Add drafts to the RTE and tests
* test drafts in threads
* lint
* Add unit test.
* Fix test failure
* Remove unused import
* Clean up wysiwyg drafts and add test.
* Fix typo
* Add timeout to allow for wasm loading.
---------
Co-authored-by: Florian Duros <florian.duros@ormaz.fr >
2024-08-22 12:54:01 +00:00
renovate[bot]
fdc5acd5a4
Update dependency @types/react-transition-group to v4.4.11 ( #12912 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-21 15:29:01 +00:00
renovate[bot]
72d5659e29
Update dependency @types/node to v18.19.44 ( #12911 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-21 15:21:11 +00:00
RiotRobot
750ee1ac1a
v3.108.0-rc.0
2024-08-21 13:08:05 +00:00
David Baker
193ae628f0
Merge pull request #12904 from matrix-org/dbkr/prettierrc_cjs_staging
...
Rename prettier config file to .cjs (staging version)
2024-08-21 14:00:47 +01:00
RiotRobot
aee2ca224d
Upgrade dependency to matrix-js-sdk@34.4.0-rc.1
2024-08-21 12:58:25 +00:00
David Baker
cd4f30152f
Call the commjs version of the switch script
2024-08-21 13:44:16 +01:00
Richard van der Hoff
2768b9cbb2
Set entrypoints to use ./lib rather than ./src ( #12906 )
...
Currently, we replace the entrypoints in package.json during the release
cycle. I think, historically, this was done to make element-web development
easier, but that doesn't actually use these entrypoints (instead it imports
from `src`).
Accordingly, I think the switcheroo is unnecessary; furthermore it causes a
whole bunch of confusion by making the development environment different from
the release environment, and it complicates our CI and release process.
In short, the switcheroo has to die.
2024-08-21 09:09:49 +00:00
Florian Duros
a7e907e0e6
Add thread information in pinned message list ( #12902 )
2024-08-21 09:02:35 +00:00
Florian Duros
3d80eff65b
Add Pin/Unpin action in quick access of the message action bar ( #12897 )
...
* Add Pin/Unpin action in quick access of the message action bar
* Add tests for `MessageActionBar`
* Add tests for `PinningUtils`
* Fix `MessageContextMenu-test`
* Add e2e test to pin/unpin from message action bar
2024-08-21 08:50:00 +00:00
ElementRobot
4064db1d02
[create-pull-request] automated change ( #12907 )
...
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com >
2024-08-21 06:21:54 +00:00
David Baker
c01ad91a94
Rename prettier config file to .cjs
...
For the same reason as https://github.com/matrix-org/matrix-js-sdk/pull/4353
2024-08-20 15:47:47 +01:00
David Baker
933a9c1ae3
Rename prettier config file to .cjs ( #12903 )
...
For the same reason as https://github.com/matrix-org/matrix-js-sdk/pull/4353
2024-08-20 14:22:11 +00:00
RiotRobot
2a11fd5beb
Upgrade dependency to matrix-js-sdk@34.4.0-rc.0
2024-08-20 13:47:34 +00:00
RiotRobot
4961e23253
Reset matrix-js-sdk back to develop branch
2024-08-20 11:37:35 +00:00
RiotRobot
f0e90ad15a
Merge branch 'master' into develop
2024-08-20 11:37:28 +00:00
RiotRobot
20df553def
v3.107.0
2024-08-20 11:36:27 +00:00
RiotRobot
64d6174412
Upgrade dependency to matrix-js-sdk@34.3.1
2024-08-20 11:31:14 +00:00
ElementRobot
fe8c0739f8
[create-pull-request] automated change ( #12901 )
...
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com >
2024-08-20 06:21:56 +00:00