• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

NodeBB / NodeBB / 30007290882 / 4
85%
master: 85%

Build:
DEFAULT BRANCH: master
Ran 23 Jul 2026 01:17PM UTC
Files 412
Run time 14s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

23 Jul 2026 12:30PM UTC coverage: 84.863% (+0.005%) from 84.858%
30007290882.4

push

github

web-flow
fix(activitypub): use absolute avatar/cover URLs as-is in user actor (#14447)

* fix(activitypub): use absolute avatar/cover URLs as-is in user actor

Mocks.actors.user unconditionally prepended the forum url to the
avatar (icon) and cover (image) URLs. When a user's avatar is an
external absolute URL (e.g. a Google avatar obtained via SSO login),
this produced a malformed URL such as
`https://forum.example.comhttps://lh3.googleusercontent.com/...`,
so remote instances could not load the avatar over federation.

Only prepend the base url for relative paths, matching the existing
convention in src/socket.io/user/picture.js.

* fix(activitypub): resolve avatar/cover URLs via new URL(), unset on malformed values

* fix(activitypub): preserve base path for relative avatar/cover urls

new URL(input, base) discards the base pathname for root-relative
inputs, breaking subfolder (relative_path) installs. Prepend the base
via concatenation for relative paths and use new URL only to validate
and unset malformed values.

13221 of 18297 branches covered (72.26%)

27752 of 32702 relevant lines covered (84.86%)

700.75 hits per line

Source Files on job ubuntu-latest-node-24-db-mongo-dev - 30007290882.4
  • Tree
  • List 412
  • Changed 5
  • Source Changed 3
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 30007290882
  • 7ccc3d2b on github
  • Prev Job for on master (#30005517239.2)
  • Next Job for on master (#30006991699.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc