Skip to content

v3.3.0

Compare
Choose a tag to compare
@nodebb-misty nodebb-misty released this 16 Aug 14:42
· 1166 commits to master since this release

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