Aaron Raimist
|
bdc56be863
|
Auto fix
Signed-off-by: Aaron Raimist <aaron@raim.ist>
|
2021-10-22 17:23:37 -05:00 |
|
Dariusz Niemczyk
|
5290afcc4c
|
Replace console.warn with logger.warn
Related https://github.com/vector-im/element-web/issues/18425
|
2021-10-18 14:08:23 +02:00 |
|
Jaiwanth
|
94e4fb71c1
|
Merge branch 'develop' into export-conversations
|
2021-09-22 18:07:01 +05:30 |
|
Dariusz Niemczyk
|
2d1d42b90e
|
Globally replace all console.logs via codemod (#6827)
This commit replaces all the `console.log` to `logger.log` via an automated script.
Related: vector-im/element-web#18425
|
2021-09-21 09:48:09 -06:00 |
|
Šimon Brandner
|
9b2c380b64
|
Split autoplay gifs and videos in to different settings
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-09-01 17:28:15 +02:00 |
|
Jaiwanth
|
3efa699b88
|
Delint
|
2021-08-14 00:14:57 +05:30 |
|
Jaiwanth
|
9fe64c34a5
|
Delint
|
2021-07-26 00:24:04 +05:30 |
|
Michael Telatynski
|
f5630acea7
|
Adhere to better eslint rules
|
2021-07-23 10:35:10 +01:00 |
|
Jaiwanth
|
1ed316851a
|
Merge upstream and resolve conflicts
|
2021-07-21 11:35:27 +05:30 |
|
Travis Ralston
|
623f2e7613
|
Only show download link below media if it's not in the timeline
|
2021-07-16 15:12:36 -06:00 |
|
Travis Ralston
|
d156a56603
|
Share body prop types with an interface
|
2021-07-16 15:12:36 -06:00 |
|
Travis Ralston
|
703cf73759
|
Convert MessageEvent to TS and hoist MediaEventHelper
|
2021-07-16 15:12:36 -06:00 |
|
Travis Ralston
|
0a99f76e7f
|
Simple POC for moving download button to action bar
|
2021-07-16 15:12:36 -06:00 |
|
Jaiwanth
|
190ccb6f00
|
Merge and add export support for the modified MAudioBody
|
2021-07-02 10:41:04 +05:30 |
|
Michael Telatynski
|
1f337b28ac
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into travis/blurhash
Conflicts:
src/ContentMessages.tsx
src/components/structures/UploadBar.tsx
src/components/views/messages/MImageBody.js
src/components/views/messages/MStickerBody.js
src/components/views/messages/MVideoBody.tsx
|
2021-07-01 20:48:34 +01:00 |
|
Jaiwanth
|
08d886e9d1
|
Delint
|
2021-06-30 14:08:22 +05:30 |
|
Jaiwanth
|
551639811b
|
Merge and resolve conflicts
|
2021-06-30 12:29:13 +05:30 |
|
J. Ryan Stinnett
|
ae0a8b8da4
|
Auto-fix lint errors
|
2021-06-29 13:11:58 +01:00 |
|
Jaiwanth
|
497d8102e2
|
Handle mxc urls for non-encrypted rooms
|
2021-06-29 12:54:44 +05:30 |
|
Jaiwanth
|
6cbbc0ecb4
|
Replace hard coded forExport string by mxc url
|
2021-06-29 11:29:05 +05:30 |
|
Jaiwanth
|
573ababb8c
|
Get rid of mediaSrc and avatarSrc props
|
2021-06-09 15:23:47 +05:30 |
|
Jaiwanth
|
1382bd4fee
|
Handle icons and skip decryption checks during export
|
2021-06-01 14:47:01 +05:30 |
|
Jaiwanth
|
59c1b67b7d
|
Enable support for image, video and audio files
|
2021-05-31 21:01:19 +05:30 |
|
Michael Telatynski
|
3a2e5389f6
|
Support blurhash for video posters
|
2021-05-21 21:20:00 +01:00 |
|
Tulir Asokan
|
522d58eb57
|
Add fake fallback thumbnail URL for encrypted videos
Signed-off-by: Tulir Asokan <tulir@maunium.net>
|
2021-04-02 20:27:26 +03:00 |
|
Travis Ralston
|
533c9fed64
|
Appease the linter
|
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
|
fc5b1ed9d6
|
Batch of views getting replaceableComponent decorators
|
2021-03-08 20:23:39 -07:00 |
|
Travis Ralston
|
5d6e3d5711
|
UI refresh for uploaded files
Fixes https://github.com/vector-im/element-web/issues/16557
Fixes https://github.com/vector-im/element-web/issues/9482 (technically)
There's two changes in this:
1. The actual file body in the timeline now has a placeholder thing.
2. We're intentionally dropping all the "Travis uploaded a file" sender profile states.
|
2021-03-04 20:07:48 -07:00 |
|
J. Ryan Stinnett
|
3e85b6d085
|
Fix encrypted video playback in Chrome-based browsers
For Chrome-based browsers, it seems we need to set some non-empty `src` URI for
the video element's play button to be enabled, so this crafts an empty `data`
URI and ensures playing is triggered once the real content has been fetched.
Fixes https://github.com/vector-im/element-web/issues/15694
Regressed by https://github.com/matrix-org/matrix-react-sdk/pull/5352
|
2020-11-19 13:30:05 +00:00 |
|
J. Ryan Stinnett
|
f7e2d70ddf
|
Tweak video component code style
|
2020-11-18 17:41:54 +00:00 |
|
Will Hunt
|
c8485419c1
|
Fix bug that would cause failed to decrypt messages in non-encrypted rooms
|
2020-10-30 11:29:32 +00:00 |
|
Will Hunt
|
e5228e2795
|
alt is not valid on video element
|
2020-10-23 16:42:23 +01:00 |
|
Will Hunt
|
7164284bb6
|
Do not download encrypted video if autoplay is not on
|
2020-10-23 16:33:40 +01:00 |
|
Will Hunt
|
bbb4c7f801
|
Convert MVideoBody to typescript
|
2020-10-23 16:32:04 +01:00 |
|