Skip to content

Special thanks to @jaz for opening up so many issues in the new FediDB repo!

ActivityPub Test Kategorie
  • My forum doesn't show a good performance in pagespeed

    ActivityPub Test Kategorie
    4
    0 Stimmen
    4 Beiträge
    1 Aufrufe
    julian@community.nodebb.orgJ
    @V.-Kushnir Some additional tips here: https://docs.nodebb.org/configuring/scaling/
  • 0 Stimmen
    17 Beiträge
    118 Aufrufe
    julian@community.nodebb.orgJ
    @esoteric_programmer@social.stealthy.club that's likely because GtS handles summary as a content warning for everything. The whole summary and content warning business is in flux right now, so hopefully a standard will be set soon.
  • 0 Stimmen
    8 Beiträge
    3 Aufrufe
    julian@community.nodebb.orgJ
    @lassesuom my guess is they're sess:* keys. They can balloon up if you have lots of guests *cough* AI scrapers. There used to be logic so that guests didn't receive a session key (since they didn't really need one for regular browsing) but it could be that that detection no longer works.
  • Cloudflare Caching

    ActivityPub Test Kategorie
    4
    0 Stimmen
    4 Beiträge
    3 Aufrufe
    C
    @julian No, Cloudflare can use the cache-control response header to determine how long to cache content, but not whether to cache content. Even if it was possible to cache based on response headers, it wouldn't be useful in this case; we want to ensure both that we're not serving user-specific content to guests (or other users) and that we're not serving guest-specific content to users, and the cache-control headers can only help with the former, not the latter.
  • 0 Stimmen
    37 Beiträge
    10 Aufrufe
    K
    I am starting think this code is a piece of junk.
  • Updates to the world page

    ActivityPub Test Kategorie nodebbactivityp nodebb
    24
    2
    1 Stimmen
    24 Beiträge
    251 Aufrufe
    julian@community.nodebb.orgJ
    @projectmoon@forum.agnos.is no, that didn't matter. There is no concept of nested categories in ActivityPub yet. But the issue seems legitimate, I can't access the ActivityPub category from a test Mastodon server either.
  • Live testing of remote categories

    ActivityPub Test Kategorie activitypub nodebbactivityp
    63
    2
    0 Stimmen
    63 Beiträge
    1k Aufrufe
    julian@community.nodebb.orgJ
    @pfefferle@mastodon.social just wanted to poke you about this issue again. The latest updates to NodeBB now do a webfinger backcheck to ensure that the actor has a valid webfinger entry for their purported handle. If it does not, then the user is not properly created. Mastodon also does this. This check is probably for security as well as for preventing handle collisions. The multilingual plugin in conjunction with the ActivityPub plugin creates users that share the same handle, and that causes issues with federated content. For example, this article by @jonvt@vivaldi.com will load up just fine in Mastodon, but this japanese article by @akira@vivaldi.com will not, because that second article's attributedTo is https://vivaldi.com/ja/?author=176, which fails that check (the author's ID is actually https://vivaldi.com?author=176 as per the handle backcheck) cc @AltCode
  • 0 Stimmen
    4 Beiträge
    29 Aufrufe
    julian@community.nodebb.orgJ
    @liaizon@social.wake.st @computersandblues@post.lurk.org that particular forum is not hosted by us, so we don't have any contact for them