wordpress-activitypub icon indicating copy to clipboard operation
wordpress-activitypub copied to clipboard

ActivityPub for WordPress

Results 275 wordpress-activitypub issues
Sort by recently updated
recently updated
newest added

### 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...

[Type] Bug
[Status] In Progress
Needs triage

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...

[Type] Feature Request

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.

[Status] In Progress
OSS Citizen

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...

dependencies
javascript

### 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...

[Type] Bug
Needs triage

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:...

[Type] Enhancement

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...

[Status] In Progress

### What TBD. ### Why TBD. ### How TBD.

[Status] In Progress
[Type] Feature Request