Blackle Morisanchetto
f01492ae48
[bugfix] Use custom blackfriday renderer to only add mention/hashtag links in normal text ( #787 )
...
* Use custom blackfriday renderer to only add mention/hashtag links in normal text
* Add additional markdown tests
2022-08-31 17:40:11 +02:00
tobi
79fb8bad04
[feature] Allow footnotes in markdown, use <br>
instead of \n
( #767 )
...
* allow markdown footnotes + hard line breaks
* don't keep whitespace w/minify (unnecessary now)
* test markdown a bit more
2022-08-26 13:28:06 +02:00
tobi
879b4abde7
[bugfix] Markdown formatting updates ( #743 )
...
* add minify dependency specifically for markdown
* rearrange markdown formatting
* update markdown tests
2022-08-07 18:19:16 +02:00
tobi
c84384e660
[bugfix] html escape special characters in text instead of totally removing them ( #719 )
...
* remove minify dependency
* tidy up some tests
* remove pre + postformat funcs
* rework sanitization + formatting
* update tests
* add some more markdown tests
2022-07-19 15:21:17 +02:00
tobi
59be7466f3
[bugfix] Markdown format fixes ( #718 )
...
* just sanitize markdown, don't minify or escape
* tidy tests, add one for inline code
* add another test, it works!
2022-07-19 10:41:16 +02:00
tobi
ef5a9256a8
Extend license notices to 2022 ( #354 )
2021-12-20 18:42:19 +01:00
tobi
24f9e11221
Fix image description unnecessarily html-escaping innocent characters ( #321 )
...
* implement SanitizeCaption function
* tidy up text test setup
2021-11-22 11:49:11 +01:00
R. Aidan Campbell
083099a957
reference global logrus ( #274 )
...
* reference logrus' global logger instead of passing and storing a logger reference everywhere
* always directly use global logrus logger instead of referencing an instance
* test suites should also directly use the global logrus logger
* rename gin logging function to clarify that it's middleware
* correct comments which erroneously referenced removed logger parameter
* setting log level for tests now uses logrus' exported type instead of the string value, to guarantee error isn't possible
2021-10-11 14:37:33 +02:00
tobi
2dc9fc1626
Pg to bun ( #148 )
...
* start moving to bun
* changing more stuff
* more
* and yet more
* tests passing
* seems stable now
* more big changes
* small fix
* little fixes
2021-08-25 15:34:33 +02:00
Tobi Smethurst
ce190d867c
Text/status parsing fixes ( #141 )
...
* aaaaaa
* vendor minify
* update + test markdown parsing
2021-08-16 19:17:56 +02:00