You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nodebb/CHANGELOG.md

145 KiB

v1.15.0-rc.2 (2020-10-27)

Chores
  • incrementing version number - v1.15.0-rc.2 (7c084134)
  • update changelog for v1.15.0-rc.1 (4f49b3da)
  • deps: update dependency eslint to v7.12.0 (#8791) (3108f628)
New Features
  • add filter:category.getFields (88a07e69)
Bug Fixes
  • deps:
    • update dependency nodebb-theme-persona to v10.2.62 (#8798) (12c590ad)
    • update dependency nodebb-plugin-mentions to v2.13.1 (#8790) (8353857b)
Performance Improvements

v1.15.0-rc.1 (2020-10-26)

Chores
  • incrementing version number - v1.15.0-rc.1 (943424b5)
  • update changelog for v1.15.0-rc.0 (aab5f018)
New Features
  • move postercount to topic hash (0db0231c)
  • add free and total mem usage to info (a7b6d0df)
  • writeapi: user settings API (c26f2b65)
Bug Fixes

v1.15.0-rc.0 (2020-10-21)

Chores
  • incrementing version number - v1.15.0-rc.0 (8d48455b)
  • update changelog for v1.15.0-beta.30 (39648722)
New Features
  • new filter filter:teasers.configureStripTags (177a9610)
  • send 'Vary' header when ACAO header set (d68ffea8)
Bug Fixes

v1.15.0-beta.30 (2020-10-21)

Chores
New Features
Bug Fixes
Refactors
  • remove console.log, extra require (75024c35)
  • show more lines of stack trace (ea31f505)
  • posts api (d9a16855)
  • post restore/delete/purge (272e73da)
  • merge post.edit (9738e202)
  • deprecate socket.emit('users.search') use api route (2279e372)
  • api categories (083c74e0)
  • remove sockets.reqFromSocket (bc880ee0)
  • topic follow/ignore to use api lib (9ee3cb9b)
  • topic tools' actions to use api lib (68d6818b)
  • topic creation to use api lib (40598b36)
  • setupApiRoute signature (bf480ee5)
  • remove unused middleware (688d7a2c)
  • user bans to use api lib (2d252f2f)
  • move groups.leave, fix some tests (e367c540)
  • change password/user follow to use api lib (960e925e)
  • user deletion to use api lib (430e7f58)
  • socket profile update to use api lib (77481947)
  • socket profile update to use api lib (31ae8a83)
  • user create and profile update to use api lib (23086dae)
  • use single function for api code (5e2caf19)
  • async/await src/user/approval (43afe7ff)
  • async/await install/web.js (3881ac30)
  • async/await (1fd2eba6)
  • use app.render (d89477ca)
  • api module (3673accd)
  • api module returns promise, error-first cb if cb passed in (a784d10f)
  • remove unused search call (dd7424e5)
  • switch to using slugify module (dc29f4dc)
  • require style (c954db84)
  • middleware.assert.* (8ecef7b8)
  • rewrite modules/api.js in AMD style (a905d7f0)
  • remove posts.tools.purge (ed092bf6)
  • writeapi:
    • update route prefix to api/v3, default error option (3ea1aa47)
    • post.tools.purge no longer a method (5e2a3ea6)
Code Style Changes
  • openapi:
    • break write API routes into individual files (dbb4cfe9)
    • move schemas and responses out of write.yaml (ffac3c79)
  • updates to openapi files (2928b9b8)
  • allowing some es6 features client-side (e1c40b27)
  • linting (cdb79488)

v1.15.0-beta.29 (2020-10-05)

Chores
  • incrementing version number - v1.15.0-beta.29 (fca176d2)
  • refactor src/emailer.js (75459517)
  • update changelog for v1.15.0-beta.28 (fd975a66)
New Features
Bug Fixes
  • spec (7cd83b9a)
  • spec (6924eb6c)
  • test (cb2f6f7c)
  • dont let mods load postqueue for a cid they are not a mod of (7bf6d3b8)
  • show disabled categories in admin&mods (2ea9768e)
  • prevent mutiple highlighted rows on category/topic pages (60afb110)
  • spec (fbd85680)
  • do not show TOC if fewer than 2 headings (f1de084d)
  • params cached in autocomplete module (caa8c00f)
  • #8686, deprecate plugin.json/library (#8705) (017af63f)
  • updating minimum node version in readme (d3951ebe)
  • update "install plugins" link to go to the download tab (5441651e)
  • overflow on submitPluginUsage field (c56236f0)
  • #8699 tags route is case sensitive, though tags are not (38f88fc5)
  • early button/anchor clicks do nothing (8437130e)
  • deps:
    • update dependency nodebb-plugin-composer-default to v6.4.0 (#8716) (b3a24f74)
    • update dependency nodebb-plugin-mentions to v2.11.0 (#8714) (c95a3898)
    • update dependency nodebb-theme-slick to v1.2.36 (#8713) (fc2795d3)
    • update dependency nodebb-theme-vanilla to v11.2.20 (#8715) (2b0deeb7)
    • update dependency nodebb-theme-persona to v10.2.45 (#8711) (f14b4945)
    • update dependency nodebb-theme-persona to v10.2.43 (#8701) (1d0eaafb)
    • update dependency nodebb-theme-persona to v10.2.42 (2a1da61c)
Refactors

v1.15.0-beta.28 (2020-09-29)

Chores
  • incrementing version number - v1.15.0-beta.28 (57f83162)
  • update changelog for v1.15.0-beta.27 (70673824)
New Features
  • analytics:maxCache setting in ACP (14ba1a6d)

v1.15.0-beta.27 (2020-09-29)

Chores
  • incrementing version number - v1.15.0-beta.27 (78fad240)
  • lint notifications.js (4fc84e9f)
  • update changelog for v1.15.0-beta.26 (5e01d288)
  • deps:
    • update dependency eslint-plugin-import to v2.22.1 (aacf8f22)
    • update dependency eslint to v7.10.0 (#8687) (119ab719)
New Features
  • openapi:
    • refactor into indiv. files to match API & tpl routing (ffbf2d6d)
    • refactor into indiv. files to match API & tpl routing (84f5e4cf)
  • #8695, allow sort for guests (ea0f3262)
  • up recommended size to 512x512 + ACP labels for PWA (9c5b6907)
  • upload maskable icon for PWA (6478b32d)
  • show top 5 trending plugins in new tab in Extend > Plugins (b12e8d63)
  • register service worker, #8126 (aa268d5e)
  • add theme-color meta tag for browser address bar (5172d731)
  • basic service worker, minimum requirement for for a2hs; see #8126 (f69697b3)
  • option in ACP to configure notification/email delay for chats (5b427a0c)
  • allow autocomplete to pass optional params to user.search (611f3c61)
Bug Fixes
  • deps:
    • update dependency nodebb-theme-vanilla to v11.2.18 (#8697) (9bdef707)
    • update dependency nodebb-theme-slick to v1.2.34 (#8696) (3e2816ae)
    • bump persona (f17d42ed)
    • update dependency sanitize-html to v2 (1e5621c0)
    • update dependency nodebb-theme-persona to v10.2.39 (#8684) (d0010c40)
    • update dependency nodebb-theme-persona to v10.2.38 (#8683) (bb04f149)
  • early button/anchor clicks do nothing (966d3f76)
  • error on reset -p if plugin is not active (7f58e3ab)
  • manifest test + remove duplicate test (bf3c1c08)
  • typo in getCompatiblePlugins (07af6213)
  • typo (54705cc4)
  • manifest - use absolute URL for start_url (31528a52)
  • prefer webmanifest extension over json (46800b66)
  • update notification delay ACP help text (4c1e717b)
  • #8681 change owner modal's search should check if user is banned (b6f2f0e5)
  • openapi: test for new trending plugins in ACP (3fbddbe2)
Refactors

v1.15.0-beta.26 (2020-09-25)

Chores
New Features
  • upon plugin installation via ACP, check against nbbpm first (5ddf7022)
  • up benchpress (8e88ccd6)
Bug Fixes
  • add img-responsive to post queue post items (f8032cd0)
  • deps:
    • update dependency json2csv to v5.0.3 (30aa7e83)
    • update dependency nodebb-theme-persona to v10.2.36 (#8680) (07172b6f)
    • update dependency nodebb-theme-persona to v10.2.35 (#8679) (68a5e7e3)
    • update dependency json2csv to v5.0.2 (5a2adb42)

v1.15.0-beta.25 (2020-09-23)

Chores
  • incrementing version number - v1.15.0-beta.25 (1124d4ee)
  • up persona (032e6001)
  • update changelog for v1.15.0-beta.24 (72ab5ba1)
New Features
  • add row highlighting for popular and unread (2cd5f959)
  • return to previous page and/or category after marking topic unread (48a8ec4a)
  • add missing lang key (bd9b6c99)
  • add number of posters to topic (83d4e7ef)
Bug Fixes
  • language key in reset password (2ad33058)
  • issue where the last flag filter could not be removed (0fffe289)
  • deps:
    • update dependency nodebb-theme-persona to v10.2.33 (#8675) (abe83773)
    • update dependency nodebb-theme-persona to v10.2.31 (#8673) (80dbf97a)

v1.15.0-beta.24 (2020-09-23)

Chores
New Features
Bug Fixes

v1.15.0-beta.23 (2020-09-18)

Chores
  • incrementing version number - v1.15.0-beta.23 (61a04eb9)
  • update changelog for v1.15.0-beta.22 (59ee74c2)
New Features
  • allow adding nested replies to a target component (ddc0ac37)
  • hotkey "/" to open ACP search (43571bac)
  • ctr-s for save on privileges page too (763cec31)
  • ctrl-s now saves on settingsv1/v2 forms (80931423)
  • single href (6669b23d)
Bug Fixes
  • deps: update dependency nodebb-widget-essentials to v4.1.2 (#8658) (dc0a4a49)

v1.15.0-beta.22 (2020-09-18)

Chores
  • incrementing version number - v1.15.0-beta.22 (9c9329ee)
  • update changelog for v1.15.0-beta.21 (8089542e)
  • deps: update dependency lint-staged to v10.4.0 (2833624e)
Bug Fixes

v1.15.0-beta.21 (2020-09-16)

Chores
  • incrementing version number - v1.15.0-beta.21 (966cdc13)
  • update changelog for v1.15.0-beta.20 (1650f303)
Bug Fixes
  • clear old value on focus (42298fe6)
  • deps:
    • postcss and autoprefixer version incompatibility (70d3ad02)
    • update dependency nodebb-plugin-mentions to v2.10.0 (5ea172f9)
    • update dependency autoprefixer to v10 (60679481)

v1.15.0-beta.20 (2020-09-15)

Chores
  • incrementing version number - v1.15.0-beta.20 (c8e57ec1)
  • update changelog for v1.15.0-beta.19 (9cde5105)
Bug Fixes
  • skip elements if they dont have proper index (c9c9dd2f)

v1.15.0-beta.19 (2020-09-15)

Chores
  • incrementing version number - v1.15.0-beta.19 (2eb7c284)
  • update changelog for v1.15.0-beta.18 (b2ca9686)
  • deps: update dependency eslint to v7.9.0 (b1d781e8)
New Features
  • allow passing in container to threadTools (7148be2f)
Bug Fixes

v1.15.0-beta.18 (2020-09-14)

Chores
  • incrementing version number - v1.15.0-beta.18 (e096791e)
  • update changelog for v1.15.0-beta.17 (d6178158)
New Features
  • expose calculateTopicPostCount and getChildrenTree (43742437)
Bug Fixes
  • deps: bump theme versions (685633d0)
  • move necro-post to be in-line with posts (44309ee6)
  • tests, because redis is TOO FAST (4fca7938)
Refactors
  • expose new method for appending moderation note (29b357bc)

v1.15.0-beta.17 (2020-09-14)

Breaking Changes
  • remove toolsVisible in post tools' menu [breaking] (7e7366be)
Chores
  • incrementing version number - v1.15.0-beta.17 (f1c28092)
  • update changelog for v1.15.0-beta.16 (e08297ff)
New Features
Bug Fixes
  • deps:
    • update dependency nodebb-plugin-composer-default to v6.3.56 (#8648) (8089387b)
    • update dependency nodebb-theme-persona to v10.2.22 (c5ca2609)
    • update dependency nodebb-theme-vanilla to v11.2.16 (8acdf3f6)
    • update dependency nodebb-theme-persona to v10.2.21 (ed0469b5)
    • update dependency nodebb-theme-vanilla to v11.2.15 (134ebba6)
  • remove old test (5e8c3761)
  • client side crash if there are no topics (a8e18fdb)
  • #8418 (38d3982b)
  • typo (08912361)

v1.15.0-beta.16 (2020-09-11)

Chores
  • incrementing version number - v1.15.0-beta.16 (6043c9cb)
  • update changelog for v1.15.0-beta.15 (f878b92c)
New Features
  • add topicIndex to category page (c1c617b3)
Bug Fixes
  • tests (65d049c6)
  • check if unread_tids are followed (2d5bd153)
  • openapi (e9094094)
  • deps:
    • update dependency nodebb-theme-vanilla to v11.2.14 (31635e3e)
    • update dependency nodebb-theme-persona to v10.2.20 (2a13e583)
    • update dependency mongodb to v3.6.2 (#8634) (4969c869)

v1.15.0-beta.15 (2020-09-09)

Chores
  • incrementing version number - v1.15.0-beta.15 (10b94f9b)
  • update changelog for v1.15.0-beta.14 (5e60d092)
New Features
  • up lavender/slick (34eb1bd2)
  • switch to using topic/select component for merge (f6d56466)
Bug Fixes
  • deps:
    • update dependency nodebb-theme-vanilla to v11.2.13 (#8633) (8137cdc2)
    • update dependency nodebb-theme-persona to v10.2.19 (#8632) (37e37c86)
  • dont use hardcoded fontawesome icons for lock pin (632793b0)

v1.15.0-beta.14 (2020-09-09)

Chores
  • incrementing version number - v1.15.0-beta.14 (6ca4b86f)
  • update commitlint config (61a8c6f0)
  • update changelog for v1.15.0-beta.13 (ca8d492b)
New Features
Bug Fixes

v1.15.0-beta.13 (2020-09-08)

Chores
  • incrementing version number - v1.15.0-beta.13 (bdd71c51)
  • update changelog for v1.15.0-beta.12 (0a242605)
  • deps:
New Features
  • refactor app.js (5002e0f6)
  • remove global RELATIVE_PATH (19c44861)
  • remove app.template (3cd3b7a1)
  • remove global window.templates (630bac2a)
  • remove app.isConnected, use socket.connected (fddeb5c0)
  • use const/let (6fc31df0)
  • allow nbb to work with cloudflare rocket loader 🚀 (4d665955)
  • move code (53a5f151)
  • #8602, dont send emails to unconfirmed addresses (b6917b9d)
  • add partials/footer/js.tpl (94da9fe5)
  • add missing name to profile image upload (54b49725)
  • add action:user.removeCoverPicture (b0a75922)
  • add user data to action:user.removeUploadedPicture (962446a5)
  • add userData to action:user.delete (9542ef12)
  • force upgrade scripts for test (1b7ba2c8)
  • replace relative urls to absolute before sending email notifs (1e5981c0)
Bug Fixes

v1.15.0-beta.12 (2020-09-03)

Chores
  • incrementing version number - v1.15.0-beta.12 (b852c9b7)
  • update changelog for v1.15.0-beta.11 (f07ba866)
Bug Fixes
  • deps: update dependency nodebb-plugin-composer-default to v6.3.55 (#8606) (dfeb65bb)
Refactors
  • socket posts delete/restore/purge so tid is not necessary (#8607) (f743f920)

v1.15.0-beta.11 (2020-09-02)

Chores
  • incrementing version number - v1.15.0-beta.11 (c1ce7391)
  • update changelog for v1.15.0-beta.10 (9c34eced)
New Features
  • add client side action:flag.create (09de364e)

v1.15.0-beta.10 (2020-09-01)

Chores
  • incrementing version number - v1.15.0-beta.10 (f252d4d7)
  • update changelog for v1.15.0-beta.9 (affc7927)
  • deps:
New Features
  • additional sorting options for flags (0c203517)
Bug Fixes
  • deps: update dependency nodebb-plugin-markdown to v8.12.1 (27426c06)
  • don't crash on outdated redis instances (896fe9d6)

v1.15.0-beta.9 (2020-08-28)

Chores
  • incrementing version number - v1.15.0-beta.9 (8dc513da)
  • update changelog for v1.15.0-beta.8 (3b960c3b)
Bug Fixes
  • update post-queue hook names (0e58d2b8)

v1.15.0-beta.8 (2020-08-28)

Chores
  • incrementing version number - v1.15.0-beta.8 (34bb869c)
  • update changelog for v1.15.0-beta.7 (e449ff9a)
Bug Fixes
  • accept/reject in post-queue instead of accept/delete (694f4b2b)

v1.15.0-beta.7 (2020-08-28)

Chores
  • incrementing version number - v1.15.0-beta.7 (fd917b8e)
  • update changelog for v1.15.0-beta.6 (a7f03b64)
New Features
  • new filter hook prior to post queue addition (8cc36de2)
  • add replies to getPostSummaryByPids (a9dfc9a7)
  • add reply count to getPostSummaryByPids (de0f4aad)
Bug Fixes
  • deps:
    • update dependency nodebb-theme-vanilla to v11.2.5 (64f4179a)
    • update dependency nodebb-theme-persona to v10.2.10 (777419b2)
  • new openapi def for replies addition (b5871275)

v1.15.0-beta.6 (2020-08-27)

Chores
  • incrementing version number - v1.15.0-beta.6 (a9019cbe)
  • update changelog for v1.15.0-beta.5 (0e90064e)
  • deps: update dependency lint-staged to v10.2.13 (efc30e97)
New Features
Bug Fixes
Refactors
  • ip-blacklist and post-queue language files (4dc6e64a)
  • moved ip-blacklist and post-queue styles/tpls to themes (b6b94a56)

v1.15.0-beta.5 (2020-08-26)

Chores
  • incrementing version number - v1.15.0-beta.5 (81e4c4df)
  • update changelog for v1.15.0-beta.4 (6c4aed8c)
  • deps: update dependency mocha to v8.1.2 (#8579) (c722b0e5)
New Features
Bug Fixes
  • missing localisation for topic move error (bacee6b4)
  • select all checkbox does not re-enable bulk actions button (5d60dce3)
  • deps: update dependency sharp to v0.26.0 (#8578) (7ca967ee)

v1.15.0-beta.4 (2020-08-25)

Chores
  • incrementing version number - v1.15.0-beta.4 (f2726a6d)
  • update changelog for v1.15.0-beta.3 (11e2ccab)
New Features
Bug Fixes
  • dupes in unread followed topics (55533b11)
  • wrong data passed to getCategories (39f4bbaa)

v1.15.0-beta.3 (2020-08-22)

Chores
  • incrementing version number - v1.15.0-beta.3 (39178c2d)
  • update changelog for v1.15.0-beta.2 (d8a9f1c3)
New Features
  • banning a user will resolve their post flags (354e6ccc)
Bug Fixes

v1.15.0-beta.2 (2020-08-21)

Chores
  • incrementing version number - v1.15.0-beta.2 (59b50d0a)
  • update changelog for v1.15.0-beta.1 (aeca19d5)
Bug Fixes
  • empty "manage" menu showing in ACP (4b0cb26b)
  • hide nodebb version in ACP for non-superadmins (cc268605)
  • change how admin middlewares are exported (f00595b3)
  • one less return, to appease codeclimate (ae68a254)
  • inability to access /admin if not superadmin (03bd76de)
  • #8560, fix old upgrade script (29e3ab24)
  • use promises in privilege save (9cbe9389)
  • overzealous click handler on flag list row (7a5daff4)
  • +comment, -debug log (9608b44f)
Refactors
  • changed way middleware was exported (cf2f1e95)

v1.15.0-beta.1 (2020-08-20)

Chores
  • incrementing version number - v1.15.0-beta.1 (4fa57fbb)
New Features
Bug Fixes
Tests
  • openapi: missing commonprops addition (0dc55bbc)

1.14.3 (2020-07-08)

Bug Fixes
  • improper targetUid check during password change (c2477d9d)

1.14.2 (2020-07-15)

Chores
  • incrementing version number - v1.14.2 (1e4d683f)
  • update changelog for v1.14.2 (488e69fd)
  • up theme (63fb2ad7)
  • incrementing version number - v1.14.2-beta.1 (9d1465d0)
  • up theme (15aabfd3)
  • up theme (599c5015)
  • incrementing version number - v1.14.2-beta.0 (fca4ee31)
  • incrementing version number - v1.14.1 (31203b16)
  • update changelog for v1.14.1 (d4c16086)
  • deps: update commitlint monorepo to v9.1.1 (0ca7e28a)
New Features
Bug Fixes
Other Changes

1.14.1 (2020-07-08)

Chores
  • incrementing version number - v1.14.1 (31203b16)
  • update changelog for v1.14.1 (d4c16086)
  • incrementing version number - v1.14.1-beta.3 (e8ecef6b)
  • incrementing version number - v1.14.1-beta.2 (b8d9b6b1)
  • incrementing version number - v1.14.1-beta.1 (be85123a)
  • incrementing version number - v1.14.1-beta.0 (c279875a)
  • incrementing version number - v1.14.0 (bb73d6a4)
  • update changelog for v1.14.0 (cffae0f1)
New Features
Bug Fixes
  • deps:
    • update dependency nodebb-theme-persona to v10.1.60 (#8478) (14eafcb6)
    • bump nodebb-plugin-composer-default to 6.3.48 (943a344a)
    • update dependency nodebb-plugin-dbsearch to v4.1.1 (#8476) (9f06f12c)
    • update dependency nodebb-plugin-composer-default to v6.3.47 (#8473) (857900f1)
    • update dependency nodebb-plugin-dbsearch to v4.1.0 (#8471) (eb51cfd4)
    • update dependency nodebb-theme-persona to v10.1.59 (#8468) (ee38e05d)
    • update dependency nodebb-widget-essentials to v4.1.1 (#8466) (519e035d)
    • update dependency @nodebb/socket.io-adapter-mongo to v3.0.1 (#8464) (412ca4ae)
  • #8474 (c2ca02df)
  • show stack properly (7b04d897)
  • editing chat messages does not go through content sanity checks (9a6b87d2)
  • don't show blocked users under nested replies (d6c619cf)
  • tests (87dd6c83)
  • handle scan/zscan returning duplicate elements on redis (746222d6)
  • #8467, fix url to merged topic in subfolder installs (9eb748b9)
  • openapi (5f1865c0)
  • openapi (65c0adc7)
  • dont allow searching by email/ip if not privileged (ac6b571e)
  • missing backgroundImage #8386 (fef04fcf)
  • dont allow searching by ip/banned/flagged for regular users (02ac44cc)
  • admin privileges client-side regression (f3441fce)
  • only add blocksCount for self and admins (59a2ace6)
  • tests (fd20e5c6)
  • better changelog (f992af05)
  • tests:
  • openapi: tests (c468942f)
Other Changes
Reverts

1.14.0 (2020-07-02)

Chores
  • incrementing version number - v1.14.0 (bb73d6a4)
  • update changelog for v1.14.0 (cffae0f1)
  • bump persona (19f9af94)
  • latest translations and fallbacks (22879633)
  • incrementing version number - v1.13.3 (ee583e80)
  • bump persona (d2bd746c)
  • incrementing version number - v1.13.2 (beafd613)
  • deps:
    • update dependency smtp-server to v3.7.0 (e80100b5)
    • update dependency eslint to v7.3.1 (#8417) (33492744)
    • update commitlint monorepo to v9 (569b7664)
    • update dependency lint-staged to v10.2.11 (157e7444)
    • update dependency lint-staged to v10.2.10 (102a6004)
    • update dependency mocha to v8 (#8393) (f4bace03)
    • update dependency eslint to v7.2.0 (cd1375cb)
    • update dependency eslint-plugin-import to v2.21.1 (4b577a52)
    • update dependency lint-staged to v10.2.9 (#8369) (124125f7)
    • update dependency lint-staged to v10.2.8 (331b1a85)
    • update dependency lint-staged to v10.2.7 (d1df0826)
    • update dependency mocha to v7.2.0 (ecaa9b76)
    • update dependency eslint to v7.1.0 (e62d892a)
    • update dependency lint-staged to v10.2.6 (78d562b3)
    • update dependency lint-staged to v10.2.4 (a26011e7)
    • update dependency eslint to v7 (28df9aba)
    • update dependency coveralls to v3.1.0 (5ed4a108)
    • pin dependency @apidevtools/swagger-parser to 9.0.1 (51eccef5)
    • update dependency husky to v4.2.5 (30a25983)
    • update dependency husky to v4.2.4 (0a650118)
    • update dependency lint-staged to v10.1.3 (a9e68639)
    • update dependency nyc to v15.0.1 (#8231) (a3789e28)
    • update dependency lint-staged to v10.1.2 (#8235) (e1919c90)
    • update dependency lint-staged to v10.1.1 (944a6f58)
    • update dependency lint-staged to v10.1.0 (30bd233b)
    • update dependency eslint-config-airbnb-base to v14.1.0 (811c3aee)
    • update dependency jsdom to v16.2.2 (c5a7242d)
    • update dependency eslint-plugin-import to v2.20.2 (b92c1600)
    • update dependency lint-staged to v10.0.10 (0ad4b556)
    • update dependency coveralls to v3.0.11 (14458087)
    • update dependency smtp-server to v3.6.0 (22681945)
    • update dependency mocha to v7.1.1 (#8215) (c5356541)
    • update dependency grunt to v1.1.0 (#8214) (b0864e7c)
    • update dependency husky to v4.2.3 (#8162) (776fe9d2)
    • update dependency lint-staged to v10.0.8 (#8180) (13d8f6f1)
    • update dependency eslint-plugin-import to v2.20.1 (#8081) (4cdb3131)
    • update dependency jsdom to v16.2.1 (#8165) (fbd95a50)
    • update dependency husky to v4.2.2 (#8160) (f4ed35c9)
    • update dependency jsdom to v16 (#8114) (1037de02)
Documentation Changes
New Features
  • polish for user blocks UX (6cb31791)
  • #8450, next/prev link tags on /unread /recent (eb9704f8)
  • allow flagging of user acounts from post tools menu (6931f29d)
  • closes #8440, allow configuring max topic count (e09ab3dc)
  • add missing translation key (bffb830d)
  • #3783, min/max tags per category (c718b729)
  • use tags partial instead of post_bar (0482fb29)
  • hide elements if search element is a direct child of dropdown (4f6b6c56)
  • increase wait (6aecc177)
  • move export functions into child processes (8383992d)
  • display stack trace on winston.error (e80379dc)
  • show more relevant snippets (f70d1648)
  • #8412 breadcrumbs for ip-blacklist/post queue/flags (35a06a84)
  • show editor in post diffs if available (f909ed25)
  • #8408 flags' quick assignment (d5af9769)
  • bump themes, closes #8406 (cb5ba76b)
  • allow post diffs to be restored, #8406 (58b3d608)
  • add missing translation (3a80a165)
  • up composer (96cb94dc)
  • more search changes (6349fa03)
  • more merge/search fixes (4b38533b)
  • merge changes (bb3aa540)
  • more search & merge fixes (5fd05dc9)
  • merge improvements wip (c4bdeae0)
  • #8387 expose global and admin privs to flags detail page (4acb3fb2)
  • redirect /me to user profile (3be4d5f7)
  • #8384 options to delete account, content, or both (4d60eac6)
  • account content deletion, closes #8381 (67aca822)
  • add missing language files for #8347 (656b391f)
  • privileges for Admin Control Panel (#8355) (a82e9bd7)
  • add buildHeaderAsync (#8367) (842b8abb)
  • #8360 flag quick actions for delete/restore/purge (8ea16348)
  • #8349, remove user posts from queue if user is deleted (5a2b5154)
  • up plugins (5b009e07)
  • add results into results container (9ffcb6f7)
  • quick search changes (f12d448e)
  • move quick search into search module (bb1a56f0)
  • fix session mismatch errors by clearing cookie on logout (#8338) (5781a2dc)
  • add getSortedSetMembers (0009f54e)
  • add privilege give/rescind hooks (#8336) (ec5582b5)
  • filter followed tids by category (f3afba61)
  • use getSortedSetsMembers to load followed tids (1b9e8928)
  • add batch size to cursors (a015af4a)
  • up cache size (9600ede5)
  • tweak intersection code, add tests (4ee3543e)
  • change to contains to match scoped modules (6108064e)
  • improve grunt restart/rebuild speed (cb662e15)
  • don't overwrite req.query.lang if it exists (4263efa0)
  • convert queries so they used indices directly (12c6bc2e)
  • cookie SameSite property (ae2db423)
  • if only one value is passed used faster function (2587112f)
  • closes #8316, add more data to export profile (f0323b6c)
  • throw error if uid is missing for update (1d3fa3bc)
  • ignore mongodb playground file (a219285e)
  • parse quick search tpl even if no results (765b8156)
  • match hook property to topic property (0e58fa33)
  • add methods for adding/removing tags from topics (bfad4572)
  • write-api update, WIP (9fd5c439)
  • closes #8308, edit post notif for watched topic posts (a73c755b)
  • add null tests for sorted sets (edf9fe3b)
  • Add hooks for user blocks (#8296) (c4545381)
  • allow activating additional plugins for testing via config.json (a969c5ce)
  • move plugin tests to separate file (3a23ddab)
  • remove node14 for now (a72e4429)
  • reduce infinite scroll area (3fcbd691)
  • manifest.json improvements from #8126 (#8264) (6e5ebb61)
  • show error if json is invalid (15345627)
  • moved component specs into separate files (cd506557)
  • added UserObject, UserObjectFull, Breadcrumb, Pagination component (64d79fe5)
  • added some summary and descriptions (ae3e90d6)
  • add some descriptions (442c018e)
  • common schema (eade13f9)
  • openapi component (1af5507a)
  • add page query param to docs (9987813f)
  • tag route doc (bbddaadf)
  • local redoc view on development mode only (1136a369)
  • added auto-generated, slimmed-down openapi 3.0 file for read api (7b155dab)
  • add parent cids to body class (23571224)
  • add 2 hooks for modifying privileges (d080c7b0)
  • add user ip to admin/dev/info (5e91a67e)
  • change option name (cba5b23e)
  • add no-build to ./nodebb setup (476f6717)
  • add awaitable socket.emit (4083a6e3)
  • settings sorted list (#8170) (3c9689a5)
  • guard against accidental ommision (79737c53)
  • docs: updated changelog (87c1687d)
  • openapi:
    • merging openapi-test branch into master (8387178b)
    • move all commonprops out for commonprops component (65c78de6)
    • added template to commonprops (2425f453)
Bug Fixes
Other Changes
Refactors
Reverts

1.13.3 (2020-05-08)

Chores
  • incrementing version number - v1.13.3 (ee583e80)
  • bump persona (d2bd746c)
  • incrementing version number - v1.13.2 (beafd613)
  • deps:
    • update dependency coveralls to v3.1.0 (5ed4a108)
    • pin dependency @apidevtools/swagger-parser to 9.0.1 (51eccef5)
    • update dependency husky to v4.2.5 (30a25983)
    • update dependency husky to v4.2.4 (0a650118)
    • update dependency lint-staged to v10.1.3 (a9e68639)
    • update dependency nyc to v15.0.1 (#8231) (a3789e28)
    • update dependency lint-staged to v10.1.2 (#8235) (e1919c90)
    • update dependency lint-staged to v10.1.1 (944a6f58)
    • update dependency lint-staged to v10.1.0 (30bd233b)
    • update dependency eslint-config-airbnb-base to v14.1.0 (811c3aee)
    • update dependency jsdom to v16.2.2 (c5a7242d)
    • update dependency eslint-plugin-import to v2.20.2 (b92c1600)
    • update dependency lint-staged to v10.0.10 (0ad4b556)
    • update dependency coveralls to v3.0.11 (14458087)
    • update dependency smtp-server to v3.6.0 (22681945)
    • update dependency mocha to v7.1.1 (#8215) (c5356541)
    • update dependency grunt to v1.1.0 (#8214) (b0864e7c)
    • update dependency husky to v4.2.3 (#8162) (776fe9d2)
    • update dependency lint-staged to v10.0.8 (#8180) (13d8f6f1)
    • update dependency eslint-plugin-import to v2.20.1 (#8081) (4cdb3131)
    • update dependency jsdom to v16.2.1 (#8165) (fbd95a50)
    • update dependency husky to v4.2.2 (#8160) (f4ed35c9)
    • update dependency jsdom to v16 (#8114) (1037de02)
Documentation Changes
New Features
  • allow activating additional plugins for testing via config.json (a969c5ce)
  • move plugin tests to separate file (3a23ddab)
  • remove node14 for now (a72e4429)
  • reduce infinite scroll area (3fcbd691)
  • manifest.json improvements from #8126 (#8264) (6e5ebb61)
  • show error if json is invalid (15345627)
  • moved component specs into separate files (cd506557)
  • added UserObject, UserObjectFull, Breadcrumb, Pagination component (64d79fe5)
  • added some summary and descriptions (ae3e90d6)
  • add some descriptions (442c018e)
  • common schema (eade13f9)
  • openapi component (1af5507a)
  • add page query param to docs (9987813f)
  • tag route doc (bbddaadf)
  • local redoc view on development mode only (1136a369)
  • added auto-generated, slimmed-down openapi 3.0 file for read api (7b155dab)
  • add parent cids to body class (23571224)
  • add 2 hooks for modifying privileges (d080c7b0)
  • add user ip to admin/dev/info (5e91a67e)
  • change option name (cba5b23e)
  • add no-build to ./nodebb setup (476f6717)
  • add awaitable socket.emit (4083a6e3)
  • settings sorted list (#8170) (3c9689a5)
  • guard against accidental ommision (79737c53)
  • openapi:
    • merging openapi-test branch into master (8387178b)
    • move all commonprops out for commonprops component (65c78de6)
    • added template to commonprops (2425f453)
Bug Fixes
Other Changes
Refactors
  • match core field name pinned (478ed6c1)
  • getUsersCSV to use batch lib (1efb238a)
  • reorganized socket.io admin modules (e1c6c3b2)

1.13.2 (2020-02-05)

Chores
Documentation Changes
New Features
Bug Fixes
Other Changes
Refactors

1.13.1 (2019-12-19)

Chores
  • incrementing version number - v1.13.1 (d1e0672f)
  • incrementing version number - v1.13.0 (c38b2d23)
  • deps:
Documentation Changes
New Features
  • better output for cli plugins list, closes #8075 (4fc69443)
  • #5272, allow changing user groups from manage users page (05c9fe27)
  • merge social authentication into plugins menu in ACP (f9a8ebfc)
  • convert middleware.isAdmin to async/await (efd1e88b)
Bug Fixes
Refactors

1.13.0 (2019-11-13)

Chores
  • incrementing version number - v1.13.0 (c38b2d23)
  • incrementing version number - v1.12.2 (810e2c0b)
  • deps:
    • update dependency jsdom to v15.2.1 (9d946d1c)
    • update dependency eslint to v6.6.0 (d0e428e9)
    • update dependency lint-staged to v9.4.2 (#7954) (d108c7d0)
    • update dependency mocha to v6.2.2 (#7984) (e31a47cd)
    • update dependency coveralls to v3.0.7 (#7961) (9b308e4b)
    • update dependency jsdom to v15.2.0 (#7971) (9b4e9882)
    • update dependency husky to v3.0.9 (fd5095a3)
    • update dependency husky to v3.0.8 (88cae415)
    • update dependency lint-staged to v9.4.1 (a2a7bb3d)
    • update node.js to v8.16.1 (f9ad826b)
    • update node:8.16.0 docker digest to bb12612 (48cc317c)
    • update dependency eslint to v6.5.1 (da12e947)
    • update dependency husky to v3.0.7 (10a30e66)
    • update commitlint monorepo to v8.2.0 (ddd4e039)
    • update dependency mocha to v6.2.1 (b172d106)
    • update dependency lint-staged to v9.2.3 (ccccba81)
    • update dependency coveralls to v3.0.6 (#7820) (2b1f840e)
    • update dependency husky to v3.0.3 (cbede89a)
    • update dependency lint-staged to v9 (f2e4664d)
    • update dependency eslint-plugin-import to v2.18.2 (#7779) (57b2a553)
    • update dependency eslint to v6.1.0 (#7783) (7257e6b2)
    • update dependency husky to v3.0.2 (7ad72b32)
    • update node:8.16.0 docker digest to c671dc2 (e76214a2)
    • update dependency mocha to v6.2.0 (d43f5dcf)
    • update node:8.16.0 docker digest to 310db2a (c46a0772)
    • update dependency husky to v3.0.1 (28151f86)
    • update dependency eslint-plugin-import to v2.18.1 (9fda2c1f)
    • update commitlint monorepo to v8.1.0 (f73468d5)
    • update dependency coveralls to v3.0.5 (5b746d53)
    • update dependency husky to v2.7.0 (1d0fd028)
    • update dependency eslint to v6.0.1 (77347d0a)
    • update dependency husky to v2.6.0 (fc69e891)
    • update dependency eslint-plugin-import to v2.18.0 (744e4428)
    • update dependency husky to v2.5.0 (4960b925)
    • update dependency lint-staged to v8.2.1 (2fa68e3b)
    • update node:8.16.0 docker digest to 06adec3 (fc224cca)
    • update dependency husky to v2.4.1 (17ec8fde)
    • update node:8.16.0 docker digest to d5ad3f5 (f9e99fa3)
    • update node:8.16.0 docker digest to 75b524a (5995834b)
    • update node:8.16.0 docker digest to b9a98ae (fca6d794)
    • update dependency lint-staged to v8.2.0 (376390c4)
    • update dependency husky to v2.4.0 (3d2ec0bb)
    • update dependency coveralls to v3.0.4 (c360e0c2)
    • update dependency eslint-plugin-import to v2.17.3 (eac4e2f1)
    • update node:8.16.0 docker digest to 957cab2 (cc6fa97c)
    • update commitlint monorepo to v8 (80532831)
Documentation Changes
New Features
Bug Fixes
Refactors
Reverts
  • accidental removal of some needed translation source strings (868dedd1)

1.12.2 (2019-05-15)

Chores
  • incrementing version number - v1.12.2 (22db818e)
  • bump themes #7576 (d349754d)
  • bump themes (59bdc970)
  • bump themes (abcca134)
  • bump themes (551b18cd)
  • incrementing version number - v1.12.1 (dd973abe)
  • deps:
    • update dependency lint-staged to v8.1.7 (dc6b49ca)
    • update commitlint monorepo (9998e86b)
    • update dependency jsdom to v15.1.0 (fcd6dc88)
    • update dependency mocha to v6.1.4 (3ff8154b)
    • update node:8.16.0 docker digest to b5484d1 (6421f10f)
    • update dependency husky to v2.3.0 (c20e3313)
    • update dependency nyc to v14.1.1 (#7584) (9047210c)
    • update dependency eslint to v5.16.0 (692e2ead)
    • update dependency nyc to v14 (9210baf5)
    • update dependency husky to v2.2.0 (8a018a5f)
    • update dependency lint-staged to v8.1.6 (4e39caf8)
    • update dependency husky to v2.1.0 (65ff0bbd)
    • update dependency husky to v2 (e81a1dbb)
    • update dependency eslint-plugin-import to v2.17.2 (#7546) (c1fb17f9)
    • update dependency jsdom to v15 (#7556) (d4d8d98f)
    • update dependency jsdom to v14.1.0 (#7555) (ca694fd1)
    • update node.js to v8.16.0 (#7554) (f10708e7)
    • update dependency eslint-plugin-import to v2.17.1 (69dd8e4d)
    • update dependency mocha to v6.1.2 (b7169772)
Documentation Changes
New Features
Bug Fixes

1.12.1 (2019-04-10)

Chores
Documentation Changes
New Features
Bug Fixes

1.12.0 (2019-03-06)

Chores
  • incrementing version number - v1.12.0 (d87f8c52)
  • incrementing version number - v1.11.2 (757bff27)
  • deps:
    • update node:8.15.1 docker digest to 287b8a5 (0b8d1833)
    • update node.js to v8.15.1 (ae89db28)
    • update dependency mocha to v6 (#7387) (30bdb1a1)
    • update dependency coveralls to v3.0.3 (#7397) (cf74904c)
    • update dependency eslint to v5.14.1 (4df9c206)
    • update dependency jsdom to v13.2.0 (cb5e3d83)
    • update node:8.15.0 docker digest to a8a9d8e (edcb5314)
    • update dependency nyc to v13.3.0 (a78f5da5)
    • update dependency lint-staged to v8.1.4 (18c90913)
    • update dependency eslint to v5.14.0 (9d8d2d0d)
    • update commitlint monorepo (aed5b29d)
    • update dependency eslint-plugin-import to v2.16.0 (e0fa6965)
    • update dependency @commitlint/cli to v7.4.0 (362d9397)
    • update dependency lint-staged to v8.1.1 (96644350)
Documentation Changes
New Features
  • admin/groups style change (2b6f1a05)
  • add process cpu usage to admin (db477538)
  • pass options to digest (23da3009)
  • revamp email templates to be more style agnostic (#7375) (f32a9922)
  • lower search timeout (fc830c0f)
  • quick search (8a0e1280)
  • add vote status to getPostData API call (eafe76de)
  • make topic search a function (d2b83967)
  • quick search (c01d43e0)
  • check overide (ba90bf31)
  • check CI failure (f2d7f75e)
  • logging password resets and errors into event log (0c09b740)
  • add action:alert.new, action:alert.update hooks (daadcc48)
  • allow themes to define custom classes for categories via filter:admin.category.get (5031bfe8)
  • show more unread notifs (d75a0d77)
  • pass topic creation data to action:topic.save (cd2f72fb)
  • textcomplete over jquery-textcomplete, closes #7309 (02a8ed9b)
  • new hook filter:privileges.posts.edit (f659ef4d)
  • new hook type: response (a23854e3)
Bug Fixes

1.11.2 (2019-01-24)

Chores
  • incrementing version number - v1.11.2 (757bff27)
  • incrementing version number - v1.11.1 (2104877c)
  • deps:
    • update node:8.15.0 docker digest to cb66110 (1719cd77)
    • update dependency eslint-plugin-import to v2.15.0 (f7191eb9)
    • update dependency eslint to v5.12.1 (d928c54d)
    • update dependency @commitlint/cli to v7.3.2 (6ae2b972)
    • update node.js to v8.15.0 (ac39fe90)
    • update dependency eslint to v5.12.0 (f96ef7bb)
    • update commitlint monorepo to v7.3.1 (50594118)
    • update dependency smtp-server to v3.5.0 (00063708)
    • update dependency husky to v1.3.1 (719995a4)
    • update dependency eslint to v5.11.0 (#7151) (26f3bdbf)
    • update dependency husky to v1.3.0 (eb606281)
    • update dependency jsdom to v13.1.0 (60e9430b)
    • update dependency eslint to v5.10.0 (#7084) (dae861da)
    • update dependency husky to v1.2.1 (63f4b569)
    • update node:8.14.0 docker digest to dd2381f (7449ae3e)
    • update node.js to v8.14.0 (8a5a031d)
    • update dependency lint-staged to v8.1.0 (dd7f8a14)
    • update dependency husky to v1.2.0 (aee21628)
    • update node:8.12.0 docker digest to 5dae8ea (0ef451dd)
    • update dependency husky to v1.1.4 (95d6ab06)
    • update dependency eslint to v5.9.0 (92441794)
    • pin dependencies (b0483f21)
    • update dependency eslint-config-airbnb-base to v13 (#6599) (64b9dabf)
    • update node.js to v8.12.0 (fa3afbd2)
    • update dependency husky to v1.1.3 (6cee5b8e)
    • update dependency lint-staged to v8.0.4 (9d258668)
    • update dependency lint-staged to v8.0.3 (aaa6fe9e)
    • update dependency lint-staged to v8 (95d7a5fa)
    • update dependency jsdom to v13 (52f141c9)
  • husky: setting up husky as recommended in docs (e8a3d929)
Documentation Changes
  • updated changelog for v1.11.1 (c04e192d)
New Features
Bug Fixes
Other Changes
Refactors
Code Style Changes
  • lint fix (fbe6ccd7)
  • eslint:
    • match operator-linebreak preferences (ba619c7e)
    • newlines in public/src as well (f7bd398e)
    • enforcing newline on chained calls (95cc27f1)

1.11.1 (2018-12-14)

Chores
  • incrementing version number - v1.11.1 (2104877c)
  • deps:
    • update dependency husky to v1.2.1 (63f4b569)
    • update node:8.14.0 docker digest to dd2381f (7449ae3e)
    • update node.js to v8.14.0 (8a5a031d)
New Features
Bug Fixes
Code Style Changes
  • eslint: match operator-linebreak preferences (ba619c7e)

1.11.0 (2018-11-28)

Chores
  • deps:
    • update dependency lint-staged to v8.1.0 (dd7f8a14)
    • update dependency husky to v1.2.0 (aee21628)
    • update node:8.12.0 docker digest to 5dae8ea (0ef451dd)
    • update dependency husky to v1.1.4 (95d6ab06)
    • update dependency eslint to v5.9.0 (92441794)
    • pin dependencies (b0483f21)
    • update dependency eslint-config-airbnb-base to v13 (#6599) (64b9dabf)
    • update node.js to v8.12.0 (fa3afbd2)
    • update dependency husky to v1.1.3 (6cee5b8e)
    • update dependency lint-staged to v8.0.4 (9d258668)
    • update dependency lint-staged to v8.0.3 (aaa6fe9e)
    • update dependency lint-staged to v8 (95d7a5fa)
    • update dependency jsdom to v13 (52f141c9)
  • husky: setting up husky as recommended in docs (e8a3d929)
New Features
  • enabling commitlint (c58a41ed)
  • allow disabling of GDPR features via ACP toggle, closes #6847 (4919e9ef)
Bug Fixes
  • deps:
    • update dependency nodebb-theme-vanilla to v10.1.12 (cf928f44)
    • update dependency nodebb-theme-persona to v9.1.0 (179be9ed)
    • update dependency nodebb-theme-persona to v9.0.63 (#7019) (68ae3eb6)
    • update dependency nodebb-plugin-markdown to v8.8.5 (d3ab7d1b)
    • update dependency nodebb-theme-persona to v9.0.60 (#6984) (cbd50a80)
    • update dependency nodebb-theme-vanilla to v10.1.10 (#6982) (4c769487)
    • update dependency nodebb-theme-slick to v1.2.15 (#6981) (acaf1a05)
    • update dependency nodebb-theme-persona to v9.0.59 (#6980) (5863bb2c)
    • update dependency lru-cache to v4.1.4 (#6977) (375ab769)
    • update dependency connect-mongo to v2.0.2 (#6975) (e1597b83)
    • update dependency nodebb-plugin-markdown to v8.8.4 (84d1013d)
    • update dependency nodebb-plugin-composer-default to v6.1.8 (fee7e336)
    • update dependency nodebb-plugin-markdown to v8.8.3 (b182a195)
    • update dependency nodebb-plugin-composer-default to v6.1.7 (#6966) (1101f327)
    • update dependency nodebb-theme-persona to v9.0.58 (#6964) (6ade156b)
    • update dependency mongodb to v3.1.10 (#6962) (662215fa)
    • update dependency nodebb-theme-persona to v9.0.57 (#6956) (1bf1a439)
    • update dependency nodebb-theme-persona to v9.0.55 (#6955) (e06683f7)
    • update dependency nodebb-plugin-composer-default to v6.1.6 (c51ceaf0)
    • update dependency nodebb-theme-persona to v9.0.54 (bb940b01)
    • update dependency nodebb-plugin-mentions to v2.2.12 (#6936) (e12a803b)
    • update dependency nodebb-theme-vanilla to v10.1.9 (#6935) (b480c321)
    • update dependency nodebb-theme-slick to v1.2.14 (#6934) (9cdd5316)
    • update dependency nodebb-theme-persona to v9.0.53 (#6933) (9ee1c2f8)
    • update dependency nodebb-plugin-dbsearch to v2.0.23 (#6931) (dba1db9c)
    • update dependency jsesc to v2.5.2 (511b4edc)
    • update dependency validator to v10.9.0 (032caafa)
    • update dependency spdx-license-list to v5 (a639b6b8)
    • update dependency nodebb-theme-vanilla to v10.1.8 (eb0a322d)
    • update dependency nodebb-theme-persona to v9.0.52 (6566a0cb)
    • update dependency nodebb-plugin-dbsearch to v2.0.22 (#6916) (7808e58c)
    • update dependency mongodb to v3.1.9 (#6914) (9a9f2af9)
    • update dependency nodebb-theme-persona to v9.0.51 (e2274fe0)
    • update dependency nodebb-theme-slick to v1.2.13 (3005428d)
    • update dependency nodebb-theme-persona to v9.0.50 (#6902) (22140a20)
    • update dependency nodebb-plugin-markdown to v8.8.2 (0b4c9a80)
    • update dependency nodebb-theme-vanilla to v10.1.7 (3150a2fc)
    • update dependency nodebb-theme-slick to v1.2.12 (#6881) (9bcda7f7)
    • update dependency nodebb-theme-persona to v9.0.49 (#6880) (e0dc00da)
    • update dependency nodebb-theme-persona to v9.0.48 (2b6f5eec)
  • added admin/manage/uploads to tx config (7357926f)
  • #7013, add cache buster to js-enabled.css (f6b92c1d)
  • removal of scroll anchoring code in favour of browser handling (98c14e0e)
  • custom navigation item not showing groups (d9452bf3)
  • flags detail page crash if reporter blocks author (d027207f)
  • #6922, skin assets not including plugin LESS files (a5022ce4)
  • #6921, allow square brackets in usernames (da10ca08)
  • interstitial redirects failing if done via ajaxify (3c8939a8)
  • username trim on login, closes #6894 (157bea69)
  • uploads: ugly filenames on uploaded asset downloading (f96208a0)
  • acp:
    • small UI fixes for ACP privileges category selector (#6946) (57b39d5b)
    • hard-to-discover dropdown selector in ACP (b3f96d28)
  • l10n: some translations (34cbd1fc)
Code Style Changes
  • eslint:
    • newlines in public/src as well (f7bd398e)
    • enforcing newline on chained calls (95cc27f1)