D
53a1e47791
[chore] Fix rel="nofollow" so that it only applies to external links ( #991 )
...
Resolves https://github.com/superseriousbusiness/gotosocial/issues/990
2022-11-07 14:25:36 +01: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
5668ce1ec7
[bugfix] Fix HTML escaping in instance title ( #607 )
...
* move caption sanitization -> sanitize.go
* use sanitizeplaintext rather than removehtml
* rename sanitizecaption to sanitizeplaintext
* avoid removing html twice from statuses
* unexport remoteHTML
it's no longer used outside the text package so this
makes it less confusing
* test instance PATCH
2022-05-26 11:37:13 +02:00
tobi
ef5a9256a8
Extend license notices to 2022 ( #354 )
2021-12-20 18:42:19 +01:00
Tobi Smethurst
ce190d867c
Text/status parsing fixes ( #141 )
...
* aaaaaa
* vendor minify
* update + test markdown parsing
2021-08-16 19:17:56 +02:00
Tobi Smethurst
a940a520d3
Link hashtag bug ( #121 )
...
* link + hashtag bug
* remove printlns
* tidy up some duplicated code
2021-07-29 13:18:22 +02:00
Tobi Smethurst
ad0e26dc04
Markdown Statuses ( #116 )
...
* parse markdown statuses if desired
* add some preliminary docs for writing posts
2021-07-26 20:25:54 +02:00