RMidhunSuresh
|
11d551f8a3
|
Add js-doc for parsePlainBody
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-05-17 20:39:23 +05:30 |
|
RMidhunSuresh
|
d671bcec31
|
Add js-docs for linkify function
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-05-17 20:32:35 +05:30 |
|
Bruno Windels
|
a4d3b5f013
|
release v0.1.52
|
2021-05-17 13:03:26 +02:00 |
|
Bruno Windels
|
c62eff71a9
|
Merge pull request #355 from vector-im/bwindels/lint
Enable linting
|
2021-05-17 11:02:42 +00:00 |
|
Bruno Windels
|
8ff1f91d2c
|
bring down lint error count, delete some old, inactive unit tests
|
2021-05-17 12:59:04 +02:00 |
|
Bruno Windels
|
c3b5c8750e
|
add eslint as dep, and have yarn lint run it
|
2021-05-17 12:53:58 +02:00 |
|
Bruno Windels
|
1c8fb0a7b5
|
Merge pull request #354 from vector-im/bwindels/fix-encrypted-tiles
Fix crash when rendering non-decrypted message tiles
|
2021-05-17 10:51:31 +00:00 |
|
Bruno Windels
|
645470cd03
|
no need for private prop here
|
2021-05-17 12:45:55 +02:00 |
|
Bruno Windels
|
ce976226f9
|
rename MessageTile to BaseMessageTile
since MessageTile doesn't have a shape property anymore
|
2021-05-17 12:15:13 +02:00 |
|
Bruno Windels
|
67714040e7
|
rename BaseTextMessageTile to BaseTextTile
|
2021-05-17 12:14:15 +02:00 |
|
Bruno Windels
|
fa64fcce2d
|
expect MessageBody here with parts property
and do some cleanup
|
2021-05-17 11:29:00 +02:00 |
|
Bruno Windels
|
054c51b82f
|
add caching MessageBody in BaseTextMessageTile,use in EncryptedEventTile
missing body in EncryptedEventTile was what caused the bug
|
2021-05-17 11:27:30 +02:00 |
|
Bruno Windels
|
01b8b397b6
|
expose sourceString on result of parsing message body
and also do some cleanup
|
2021-05-17 11:26:30 +02:00 |
|
Bruno Windels
|
4f1149c1a7
|
release v0.1.51
|
2021-05-12 23:10:02 +02:00 |
|
Bruno Windels
|
1ef6a91cf1
|
Merge pull request #351 from vector-im/bwindels/fix-await-room-load
fix DM room names appearing as "Empty room"
|
2021-05-12 21:09:24 +00:00 |
|
Bruno Windels
|
f5f25c3019
|
fix DM room names appearing as "Empty room"
because we weren't properly awaiting the heroes to be loaded
|
2021-05-12 23:07:25 +02:00 |
|
Bruno Windels
|
c153f4a3e2
|
release v0.1.50
|
2021-05-12 22:51:01 +02:00 |
|
Bruno Windels
|
41f77f33af
|
Merge pull request #350 from vector-im/bwindels/linkify-parenthesis
Don't accept closing parenthesis as last character of url
|
2021-05-12 20:50:39 +00:00 |
|
Bruno Windels
|
62bb891e79
|
don't accept closing parenthesis as last character of url
|
2021-05-12 22:49:34 +02:00 |
|
Bruno Windels
|
59a74dbd9f
|
Merge branch 'master' of github.com:vector-im/hydrogen-web
|
2021-05-12 18:33:25 +02:00 |
|
Bruno Windels
|
78946a953a
|
release v0.1.49
|
2021-05-12 18:33:05 +02:00 |
|
Bruno Windels
|
0e270f4cb9
|
Merge pull request #347 from vector-im/bwindels/roomlistsorting
Don't move rooms to lower sorting position once marked as read
|
2021-05-12 16:32:14 +00:00 |
|
Bruno Windels
|
56699baaf1
|
dont need this anymore
|
2021-05-12 18:31:13 +02:00 |
|
Bruno Windels
|
86d60496c0
|
Don't move read rooms to lower sorting position
|
2021-05-12 18:28:39 +02:00 |
|
Bruno Windels
|
402a5e5d54
|
fix room list sorting not keeping sorting position after clearing unread
|
2021-05-12 18:26:55 +02:00 |
|
Bruno Windels
|
93c08c16c1
|
Merge pull request #345 from MidhunSureshR/linkify
Render URLs as clickable links in timeline
|
2021-05-12 15:40:46 +00:00 |
|
Bruno Windels
|
2ccd0c8def
|
Merge pull request #346 from vector-im/bwindels/leave-room
Leave and forget room
|
2021-05-12 15:31:31 +00:00 |
|
Bruno Windels
|
10ac1dc29c
|
make options vertical ellipsis larger
|
2021-05-12 17:29:12 +02:00 |
|
Bruno Windels
|
b30b62416c
|
add option to forget archived room
|
2021-05-12 15:38:54 +02:00 |
|
Bruno Windels
|
5d139dff43
|
Support deleting data in several stores for room id
|
2021-05-12 15:38:11 +02:00 |
|
Bruno Windels
|
e233caf7ac
|
change order of type and scope in operation index key to scan per scope
|
2021-05-12 15:36:48 +02:00 |
|
Bruno Windels
|
2d2ec25f86
|
add comment clarifying popup arrangement options
|
2021-05-12 14:02:15 +02:00 |
|
Bruno Windels
|
f331d84292
|
add options menu in room header with leave room option
|
2021-05-12 13:59:08 +02:00 |
|
RMidhunSuresh
|
851e8d34a4
|
Incorporate better regex from review
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-05-12 16:15:30 +05:30 |
|
RMidhunSuresh
|
00bcdbab37
|
Fix broken test
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-05-12 16:15:07 +05:30 |
|
Bruno Windels
|
d7e8529a6e
|
Merge pull request #342 from vector-im/bwindels/archive-room-on-leave
Archive room on leave
|
2021-05-12 10:34:38 +00:00 |
|
RMidhunSuresh
|
bb74656348
|
Grammar fix
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-05-12 15:59:44 +05:30 |
|
RMidhunSuresh
|
2e657fbbbd
|
Add failing test for link ending with <
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-05-12 15:56:33 +05:30 |
|
RMidhunSuresh
|
55b7c55efe
|
Pull callback args into variables
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-05-12 15:52:05 +05:30 |
|
Bruno Windels
|
afd33f4b77
|
use constant for member event type
|
2021-05-12 12:19:05 +02:00 |
|
RMidhunSuresh
|
9d898bdf47
|
Change word to improve meaning
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-05-11 22:32:05 +05:30 |
|
RMidhunSuresh
|
b521797f4d
|
Explain the reason for double escapes
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-05-11 22:28:14 +05:30 |
|
RMidhunSuresh
|
ef15968a3d
|
Add some helpful pointers
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-05-11 22:26:45 +05:30 |
|
RMidhunSuresh
|
c6d7cef491
|
Refactor regex to improve readability
- Split regex into components
- Add informative comments
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-05-11 22:21:37 +05:30 |
|
RMidhunSuresh
|
31740f4ec6
|
Put regex into separate file
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-05-11 22:18:52 +05:30 |
|
RMidhunSuresh
|
6f0362802a
|
Move linkify.js to separate directory
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-05-11 22:17:08 +05:30 |
|
RMidhunSuresh
|
027f6020e7
|
Modified regex to allow unicode in fragment
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-05-11 22:15:36 +05:30 |
|
RMidhunSuresh
|
e20810b0cb
|
Add test for unicode after fragment without path
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-05-11 20:44:39 +05:30 |
|
Bruno Windels
|
ca84f485ab
|
fix tests
|
2021-05-11 17:04:36 +02:00 |
|
RMidhunSuresh
|
7be9f93909
|
Make regex module-level constant
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-05-11 20:32:36 +05:30 |
|