NodeBB logo

NodeBB

Node.js based forum software built for the modern web

Alternative to: discourse, vanilla forums, circle

NodeBB screenshot

About Versions (112)

v4.14.5

2026-07-31

Release build (patch) of NodeBB @ 2026-07-31T20:43:52.125Z

v4.14.5 (2026-07-31)

Bug Fixes
  • auth:
    • clear session info when switching users in doLogin (bc206f63)
    • clear session info when switching users in doLogin (b88fe35a)
  • replace outdated .includes() check for AP header in webfinger query method, in favour of Helpers.assertAccept (2079ea00)
  • guard title regeneration in inbox.update behind posts.isMain (94feb909)
  • only allow self/admins/gmods to view/list emails (a0184788)
  • enforce same checks on topic room enter as controller (54ff68be)
  • search by email array bypass (5029739d)
  • dont return category if user doesnt have find privilege in getSelectedCategory (5a9d7f74)
  • rss feed privilege check for topic feeds (2cc3ae15)
  • private upload path bypass (35e7587c)
  • closes #14528, encode uid in group calls (c857090c)
Refactors
  • just load areas (28e05392)
  • update message, if ALS store is not found (d25d314d)