renovate[bot]
5a5771e1b6
fix(deps): update dependency nodebb-plugin-composer-default to v9.2.4 ( #10998 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
4fcef7c54f
chore(deps): update dependency eslint to v8.27.0 ( #11004 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
73a608549d
fix(deps): update dependency sanitize-html to v2.7.3 ( #11008 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
a6e4fee137
chore(deps): update dependency jsdom to v20.0.2 ( #11014 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Barış Soner Uşaklı
5d8df407a9
Merge branch 'master' of https://github.com/NodeBB/NodeBB
2 years ago
Barış Soner Uşaklı
a31ba824ea
fix: upgrade script to work from 0.x to 2.x
2 years ago
Barış Soner Uşaklı
078bd4dd1f
Update README.md
2 years ago
Barış Soner Uşaklı
d264c6ac4b
refactor: use utils.debounce
2 years ago
Barış Soner Uşaklı
06d1539137
test: fix tests again
2 years ago
Barış Soner Uşaklı
c833d3cdc4
test: fix test
2 years ago
Barış Soner Uşaklı
b5d38bc696
feat: new search hooks
...
filter:search.isAllowed, allow plugins to check if searching is allowed
filter:search.searchIn, allow searching in custom items
2 years ago
Misty Release Bot
b86eb03a4c
Latest translations and fallbacks
2 years ago
Misty Release Bot
95a5d516cb
Latest translations and fallbacks
2 years ago
Misty Release Bot
c4ed02ee1d
Latest translations and fallbacks
2 years ago
Julian Lam
a2fafc2b15
Merge remote-tracking branch 'origin/master' into develop
2 years ago
Misty Release Bot
3a1866ce81
Latest translations and fallbacks
2 years ago
Barış Soner Uşaklı
5a7dc71067
Merge branch 'master' of https://github.com/NodeBB/NodeBB
2 years ago
Barış Soner Uşaklı
673261ff98
fix : #10519 , image height in emails
2 years ago
Julian Lam
b9c8c02fcf
fix: fallback language strings for #10987
2 years ago
Barış Soner Uşaklı
6f673f806f
fix : #10993 , apply autoLocale middleware to guests only
2 years ago
Barış Soner Uşaklı
9227b82e2c
fix: check cid as well as template
2 years ago
Barış Soner Uşaklı
be92be4eee
feat: add search data to filter:search.inContent
2 years ago
Barış Soner Uşaklı
e3f2156202
feat: add search data to filter:search.inContent
2 years ago
Misty Release Bot
248fd6721c
Latest translations and fallbacks
2 years ago
renovate[bot]
ee4fde1375
fix(deps): update dependency nodebb-plugin-composer-default to v9.2.3 ( #10997 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
29fddd6577
fix(deps): update dependency esbuild to v0.15.12 ( #10996 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Julian Lam
c2024f3484
chore: really fix indents this time
2 years ago
Julian Lam
d50512e73c
chore: fix indents
2 years ago
Julian Lam
be5d6d29c9
chore: add bootstrap5 to test runner for now
2 years ago
renovate[bot]
1fc2f1e80c
fix(deps): update dependency nodebb-plugin-composer-default to v9.2.2
2 years ago
renovate[bot]
6471b6989e
fix(deps): update dependency nodebb-theme-persona to v12.1.9
2 years ago
Julian Lam
7b9e08478c
fix(deps): bump composer-default
2 years ago
Misty Release Bot
8d6c0de735
Latest translations and fallbacks
2 years ago
Misty Release Bot
9ad3b214d6
chore(i18n): fallback strings for new resources: nodebb.admin-settings-user, nodebb.admin-settings-email
2 years ago
Julian Lam
96b46411b1
Merge branch 'master' into develop
2 years ago
Julian Lam
9ee30fe7d2
fix: revert breaking change, add back SocketUser.emailConfirm
2 years ago
Julian Lam
9c576a0758
Email confirmation QOL updates ( #10987 )
...
* breaking: remove `SocketUser.emailConfirm`, re: #10954
* chore: move email confirmation related configs to own section in Settings > Email
* feat: new user email method `getValidationExpiry`, returns expiration in ms.. probably.
* fix: bug where `user.email.isValidationPending` returned an u nexpected non-boolean value if there was no confirmation pending (only when checking email as well)
* fix: update getValidationExpiry to return ms
* test: use emailConfirmInterval for tests, for now
* fix: throw friendly error when attempting an email change within email confirmation window
* feat: new config option `emailConfirmExpiry` in days, governs how long the confirm link is good for
* test: additional tests for user email methods
* fix: add back missing handling of option
* test: fix tests
2 years ago
renovate[bot]
1e930f9d17
fix(deps): update dependency ace-builds to v1.12.3
2 years ago
renovate[bot]
9900e5f4fd
fix(deps): update dependency nodebb-theme-persona to v12.1.8 ( #10982 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
4260f0c245
fix(deps): update dependency ace-builds to v1.12.2
2 years ago
Misty Release Bot
773a97446a
Latest translations and fallbacks
2 years ago
renovate[bot]
6485bc2539
fix(deps): update dependency ace-builds to v1.12.1
2 years ago
Julian Lam
09f3ac6574
fix: in appropriately named language key `email-confirm-email2`
2 years ago
Julian Lam
7672194c7c
fix: correctly pass dev flag to package installer
2 years ago
Julian Lam
09cfd0bd57
fix: use `--omit=dev` flag for npm instead of `--production`
2 years ago
renovate[bot]
ffa117ab79
chore(deps): update dependency mocha to v10.1.0 ( #10980 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
00ce8fd85e
fix(deps): update dependency ace-builds to v1.12.0 ( #10978 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
fb41fbe7ae
fix(deps): update socket.io packages to v4.5.3 ( #10977 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
dcca339772
fix(deps): update dependency nodebb-plugin-emoji to v4.0.6
2 years ago
renovate[bot]
ff69c3e185
fix(deps): update dependency esbuild to v0.15.11
2 years ago