WIP: Add Event Sources Logic (ActivityPub follows) #86
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Event-Federation/wordpress-event-bridge-for-activitypub#86
Loading…
Reference in a new issue
No description provided.
Delete branch "event_sources"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This feature adds support for adding Event Sources. That is ActivityPub follows of the whole WordPress instance that allows events from external ActivityPub actors to be received and displayed on the Website.
Terms:
The upstream ActivityPub plugin called the functions handling the transformation from WordPress-Posts to ActivityPub Objects
Transformer
.In the following we choose to call the the functions handling the transformation from ActivityPub Objects to WordPress-Posts
Transmogrifier
.Must have features:
Update
/Create
/Delete
for incomingEvent
objects.Accept
ofFollow
Requests.Additional features:
Announce
along with settings whether announces are allowed and which sources are allowed for announces (e.g. same origin) – for each follow=Event SourceUpdate
activities of followed actors.outbox
orupcomingEvents
collection.Screenshots:
Add Event Sources Logic (ActivityPub follows)to WIP: Add Event Sources Logic (ActivityPub follows)77d72a324c
toc2856a12bd
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.