wordpress-activitypub
wordpress-activitypub copied to clipboard
ActivityPub for WordPress
### Quick summary When trying to add an image as "Header Image" for an AP author, cropping fails "_There has been an error cropping your image._" and no image is...
I think I found a Core bug here. There's absolutely no reason for the ajax request to include `wp_customize=on`, the logic is entirely handled in the `wp_ajax_crop_image()` handler. [This commit](https://github.com/WordPress/wordpress-develop/commit/9fe59ced578169572f00d14a065aed22da165cab)...
### What The Mastodon API seems to support an `application` field, that allows one to pass information about the client used to post the message. Here are some examples: ```json...
This PR adds a transformer for [The Events Calendar](https://wordpress.org/plugins/the-events-calendar/) Plugin. So event activity will be implemented for that post type.
Bumps [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) from 27.9.0 to 28.6.0. Changelog Sourced from @wordpress/scripts's changelog. 28.6.0 (2024-08-21) 28.5.0 (2024-08-07) 28.4.0 (2024-07-24) New Features Update webpack configuration for the build and start commands to automatically...
### Quick summary WordPress instance sends Update(Actor) activity with ID in the form of `https://wordpress.example/author/dev/#update` ActivityPub [requires](https://www.w3.org/TR/activitypub/#obj-id) IDs to be globally unique: >all objects distributed by the ActivityPub protocol MUST...
implements #864 Adds the remote-reply feature to WebFinger using the OStatus reply feature `http://ostatus.org/schema/1.0/subscribe`. Also adds a hook, so that maybe the Friends plugin can hook into the Remote-Follow feature:...
TBD.
This PR is about a leaner validation method so that not every handler class has to be validated again and again. ## Proposed changes: * Disable `ACTIVITYPUB_DISABLE_INCOMING_INTERACTIONS` on Inbox level...
### What TBD. ### Why TBD. ### How TBD.