Renovate Bot
7c1d98c7fa
chore(deps): update dependency lint-staged to v12.3.8
3 years ago
Misty Release Bot
acca78117a
chore: update changelog for v1.19.6
3 years ago
Misty Release Bot
283a0072a8
chore: incrementing version number - v1.19.6
3 years ago
Barış Soner Uşaklı
5316029f91
fix: dont add caller to arrays
3 years ago
dependabot[bot]
65cec8d026
chore(deps): bump semver from 7.3.6 to 7.3.7 in /install ( #10493 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 7.3.6 to 7.3.7.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v7.3.6...v7.3.7 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Barış Soner Uşaklı
c52401da02
fix : #10491 , don't leak deleted message in cleanedContent
3 years ago
renovate[bot]
7c733e9cf1
fix(deps): update dependency nodebb-plugin-mentions to v3.0.8 ( #10490 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
Renovate Bot
9f49665958
chore(deps): update dependency grunt to v1.5.2
3 years ago
renovate[bot]
dc03a2f95c
fix(deps): update dependency winston to v3.7.2 ( #10454 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
renovate[bot]
f253bbddae
fix(deps): update dependency nconf to v0.11.4 ( #10481 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
Renovate Bot
0a8bf44e63
chore(deps): update dependency grunt to v1.5.1
3 years ago
Renovate Bot
e82d8bb69b
chore(deps): update dependency grunt to v1.5.0
3 years ago
renovate[bot]
bbf2b73e91
fix(deps): update dependency yargs to v17.4.1 ( #10480 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
renovate[bot]
88200ec12f
fix(deps): update dependency ioredis to v5.0.4 ( #10479 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
Renovate Bot
bc3aabb453
chore(deps): update dependency eslint to v8.13.0
3 years ago
Julian Lam
9f91db16cb
fix : #10473 , trim trailing slashes on config url
3 years ago
renovate[bot]
91026e5f14
fix(deps): update dependency html-to-text to v8.2.0 ( #10471 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
Barış Soner Uşaklı
398777633f
fix: closes #10436 , fix DST issue on acp dashboard
3 years ago
renovate[bot]
c50de9112d
fix(deps): update dependency semver to v7.3.6 ( #10466 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
renovate[bot]
b3ec805988
fix(deps): update dependency html-to-text to v8.1.1 ( #10470 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
Barış Soner Uşaklı
767973717b
perf: WIP #10449 , allow array of pids for posts.purge ( #10465 )
...
* perf: WIP #10449 , allow array of pids for posts.purge
* refactor: deletePostDiffs
* perf: deletePostFromReplies/deletePostFromGroups
* refactor: upload
* refactor: deleteFromCategoryRecentPosts
deleteFromUsersBookmarks
deleteFromUsersVotes
* feat: closes #10468 , add incrObjectFieldByBulk
* refactor: allow nids for notifications.rescind
* refactor: allow uids array for user.updatePostCount
* refactor: rewrite deleteFromTopicUserNotification to work with an array
* feat: deprecate action:post.purge as well
* lint: add missing comma
3 years ago
Renovate Bot
a2ebf53b60
chore(deps): update dependency eslint-plugin-import to v2.26.0
3 years ago
renovate[bot]
b6517cfd64
fix(deps): update dependency nodebb-widget-essentials to v5.0.10 ( #10461 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
Barış Soner Uşaklı
799e94e02e
feat: #10460 , add cutoff to suggested topics
3 years ago
renovate[bot]
26511185ac
fix(deps): update dependency body-parser to v1.20.0 ( #10450 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
renovate[bot]
5e37f34e19
fix(deps): update dependency spdx-license-list to v6.5.0 ( #10452 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
renovate[bot]
947fa193a9
fix(deps): update dependency graceful-fs to v4.2.10 ( #10457 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
renovate[bot]
30f728ca2d
fix(deps): update dependency mongodb to v4.5.0 ( #10458 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
Barış Soner Uşaklı
e8058ca35c
feat: add response:helpers.notAllowed
3 years ago
Barış Soner Uşaklı
b8765df5f4
feat: add filter:image.stripEXIF
3 years ago
CommanderRoot
200f0b2e4f
refactor: replace deprecated String.prototype.substr() ( #10432 )
...
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
3 years ago
renovate[bot]
0d744d30f2
fix(deps): update dependency ioredis to v5.0.3 ( #10446 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
chadjw
fe072d6091
Allows socket authentication to be handled within plugins ( #10428 )
3 years ago
renovate[bot]
060ad1b003
fix(deps): update dependency ioredis to v5 ( #10434 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
renovate[bot]
0ac426e0fc
fix(deps): update dependency nodebb-plugin-2factor to v3.0.6 ( #10435 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
dependabot[bot]
5b1789c139
chore(deps): bump nodebb-theme-persona from 11.4.3 to 11.4.4 in /install ( #10437 )
...
Bumps [nodebb-theme-persona](https://github.com/NodeBB/nodebb-theme-persona ) from 11.4.3 to 11.4.4.
- [Release notes](https://github.com/NodeBB/nodebb-theme-persona/releases )
- [Commits](https://github.com/NodeBB/nodebb-theme-persona/compare/v11.4.3...v11.4.4 )
---
updated-dependencies:
- dependency-name: nodebb-theme-persona
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
c8c4293306
chore(deps): bump nodebb-plugin-composer-default in /install ( #10438 )
...
Bumps [nodebb-plugin-composer-default](https://github.com/NodeBB/nodebb-plugin-composer-default ) from 7.0.21 to 7.0.22.
- [Release notes](https://github.com/NodeBB/nodebb-plugin-composer-default/releases )
- [Commits](https://github.com/NodeBB/nodebb-plugin-composer-default/compare/v7.0.21...v7.0.22 )
---
updated-dependencies:
- dependency-name: nodebb-plugin-composer-default
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Misty (Bot)
7acc3ea3f8
Latest translations and fallbacks
3 years ago
Misty (Bot)
829870391b
Latest translations and fallbacks
3 years ago
Renovate Bot
a6590e20e4
chore(deps): update dependency eslint to v8.12.0
3 years ago
renovate[bot]
898e0e8925
fix(deps): update dependency nodebb-plugin-composer-default to v7.0.21 ( #10429 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
Misty (Bot)
4fe531fc2a
Latest translations and fallbacks
3 years ago
Misty (Bot)
a06d1246fd
chore(i18n): fallback strings for new resources: nodebb.post-queue
3 years ago
Barış Soner Uşaklı
538ad9e18b
feat: add confirm to reject, closes #10427
3 years ago
Misty (Bot)
56db0b56ab
Latest translations and fallbacks
3 years ago
Barış Soner Uşaklı
002a241cc5
fix: delete history as well
3 years ago
Barış Soner Uşaklı
93b6053284
fix: handle purge posts as well
3 years ago
Barış Soner Uşaklı
41e70901a6
Merge branch 'master' of https://github.com/NodeBB/NodeBB
3 years ago
Julian Lam
b88bb3cfbb
feat: allow client-side hook registration chaining
3 years ago
Barış Soner Uşaklı
edd7144946
Merge branch 'master' of https://github.com/NodeBB/NodeBB
3 years ago