NodeBB Versions Save

Node.js based forum software built for the modern web

v3.4.1

8 months ago

Release build (patch) of NodeBB @ 2023-09-06T15:54:21.143Z

v3.4.1 (2023-09-06)

Chores
  • up dbsearch (8357bb2e), fix chat message search in psql
Bug Fixes
  • #11981, post immediately when canceling scheduling (19b7cdb2)

v3.4.0

8 months ago

Release build (minor) of NodeBB @ 2023-09-06T13:41:30.849Z

v3.4.0 (2023-09-06)

New Features
  • typing user list in chat (60035744)
  • add data-allow-dupe and data-navigator-ignore (92f5c146)
  • add a filter hook to login (a3d6dba6)
  • use all events in addTopicEvents (4bc21a2e)
  • add socket.data.uid on connect (f026e740)
  • #11949, show alert if posts is going to be queued (731466e5)
  • #6021 add min:rep-post-links (#11938) (979f24b1)
  • add new notif type for public rooms (b65d8e82)
  • better acp sidebar in dark mode (c92ecfb4)
  • check mute when messaging, closes #11932 (9534f9b9)
  • log roomId/roomName on delete (b958a39a)
Bug Fixes
  • don't create tooltips on mobile (ded596fe)
  • always return string from helper (bdeca049)
  • double escape issue, body is escaped in composer-default (6ae0d207)
  • make selector stricter (9f7a39c5)
  • #11969, match the server side behaviour for filters (887dfd7d)
  • remove og:image value (#11966) (90ac82d0)
  • don't try to parse response if request is head #11960 (440299e6)
  • pinned msgs when switching chats (acee6777)
  • deleted chat messages (#11962) (1a1fd64d)
  • closes #11954, fix custom skins with spaces (965780b7)
  • dont show chat notif if you are already in the room (3d6668e7)
  • #11947, make user message has a numeric timestamp (dc0fb81b)
  • #11944, dont refresh page when uninstalling (f5baca14)
  • closes #11921 (e3969706)
  • bookmark scroll doing ajaxify (2e0964e6)
  • closes #11937, add dropup early based on position on screen (a7a266d7)
  • improper SSO format (regression), update openapi schema (4a846803)
  • return empty array for 'sso' otherwise (db15e7c4)
  • #11906, remove retrieval of SSO data in getAllData internal method, only retrieve for calling user or admins, and only on edit page (a6c98de6)
  • language string (4e0c6329)
  • admins should see public chats (aeb27f4b)
  • show access denied instead of internal error (7dd143e1)
Other Changes
  • remove unused translator (34242e7a)
  • fix spec (c0eefe72)
Refactors
  • use map/get (98c3d2e9)
  • add targetUid to email-change event (4e5340d2)
  • how admins change emails (#11973) (8db13d8e)
Tests
  • one more fix (8b533d54)
  • fix tests, dont hang if payload is string (6b09b7c7)
  • fix redirect test (35e689cf)

v3.3.9

8 months ago

Release build (patch) of NodeBB @ 2023-08-25T02:39:17.975Z

v3.3.9 (2023-08-25)

Chores
  • up mentions (4ec3a480)
Bug Fixes
  • isPrivilegeGroup not capturing admin privileges (d13e7cd3)
Tests
  • add some tests for isPrivilegeGroup (d5c8bf9e)

v3.3.8

8 months ago

Release build (patch) of NodeBB @ 2023-08-23T22:34:15.771Z

v3.3.8 (2023-08-23)

Bug Fixes
  • msg ref (4ba76338)
  • #11947, make sure message has a numeric timestamp (2d62a772)

v3.3.7

8 months ago

Release build (patch) of NodeBB @ 2023-08-23T17:15:59.802Z

v3.3.7 (2023-08-23)

Bug Fixes
  • closes #11945, fix skins loading if there are no custom skins (438c4c89)

v3.3.6

8 months ago

Release build (patch) of NodeBB @ 2023-08-22T23:15:00.237Z

v3.3.6 (2023-08-22)

Chores
  • up deps (db55f18a)

v3.3.5

8 months ago

security release

v2.8.17

8 months ago

security release

v3.3.4

8 months ago

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 (78a7cfe9)

v3.3.3

8 months ago

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

v3.3.3 (2023-08-19)

Bug Fixes
  • one more fix (51587ca3)
  • one more upgrade script fix (b5d1e917)
  • post preview on skins remove clearfix and floats (5a8e6af4)
Refactors
  • add connectionTimeout to psql (90f29571)