NodeBB
Node.js based forum software built for the modern web
Alternative to: discourse, vanilla forums, circle
About
Versions (100)
v3.11.0
2024-11-27Release build (minor) of NodeBB @ 2024-11-27T14:55:52.208Z
v3.11.0 (2024-11-27)
New Features
- use displayname in chat system messages, closes #12937 (e6f78d25)
- move website/location fields into custom user fields (669c9c50)
- add pagination to groups page, api routes (49e0e1ab)
- add date and multiselect custom fields (9cf85ced)
- new language file for user custom fields (05fb8aa5)
- closes #12902, allow adding users as post editors (bc00df3c)
- added nn_NO, takk! (b9eff72d)
- add read topics route (757d7101)
Bug Fixes
- update acp template to use new lang keys (bc5b91aa)
- spec, dont show registered-users, verified-users, unverified-users in manage groups (8605584f)
- #12927, give more right padding on FF (5b3b003d)
- dont show chat upload btn if maxFileSize is 0, #12926 (14125858)
- dont allow core user fields to be used as custom fields (836e8458)
- button to match category dropdown (5e9b7b44)
- filter undefined posts/topics (db291ecd)
- don’t crash if post is undefined (d4770908)
- spec (d5c9c0ba)
- block search showing old matches (a9fc13dd)
- missing template (008ad1e3)
- naive checking to handle uploaded images whose filenames end with ‘-resized’ (1268ed50)
- update copy to reflect real default value of 2000px for
resizeImageWidthThreshold(4614958b) - editor removal (977d80c1)
- add warning txt file for nn-NO (23b3a64a)
- incorrect folder syntax for nn_NO (396c7766)
- use postData.topic.title instead of topicData.title (d24bc5c5)
- another missing await (10a85e94)
Other Changes
- remove unused utils (0e4fc531)
- remove unused utils (b6a79365)
- //github.com/NodeBB/NodeBB/issues/12824 (c4a60dbb)
Refactors
- shorter check for showfullname (6ebff2e1)
- remove unused uids (20da7148)
- no category sharing for a long time (6af5cef7)
- move flags into core (3dff083d)
- add some margin bottom to bs tags (40758b32)
- post queue btn and dropdown (038fb71e)
- search logic to use switch..case (bd76ccf0)
Tests
- fix tests (173c604a)
- fix crash due to excludeGroups (61d43ee1)
- fix spec (70d99501)
- fix spec (c586854a)
- update spec on plugins (f9178a39)