NodeBB
Node.js based forum software built for the modern web
Alternative to: discourse, vanilla forums, circle
About
Versions (100)
v4.4.2
2025-06-02Release build (patch) of NodeBB @ 2025-06-02T15:06:29.241Z
v4.4.2 (2025-06-02)
New Features
- add action:post-queue.save (ebb88c12)
- restrict access to ap.probe method to registered users, add rate limiting protection (e70e990a)
Bug Fixes
- return 200 for non-implemented activities instead of 501 (524a1e8b)
- closes #13458, check if plugin is system (b1022566)
- add try..catch around topics.post in note assertion logic (cc927026)
- don’t throw on unknown post on Undo(Like) (83a55f6a)
- add try..catch wrapper around Announce(Like) call to internal method so as to not return a 500 — just drop the Like activity (629eec7b)
- browser title translation (390f6428)
- allow guests to load topic tools if they have privilege to view them (78de8c6d)
- closes #13454, align dropdowns to opposite side on rtl (72417d82)
- send actor in undo(follow) (49b5268e)
- missed handling zset on ap unfollow (b20a6ed0)
- additional tests for remote privileges, enforcing privileges for remote edits and deletes (a888b868)
Tests
- fix groups:find webfinger test (0c1a6183)