Install
Works with Drupal: ^10 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Release notes
Hello Shared Inbox!
This release exposes the 'shared inbox' endpoint. Messages are delivered internally to the users which are in the audience of the activity! This is disabled by default, but can be enabled at /admin/config/services/activitypub.
As usual, after updating, run drush updb to run the latest update functions.
In case you upgrade from alpha21, please make sure you read the release notes from alpha22 to create timeline items.
In case you upgrade from alpha22 to this release, you might notice a report about entity field definitions and the 'collection' field item. You will need to install Devel Entity Updates and run drush entup to get rid of that notice.
Known issues
activitypub_update_8031() might accidentily reset the site_wide_uid author back to 0. Recheck that after running the updates.
Contributors (2)
Changelog
Issues: 13 issues resolved.
Changes since 1.0.0-alpha22:
Bug
- #3523720: Fix loading actor in WebfingerProfileSubscriber
- #3330534: Publish updates of bio and posts
- #3580179: Fix warnings after upgrade to alpha22 (entity definitions)
Feature
- #3349487: Allow to set format for summaries and option to use the field's format
- #3319267: Add site-wide blocking
Task
- #3580428: add access control to default views
- #3581576: Optimize timeline items (views / operations)
- #3506762: Send alt/title for image attachments
- #3572873: Optimize deleting old activities and timeline items
- #3573448: Add option to not save timeline activities if the actor is not followed by anyone
- #3572268: Add a shared inbox
- #3572548: allow ignoring activity types in inbox
- #3577488: Refactor ActivityPubSettingsForm to use #config_target