Danila Fedorin
|
3e4314e7f3
|
Update comment based on 'small object' version of code.
|
2021-07-16 13:53:14 -07:00 |
|
Danila Fedorin
|
c620e9c930
|
Move away from Object.assign for image rendering.
|
2021-07-16 13:51:34 -07:00 |
|
Danila Fedorin
|
da48ddec83
|
Fix == typo
|
2021-07-16 13:49:33 -07:00 |
|
Danila Fedorin
|
7cfdd4f663
|
Rename TextTileFormat to BodyFormat
|
2021-07-16 13:46:25 -07:00 |
|
Danila Fedorin
|
031ce42831
|
Properly cache message format.
|
2021-07-16 13:43:40 -07:00 |
|
Danila Fedorin
|
9e1f57a2b1
|
Switch tiles to using enums and checking format.
|
2021-07-16 13:36:26 -07:00 |
|
Danila Fedorin
|
1e2945ca54
|
Add license headers to new files.
|
2021-07-16 13:12:26 -07:00 |
|
Danila Fedorin
|
996d0cfea8
|
Remove unneded attribute objects
|
2021-07-16 13:08:21 -07:00 |
|
Danila Fedorin
|
900ebfe289
|
Properly pass children to list block
|
2021-07-16 13:05:47 -07:00 |
|
Danila Fedorin
|
cdf85edad9
|
Move pill parsing into deserialize and avoid intermediate objects.
|
2021-07-16 13:01:33 -07:00 |
|
Danila Fedorin
|
eacc033929
|
Make code blocks accept non-code tags.
|
2021-07-16 11:38:41 -07:00 |
|
Danila Fedorin
|
2197d68279
|
Add fix to prevent pre overflow.
|
2021-07-16 11:00:54 -07:00 |
|
Bruno Windels
|
9aedc1d526
|
don't put body parts in span
|
2021-07-16 19:30:02 +02:00 |
|
Bruno Windels
|
629d58b041
|
limit code block height
|
2021-07-16 19:16:15 +02:00 |
|
Bruno Windels
|
2ce6cea4ff
|
not used anymore
|
2021-07-16 19:16:06 +02:00 |
|
Bruno Windels
|
b5b19abb24
|
only allow links for the schemas mentioned in the spec
|
2021-07-16 18:32:40 +02:00 |
|
Bruno Windels
|
fe3bdda05a
|
all of these should be scoped to messageBody
|
2021-07-16 17:27:24 +02:00 |
|
Bruno Windels
|
1f82aef4ad
|
some header styling in messages
|
2021-07-16 16:53:33 +02:00 |
|
Bruno Windels
|
47c1737371
|
make <code> styling like element
|
2021-07-16 16:28:03 +02:00 |
|
Bruno Windels
|
2159b67ba4
|
make link styling like element, blue an no underline
|
2021-07-16 16:27:43 +02:00 |
|
Bruno Windels
|
f012c64fc5
|
fix pill styling a bit, and open in new tab/noopener
|
2021-07-16 16:27:22 +02:00 |
|
Danila Fedorin
|
c619eba8cf
|
Add some styling to the tables.
|
2021-07-15 13:19:54 -07:00 |
|
Danila Fedorin
|
d69b78469c
|
Add table viewing code.
|
2021-07-15 13:19:54 -07:00 |
|
Danila Fedorin
|
f6f29adacc
|
Add a comment about avatar.js
|
2021-07-15 13:16:42 -07:00 |
|
Danila Fedorin
|
c13daedcb0
|
Ignore non-absolute links.
|
2021-07-15 13:15:56 -07:00 |
|
Danila Fedorin
|
ba7e86ac8d
|
Add blocquote style.
|
2021-07-14 18:11:09 -07:00 |
|
Danila Fedorin
|
025ab16668
|
Fix /me body rendering.
|
2021-07-14 18:10:59 -07:00 |
|
Danila Fedorin
|
038b101ed7
|
Render matrix.to user links as pills
|
2021-07-14 17:57:53 -07:00 |
|
Danila Fedorin
|
78d7d556e4
|
Add blockquote and del elements.
|
2021-07-14 12:38:55 -07:00 |
|
Danila Fedorin
|
763e1cd5de
|
Add tentative version of linkification.
|
2021-07-13 16:56:46 -07:00 |
|
Danila Fedorin
|
0c05ff459c
|
Add another test.
|
2021-07-13 15:14:03 -07:00 |
|
Danila Fedorin
|
5e39eb8f6c
|
Do some additional validation, blocking block nodes inside inline nodes.
|
2021-07-13 14:47:10 -07:00 |
|
Danila Fedorin
|
4b92903ddd
|
Add a test for auto-closing tags.
|
2021-07-12 15:16:04 -07:00 |
|
Danila Fedorin
|
4022c6121b
|
Switch to DOMPurify in platform layer for sanitization.
|
2021-07-12 15:00:16 -07:00 |
|
Danila Fedorin
|
012ef2b215
|
Validate w/h and avoid use of properties object.
|
2021-07-12 13:42:39 -07:00 |
|
Danila Fedorin
|
1e9cdbafd4
|
Move test-specific code into the testing function.
|
2021-07-12 13:31:33 -07:00 |
|
Danila Fedorin
|
fd17ffecfb
|
Pass parameters to parseHTMLBody directly instead of via object.
|
2021-07-12 12:55:33 -07:00 |
|
Danila Fedorin
|
c261b9fb23
|
Avoid intermediate objects while parsing TextTiles' bodies.
|
2021-07-12 12:47:22 -07:00 |
|
Danila Fedorin
|
9304ca330e
|
Rewrite deserialize as a class to avoid passing options around.
|
2021-07-12 12:19:51 -07:00 |
|
Danila Fedorin
|
abd62373e5
|
Remove copy of MediaRepository mxcUrl parsing.
|
2021-07-09 13:09:19 -07:00 |
|
Danila Fedorin
|
1435c2c9a2
|
Add HTML sanitization to domain layer.
|
2021-07-09 13:06:24 -07:00 |
|
Danila Fedorin
|
695bdec9fe
|
Match the thumbnail width and height in in-message images.
|
2021-07-08 14:41:05 -07:00 |
|
Danila Fedorin
|
b3dabc2054
|
Limit image size
|
2021-07-08 00:20:35 -07:00 |
|
Danila Fedorin
|
d38c52d311
|
Display images in messages
|
2021-07-08 00:16:58 -07:00 |
|
Danila Fedorin
|
c582b723bd
|
Start working on images.
|
2021-07-07 23:40:16 -07:00 |
|
Danila Fedorin
|
1a14719483
|
Wrap DOM iterables in array.
|
2021-07-07 14:12:24 -07:00 |
|
Danila Fedorin
|
92e82a76c7
|
Add basic styling to code block
|
2021-07-07 13:05:24 -07:00 |
|
Danila Fedorin
|
e02163b0ff
|
Properly display ul in message bodies.
|
2021-07-07 13:05:10 -07:00 |
|
Danila Fedorin
|
eca5308742
|
Move deserialization into domain and fix tests.
|
2021-07-07 12:21:10 -07:00 |
|
Danila Fedorin
|
41d82c4cdd
|
Add some deserialization tests.
|
2021-07-06 19:11:05 -07:00 |
|