Skip to content

AP Test (community.nodebb.org)

This category is synchronized with the ActivityPub category on community.nodebb.org

40 Topics 477 Posts
  • 0 Votes
    1 Posts
    7 Views
    No one has replied
  • Re: Pre-Alpha ActivityPub-related bug reports

    1
    0 Votes
    1 Posts
    8 Views
    No one has replied
  • Software version in nodeinfo

    1
    0 Votes
    1 Posts
    10 Views
    No one has replied
  • Unique activity IDs

    4
    1 Votes
    4 Posts
    8 Views
    silverpill@mitra.socialS
    @julian Yes, IDs should be unique:>All Objects in [ActivityStreams] should have unique global identifiers. ActivityPub extends this requirement; all objects distributed by the ActivityPub protocol MUST have unique global identifiers, unless they are intentionally transient-- https://www.w3.org/TR/activitypub/#obj-id
  • Hello from Lemmy, part 3

    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • Handling "410 Gone" when retrieving an actor

    5
    0 Votes
    5 Posts
    26 Views
    julian@community.nodebb.orgJ
    @trwnh@socialhub.activitypub.rocks said in Handling "410 Gone" when retrieving an actor: You could do what Reddit does and just leave the posts up but pointing to a tombstone user. If you've ever seen a post attributed to [deleted] then you know what I'm talking about. Yes, this makes sense. It's coming into clearer focus why account and content deletions are so noisy in ActivityPub, since each deletion of a user's content needs to be federated before the account can be deleted. In absence of anything more explicit (like your aforementioned DeleteAllCreatedObjects), that's all we have to explicitly signal full account and content deletion. I think we'll go ahead with that. NodeBB already does display something like [deleted] (we show "A Former User"), and we also save the old user id as a reference in case it needs to be cleaned up. That'll work, thank you for your input a!
  • Pruning of remote content

    6
    0 Votes
    6 Posts
    20 Views
    beaware@social.beaware.liveB
    @julian that's a good point. I feel it'd mostly be better for integration with Lemmy/Kbin type systems that mimic forums.
  • 0 Votes
    4 Posts
    17 Views
    trwnh@mastodon.socialT
    @julian to clarify: this is mostly about "canonical" identifiers vs. aliases. there is generally one canonical identifier for the conversation collection, and this is what should be used as the value of `context`. this could get a bit complicated but there are potential ways to coordinate replication between equivalent conversation collections, probably involving mutual following/follower relationship, plus some indicator of aliases like `alsoKnownAs` or some other extension property.
  • An FEP for Follow/Accept mechanics?

    6
    0 Votes
    6 Posts
    28 Views
    julian@community.nodebb.orgJ
    Of course you have a wiki page for this already! Why am I not surprised. Yes, that follow-accept has state synchronization responsibilities means that some additional specification would be nice, though as long as everybody tends to conform to the same behaviour I suppose thats less urgent. I still don't like that the current UX is "follow is in a pending state", but short of additional specification re: error handling, there's not much to do here. At any rate it seems I am now correctly following @weekinfediverse@mitra.social so I suppose maybe my server was slow at processing the accept.
  • Clarification re: Inbox Forwarding

    4
    0 Votes
    4 Posts
    21 Views
    trwnh@socialhub.activitypub.rocksT
    julian: If the activity is the thing being forwarded, then an additional complication could arise in that I cannot simply re-sign the activity, as my instance key does not belong to the originating actor. this is indeed an issue that arises due to the following: ActivityPub does not specify any authentication/verification mechanism HTTP Signatures, which the current fediverse uses, are not replayable or relayable. If you're concluding that this makes inbox forwarding impossible with HTTP Signatures, then congratulations, you understand why LD Signatures ended up being used for this (and why FEP-8b32 proposes using Data Integrity Proofs at the LD level as well). It's either that, or find a way to replay entire HTTP messages (so that the HTTP Signature can be validated against the original HTTP interaction). Or otherwise rethink the fundamentals of the fediverse's entire security model.
  • Reconciling ActivityPub Deletes with NodeBB deletion

    8
    0 Votes
    8 Posts
    33 Views
    julian@community.nodebb.orgJ
    @ariadne@social.treehouse.systems right. I think functionally I'll never encounter a Delete, check the origin, and find that the note hasn't actually been deleted, but stranger things have happened!
  • Remote post and user fetching via search tooling

    2
    0 Votes
    2 Posts
    11 Views
    julian@community.nodebb.orgJ
    Technical stuff ahead ... This is merely exposing the frontend UI to the already established backend logic. We have two methods internally that are used for this: Notes.assert, which when given a object url or id, parses it and attempts to resolve the parent chain all the way to the top-level post. It then creates a topic to house all of those posts. Actors.assert, which when given an object url, id, or handle, creates a local representation of the user. How come "query"/etc. didn't show up? For both user and post searching, if the passed-in url does not resolve or does not resolve to a processable object, then we do not proceed. It's important to realize that while in an ideal world, we'd all be passing immutable identifiers everywhere, the real world is just a bit messier. Search queries could be a post or user URL, or a webfinger handle, so additional logic was required to handle those use cases. Most ActivityPub-enabled software I've encountered handle these vanity URLs when queried via ActivityPub — it returns the appropriate representation for processing. Some do not, and so in those cases, those items will not show up in the search results.
  • 0 Votes
    8 Posts
    11 Views
    julian@community.nodebb.orgJ
    @evan@cosocial.ca @tedu@honk.tedunangst.com, @oplik0 and I took a closer look today and found the one place where IDs were not sent with Announce activities. Let me know if you find any other oddities
  • Slightly better titles from fediverse topics

    10
    0 Votes
    10 Posts
    48 Views
    rimu@mastodon.nzoss.nzR
    @julian Ooo good point about adding the ? back on.If you're interested in a non-regex solution, here's what I have - https://codeberg.org/rimu/pyfedi/src/branch/main/app/utils.py#L247
  • 0 Votes
    22 Posts
    60 Views
    oplik0@community.nodebb.orgO
    @pfefferle@mastodon.social it was actually because of @ in actor IDs - the codepath for choosing a webfinger lookup over just accepting the URL as the ID only checked for its presence, and the code for webfinger lookups was only meant to run for the acct: protocol. So yeah, not WP fault at all, just a combination of a bug and missing feature Now both should be fixed.
  • Signalling "open in app" behaviour for AP content

    21
    0 Votes
    21 Posts
    97 Views
    scott@authorship.studioS
    @julianFor example, let's say I link out to Evan's profile here. If NodeBB knew that this link had an alternative AP endpoint, then we could redirect the user instead to the local representation of his profileWouldn't Evan's AP endpoint be the same as his HTML endpoint? Most platforms are going to send you to the authoritative profile, which is the one at the user's server.And if you wanted to redirect a link to a local profile instead of his official profile, you don't need an endpoint to do that. You could simply parse the post and swap out the URL, since you should have data about the user in your database anyway from when you first detected the user.Maybe I am misunderstanding the use case here, but I am not sure why a platform would not direct you to its own platform for content and profiles.
  • 0 Votes
    1 Posts
    6 Views
    No one has replied
  • Filter button in categories view for Activitypub post

    2
    0 Votes
    2 Posts
    7 Views
    julian@community.nodebb.orgJ
    @omega Right now in pages where there is a list of topics (e.g. /recent, /popular, etc.) there's a filter for "Uncategorized", which would essentially exclude everything else. It's not as clear cut as excluding or only showing local topics, but that sort of achieves what you want. If you only want to see categorized topics, then you needn't select anything at all. By default, uncategorized topics are not shown. What I think you're advocating for is a button to filter out ActivityPub topics even if they're categorized. That's where I think I might draw the line, because if a topic is categorized, then it is by that action it is considered (at least by the topic mover) to be related to the overall forum topic.
  • 0 Votes
    36 Posts
    143 Views
    evan@cosocial.caE
    @trwnh @julian @angus @nutomic groups can have subgroups
  • Bulk announce via 1b12

    2
    0 Votes
    2 Posts
    17 Views
    julian@community.nodebb.orgJ
    Ah it looks like this was covered by Angus' post over on SocialHub