23846 Commits (v1.18.x)
 

Author SHA1 Message Date
落雨楓 5de0daf1cc Merge branch 'v1.18.x' of https://git.isekai.cn/hyperzlib/nodebb into isekai 2 years ago
落雨楓 e0427b290f Merge branch 'v1.19.x' of https://github.com/NodeBB/NodeBB into isekai 2 years ago
Barış Soner Uşaklı 838d3da86d fix: backport socket.io vulnerability fix 2 years ago
落雨楓 76d4cb38b8 fix styles build error 2 years ago
落雨楓 5a386214b1 Merge branch 'v1.18.x' of https://github.com/NodeBB/NodeBB into v1.18.x 2 years ago
Julian Lam 49a9b5c9e8 chore: bump patch version; update changelog for v1.19.11 2 years ago
Barış Soner Uşaklı 963bfff3ad fix: prototype vulnerability in socket.io onMessage 2 years ago
Barış Soner Uşaklı 65284c142a fix: use admin:groups priv for groups (#10960) 2 years ago
Julian Lam 98be042012 fix: broken flag history on flag update 2 years ago
Barış Soner Uşaklı 175d53421b feat: store topic title and tags in diffs (#10900)
* feat: store topic title and tags in diffs

allow restoring post diff if tags didn't change

* test: fix tests, fast computer problems
2 years ago
Barış Soner Uşaklı a06c05c224 chore: up version, closes #10812 2 years ago
Barış Soner Uşaklı 9fffce8741 chore: update composer-default 2 years ago
Barış Soner Uşaklı 1e541de7db fix: don't crash if req.body.username is not string
Error: req.body.username.trim is not a function
File: authenticationController.login (/usr/src/app/src/controllers/authentication.js:247:40)
2 years ago
Barış Soner Uşaklı b2bbc207a9 fix: don't crash if target/user is undefined
Error: TypeError: Cannot read properties of undefined (reading 'displayname')
File: Flags.notify (/usr/src/app/src/flags.js:812:89)
2 years ago
Barış Soner Uşaklı 5061bf36c0 Merge branch 'v1.19.x' of https://github.com/NodeBB/NodeBB into v1.19.x 3 years ago
Barış Soner Uşaklı 37c1fa17a9 fix: remove ev, hooks don't pass event, closes #10611 3 years ago
Julian Lam fdf8cf5842 chore: fix version number in package.json 3 years ago
Misty Release Bot 28c820a9ab chore(i18n): fallback strings for new resources: nodebb.admin-settings-advanced 3 years ago
Barış Soner Uşaklı 9bcd66e52e feat: cross origin opener policy options (#10710) 3 years ago
Barış Soner Uşaklı 81e3c1ba48 fix: get rid of math.random in generateUUID 3 years ago
Misty Release Bot e0080d9005 chore: incrementing version number - v1.19.7
(cherry picked from commit 0c4850e287)
Signed-off-by: Misty Release Bot <deploy@nodebb.org>
3 years ago
Misty Release Bot addd701de2 Merge commit '0d9179f7a1423af1934099a6e4bc6d6990bee9c1' into v1.19.x 3 years ago
Renovate Bot 0d9179f7a1 chore(deps): update commitlint monorepo to v16.2.4 3 years ago
Misty Release Bot 4345439895 Latest translations and fallbacks 3 years ago
renovate[bot] 804542e403
chore(deps): update dependency lint-staged to v12.4.1 (#10527)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
Barış Soner Uşaklı 50658a82f0
test: remove node18 until nodemailer is fixed 3 years ago
Julian Lam 21dbd47688 fix: typo in hook name 3 years ago
Julian Lam 46fbe15665 fix: #10443, regression where sorted-list items did not render into the DOM in the predicted order [breaking] 3 years ago
Misty Release Bot 78afb88284 Latest translations and fallbacks 3 years ago
renovate[bot] 5ae690a672
fix(deps): update dependency express to v4.18.0 (#10526)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
renovate[bot] d86c447a6c
fix(deps): update socket.io packages to v4.5.0 (#10522)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
dependabot[bot] 0c2d015cdc
chore(deps): bump socket.io from 4.4.1 to 4.5.0 in /install (#10523)
Bumps [socket.io](https://github.com/socketio/socket.io) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/4.4.1...4.5.0)

---
updated-dependencies:
- dependency-name: socket.io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
renovate[bot] 5ce4c87473
fix(deps): update dependency autoprefixer to v10.4.5 (#10521)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
renovate[bot] b81a0cfe8a
fix(deps): update dependency nodebb-plugin-2factor to v3.0.7 (#10510)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
renovate[bot] 40b7ff4b7b
chore(deps): update dependency eslint to v8.14.0 (#10514)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
renovate[bot] a767d623a6
fix(deps): update dependency nodebb-widget-essentials to v5.0.11 (#10517)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
Barış Soner Uşaklı 82389469f6 feat: make it simpler to use redis sentinels 3 years ago
Barış Soner Uşaklı d98ca43799 Revert "refactor: closes #10509"
This reverts commit 7f241dbbe6.
3 years ago
Barış Soner Uşaklı 7f241dbbe6 refactor: closes #10509
deprecate third param(middleware) to setupPageRoute/setupAdminPageRoute
make middlewares optional on all 3 helpers
3 years ago
Barış Soner Uşaklı 976914e71f
test: remove node 12, add 18 3 years ago
Barış Soner Uşaklı bba9e7c0f7 refactor: show invalid uri 3 years ago
Barış Soner Uşaklı ac125538d0 refactor: show invalid uri 3 years ago
Misty Release Bot dba12fd4bf Latest translations and fallbacks 3 years ago
Barış Soner Uşaklı 8047900170 refactor: skip content length check if submitting from post-queue 3 years ago
Barış Soner Uşaklı a8e642ade2 refactor: skip content length check if submitting from post-queue 3 years ago
Misty Release Bot 0afe1d5f73 Latest translations and fallbacks 3 years ago
Renovate Bot fff818c65f chore(deps): update dependency lint-staged to v12.4.0 3 years ago
renovate[bot] a36911fc49
fix(deps): update dependency sharp to v0.30.4 (#10504)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
Barış Soner Uşaklı 983197b236 Merge branch 'master' of https://github.com/NodeBB/NodeBB 3 years ago
Barış Soner Uşaklı 424db9ff37 fix: upload test for latest sharp 3 years ago