wordpress-activitypub/includes
André Menrath 7370e97b5a
Add replies collection (#876)
* typo in phpdoc

* add first draft for adding replies collections to posts and comments

* refactoring

* Fix php CodeSniffer violations

* fix typo in php comment

* add draft for testing replies

* replies: test with own comment

* fix basic test for replies collection

* Restrict 'type' parameter for replies to 'post' or 'comment' in REST API

* some cleanups

* prefer ID over URL

* rename to `reply_id` to make clear that it is not the WordPress comment_id

* modularize retrieving of comment link via comment meta

* fix phpcs

* I think we should be more precise with this

and maybe there are other fallbacks coming

---------

Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
2024-09-25 13:24:35 +02:00
..
activity Add replies collection (#876) 2024-09-25 13:24:35 +02:00
collection Add replies collection (#876) 2024-09-25 13:24:35 +02:00
handler Improve Validation (#847) 2024-09-16 16:57:33 +02:00
model Enable Mastodon Apps: support profile editing, blog user (#788) 2024-09-23 10:36:16 -05:00
rest Add replies collection (#876) 2024-09-25 13:24:35 +02:00
table Normalize attributes that can have mixed value types (#586) 2023-12-05 18:59:00 +01:00
transformer Add replies collection (#876) 2024-09-25 13:24:35 +02:00
class-activity-dispatcher.php Add "reply context" support (#819) 2024-07-24 23:44:01 +02:00
class-activitypub.php Hide Bookmarklet if site does not support Blocks (#851) 2024-08-13 00:34:56 +02:00
class-admin.php Enable Mastodon Apps: support profile editing, blog user (#788) 2024-09-23 10:36:16 -05:00
class-blocks.php fix missing @ in Follow-Me block (#898) 2024-09-23 22:44:24 +02:00
class-cli.php initial (#867) 2024-09-13 18:21:11 +02:00
class-comment.php Add replies collection (#876) 2024-09-25 13:24:35 +02:00
class-debug.php log inbox requests 2024-08-17 20:17:47 +02:00
class-handler.php Add like handler (#804) 2024-08-16 12:55:16 +02:00
class-hashtag.php It seems that Mastodon has issues with HTML in summaries (#893) 2024-09-15 09:58:27 +02:00
class-health-check.php fix health check 2024-07-25 16:30:35 +02:00
class-http.php Basic Announce support (#747) 2024-05-02 10:13:34 +02:00
class-link.php It seems that Mastodon has issues with HTML in summaries (#893) 2024-09-15 09:58:27 +02:00
class-mention.php Support "read more" for Activity-Summary (#856) 2024-08-16 12:53:14 +02:00
class-migration.php use 3.0.0 2024-07-26 13:51:03 +02:00
class-notification.php Add "Stream" Plugin support (#863) 2024-09-04 15:25:23 +02:00
class-scheduler.php initial (#867) 2024-09-13 18:21:11 +02:00
class-shortcodes.php Support "read more" for Activity-Summary (#856) 2024-08-16 12:53:14 +02:00
class-signature.php Be more defensive when openssl (#895) 2024-09-18 14:46:00 +02:00
class-webfinger.php phpcs improvements 2024-07-26 10:26:47 +02:00
compat.php ignore phpcs warning 2024-08-19 12:35:31 +02:00
debug.php phpcs improvements 2024-07-26 10:26:47 +02:00
functions.php fix issue that federated comments will not be threaded properly 2024-09-17 11:22:22 +02:00
help.php Clarifying what [ap_excerpt] does (#578) 2023-11-26 21:18:03 +01:00