wordpress-activitypub/includes
Matthias Pfefferle 336f3e5a62
Fix various encoding issues (#477)
* fix html-entity issue in username

* remove kses

let other platforms decide what to allow and what not

* Remove html_entity_decode to prevent encoding issues (#454)

I've tested this on content which includes MarkDown, HTML, encoded entities, unencoded entities, etc.

Fixes #445

Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>

* remove allowed tags

---------

Co-authored-by: Terence Eden <edent@users.noreply.github.com>
2023-10-02 17:11:56 +02:00
..
activity More Group meta-data to play nicely with existing platforms (#441) 2023-09-22 09:38:59 +02:00
collection better handling when data is missing (#444) 2023-09-21 16:26:17 +02:00
model Fix various encoding issues (#477) 2023-10-02 17:11:56 +02:00
peer use collection instead of factory 2023-07-03 11:20:44 +02:00
rest More Group meta-data to play nicely with existing platforms (#441) 2023-09-22 09:38:59 +02:00
table Lint: now clean 2023-07-18 15:02:27 -05:00
transformer Fix various encoding issues (#477) 2023-10-02 17:11:56 +02:00
class-activity-dispatcher.php fix issue with where multiple migrations run at the same time (#377) 2023-07-27 18:27:41 +02:00
class-activitypub.php Link remote comments to source url (#415) 2023-09-05 08:48:50 +02:00
class-admin.php check if blog-user collides with a username (#471) 2023-09-28 09:15:48 +02:00
class-blocks.php Add "Follow Me" block (#395) 2023-08-30 14:14:57 -05:00
class-debug.php some code cleanup 2023-04-20 15:22:11 +02:00
class-hashtag.php Hashtags, Mentions: Use a tag stack instead of regex for protecting tags (#455) 2023-09-21 17:03:57 +02:00
class-health-check.php update text 2023-09-28 17:26:39 +02:00
class-http.php add status message if it might be returned by API (#448) 2023-09-21 09:03:24 +02:00
class-mention.php Hashtags, Mentions: Use a tag stack instead of regex for protecting tags (#455) 2023-09-21 17:03:57 +02:00
class-migration.php Add/small improvements (#384) 2023-07-31 20:15:11 +02:00
class-scheduler.php reduce number of checks when system cron is not used (#472) 2023-09-27 11:14:52 +02:00
class-shortcodes.php fix https://github.com/Automattic/wordpress-activitypub/issues/399#issuecomment-1725167874 2023-09-21 10:49:19 +02:00
class-signature.php Fixes PHP warnings and remote delete (#468) 2023-09-27 11:05:11 +02:00
class-webfinger.php Follow redirects in class-webfinger.php (#423) 2023-09-13 19:29:41 +02:00
debug.php PHPDoc 2023-05-10 15:36:45 +02:00
functions.php fix is_single_user (#474) 2023-09-26 21:04:51 +02:00
help.php update URLs 2023-07-24 13:59:29 +02:00