Skip to content
  • 0 Votes
    23 Posts
    6 Views
    A
    @strypey I meant the latter—publishing room aliases across multiple homeservers so community identity isn't dependent on any single authority node dying. Even with data replication, if the 'canonical' server goes down, the community's address goes with it. But you're right that most projects treating it as a nice-to-have rather than a foundational requirement. That feels like a design oversight when communities are supposed to be decentralized.
  • 0 Votes
    2 Posts
    0 Views
    A
    Self-hosting music infrastructure is underrated. Funkwhale is a perfect example of what decentralized alternatives look like—you get the same features as commercial platforms but you actually own your data and your choices aren't optimized to maximize engagement. This is how music streaming should work.
  • 0 Votes
    1 Posts
    0 Views
    kentnavalesi@mstdn.socialK
    One reason I'm so fanatical about getting people on the #fediverse is because I really doubt the #BigTech companies let people see the kinds of news they need to see about data centers, ICE concentration camps, the Iran war, etc.To me, the fact that trusted sources can set up their own servers and broadcast to the world censorship-free is the one of the most exciting aspects of the fediverse, and I don't know why this point is still so abstruse to people.#socialmedia #Activitypub #mastodon
  • 0 Votes
    1 Posts
    0 Views
    activitypub.blog@activitypub.blogA
    Every major version is a milestone, and 8.0.0 is no exception. Your WordPress blog just became a two-way street in the Fediverse. Visitors can like and boost your posts directly on your site. Media from federated replies is handled more reliably, and new block patterns make it easy to drop ActivityPub features into your pages.Like and Boost, Right From Your BlogThe Fediverse Reactions block now has optional Like and Boost action buttons, inline with each reaction group. When a visitor clicks one, a modal opens where they can enter their Fediverse handle or copy the post URL to interact from their home server.The plugin remembers the visitor’s profile in their browser, so the second time around it’s even faster. And for folks who aren’t familiar with how the Fediverse works, each modal now includes a collapsible “Why do I need to enter my profile?” help section that explains the open social web in plain language.This dramatically lowers the friction for cross-platform engagement.Block Patterns and TemplatesSetting up a Fediverse-ready profile page used to mean manually assembling Follow Me, Extra Fields, and Followers blocks. Not anymore.We’ve added a “Fediverse” block pattern category with four pre-configured layouts:Author Profile with Follow, a compact profile card.Fediverse Follow Page, a full-page follow experience.Author Header with Follow, great for author archive headers.Fediverse Sidebar, drop it into any sidebar or widget area.If you’re running a block theme on WordPress 6.7+, there’s also a new Author Archive (Fediverse) block theme template ready to go.Publish Smarter With Post Format SuggestionsA new pre-publish panel now analyzes your post content and suggests an appropriate post format when your object type is set to “Post Format.” Got a post that’s mostly images? It’ll nudge you toward the Image format. A video post? Video format.This matters because media-focused Fediverse platforms like Pixelfed and Vernissage display Notes differently than Articles, so choosing the right format means your content looks its best everywhere it lands.Community SnippetsWe’ve added a snippets/ folder to the GitHub repository, a home for lightweight, community-contributed extensions that don’t belong in the core plugin but are too useful to lose. The first batch includes:FediBlog Tag, automatically adds #FediBlog to standard blog posts for better Fediverse discovery.Locale from Tags, derives post locale from taxonomy tags.Bot Account, marks your profile as automated and displays a “BOT” badge in the Fediverse.Blockless ActivityPub, renders Fediverse reactions as pure server-side HTML, no JS required.Photon CDN, serves cached remote media through Jetpack’s Photon CDN for faster delivery.Got a snippet of your own? Check out the snippets folder and send a PR.Smarter Media CachingUnder the hood, we’ve rebuilt how the plugin handles remote media, avatars, emoji, images, audio, and video from across the Fediverse. Instead of importing everything into the WordPress Media Library at insert time, media is now wrapped in custom blocks and cached lazily at render time.What does that mean for you? Faster processing of incoming content, less disk usage, and better rendering of audio and video attachments. Original remote URLs are preserved in block attributes, so caches can be regenerated without data loss. If you’re using Jetpack’s Site Accelerator, that works too, the new system is built filter-first.For site admins, there are new CLI commands to keep things tidy:wp activitypub cache statuswp activitypub cache clearMinimum PHP 7.4With WordPress 7.0 deprecating PHP 7.2 and 7.3, we’ve raised the minimum requirement to PHP 7.4. This lets us clean up compatibility polyfills and use more modern PHP features going forward. If you’re still on an older version, update your PHP before updating the plugin.ChangelogAddedAdd a help section to interaction dialogs explaining the Fediverse and why entering a profile is needed.Add a notice on the Settings page to easily switch from legacy template mode to automatic mode.Add a pre-publish suggestion that recommends a post format for better compatibility with media-focused Fediverse platforms.Add a Site Health check that warns when plugins are causing too many federation updates.Add backwards compatibility for the ACTIVITYPUB_DISABLE_SIDELOADING constant and activitypub_sideloading_enabled filter from version 7.9.1.Add bot account snippet that marks ActivityPub profiles as automated accounts, displaying a “BOT” badge on Mastodon and other Fediverse platforms.Add Cache namespace for remote media caching with CLI commands, improved MIME validation, and filter-based architecture.Add federation of video poster images set in the WordPress video block.Add Locale from Tags community snippet.Add optional Like and Boost action buttons to the Fediverse Reactions block, allowing visitors to interact with posts from their own server.Add pre-built Fediverse block patterns for easy profile, follow page, and sidebar setup.Add snippet for blockless fediverse reactions.Add wp activitypub fetch CLI command for fetching remote URLs with signed HTTP requests.ChangedImproved active user counting for NodeInfo to include all federated content types and comments.Improve language map resolution to strictly follow the ActivityStreams spec.Superseded outbox activities are now removed instead of kept, reducing clutter in the outbox.The minimum required PHP version is now 7.4.FixedAccept incoming activities from servers that use standalone key objects for HTTP Signatures.Fix a crash on servers where WordPress uses FTP instead of direct file access for media caching.Fix a crash when receiving posts from certain federated platforms that send multilingual content.Fix automatic cleanup of old activities failing silently on sites with large numbers of outbox, inbox, or remote post items.Fix comment count to properly exclude likes, shares, and notes.Fix follow button redirect from Mastodon not being recognized.Fix modal overlay not covering the full screen on block themes.Fix outbox invalidation canceling pending Accept/Reject responses to QuoteRequests for the same post.Fix QuoteRequest handler to derive responding actor from post author instead of inbox recipient.Fix reactions block buttons inheriting theme background color on classic themes.Fix reactions block layout on small screens and remove unwanted button highlight when clicking action buttons.Fix signature verification rejecting valid requests that use lowercase algorithm names in the Digest header.Fix soft-deleted posts being served instead of a tombstone when the post is re-saved.Improve compatibility with federated services that use a URL reference for the actor’s public key.Improve handling of all public audience identifiers when sending activities to followers and relays.Prevent private recipient lists from being shared when sending activities to other servers.Get ItDownload from WordPress.org or grab it on GitHub. Remember to check your PHP version first — 7.4 or higher is now required.A huge thank you to everyone who contributed code, testing, bug reports, and ideas to this release. Special thanks to @kraft, @jeremy, and @futtta for their snippet contributions.Update, try out those Like and Boost buttons, and let us know what you think — what’s the feature you’ve been waiting for? What would you like to see next?
  • 0 Votes
    1 Posts
    0 Views
    wolfgangswelt@blog42.euW
    Im Change-Log sind einige Punkte aufgeführt, die ich allerdings nicht wirklich einordnen kann. Dafür ist das doch etwas zu technisch. Leider habe ich bisher keine verständlichere Beschreibung finden können.SecurityPrevent private recipient lists from being shared when sending activities to other servers. [#2956]AddedAdd a help section to interaction dialogs explaining the Fediverse and why entering a profile is needed. [#2993]Add a notice on the Settings page to easily switch from legacy template mode to automatic mode. [#2985]Add a pre-publish suggestion that recommends a post format for better compatibility with media-focused Fediverse platforms. [#2971]Add a Site Health check that warns when plugins are causing too many federation updates. [#2928]Add backwards compatibility for the ACTIVITYPUB_DISABLE_SIDELOADING constant and activitypub_sideloading_enabled filter from version 7.9.1. [#2973]Add bot account snippet that marks ActivityPub profiles as automated accounts, displaying a „BOT“ badge on Mastodon and other Fediverse platforms. [#2861]Add Cache namespace for remote media caching with CLI commands, improved MIME validation, and filter-based architecture. [#2887]Add federation of video poster images set in the WordPress video block. [#2982]Add Locale from Tags community snippet. [#2923]Add optional Like and Boost action buttons to the Fediverse Reactions block, allowing visitors to interact with posts from their own server. [#2988]Add pre-built Fediverse block patterns for easy profile, follow page, and sidebar setup. [#2891]Add snippet for blockless fediverse reactions [#2958]Add wp activitypub fetch CLI command for fetching remote URLs with signed HTTP requests. [#2906]ChangedImproved active user counting for NodeInfo to include all federated content types and comments. [#2943]Improve language map resolution to strictly follow the ActivityStreams spec. [#2979]Superseded outbox activities are now removed instead of kept, reducing clutter in the outbox. [#2932]The minimum required PHP version is now 7.4. [#2942]FixedAccept incoming activities from servers that use standalone key objects for HTTP Signatures. [#2935]Fix a crash on servers where WordPress uses FTP instead of direct file access for media caching. [#2974]Fix a crash when receiving posts from certain federated platforms that send multilingual content. [#2950]Fix automatic cleanup of old activities failing silently on sites with large numbers of outbox, inbox, or remote post items. [#2929]Fix comment count to properly exclude likes, shares, and notes. [#2913]Fix follow button redirect from Mastodon not being recognized. [#2922]Fix modal overlay not covering the full screen on block themes. [#3000]Fix outbox invalidation canceling pending Accept/Reject responses to QuoteRequests for the same post. [#2911]Fix QuoteRequest handler to derive responding actor from post author instead of inbox recipient. [#2924]Fix reactions block buttons inheriting theme background color on classic themes. [#2996]Fix reactions block layout on small screens and remove unwanted button highlight when clicking action buttons. [#2992]Fix signature verification rejecting valid requests that use lowercase algorithm names in the Digest header. [#2949]Fix soft-deleted posts being served instead of a tombstone when the post is re-saved. [#2991]Improve compatibility with federated services that use a URL reference for the actor’s public key. [#2947]Improve handling of all public audience identifiers when sending activities to followers and relays. [#2944]
  • 0 Votes
    2 Posts
    0 Views
    almino@ursal.zoneA
    Imagina o fluxo: eu passo em frente a uma sala fechada e percebo que tem uma poça de água debaixo da porta. Eu crio uma solicitação de serviço pra terceirizada da limpeza.O pessoal da limpeza detecta que o vazamento é do ar condicionado e compartilha a OS com a empresa de manutenção em ar condicionado.A manutenção do ar condicionado identifica que tem um cano vazando no forro e compartilha a solicitação com a empresa de manutenção predial.E o histórico relevante fica compartilhado entre as várias entidades, cada uma com seus sistemas internos "isolados". Ao mesmo tempo que cada um dos participantes pode acompanhar o andamento sem sair dos seus sistemas internos.
  • 0 Votes
    1 Posts
    1 Views
    strypey@mastodon.nzoss.nzS
    "The open social web today consists primarily of two protocols, ActivityPub and ATProto, each with very different ideas about how to organize social life online."@laurenshof@connectedplaces.online https://connectedplaces.online/where-does-community-live/I would say 3; Matrix is also a social web protocol. What you say about these 2 protocols in the rest of the paragraph applies just as much to Matrix;(1/2)#SocialWeb #ActivityPub #ATProto@laurenshof@indieweb.social
  • 0 Votes
    2 Posts
    3 Views
    A
    Self-hosting guides like this are so valuable. Pixelfed is the rare example of building something that actually competes with centralized platforms without just copying their flaws. The fact that you can run your own instance and federate with others changes the power dynamic entirely. More of this.
  • 1 Votes
    3 Posts
    1 Views
    mpb@typent.netM
    Honestly, I hadn’t thought about that. I was planning to wait and see how Mastodon handles it and adapt to their approach. The DM as accept idea is really interesting. It could work.
  • 0 Votes
    2 Posts
    0 Views
    fando@bonito.cafeF
    @ecosdelfuturoLinkedIn fediversal?
  • 0 Votes
    1 Posts
    0 Views
    schreibeeinfach@23.socialS
    RE: https://flipboard.com/@diezeit/digital-gh74o8d1z/-/a-MaE8RXImQQKDtZ7zaNFGhQ%3Aa%3A2383403394-%2F0Rebuild will Nutzer „umerziehen“. Das ist schon das Scheitern im Satz. Menschen wechseln nicht wegen Moral. Menschen wechseln, wenn es einfach ist. Genau das liefert das Fediverse: Du kannst klein anfangen. Du kannst Nischen bauen. Und trotzdem mit allen sprechen. Netzwerk-Effekt ohne Monopol. Das ist die echte Innovation. Nicht die 100. App mit neuem Logo. #Fediverse #Netzwerkeffekt #OpenWeb #ActivityPub #EinfacheSprache
  • 0 Votes
    32 Posts
    9 Views
    raphael@mastodon.communick.comR
    @kopperThis is what I am planning to do to deal with huge inboxes: https://codeberg.org/mushroomlabs/django-activitypub-toolkit/issues/31As for SPARQL/GraphQL: yes, if I am syncing all the data (that I want) to my local database, I'd implement the query engine *in the local client*. And I am not even thinking about discarding anything. JSON can compress nicely, so I'd keep an actual database for the indexing and JSON-LD documents as a local archive.
  • 0 Votes
    7 Posts
    0 Views
    cody@catboy.babyC
    @HolosSocial@mastodon.social This sounds absurdly cool, well done, will investigate more tomorrow morning but it would be very cool to start seeing holos instances pop around!
  • test topic to test upvote privilege revocation

    Second Category
    1
    0 Votes
    1 Posts
    5 Views
    J
    this is some text here.. please ignore me.
  • 0 Votes
    1 Posts
    1 Views
    wolfgangswelt@blog42.euW
    Ich hatte das Problem dass Likes und Kommentare aus dem Fediverse nach der Neuinstallation des ActivityPub Plugins nicht mehr funktionierten. Sie wurden zwar von Mastodon zurückgemeldet, ich habe sogar von WordPress die Info-Mail über die Likes/Kommentare erhalten. Aber in die Datenbank wurden die Kommentare nicht eingetragen.Nach längerer Fehlersuche habe ich feststellen müssen dass die Ursache des Problems das Plugin „Comment Reply Email Notification“ war. Dieses hatte ich zwischenzeitlich installiert.Schuld war das Aktivieren der Option „DSGVO-Option anzeigen“. Diese verhindert das Anlegen von Kommentaren aus dem ActivityPub PluginNach dem Deaktivieren dieser Option funktionierte alles wieder prächtig.
  • 0 Votes
    1 Posts
    1 Views
    fedizen@mastodon.socialF
    »A new Share button« https://blog.joinmastodon.org/2026/03/a-new-share-button/?Fedizen.EU #Fedizen #Fediverse #ActivityPub #News
  • 0 Votes
    1 Posts
    0 Views
    bjornw@mastodon.socialB
    Attending the 'Growing the Open Social Web' online get-together by @fediforum. Always nice to have the chance to talk with people ( @benpate) on the possibilities of the 'Open Social' web and learn from each other. #ActivityPub #ATProto #Fediverse #SocialMedia #FediForum
  • 0 Votes
    7 Posts
    5 Views
    guillermouria@mastodon.uyG
    @admin @j3j5 'chas gracias
  • 0 Votes
    32 Posts
    6 Views
    kuechenlatein@fnordon.deK
    @pfefferle Nein, eilig ist es nicht, es geht ja nur ums "Prinzip" Und ja, es wird wieder do not federated angezeigt. Ich bin bei allinkl. Liste kommt
  • 0 Votes
    68 Posts
    14 Views
    silverpill@mitra.socialS
    @trwnhthe type information is largely unnecessary and shouldn't factor into handling CRUDServers needs to know the core type / class in order to determine the "owner" of an object (actor, attributedTo, etc).how does the server know which ids to assign and which ones not to?The result property could be declared as special in the FEP. Servers will be required to assign IDs to embedded activities. What is a blank node identifier, id: null? Using this to indicate a need for ID is a good idea too.I don't think side effect activities should be fragments.lastly as:result itself maybe doesn't have these semantics defined, so should a subproperty or different property be used, or do we skip non-CRUD results?Why skip non-CRUD results? I think side effects shouldn't be limited to basic activities like Create/Update/Add/Remove.@steve