24826 Commits (661a6e04734d400217f373c5ca7ff028afb71a04)
 

Author SHA1 Message Date
Barış Soner Uşaklı 661a6e0473 https://github.com/NodeBB/NodeBB/issues/11329 2 years ago
renovate[bot] 97f081353f
fix(deps): update dependency helmet to v6 (#10891)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot] 98b58bcc3e
fix(deps): update dependency nodebb-widget-essentials to v7.0.7 (#11387)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot] 8c07a8d7e0
fix(deps): update dependency mkdirp to v2.1.6 (#11386)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot] 69a7bfbe71
chore(deps): update dependency @commitlint/cli to v17.5.0 (#11384)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot] 7f54709da7
fix(deps): update dependency webpack to v5.76.3 (#11385)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Julian Lam 03e05b5154 fix: #9397, trash the active session on account lockout, if there is one 2 years ago
Julian Lam e6e08d561b chore: bump version tag for RC 2 years ago
Julian Lam 596db09f7e Merge branch 'master' into develop 2 years ago
Julian Lam ddd0324832 docs: fix openapi spec for new property in post queue route 2 years ago
Misty Release Bot 72bee50b97 Latest translations and fallbacks 2 years ago
Misty Release Bot eaa5454fa1 chore(i18n): fallback strings for new resources: nodebb.post-queue 2 years ago
Julian Lam ddcdaacc94 refactor: post-queue frontend logic 2 years ago
Barış Soner Uşaklı 4305c0a123 chore: up harmony 2 years ago
Barış Soner Uşaklı e9a8e19508 chore: up composer-default 2 years ago
Misty Release Bot 542d830e40 Latest translations and fallbacks 2 years ago
Misty Release Bot 92ec5bd989 chore(i18n): fallback strings for new resources: nodebb.user 2 years ago
Barış Soner Uşaklı 77ddfc642e feat: closes #11139, move sort settings to user settings page
don't change user settings when user changes sort inside topic/category
2 years ago
Misty Release Bot 44c2d402a9 chore(i18n): fallback strings for new resources: nodebb.admin-settings-api 2 years ago
Julian Lam 92073cf274 test: fix openapi schema to reflect new route 2 years ago
Julian Lam 402229845c feat: display when an api key was last used, in ACP, #10873 2 years ago
Julian Lam 2614b95c40 fix: #11381, bug where the call to `action:settings.sorted-list.itemLoaded` did not properly pass in the correct element 2 years ago
Julian Lam efa64032dd feat: log the last time a valid api token was seen, have v3 ping route go through setupApiRoute helper 2 years ago
renovate[bot] 7c780210a8
fix(deps): update dependency fs-extra to v11.1.1 (#11380)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Barış Soner Uşaklı 894f392bfc lint: whitespace 2 years ago
Barış Soner Uşaklı c2961ad4cd fix: closes #11173, move cache clear code
if 2 deps were updated only one of them was cleared from require.cache. ie commander & lru-cache both has major version bump then only commander would be cleared from cache since it throws first
2 years ago
Misty Release Bot 3d2a28774f Latest translations and fallbacks 2 years ago
Misty Release Bot 18b2150edd chore: update changelog for v2.8.9 2 years ago
Misty Release Bot fb100ac731 chore: incrementing version number - v2.8.9 2 years ago
Barış Soner Uşaklı 73a50d1718
chore: up cron 2 years ago
Misty Release Bot cd5cf5cd0c Latest translations and fallbacks 2 years ago
Misty Release Bot a3a7fac7b6 Latest translations and fallbacks 2 years ago
renovate[bot] f286b66fe4
chore(deps): update postgres docker tag to v15 (#10976)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot] a2d3f6741c
fix(deps): update dependency commander to v10 (#11208)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot] 238a78098c
fix(deps): update dependency lru-cache to v8.0.4 (#11378)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot] f21c8ca4be
chore(deps): update dependency @apidevtools/swagger-parser to v10 (#11207)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Barış Soner Uşaklı 1502068eff
chore: up rimraf to 4.x (#11377)
* chore: up rimraf to 4.x

* chore: oops up rimraf

* test: fix rimraf in tests
2 years ago
renovate[bot] 8ddb302f20
chore(deps): update docker/build-push-action action to v4 (#11245)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot] 0d236adf2c
fix(deps): update dependency lru-cache to v8 (#11356)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Barış Soner Uşaklı fafa130406
chore: up connect-redis to 7.x, drop node 14 (#11376) 2 years ago
Julian Lam 93aa43f717 style: more fixes 2 years ago
Phạm Tấn Minh Tiến 9ed6961af8 fix lint 2 years ago
Phạm Tấn Minh Tiến 4b94c033c4 wrap quotes to prevent stripping leading 0 2 years ago
Julian Lam c843984d57 fix: #11362, regular mods are also subject to post queue [breaking] 2 years ago
Barış Soner Uşaklı 7d831f0be3 chore: up harmony 2 years ago
Barış Soner Uşaklı 5db037f1ea
chore: up mongo deps (#11375)
* chore: up mongo deps

* mongodb 5.x no more callbacks
2 years ago
renovate[bot] 75436dc02c
fix(deps): update dependency ace-builds to v1.16.0 (#11372)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot] b0b060da2d
fix(deps): update dependency sass to v1.59.3 (#11373)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot] 2cde7231f5
chore(deps): update dependency sass-embedded to v1.59.3 (#11371)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot] 6edb908b0b
fix(deps): update dependency nodebb-plugin-spam-be-gone to v2.0.6 (#11370)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago