wordpress-activitypub/includes
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
..
activity Activity-Type based handlers (#551) 2023-11-30 11:43:48 +01:00
collection Activity-Type based handlers (#551) 2023-11-30 11:43:48 +01:00
handler Activity-Type based handlers (#551) 2023-11-30 11:43:48 +01:00
model search for followers and order the output list (#502) 2023-11-17 18:44:13 +01:00
peer use collection instead of factory 2023-07-03 11:20:44 +02:00
rest Activity-Type based handlers (#551) 2023-11-30 11:43:48 +01:00
table search for followers and order the output list (#502) 2023-11-17 18:44:13 +01:00
transformer Attachments: dedupe earlier to prevent incorrect max_media (#565) 2023-11-17 18:44:59 +01: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 Activity-Type based handlers (#551) 2023-11-30 11:43:48 +01:00
class-admin.php check if blog-user collides with a username (#471) 2023-09-28 09:15:48 +02:00
class-blocks.php Blocks: improved theme compat &c. (#495) 2023-10-06 22:34:06 -05:00
class-debug.php some code cleanup 2023-04-20 15:22:11 +02:00
class-handler.php Activity-Type based handlers (#551) 2023-11-30 11:43:48 +01:00
class-hashtag.php Hashtags: 1MB limit for attempting to link (#544) 2023-11-01 10:53:27 -05:00
class-health-check.php Fix the health check (#481) 2023-10-02 17:12:23 +02:00
class-http.php Activity-Type based handlers (#551) 2023-11-30 11:43:48 +01:00
class-mention.php Mentions: 1MB limit for attempting to link mentions, otherwise bail (#540) 2023-10-30 14:32:04 -05:00
class-migration.php Add/small improvements (#384) 2023-07-31 20:15:11 +02:00
class-scheduler.php fix #573 2023-11-29 10:47:31 +01:00
class-shortcodes.php More reliable way to get author and autorurl (#546) 2023-11-06 17:10:54 -06:00
class-signature.php small improvements 2023-10-24 14:54:03 +02:00
class-webfinger.php check if $resource is set 2023-11-21 15:00:39 +01:00
compat.php PHP 8.1 compatibility (#533) 2023-10-25 08:44:04 +02:00
debug.php PHPDoc 2023-05-10 15:36:45 +02:00
functions.php Activity-Type based handlers (#551) 2023-11-30 11:43:48 +01:00
help.php Clarifying what [ap_excerpt] does (#578) 2023-11-26 21:18:03 +01:00