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

NodeBB / NodeBB / 30007290882
85%

Build:
DEFAULT BRANCH: master
Ran 23 Jul 2026 12:56PM UTC
Jobs 4
Files 438
Run time 1min
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: 85.434% (+0.02%) from 85.417%
30007290882

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.

14202 of 19341 branches covered (73.43%)

6 of 8 new or added lines in 1 file covered. (75.0%)

10 existing lines in 1 file now uncovered.

29449 of 34470 relevant lines covered (85.43%)

3341.55 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
77.48
-0.16% src/activitypub/mocks.js

Coverage Regressions

Lines Coverage ∆ File
10
90.91
-0.52% src/controllers/uploads.js
Jobs
ID Job ID Ran Files Coverage
1 ubuntu-latest-node-24-db-redis - 30007290882.1 23 Jul 2026 12:58PM UTC 411
84.92
GitHub Action Run
2 ubuntu-latest-node-24-db-postgres - 30007290882.2 23 Jul 2026 01:01PM UTC 410
84.82
GitHub Action Run
3 ubuntu-latest-node-24-db-mongo - 30007290882.3 23 Jul 2026 01:01PM UTC 411
84.88
GitHub Action Run
4 ubuntu-latest-node-24-db-mongo-dev - 30007290882.4 23 Jul 2026 12:56PM UTC 412
84.86
GitHub Action Run
Source Files on build 30007290882
  • Tree
  • List 438
  • Changed 8
  • Source Changed 3
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30007290882
  • 7ccc3d2b on github
  • Prev Build on master (#30005517239)
  • Next Build on master (#30006991699)
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