You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. ActivityPub routes updated. src/ap/index.js still registered the
plugin-level endpoints (/profile/card/inbox, /profile/card/outbox,
/profile/card/followers, /profile/card/following) on the old path,
plus every actorId/actorUrl/profileUrl in src/ap/routes/* and
src/ap/keys.js built the legacy /profile/card URL. Auth-bypass in
server.js already listed the .jsonld versions, so without this fix
remote AP requests would have started 401'ing. All ten files under
src/ap/ now use /profile/card.jsonld consistently.
2. Single-user existence check is backward-compatible. Earlier this PR
checked only profile/card.jsonld, so a pod created by an older JSS
version (legacy extensionless card) would be treated as missing and
the startup hook would overwrite /.acl and /settings/* on boot.
Accept either /profile/card.jsonld or /profile/card as the "pod
already exists" indicator.
3. Stale comments. src/handlers/container.js and src/idp/interactions.js
still documented the WebID as "/alice/profile/card#me"; updated to
match the generated `.jsonld#me` URLs.
0 commit comments