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 |
|
J. Ryan Stinnett
|
ae0a8b8da4
|
Auto-fix lint errors
|
2021-06-29 13:11:58 +01:00 |
|
Travis Ralston
|
cb0d2a2c4f
|
Encrypt the voice message file if needed
Fixes https://github.com/vector-im/element-web/issues/17729
"oops, should have done that"
|
2021-06-25 13:54:05 -06:00 |
|
Michael Telatynski
|
660a849cdd
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into travis/blurhash
Conflicts:
package.json
src/ContentMessages.tsx
yarn.lock
|
2021-06-15 12:58:29 +01:00 |
|
Germain Souquet
|
84679cf8ec
|
remove legacy polyfills and unused dependencies
|
2021-06-11 12:19:14 +01:00 |
|
Travis Ralston
|
c9883f346c
|
Build pass 1
|
2021-06-01 22:21:04 -06:00 |
|
Michael Telatynski
|
dbca9b4625
|
use const for blurhash field
|
2021-05-21 21:19:41 +01:00 |
|
Michael Telatynski
|
254697644e
|
Fix video thumbnailer
|
2021-05-21 21:04:36 +01:00 |
|
Michael Telatynski
|
3ed421dacf
|
Tweak blurhash size
|
2021-05-21 21:04:22 +01:00 |
|
Michael Telatynski
|
6672cbcf80
|
fix typo
|
2021-05-21 15:29:17 +01:00 |
|
Michael Telatynski
|
8368b86440
|
Wire up local blurhash encoding
|
2021-05-21 14:52:27 +01:00 |
|
Michael Telatynski
|
c21445c406
|
switch from MatrixClientPeg in ContentMessages for consistency
|
2021-05-20 13:23:17 +01:00 |
|
Michael Telatynski
|
bf01ebae6d
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into travis/blurhash
Conflicts:
package.json
src/components/views/messages/MImageBody.js
yarn.lock
|
2021-05-18 13:48:40 +01:00 |
|
Travis Ralston
|
bb80cfb9a6
|
Convert all of file uploads to the new dispatcher
|
2021-03-05 13:20:50 -07:00 |
|
J. Ryan Stinnett
|
84b1f2e6c6
|
Resolve typing errors after TypeScript upgrade
|
2021-01-27 12:42:37 +00:00 |
|
Michael Telatynski
|
c3a355097d
|
Initial Countly work
|
2020-10-29 15:57:16 +00:00 |
|
Michael Telatynski
|
17ed333beb
|
Replace extend with Object.assign
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-10-13 17:36:40 +01:00 |
|
Michael Telatynski
|
9ba33c7f80
|
Fix eslint ts override tsx matching and delint
|
2020-08-29 01:11:08 +01:00 |
|
Travis Ralston
|
53db386731
|
Add support for blurhash (MSC2448)
MSC: https://github.com/matrix-org/matrix-doc/pull/2448
While the image loads, we can show a blurred version of it (calculated at upload time) so we don't have a blank space in the timeline.
|
2020-08-10 22:07:19 -06:00 |
|
Michael Telatynski
|
e54eea0c51
|
Merge pull request #4956 from matrix-org/t3chguy/ts/1
Convert Modal to TypeScript
|
2020-07-21 17:55:20 +01:00 |
|
Jorik Schellekens
|
4ba1f91a2b
|
Fix lint issues in new code
|
2020-07-20 20:43:55 +01:00 |
|
Jorik Schellekens
|
c3ffbdbdbc
|
Fix naming format errors
|
2020-07-20 20:02:21 +01:00 |
|
Michael Telatynski
|
209c350132
|
Fix typing
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-07-13 00:19:15 +01:00 |
|
Jorik Schellekens
|
7699aafcaf
|
Use new eslint package- fix lint issues in ts and js
|
2020-06-23 17:01:19 +01:00 |
|
Travis Ralston
|
1f1f613777
|
Add a focus_composer dispatcher action
and use it
|
2020-06-02 19:07:46 -06:00 |
|
Michael Telatynski
|
19e8fa01f2
|
use import instead of getComponent
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-06-01 17:05:53 +01:00 |
|
Michael Telatynski
|
7b2f2daf2c
|
Upload and Paste to Upload tweaks
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-06-01 15:00:55 +01:00 |
|
Michael Telatynski
|
4a08c8ceda
|
sort file
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-05-24 16:00:57 +01:00 |
|
Michael Telatynski
|
0705883c8f
|
Convert ContentMessages to Typescript
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-05-24 15:47:52 +01:00 |
|