shuttlecraft
shuttlecraft copied to clipboard
a single user activitypub server - join the federation!
Added settings page File upload for avatar and header image Change preferredName and summary text fields This is branched from "attachments", as it reuses the file upload logic (and stores...
Renders incoming polls Votes on incoming polls Compose new polls and send them Update totals when a new vote comes in When a vote ends and it's viewed on Mastodon,...
Added an eventemitter to notify /poll that a notification has occurred. /poll now stalls forever waiting for an event (once an event occurs, app.js repolls after 1s) Adding a notification...
Pleroma and Mastodon can work on same API data, so i am curious why i can't discover @user in my Pleroma instance? Even if i follow it from me.glitch.me there...
Feature request, support migration to/from Mastodon. From what I've seen, migrating to Shuttlecraft just needs us to add `knownAs` to the account, then we will acquire new followers when Mastodon...
Currently when I boost a post, it does not appear in my public feed
working on deletes made me realize that incoming updates will need to be applied to the inbox instead of individual activities on disk.