NodeBB logo

NodeBB

Node.js based forum software built for the modern web

Alternative to: discourse, vanilla forums, circle

NodeBB screenshot

About Versions (100)

v3.8.0

2024-05-15

Release build (minor) of NodeBB @ 2024-05-15T15:55:44.873Z

v3.8.0 (2024-05-15)

Chores
New Features
  • track uid for email/username changes, closes #12454 (325d00ea)
  • closes #12477, allow editing moderation notes (af205cc4)
  • parse moderation notes as markdown (7d24b04b)
  • closes #12490, show profile flags on account info page (b429045f)
  • closes #12491, add unban & unmute history (985663fa)
  • new client-side hook to allow plugins to modify relogin url (c778f6eb)
  • closes #12453, filter events by user/group (4030f18a)
  • move all user profile pics to folder, closes #12449 (#12450) (8f9ac5c1)
  • allow customizing uploads.upload socket methods (dc67f54e)
  • allow custom fields in user csv export, closes #12401 (83ca23ca)
Bug Fixes
  • chat message search, closes #12571 (d926d9dd)
  • some issues with “small” docker improvements (#12564) (bc807c46)
  • use reference object for post summary v3 api call (2a58d099)
  • unintentional object pollution by buildForSelectCategories (88a5dfb7)
  • getCategoryById to return shallow clone of object (dc35bf8b)
  • #12533, go to post after changing owner (983a35e6)
  • topic selection in merge (f2892385)
  • closes #12474, fix search dropdown on mobile for merge (ce03680f)
  • #12481, remove priv groups from groupslug:groupname mapping (#12482) (7033d11e)
  • bump 2factor (4d2c95ca)
  • date on upgrade script (73f98568)
  • use CategoryObject in admins-mods schema def (4da1e9c4)
  • missing uid for modify event, closes #12394 (7c37f32d)
  • docker: support all previously used env variables correctly (#12567) (995b2de5)
Refactors
  • add missing form-label class (36016ee1)
  • use groupslug:groupname for search and acp page (ee5c021c)
Tests
  • fix schema (5eb8c90b)
  • fix redis tests (57422420)
  • fix moderation note test (fed5165f)
  • add back timestamp (c73f759c)