GoToSocial/internal/processing/account
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
..
account.go [security] transport.Controller{} and transport.Transport{} security and performance improvements (#564) 2022-05-15 11:16:43 +02:00
account_test.go [security] transport.Controller{} and transport.Transport{} security and performance improvements (#564) 2022-05-15 11:16:43 +02:00
create.go [bugfix] Fix HTML escaping in instance title (#607) 2022-05-26 11:37:13 +02:00
createblock.go replace async client API / federator msg processing with worker pools (#497) 2022-04-28 13:23:11 +01:00
createfollow.go replace async client API / federator msg processing with worker pools (#497) 2022-04-28 13:23:11 +01:00
delete.go replace async client API / federator msg processing with worker pools (#497) 2022-04-28 13:23:11 +01:00
get.go [feature] Web profile pages for accounts (#449) 2022-04-15 14:33:01 +02:00
getfollowers.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
getfollowing.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
getrelationship.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
getstatuses.go [feature] Web profile pages for accounts (#449) 2022-04-15 14:33:01 +02:00
removeblock.go replace async client API / federator msg processing with worker pools (#497) 2022-04-28 13:23:11 +01:00
removefollow.go replace async client API / federator msg processing with worker pools (#497) 2022-04-28 13:23:11 +01:00
update.go [bugfix] Fix HTML escaping in instance title (#607) 2022-05-26 11:37:13 +02:00
update_test.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00