Skip to content

Releases: NodeBB/NodeBB

v3.3.4

20 Aug 04:14
Compare
Choose a tag to compare

Release build (patch) of NodeBB @ 2023-08-20T04:14:33.512Z

v3.3.4 (2023-08-20)

Bug Fixes
  • upgrade script, get rid of nested processSortedSet (78a7cfe)

v3.3.3

19 Aug 01:24
Compare
Choose a tag to compare

Release build (patch) of NodeBB @ 2023-08-19T01:24:16.854Z

v3.3.3 (2023-08-19)

Bug Fixes
  • one more fix (51587ca)
  • one more upgrade script fix (b5d1e91)
  • post preview on skins remove clearfix and floats (5a8e6af)
Refactors
  • add connectionTimeout to psql (90f2957)

v3.3.2

18 Aug 20:29
Compare
Choose a tag to compare

Release build (patch) of NodeBB @ 2023-08-18T20:29:02.655Z

v3.3.2 (2023-08-18)

Bug Fixes

v3.3.1

18 Aug 17:36
Compare
Choose a tag to compare

Release build (patch) of NodeBB @ 2023-08-18T17:36:28.696Z

v3.3.1 (2023-08-18)

New Features
Bug Fixes
  • some more upgrade script fixes (f23b0b5)
  • #11906, userData.sso — don't serve deauthUrl or non-associated url if caller uid is not same as target uid (19e047e)
  • include latin-ext subset of fonts in admin styles (#11918) (556a1c4)
Other Changes

v3.3.0

16 Aug 14:42
Compare
Choose a tag to compare

Release build (minor) of NodeBB @ 2023-08-16T14:42:43.050Z

v3.3.0 (2023-08-16)

Chores
  • deps:

  • i18n:

    • fallback strings for new resources: nodebb.admin-dashboard (80ea4eb)
    • fallback strings for new resources: nodebb.admin-settings-chat, nodebb.error (e27d174)
    • fallback strings for new resources: nodebb.modules (ab66861)
    • fallback strings for new resources: nodebb.global (bee5a9b)
    • fallback strings for new resources: nodebb.error (eca2830)
    • fallback strings for new resources: nodebb.admin-dashboard (ac355ac)
    • fallback strings for new resources: nodebb.admin-dashboard (62b7be1)
    • fallback strings for new resources: nodebb.admin-menu (ad9d8f7)
    • fallback strings for new resources: nodebb.admin-admin, nodebb.admin-manage-categories (f075e12)
    • fallback strings for new resources: nodebb.modules (2c54e36)
    • fallback strings for new resources: nodebb.admin-manage-users (9284b7e)
    • fallback strings for new resources: nodebb.modules (4ed0ed4)
    • fallback strings for new resources: nodebb.topic (9c0b98d)
    • fallback strings for new resources: nodebb.email (3613d1e)
    • fallback strings for new resources: nodebb.modules (a7dae50)
    • fallback strings for new resources: nodebb.admin-settings-guest (640e32d)
    • fallback strings for new resources: nodebb.error, nodebb.modules (2710037)
    • fallback strings for new resources: nodebb.admin-admin (58bdeda)
New Features
  • closes #11902, ability to clear search history (7a79fed)
  • #11897, show guest handles in post queue and after using POST /compose (76fde8e)
  • #11881, limit room names (9349cb6)
  • add toMid to chat messages (0316f32)
  • add category selector to analytics page (acef5e3)
  • middleware.handleMultipart, applies on API routes — invokes multipart middleware based on content-type header (bcc4b82)
  • #11868 apply blacklist to routes (#11873) (23404ad)
  • add icon to invite/accept notifs (78c5dfd)
  • add flags link to acp manage menu, closes #11867 (99c2294)
  • move to npm fontawesome dependency and support fa pro (#11820) (b709ed9)
  • password check hook (#11853) (8ac34f8)
  • #11850, chat msg search (11bfeaf)
  • #11814, dont check content len for admins (f359a76)
  • closes #11843, refresh search after changing filters (907c5fa)
  • #11842, ability to change reputation of users (ac02738)
  • closes #11812, add unread public rooms into digest (eb0fcd3)
  • allow multiple room owners, closes #6503 (91642cb)
  • show online users at the top of userlist and update (911ef05)
  • simplified api module handler logic, content-type detection/parsing (2d016af)
  • allow FormData object to be passed in to the API module (ed99ea2)
Bug Fixes
  • if you send message scrollToBottom (223c85e)
  • clicking on email consent form label checks the wrong box (2fe9336)
  • clicking on email consent form label checks the wrong box (514af5d)
  • copy FA fonts to build directory instead of serving them directly (#11891) (ac4623e)
  • use config.undoTimeout instead of hardcoded value (850cfb3)
  • add missing id/for to all checkboxes (ae74787)
  • #11875, simplify alerts and show progress (881a28e)
  • bug where api module would throw if response contained no content-type header (007d735)
  • chat mark read regression (f4e2e61)
  • fix escaped characters in tooltips, fix priv checks in tooltips (82562be)
  • #11855, remove superfluous password challenge on admin email update (unless they're updating their own) (4ca71f6)
  • register abort can error on weird session state (#11854) (c951191)
  • #11847, typo in markNotification (5a8b412)
  • #11837, use userslug for check (e2fa8cf)
  • #11841, use unique nid per user who flagged (1778344)
  • reset_code.tpl card block expanding to bottom of container (2792d77)
  • closes #11825, user icons in global privileges (dae4f9f)
  • fallback for room timestamp (77550a5)
  • dont error if timestamp is missing (6cc86b6)
  • topic postercount field if owner is changed (00be053)
  • updateOwner (16fe1eb)
  • unread notif filter (3e7ca4f)
  • closes #11806, fix code blocks (165b0f8)
  • allow escape to close chat modals (4c31150)
  • on leave/kick remove matching sockets from rooms (a766f74)
  • spec (79fae26)
  • lint (1e38a16)
  • client side js crash (adb3a5e)
  • #11797, update title on chat switch (840792a)
  • always return empty array if its not set (5c20861)
  • mobile back button (9149a9a)
  • clear cache on sort (e03fdcd)
  • #11787 (bf2c429)
  • fetch handler not passing back errors or success payloads (8a53182)
  • group membership methods for guests/spiders (2791eb8)
Other Changes
Performance Improvements
Refactors
  • ip blacklist.test (38c0c8d)
  • dont load all tokens in verify token (2fe193d)
  • dont sleep if iteration is done on first one (0136e92)
  • use fetch() throughout, instead of jQuery .ajax() (7415b16)
Tests

v3.2.3

19 Jul 16:08
Compare
Choose a tag to compare

Release build (patch) of NodeBB @ 2023-07-19T16:08:16.790Z

v3.2.3 (2023-07-19)

Chores
  • downgrade harmony to correct version (7c94506)
Bug Fixes

2.8.16

19 Jul 23:09
Compare
Choose a tag to compare

backport
9ec7ab4

1.19.12

v3.2.2

12 Jul 14:56
Compare
Choose a tag to compare

Release build (patch) of NodeBB @ 2023-07-12T14:56:08.509Z

v3.2.2 (2023-07-12)

Bug Fixes

v3.2.1

05 Jul 19:36
Compare
Choose a tag to compare

Release build (patch) of NodeBB @ 2023-07-05T19:36:29.295Z

v3.2.1 (2023-07-05)

Bug Fixes