Travis Ralston
|
0e0ccfea88
|
Merge pull request #5756 from SimonBrandner/hangup-all-on-logout
Hangup all calls on logout
|
2021-03-15 21:10:13 -06:00 |
|
Timo Kösters
|
f575625c7a
|
fix: make room directory correct when using a homeserver with explicit port
Server names are allowed to contain ':' to specify a port, see https://matrix.org/docs/spec/appendices#server-name
User ids on the other hand are not allowed to contain ':', even
historical user ids, see https://matrix.org/docs/spec/appendices#historical-user-ids
Therefore we can use change the regex to make sure the localpart is not
allowed to contain ':'.
|
2021-03-15 23:13:16 +01:00 |
|
Michael Telatynski
|
272f06d57a
|
Fix Space Panel exploding with cyclic hierarchies
|
2021-03-15 12:16:48 +00:00 |
|
Tulir Asokan
|
830080c23e
|
Add details and summary to allowed HTML tags
Implements MSC2184 (https://github.com/matrix-org/matrix-doc/pull/2184)
Signed-off-by: Tulir Asokan <tulir@maunium.net>
|
2021-03-14 19:34:35 +02:00 |
|
Travis Ralston
|
9b6d9b3bf1
|
years are difficult
|
2021-03-12 15:02:39 -07:00 |
|
Travis Ralston
|
75cfd9a8f5
|
Redirect to login properly
|
2021-03-12 15:01:05 -07:00 |
|
Travis Ralston
|
c8d7b0e1b9
|
Collapse copyright
|
2021-03-12 14:56:47 -07:00 |
|
Travis Ralston
|
25485edb3f
|
Merge branch 'develop' into travis/welcome-login
|
2021-03-12 14:55:40 -07:00 |
|
Travis Ralston
|
d3541b78eb
|
Merge pull request #5714 from matrix-org/travis/media-customization
Support a media handling customisation endpoint
|
2021-03-12 11:01:59 -07:00 |
|
Šimon Brandner
|
02051a39ff
|
Hangup all calls on logout
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-03-12 13:55:14 +01:00 |
|
J. Ryan Stinnett
|
4987359eef
|
Merge pull request #5718 from panoschal/edit-view-source
Edit button on View Source dialog that takes you to devtools -> SendCustomEvent
|
2021-03-12 11:40:54 +00:00 |
|
Travis Ralston
|
7c8c85161d
|
Merge pull request #5748 from SimonBrandner/compat-for-non-rich-text-clients
Show room alias in plain/formatted body
|
2021-03-11 11:29:26 -07:00 |
|
Šimon Brandner
|
d4f67d94a4
|
Use resourceId in plain body
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-03-11 18:53:06 +01:00 |
|
Šimon Brandner
|
62fa60f109
|
Use resourceId in formatted body
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-03-11 18:50:54 +01:00 |
|
Panagiotis
|
a1eabde3a3
|
fix: create a PillCandidatePart on the beginning of a part string
|
2021-03-11 19:14:04 +02:00 |
|
Travis Ralston
|
a9a4bd50ca
|
Merge branch 'develop' into travis/media-customization
|
2021-03-11 08:37:49 -07:00 |
|
Panagiotis
|
be7fb33a67
|
Merge branch 'develop' into edit-view-source
|
2021-03-11 17:07:56 +02:00 |
|
Travis Ralston
|
229a95f190
|
Merge pull request #5734 from matrix-org/travis/skinning/pt3-easy-comps
[SK-3] Decorate easy components with replaceableComponent
|
2021-03-11 07:26:20 -07:00 |
|
Michael Telatynski
|
081e745417
|
Merge pull request #5751 from matrix-org/t3chguy/spaces4.7
Rebuild space previews with new designs
|
2021-03-11 14:06:31 +00:00 |
|
J. Ryan Stinnett
|
6a939c4de8
|
Merge pull request #5727 from matrix-org/matthew/rework-cross-signing-login
Rework cross-signing login flow
|
2021-03-11 12:53:55 +00:00 |
|
Michael Telatynski
|
6d81634eec
|
Rebuild space previews with new designs
|
2021-03-11 11:49:43 +00:00 |
|
Michael Telatynski
|
bd3386358a
|
Merge pull request #5749 from matrix-org/t3chguy/spaces4.6
Properly gate SpaceRoomView behind labs
|
2021-03-11 11:17:36 +00:00 |
|
Michael Telatynski
|
4ca838d4c7
|
Properly gate SpaceRoomView behind labs
|
2021-03-11 11:04:39 +00:00 |
|
Travis Ralston
|
7f52e78748
|
Make styles dynamic
|
2021-03-10 21:08:01 -07:00 |
|
Travis Ralston
|
88a2bdb119
|
Change read receipt drift to be non-fractional
I suspect this is what is causing issues in Firefox for read receipts not falling down.
|
2021-03-10 16:47:27 -07:00 |
|
Travis Ralston
|
4ebd35f845
|
Remove unused functions
|
2021-03-10 12:32:18 -07:00 |
|
Travis Ralston
|
ebf1efe01b
|
docs
|
2021-03-10 12:32:18 -07:00 |
|
Travis Ralston
|
a7debdd946
|
Fix tinting for download icon
As shown in https://github.com/vector-im/element-web/issues/16546
|
2021-03-10 12:32:18 -07:00 |
|
Travis Ralston
|
af9f17219b
|
Fix MemberAvatar crash from EventTilePreview
|
2021-03-10 12:32:18 -07:00 |
|
Travis Ralston
|
125aef24b9
|
Convert edge cases of MXC URI conversion to new customisation endpoint
|
2021-03-10 12:32:18 -07:00 |
|
Travis Ralston
|
4688c887c4
|
Fix GroupAvatar crash
When we don't have an avatar we shouldn't explode.
|
2021-03-10 12:32:18 -07:00 |
|
Travis Ralston
|
2a40bc87cc
|
Fix ResizeMethod usage
|
2021-03-10 12:32:18 -07:00 |
|
Travis Ralston
|
533c9fed64
|
Appease the linter
|
2021-03-10 12:32:18 -07:00 |
|
Travis Ralston
|
fa5d98c319
|
Convert cases of getHttpUriForMxc to new media customisation
|
2021-03-10 12:32:18 -07:00 |
|
Travis Ralston
|
1ac12479ca
|
Convert cases of mxcUrlToHttp to new media customisation
|
2021-03-10 12:32:18 -07:00 |
|
Travis Ralston
|
53935782bc
|
Convert DecryptFile to TS and modernize a bit
|
2021-03-10 12:32:18 -07:00 |
|
Travis Ralston
|
93f7f13c44
|
Early proof of concept for media customization support
|
2021-03-10 12:32:18 -07:00 |
|
Travis Ralston
|
e5180a472f
|
Merge branch 'develop' into travis/skinning/pt3-easy-comps
|
2021-03-10 12:30:06 -07:00 |
|
Weblate
|
3f14a691cf
|
Merge branch 'origin/develop' into Weblate.
|
2021-03-10 15:58:31 +00:00 |
|
Thibault Martin
|
bfa47ba447
|
Translated using Weblate (French)
Currently translated at 100.0% (2780 of 2780 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
|
2021-03-10 15:58:29 +00:00 |
|
tateisu
|
0fe1e2dc18
|
Translated using Weblate (Japanese)
Currently translated at 79.1% (2199 of 2780 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
|
2021-03-10 15:58:26 +00:00 |
|
MamasLT
|
e2cdc93be4
|
Translated using Weblate (Lithuanian)
Currently translated at 68.5% (1907 of 2780 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/lt/
|
2021-03-10 15:56:20 +00:00 |
|
jelv
|
7c497cc96e
|
Translated using Weblate (Dutch)
Currently translated at 100.0% (2780 of 2780 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/nl/
|
2021-03-10 15:56:18 +00:00 |
|
Tirifto
|
2125438aac
|
Translated using Weblate (Esperanto)
Currently translated at 99.1% (2755 of 2780 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/eo/
|
2021-03-10 15:56:17 +00:00 |
|
libexus
|
73327c9bc6
|
Translated using Weblate (German)
Currently translated at 99.6% (2769 of 2780 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
|
2021-03-10 15:56:10 +00:00 |
|
@a2sc:matrix.org
|
fc180cd6d4
|
Translated using Weblate (German)
Currently translated at 99.6% (2769 of 2780 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
|
2021-03-10 15:56:09 +00:00 |
|
Travis Ralston
|
9e43fca9b6
|
Merge pull request #5739 from matrix-org/travis/message-state-fixes/hidden-rr
Document behaviour of showReadReceipts=false for sent receipts
|
2021-03-10 07:23:51 -07:00 |
|
J. Ryan Stinnett
|
32f737e1ba
|
Tweak sent marker code style
|
2021-03-10 13:45:37 +00:00 |
|
J. Ryan Stinnett
|
51ece182e8
|
Merge pull request #5737 from matrix-org/travis/message-states-fixes/edits
Fix sent markers disappearing for edits/reactions
|
2021-03-10 13:42:46 +00:00 |
|
J. Ryan Stinnett
|
0583ea6a25
|
Ignore to-device decryption in the room list store
This avoids meaningless warnings about "unknown" rooms.
|
2021-03-10 12:11:48 +00:00 |
|
Michael Telatynski
|
98338f1505
|
Merge pull request #5736 from matrix-org/t3chguy/spaces4.5
Spaces suggested rooms support
|
2021-03-10 10:56:17 +00:00 |
|
Travis Ralston
|
78568d6a01
|
Document behaviour of showReadReceipts=false for sent receipts
|
2021-03-10 01:40:43 -07:00 |
|
Travis Ralston
|
f25db38b2b
|
Add tooltips to sent/sending receipts
Fixes https://github.com/vector-im/element-web/issues/16649
|
2021-03-09 21:13:23 -07:00 |
|
Travis Ralston
|
ac1ce24b74
|
Fix sent markers disappearing for edits/reactions
Fixes https://github.com/vector-im/element-web/issues/16651
|
2021-03-09 20:52:30 -07:00 |
|
Travis Ralston
|
71b8959d3c
|
Apply suggestions from code review
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
|
2021-03-09 09:36:17 -07:00 |
|
Travis Ralston
|
5b3367d44e
|
Merge remote-tracking branch 'origin/develop' into travis/skinning/pt3-easy-comps
|
2021-03-09 09:33:19 -07:00 |
|
Travis Ralston
|
eb45731d2e
|
Merge pull request #5735 from matrix-org/travis/use-strict-no
Remove a bunch of useless 'use strict' definitions
|
2021-03-09 07:24:41 -07:00 |
|
Travis Ralston
|
652e4845e5
|
Merge pull request #5732 from matrix-org/travis/skinning/pt1-ts
[SK-1] Fix types for replaceableComponent
|
2021-03-09 07:24:24 -07:00 |
|
Travis Ralston
|
02205664c5
|
Merge pull request #5733 from matrix-org/travis/skinning/pt2-debug
[SK-2] Make debugging skinning problems easier
|
2021-03-09 07:24:03 -07:00 |
|
Michael Telatynski
|
e6370a970b
|
Tweak call handler stuff to not explode the room list on unsupported servers
|
2021-03-09 14:03:58 +00:00 |
|
Michael Telatynski
|
1cfeb36927
|
Update suggested room on join
|
2021-03-09 13:41:37 +00:00 |
|
Michael Telatynski
|
cf2c790699
|
Pass OOB data for suggested rooms
|
2021-03-09 13:41:06 +00:00 |
|
Michael Telatynski
|
dd0b0834e6
|
Fix React warning
|
2021-03-09 13:40:48 +00:00 |
|
Matthew Hodgson
|
41c87c7570
|
remove obsolete comment
|
2021-03-09 13:35:45 +00:00 |
|
Panagiotis
|
ef267829de
|
Merge branch 'develop' into edit-view-source
|
2021-03-09 14:49:05 +02:00 |
|
Panagiotis
|
0936ea7e64
|
feat: show edit button only when user has permissions
call appropriate functions for state events and edit message events
|
2021-03-09 14:46:37 +02:00 |
|
J. Ryan Stinnett
|
89301ca8d9
|
Merge pull request #5695 from robintown/invite-command-reason
Support sending invite reasons with /invite command
|
2021-03-09 11:45:25 +00:00 |
|
J. Ryan Stinnett
|
d33acaac95
|
Merge pull request #5713 from panoschal/improve-view-source
Display decrypted and encrypted event source on the same dialog
|
2021-03-09 11:36:53 +00:00 |
|
Michael Telatynski
|
81e1f36c4b
|
Tidy up TemporaryTile now that it isn't temporary
|
2021-03-09 11:19:41 +00:00 |
|
David Baker
|
f172852403
|
Merge pull request #5730 from matrix-org/dbkr/fix_turn_expiry_units
Fix units of TURN server expiry time
|
2021-03-09 09:39:08 +00:00 |
|
Travis Ralston
|
591ccabab9
|
Remove a bunch of useless 'use strict' definitions
|
2021-03-08 20:26:08 -07:00 |
|
Travis Ralston
|
41576954fd
|
Batch of views getting replaceableComponent decorators
|
2021-03-08 20:23:54 -07:00 |
|
Travis Ralston
|
c5935dbc61
|
Batch of views getting replaceableComponent decorators
|
2021-03-08 20:23:46 -07:00 |
|
Travis Ralston
|
fc5b1ed9d6
|
Batch of views getting replaceableComponent decorators
|
2021-03-08 20:23:39 -07:00 |
|
Travis Ralston
|
c359dff738
|
Batch of views getting replaceableComponent decorators
|
2021-03-08 20:23:34 -07:00 |
|
Travis Ralston
|
3e189d2728
|
Batch of views getting replaceableComponent decorators
|
2021-03-08 20:23:29 -07:00 |
|
Travis Ralston
|
c230a75eda
|
Flag structural components as replaceable
|
2021-03-08 20:23:24 -07:00 |
|
Travis Ralston
|
a5f237dfd6
|
Make debugging skinning problems easier
|
2021-03-08 20:22:43 -07:00 |
|
Travis Ralston
|
92af111c93
|
Fix types for replaceableComponent
This is to make it work in TS files
|
2021-03-08 20:21:07 -07:00 |
|
Matthew Hodgson
|
d388f877b4
|
add PHASE_LOADING to SetupEncryptionStore to avoid flashing cross-signing setup
|
2021-03-08 23:28:44 +00:00 |
|
@a2sc:matrix.org
|
bb8fe62c5c
|
Translated using Weblate (German)
Currently translated at 99.5% (2767 of 2780 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
|
2021-03-08 23:12:22 +00:00 |
|
Panagiotis
|
9287e8dfa4
|
use isEncrypted, edit state events
|
2021-03-08 22:15:34 +02:00 |
|
Panagiotis
|
7963d7f49e
|
address PR comments
cleanup, change to isEncrypted, comments
|
2021-03-08 21:21:37 +02:00 |
|
David Baker
|
92c8b697d2
|
Fix units of TURN server expiry time
|
2021-03-08 18:55:33 +00:00 |
|
Matthew Hodgson
|
9d99b2f239
|
remove errand whitespace
|
2021-03-08 17:59:10 +00:00 |
|
Matthew Hodgson
|
14b828ecc6
|
shorten verify button label
|
2021-03-08 17:58:30 +00:00 |
|
Matthew Hodgson
|
1629b7e62a
|
s/IP/ip/; s/from/at/
|
2021-03-08 16:44:14 +00:00 |
|
J. Ryan Stinnett
|
b12cf7912a
|
Merge pull request #5624 from SimonBrandner/show-room-name
Display room name in pills instead of address
|
2021-03-08 16:27:43 +00:00 |
|
Travis Ralston
|
52621946de
|
Merge pull request #5723 from matrix-org/travis/uploads
Refresh UI for file uploads
|
2021-03-08 08:52:51 -07:00 |
|
Travis Ralston
|
761ced13f2
|
Merge pull request #5719 from matrix-org/travis/file-representation
UI refresh for uploaded files
|
2021-03-08 08:52:43 -07:00 |
|
Travis Ralston
|
d35afe6fbb
|
Merge pull request #5699 from matrix-org/travis/message-states
Improve message sending states to match new designs
|
2021-03-08 08:52:26 -07:00 |
|
Michael Telatynski
|
6a5efad142
|
Show suggested rooms from the selected space
|
2021-03-08 15:52:21 +00:00 |
|
Travis Ralston
|
fdea45ad74
|
Add a quick sender check to isLastSuccessful
|
2021-03-08 08:51:57 -07:00 |
|
Andrew Morgan
|
df4631d65b
|
Fix some ineffective placeholders in a couple log lines (#5729)
Was producing `Presence: %s unavailable` in the logs.
|
2021-03-08 15:00:09 +00:00 |
|
J. Ryan Stinnett
|
fca1639e0e
|
Merge pull request #5725 from HelderFSFerreira/addClipboardWritePermission
Add clipboard write permission for widgets
|
2021-03-08 14:38:23 +00:00 |
|
David Baker
|
0aea8b9efd
|
Merge pull request #5722 from matrix-org/dbkr/fix_widget_resize
Fix widget resizing
|
2021-03-08 13:47:29 +00:00 |
|
David Baker
|
d71999114b
|
Merge pull request #5707 from matrix-org/dbkr/audiostream
Option for audio streaming
|
2021-03-08 11:50:45 +00:00 |
|
Michael Telatynski
|
6106e01ab4
|
Collapse redactions into an event list summary
|
2021-03-08 09:39:07 +00:00 |
|
Helder Ferreira
|
f545866572
|
add clipboard write permission
|
2021-03-08 08:08:02 +00:00 |
|
Matthew Hodgson
|
7abc48a716
|
lint
|
2021-03-08 05:30:02 +00:00 |
|