Commit Graph

24287 Commits (abcfb63126389146ff7d76bd5ce3e4e7426ea663)
 

Author SHA1 Message Date
Misty Release Bot d8b1291088 chore: incrementing version number - v2.4.5
Misty Release Bot 42e0fec392 Latest translations and fallbacks
Julian Lam 8b7cf48ade Merge remote-tracking branch 'origin/master' into develop
Julian Lam 9b96c33d5d fix: wrap passport.authenticate to pass in keepSessionInfo if not already set
Julian Lam 65b3996ac6 fix: removing duplicate session rerolling code (as it is in passport@^0.6 now)
Julian Lam 20ebf0a1e0 Merge remote-tracking branch 'origin/master' into develop
Barış Soner Uşaklı bc37a5c516 fix: parseInt caller.uid closes
Misty Release Bot 0ba03950e9 Latest translations and fallbacks
renovate[bot] e51004e206 fix(deps): update dependency mongodb to v4.9.0
Misty Release Bot 77e492b8d7 chore: update changelog for v2.4.4
Misty Release Bot 24221d66e0 chore: incrementing version number - v2.4.4
Barış Soner Uşaklı fc9b436f3e Merge branch 'master' of https://github.com/NodeBB/NodeBB
Barış Soner Uşaklı 489fb3a36f fix: missing req, closes
Misty Release Bot 665f163704 Latest translations and fallbacks
Misty Release Bot 06da15a576 chore: update changelog for v2.4.3
Misty Release Bot be0256b26e chore: incrementing version number - v2.4.3
Julian Lam 4dc7fa050f fix: , disallow inline viewing of uploaded html files
renovate[bot] d8a52f8142 fix(deps): update dependency lru-cache to v7.14.0
Julian Lam 81f8d84f10 fix(deps): bump composer-default to v9
Julian Lam b7bcc367c6 fix(deps): remove textcomplete in favour of @textcomplete/core (same package, just refactored)
Julian Lam 9e46dd2090 Merge remote-tracking branch 'origin/master' into develop
Misty Release Bot ba7a3466b2 chore: update changelog for v2.4.2
Misty Release Bot 1635633acd chore: incrementing version number - v2.4.2
Julian Lam 990ad6a11a Merge remote-tracking branch 'origin/master' into develop
Julian Lam ec048a01ba fix: , incorrect conditional in email interstitial partial
Misty Release Bot f8297362b9 Latest translations and fallbacks
Barış Soner Uşaklı 4ceebf3939 Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop
Barış Soner Uşaklı 0a6900fc77 feat: don't show signatures again in pagination mode in same topic
renovate[bot] 444b4d578b
fix(deps): update dependency nodebb-theme-persona to v12.1.1 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Misty Release Bot fcbbb4d6d3 chore(i18n): fallback strings for new resources: nodebb.admin-settings-post
Barış Soner Uşaklı aba420a3f3 feat: setting to show signatures only once in topics, closes
Opliko 72e7b9f7d8
docs: explain what export routes actually do in OpenAPI documentation ()
Barış Soner Uşaklı 14c79763dd refactor: use group.slug on acp group urls closes
Barış Soner Uşaklı b663c620ce Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop
renovate[bot] 8fce68d347
chore(deps): update dependency eslint to v8.22.0 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Misty Release Bot 6b76f99a3e Latest translations and fallbacks
Opliko bcb94edeb4 feat: add event type to topic event component
Barış Soner Uşaklı e06e526e54 fix: don't crash if post is undefined
Barış Soner Uşaklı 33458701c1 test: passport0.6 ()
* test: passport0.6

* test: make logout async, fix lint

* test: keepSessionInfo flag

* revert: csrf load
Misty Release Bot 20a661e124 chore: update changelog for v2.4.1
Misty Release Bot fecf31bd15 chore: incrementing version number - v2.4.1
Opliko 3975fa2e45 fix: return at least one in sizeCalculation ()
if post content is empty post cache should still consider its size to be at least one. fixes 
Misty Release Bot 6f9fa8c2c8 Latest translations and fallbacks
Barış Soner Uşaklı 4a3e36a766 fix: don't crash if post is undefined
Misty Release Bot 90fc50e116 chore(i18n): fallback strings for new resources: nodebb.admin-advanced-cache
Opliko a9bbb586fc
feat: allow plugins to add to admin cache list ()
* feat: allow plugins to add to admin cache list

resolves  

plugins will have to use `filter:admin.cache.get` hook and just add their own cache to the object there.

* feat: add dump to ttlCache and expose properties

* feat: also expose properties under their current names

* feat: display TTL if set
Barış Soner Uşaklı 6b2a6f9006
test: passport0.6 ()
* test: passport0.6

* test: make logout async, fix lint

* test: keepSessionInfo flag

* revert: csrf load
Misty Release Bot 4b6baabbbf chore: update changelog for v2.4.1
Misty Release Bot 7f5ff2e613 chore: incrementing version number - v2.4.1
Opliko 15ca460c8f
fix: return at least one in sizeCalculation ()
if post content is empty post cache should still consider its size to be at least one. fixes