NodeBB
Node.js based forum software built for the modern web
Alternative to: discourse, vanilla forums, circle
About
Versions (100)
v4.1.1
2025-03-12Release build (patch) of NodeBB @ 2025-03-12T23:10:21.793Z
v4.1.1 (2025-03-12)
New Features
- allow self-signed certs, closes #13238 (de502cd2)
Bug Fixes
- lang typo (fc9cc8d6)
- check if folder exists when uploading files in acp (76896859)
- sanitize category svg image files (810e8dbb)
- #13094, update unread chats on reconnect (1e6c6f4e)
- don’t update topic lastposttime by announce (6b9f166c)
- closes #13078, toggle /world navItem when AP is toggled (bef17920)
- closes #13231, add some text-truncate, match width (bb13ea30)
- #13228, use timestamp from mainpost/lastpost (48f0f47a)
- add starterPlan check (40a5314e)
- closes #13219, only delete local user folder (8dbd50d4)
- don’t crash if there are exceptions in action hooks (30068245)
Refactors
- prevent following symlinks (e775564f)
- show simple error if path doesn’t exist (6d74ee2f)
- use navAdmin (b517f05e)
- dont generate UUID if no email (c83f91bd)
- show warning if there is no email for validation (84d3fe79)
Tests
- fix inf loop if dirname results in same dir, ie \ (1ca7b7ec)
- #13078, add nav test (04279718)