Commit Graph

62585 Commits

Author SHA1 Message Date
Michael Weimann
846417a3a8 Unify voice broadcast css (#9504) 2022-10-26 13:45:39 +02:00
Michael Telatynski
3366ed1af0 Run dockerhub builder stage without emulation (#23602) 2022-10-26 11:49:51 +01:00
Florian Duros
d001ddebbc Update i18n 2022-10-26 12:42:58 +02:00
Florian Duros
5d86b5ac48 Make initialContent optional is SendWysiwygComposer 2022-10-26 12:41:44 +02:00
Florian Duros
b85b5dacee Fix cursor position 2022-10-26 12:39:18 +02:00
Kerry
1ee9353ada Merge branch 'develop' into psg-863/dm-learn-more-rename 2022-10-26 11:33:28 +02:00
kegsay
51e69427f3 Reinstate timeline/redaction callbacks when updating notification state (#9494) 2022-10-26 10:33:06 +01:00
Kerry Archibald
35e45136b4 add learn more to device security cards 2022-10-26 11:30:32 +02:00
Kerry Archibald
038fb53b69 extract device security learn more with content into component 2022-10-26 11:17:47 +02:00
Kerry Archibald
bb4bffe1e8 learn more for session renaming 2022-10-26 11:05:31 +02:00
Kerry Archibald
78440d2d43 use correct card type 2022-10-26 11:05:31 +02:00
Kerry Archibald
a6f6e6ce76 remove unused switch 2022-10-26 11:05:31 +02:00
Kerry Archibald
09246f43b8 update tests and i18n for fullstop 2022-10-26 11:05:31 +02:00
Kerry Archibald
18e59b2d98 add learn more to filtered sessions 2022-10-26 11:05:26 +02:00
Kerry
69642544ac Device manager - add learn more popups to filtered sessions section (#9497)
* add learn more to filtered sessions

* fullstop

* update tests and i18n for fullstop

* remove unused switch

* whitespace

* use correct card type
2022-10-26 11:04:16 +02:00
Florian Duros
bdaa1acf59 Invert composer mode icon 2022-10-26 10:42:18 +02:00
Michael Weimann
2b3467a5d0 Add voice_broadcast.chunk_length config doc (#23410) 2022-10-26 09:27:39 +02:00
Travis Ralston
de51bfdcb5 Use flex-start instead of start in several places (#9500)
To keep webpack quiet about it, since apparently it has "mixed browser support".
2022-10-25 17:00:33 -06:00
Travis Ralston
8d6a67e67d Fully move auth types to js-sdk (#9499)
* Fully move auth types to js-sdk

The SSO buttons were the only consumer of these types, so let's just move them. They've been in the js-sdk for a while now, and webpack is screaming about missing exports (because they're all interfaces and types, which don't exist after transpiling).

* Fix the other cases too
2022-10-25 17:00:23 -06:00
Michael Telatynski
b7ff56a726 Add type assertions where we know an event is a room event (has room_id) (#9498) 2022-10-25 18:57:36 +00:00
RiotRobot
2f49467152 Reset matrix-react-sdk back to develop branch 2022-10-25 18:07:27 +01:00
RiotRobot
b4399402a6 Reset matrix-js-sdk back to develop branch 2022-10-25 18:06:42 +01:00
RiotRobot
b3ed90a9b3 Merge branch 'master' into develop
# Conflicts:
#	yarn.lock
2022-10-25 18:05:52 +01:00
RiotRobot
6eed898183 v1.11.11 v1.11.11 2022-10-25 17:54:35 +01:00
RiotRobot
c67f5da4c1 Prepare changelog for v1.11.11 2022-10-25 17:54:34 +01:00
Germain
306a2449e5 Show thread notification if thread timeline is closed (#9495)
* Show thread notification if thread timeline is closed

* Simplify isViewingEventTimeline statement

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>

* Fix show desktop notifications

* Add RoomViewStore thread id assertions

* Add Notifier tests

* fix lint

* Remove it.only

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2022-10-25 16:53:31 +00:00
RiotRobot
5f38137734 Upgrade matrix-react-sdk to 3.59.0 2022-10-25 17:48:39 +01:00
RiotRobot
748c900dce Upgrade matrix-js-sdk to 21.0.0 2022-10-25 17:47:47 +01:00
RiotRobot
d273441596 Reset matrix-js-sdk back to develop branch 2022-10-25 17:42:54 +01:00
RiotRobot
2fdc293899 Resetting package fields for development 2022-10-25 17:42:44 +01:00
RiotRobot
dc43356868 Merge branch 'master' into develop 2022-10-25 17:42:40 +01:00
RiotRobot
09372fbe8c v3.59.0 2022-10-25 17:42:23 +01:00
RiotRobot
f7836fe38b Prepare changelog for v3.59.0 2022-10-25 17:42:23 +01:00
Florian Duros
c7dbb5947f Keep content when switching between rich text and plain text mode 2022-10-25 18:33:25 +02:00
RiotRobot
7d6614463a Upgrade matrix-js-sdk to 21.0.0 2022-10-25 17:11:23 +01:00
Florian Duros
50279c8870 Add basic plain text editor 2022-10-25 17:26:14 +02:00
Germain
249474b430 Only render NotificationBadge when needed (#9493) 2022-10-25 14:31:38 +01:00
Kat Gerasimova
a45ecef20b Add issue automation for the VoIP team (#23585) 2022-10-25 14:43:29 +02:00
Kat Gerasimova
fc0e61b666 Update issue automation for design (#23490)
Put only high priority issues in front of the design team, all of which the design team will aim to action to keep the queue at zero.
2022-10-25 10:06:24 +00:00
Florian Duros
6e73a853a8 Merge pull request #9488 from matrix-org/feat/add-message-edition-wysiwyg-composer
Add message editing to wysiwyg composer
2022-10-25 11:01:32 +02:00
Florian Duros
b5ab1239ed Merge branch 'develop' into feat/add-message-edition-wysiwyg-composer 2022-10-25 10:42:29 +02:00
Kerry
d473b4ac4a Device manager - confirm sign out of other sessions (PSG-921) (#9487)
* change testid attribute for dialog buttons to rtl friendly

* add confirm dialog for signing out sessions

* cleanup commented

* update cypress tets

* clear modals before test

* missing modal in jest tests on ci only
2022-10-25 10:39:48 +02:00
Florian Duros
787acbcc31 Merge branch 'develop' into feat/add-message-edition-wysiwyg-composer 2022-10-25 10:32:29 +02:00
David Baker
37e613bb05 Fix embedded Element Call screen sharing (#9485)
* Fix embedded Element Call screen sharing

Makes it a request in each direction rather than a request and reply
since replies to requests time out and so can't wait for user interaction.

* Fix tests
2022-10-24 18:54:24 +01:00
Robin
e4c44dc282 Auto-approve rageshake event capabilities for virtual Element Call widgets (#9492) 2022-10-24 13:49:54 -04:00
RiotRobot
4599cc9ca2 v1.11.11-rc.2 v1.11.11-rc.2 2022-10-24 17:19:00 +01:00
RiotRobot
bb00ad5fb0 Prepare changelog for v1.11.11-rc.2 2022-10-24 17:18:59 +01:00
RiotRobot
629341894b Upgrade matrix-react-sdk to 3.59.0-rc.2 2022-10-24 17:05:23 +01:00
RiotRobot
416ca55fa9 Upgrade matrix-js-sdk to 21.0.0-rc.2 2022-10-24 17:04:14 +01:00
RiotRobot
7f789d4773 v3.59.0-rc.2 2022-10-24 16:57:44 +01:00