wordpress-activitypub/tests
Matthias Pfefferle 6e7f82bf42
Activity-Type based handlers (#551)
* init

* save source id

* fix delete and add improve undo

* test new functions

* add support for threaded comments

* some formatting

* check if URL is no longer available

...and returns either status 410 or 404.

* improve delete handler

* improve update handler

* `object` and `actor` are already required by the inbox endpoint

* fix typo

* simplify queries

* cosmetics

* fix unit tests

* schedule delete comments of deleted actor (#575)

* schedule delete comments of deleted actor

* phpcs

---------

Co-authored-by: Django Doucet <django.doucet@webdevstudios.com>

* move `get_comments_by_actor` to interactions collection

* consistent wording

* implement Tombstone

* fix follow issue

* fix inbox-create

* added missing namespace

* check if field is set

* Fix namespacing issue

* update profile and update interaction

* fields are already validated by inbox

* optimize avatar handling

---------

Co-authored-by: Django <mediaformat.ux@gmail.com>
Co-authored-by: Django Doucet <django.doucet@webdevstudios.com>
2023-11-30 11:43:48 +01:00
..
fixtures Remove no longer needed fixture 2023-01-27 15:48:29 +01:00
bootstrap.php Move the friends parser to the Friends plugin 2023-01-27 15:48:29 +01:00
class-activitypub-testcase-cache-http.php Fix assignment of dynamic property 2023-01-27 15:48:29 +01:00
test-class-activitypub-activity-dispatcher.php simpler filter 2023-07-20 18:33:24 +02:00
test-class-activitypub-activity.php Activity-Type based handlers (#551) 2023-11-30 11:43:48 +01:00
test-class-activitypub-create-handler.php Activity-Type based handlers (#551) 2023-11-30 11:43:48 +01:00
test-class-activitypub-followers.php Activity-Type based handlers (#551) 2023-11-30 11:43:48 +01:00
test-class-activitypub-hashtag.php Hashtags, Mentions: Use a tag stack instead of regex for protecting tags (#455) 2023-09-21 17:03:57 +02:00
test-class-activitypub-interactions.php Activity-Type based handlers (#551) 2023-11-30 11:43:48 +01:00
test-class-activitypub-mention.php Hashtags, Mentions: Use a tag stack instead of regex for protecting tags (#455) 2023-09-21 17:03:57 +02:00
test-class-activitypub-post.php Fixes PHP warnings and remote delete (#468) 2023-09-27 11:05:11 +02:00
test-class-activitypub-rest-inbox.php Activity-Type based handlers (#551) 2023-11-30 11:43:48 +01:00
test-class-activitypub-rest-post-signature-verification.php Store keypairs as options keyed to user IDs. (#416) 2023-09-07 22:04:39 +02:00
test-class-activitypub-shortcodes.php Shortcodes: only register when needed (#526) 2023-10-19 14:46:31 -05:00
test-class-activitypub-signature.php Store keypairs as options keyed to user IDs. (#416) 2023-09-07 22:04:39 +02:00
test-class-activitypub.php escape even more 2020-05-12 20:30:06 +02:00
test-functions.php Activity-Type based handlers (#551) 2023-11-30 11:43:48 +01:00