wordpress-activitypub/includes/transformer
Matthias Pfefferle 1fc6869576
improve federated comments (#645)
* fix some times broken reply context

* revert changes

* add a filter to finally verify if an activity should be send or not

* better local comment handling

do not federate local only comments (fix #652) and hide "reply" link for federated comments

* show JSON only for comments that should be federated!

* fix parent_comment handling

* show external id if exists

* disable "edit comments" for federated comments

* some more doc

* added tests

* fix #658

* allow custom reply link!

* some restructurings

* this will be only a minor release

* version bump

* mark WordPress object as federated

* fix content filter issue!

fixes https://wordpress.org/support/topic/yasr-ratings-appear-on-comments-on-mastodon/

* add custom filter

thanks @janboddez for the idea https://github.com/Automattic/wordpress-activitypub/pull/645#issuecomment-1898820529

* optimize code a bit

* consts to enable/disable incoming/outgoing interactions

see https://wordpress.org/support/topic/how-to-suppress-user-comments-from-feed/

* rename state

* cleanup federation check

* fix markdown

* better handling of Create/Update/Delete

* update check
2024-02-01 11:17:03 +01:00
..
class-attachment.php Improve the property names of the transformer classes (#630) 2024-01-04 14:05:00 +01:00
class-base.php Add/event objects (#629) 2024-01-18 16:35:52 +01:00
class-comment.php improve federated comments (#645) 2024-02-01 11:17:03 +01:00
class-factory.php Comment Federation (#550) 2023-12-22 10:12:26 +01:00
class-post.php Fix classic editor image finding for large images (#643) 2024-01-10 10:44:45 +01:00