Commit Graph

32174 Commits (c25df51534353ebd9c78b1f2a1d8e545fc13b00d)

Author SHA1 Message Date
Travis Ralston 264e24fc35
Merge pull request #5791 from thermaq/patch-1
Fix password change popup message
2021-03-26 00:07:50 -06:00
Travis Ralston 5d9b36afc1 Fix tests 2021-03-25 23:47:41 -06:00
Travis Ralston 60e05d2e8c Revert back to using sdk.getComponent() 2021-03-25 23:41:35 -06:00
Travis Ralston 550fba49f7 Appease the eternal linter 2021-03-25 23:37:23 -06:00
Travis Ralston 92ee1ad3cc Convert AccessSecretStorageDialog to TypeScript
This is to make upcoming changes a bit easier to do.
2021-03-25 23:34:45 -06:00
Travis Ralston 76a05eddfa Fix upload bar not populating when starting uploads
Fixes https://github.com/vector-im/element-web/issues/16713

See diff for more information
2021-03-25 22:29:21 -06:00
Travis Ralston 8bc2356fd0 Fix crash on login when using social login
We weren't passing a matrix client through, and the peg wasn't set at this point. Just need to thread it through to the media endpoints.

Fixes https://github.com/vector-im/element-web/issues/16765
2021-03-25 22:22:43 -06:00
Travis Ralston 318db15e35
Merge pull request #5790 from panoschal/fix/view-source-bug
View Source: make Event ID go below Event ID
2021-03-25 19:11:26 -06:00
Travis Ralston 8a33f8cfc6
Merge pull request #5800 from robintown/fix-line-numbers
Fix line numbers when missing trailing newline
2021-03-25 19:04:23 -06:00
Travis Ralston e31ad0e174 Don't specify sample rates for voice messages
Turns out the browser doesn't actually resample for us, instead opting to explode in sadness.

We'll leave the resampling to the opus encoder.

Fixes https://github.com/vector-im/element-web/issues/16775
2021-03-25 18:24:58 -06:00
Michael Telatynski 09601f1071 Add display name tooltip to the facepile avatars 2021-03-26 00:05:05 +00:00
Travis Ralston a848febd3d Definitely didn't copy/paste these 2021-03-25 17:45:00 -06:00
Travis Ralston 101679f647 Adjust some settings 2021-03-25 17:30:44 -06:00
Hubert Chathi db2f573410 Merge branch 'develop' into room-history-key-sharing2 2021-03-25 19:28:50 -04:00
Hubert Chathi 46fd549ace update with new suggested design 2021-03-25 19:27:14 -04:00
Travis Ralston 1419ac6b69 Hook up a clock and implement proper design 2021-03-25 17:12:26 -06:00
Robin Townsend 8a709b3bf9 Merge branch 'develop' into spoiler-command 2021-03-25 18:20:29 -04:00
Robin Townsend f1a9c5ae93 Fix line numbers when missing trailing newline
_addLineNumbers expected code blocks to contain a trailing newline, but
this is not always the case.

Signed-off-by: Robin Townsend <robin@robin.town>
2021-03-25 17:38:34 -04:00
Michael Telatynski 1f4437af39
Merge pull request #5799 from matrix-org/t3chguy/redaction-groupere
[Release] Fix edge case with redaction grouper messing up continuations
2021-03-25 21:17:51 +00:00
Michael Telatynski 75bfaa58bb
Merge pull request #5796 from panoschal/fix/save-editor-state-when-reply-is-open
Remember reply when switching rooms
2021-03-25 20:27:57 +00:00
Michael Telatynski 76965285da Fix edge case with redaction grouper messing up continuations 2021-03-25 20:19:59 +00:00
Michael Telatynski d5ab7801f7
Merge pull request #5797 from matrix-org/t3chguy/redaction-groupere
Fix edge case with redaction grouper messing up continuations
2021-03-25 20:01:32 +00:00
David Baker 82ba546142 WIP attended transfer 2021-03-25 19:56:21 +00:00
Michael Telatynski 5e3a7c48f4 Fix edge case with redaction grouper messing up continuations 2021-03-25 19:37:55 +00:00
Panagiotis 97c7f3753b fix: save editor state when reply is open 2021-03-25 20:58:39 +02:00
Michael Telatynski 1b22cc8f6d delint 2021-03-25 17:41:26 +00:00
Michael Telatynski a2fe964a31 Fix case where room list did not show DM when user joined space after filtering 2021-03-25 17:37:39 +00:00
Michael Telatynski 5061db259a Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/spaces4.12 2021-03-25 16:37:56 +00:00
Michael Telatynski ea77ab125e Show a face pile on a space preview 2021-03-25 16:15:34 +00:00
Germain 356e4bc6fc
Merge pull request #5785 from matrix-org/gsouquet-failed-invites 2021-03-25 14:54:21 +00:00
Germain 80013a2efa
Merge pull request #5787 from matrix-org/gsouquet-event-indexing-settings
Improve error reporting when EventIndex fails on a supported environment
2021-03-25 14:53:15 +00:00
Germain Souquet 25a47b463e Add user settings for warn before exit 2021-03-25 14:14:38 +00:00
Michael Telatynski 7316eb052b delint 2021-03-25 14:10:01 +00:00
Michael Telatynski 4df197ac61 Tweak layout of the space room directory for better legibility 2021-03-25 14:09:56 +00:00
Michael Telatynski 35ede972db clear filter when switching spaces 2021-03-25 13:29:17 +00:00
Marek Matys b5bc6251cf fix password change popup message
Fixed bad error message when providing bad old password during password change.

Signed-off-by: Marek Matys <themarcq@gmail.com>
2021-03-25 14:26:00 +01:00
Michael Telatynski 3ce9db162e Tweak some spaces copy 2021-03-25 13:24:16 +00:00
Panagiotis aa1f468235 fix: room id sticked with event id 2021-03-25 14:36:40 +02:00
RiotRobot 9e2edd7014 v3.17.0-rc.1 2021-03-25 12:20:22 +00:00
RiotRobot d22dbeac6c Prepare changelog for v3.17.0-rc.1 2021-03-25 12:20:20 +00:00
Michael Telatynski b6a57f73c6 Tweak border colours in spaces 2021-03-25 12:17:39 +00:00
RiotRobot fd29c73533 Upgrade matrix-js-sdk to 9.10.0-rc.1 2021-03-25 12:12:55 +00:00
Michael Telatynski 5e00818d70 Fix new space invite button in the room intro 2021-03-25 11:38:14 +00:00
Germain Souquet 510f08e9f1 Update failed invites copy 2021-03-25 10:11:52 +00:00
Michael Telatynski e31fc91a03 Fix space setting public/private join rule switch 2021-03-25 09:41:05 +00:00
Michael Telatynski 760b11f214
Merge pull request #5789 from matrix-org/t3chguy/spaces4.11
Tweak and fix some space features
2021-03-25 09:02:11 +00:00
Travis Ralston 449e028bbd Actually use a waveform instead of the frequency data 2021-03-24 23:31:02 -06:00
Travis Ralston 8ddd14e252 Early concept for rendering the frequency waveform 2021-03-24 22:17:45 -06:00
Michael Telatynski d3cdd38ff4 delint some more 2021-03-24 20:11:23 +00:00
Michael Telatynski d705e3020f delint 2021-03-24 20:01:27 +00:00